| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.presentation.collections.TabStopList
public class TabStopList
Represents a collection of tabs.
| Constructor Summary | |
|---|---|
| TabStopList() | |
| Method Summary | |
|---|---|
|  int | append(TabStop value)Adds a Tab to the collection. | 
|  void | clear()Removes all elements from the collection. | 
|  boolean | equals(java.lang.Object obj)Indicates whether two Tabs instances are equal. | 
|  TabStop | get(int index)Gets the element at the specified index. | 
|  int | getCount()Gets the number of elements actually contained in the collection. | 
|  int | hashCode()Gets hash code for this object. | 
|  void | removeAt(int index)Removes the element at the specified index of the collection. | 
| Constructor Detail | 
|---|
public TabStopList()
| Method Detail | 
|---|
public int getCount()
public TabStop get(int index)
index - 
public int append(TabStop value)
           throws DocumentEditException
value - The Tab object to be added at the end of the collection.
DocumentEditExceptionpublic void clear()
public void removeAt(int index)
index - The zero-based index of the element to remove.public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - The Tabs to compare with the current Tabs.
public int hashCode()
hashCode in class java.lang.Object| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||