|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList
aspose.pdf.TabStops
public class TabStops
Represents a collection of TabStop objects.
| Field Summary |
|---|
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
TabStops()
Initializes a new instance of the TabStop class. |
|
| Method Summary | |
|---|---|
TabStop |
add()
Initializes a new instance of the TabStop class and
add it to the TabStops collection. |
TabStop |
add(float position)
Initializes a new instance of the TabStop class with specified position and
add it to the TabStops collection. |
TabStop |
add(float position,
TabLeaderType leaderType)
Initializes a new instance of the TabStop class with specified position
and leader type and add it to the TabStops collection. |
void |
add(java.lang.String position)
Initializes a new instance of the TabStop class with specified position and
add it to the TabStops collection. |
java.lang.Object |
Clone()
Clones a new TabStop objects. |
TabStop |
getTabStop(int index)
Gets a TabStop object from the collection
according to TabStop index. |
void |
insert(float position)
Initializes a new instance of the TabStop class with specified position add it to the TabStops collection. |
void |
remove(TabStop stop)
Removes a TabStop object from the collection. |
void |
setTabStop(int index,
TabStop value)
Sets a TabStop object to the collection
with the specified index. |
| Methods inherited from class java.util.ArrayList |
|---|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
|---|
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
| Constructor Detail |
|---|
public TabStops()
TabStop class.
| Method Detail |
|---|
public TabStop add()
TabStop class and
add it to the TabStops collection.
TabStop object.public TabStop add(float position)
TabStop class with specified position and
add it to the TabStops collection.
position - The position of the tab stop.
public void add(java.lang.String position)
TabStop class with specified position and
add it to the TabStops collection.
position - The position of the tab stop.public void insert(float position)
TabStop class with specified position add it to the TabStops collection.
position - The position of the tab stop
public TabStop add(float position,
TabLeaderType leaderType)
TabStop class with specified position
and leader type and add it to the TabStops collection.
position - The position of the tab stop.leaderType - The leader type of the tab stop.
TabStop object.public void remove(TabStop stop)
TabStop object from the collection.
stop - public java.lang.Object Clone()
TabStop objects.
public TabStop getTabStop(int index)
TabStop object from the collection
according to TabStop index.
public void setTabStop(int index,
TabStop value)
TabStop object to the collection
with the specified index.
index - value -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||