|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.collections.CollectionEx
com.spire.doc.documents.xml.DocumentSerializableCollection
com.spire.doc.collections.TabCollection
public class TabCollection
Represents a collection of Tab
objects
for paragraph or paragraph format.
Method Summary | |
---|---|
Tab |
addTab()
Adds the tab. |
Tab |
addTab(float position)
Adds the tab. |
Tab |
addTab(float position,
TabJustification justification,
TabLeader leader)
Adds the tab. |
void |
clear()
Removes all the tabs from the tab collection. |
Tab |
get(int index)
Gets the Tab at the specified index. |
void |
removeAt(int index)
Removes the tab at the specified index from the tab collection |
Methods inherited from class com.spire.doc.collections.CollectionEx |
---|
getCount, iterator |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Methods inherited from interface com.spire.doc.interfaces.IXDLSSerializableCollection |
---|
addNewItem, getCount, getTagItemNameEx |
Method Detail |
---|
public Tab get(int index)
Tab
at the specified index.
index
- The index
public Tab addTab()
public Tab addTab(float position, TabJustification justification, TabLeader leader)
position
- The position.justification
- The justification.leader
- The leader.
public Tab addTab(float position)
position
- The position
public void clear()
clear
in class CollectionEx
public void removeAt(int index)
index
- index
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |