|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Tabs
public final class Tabs
Represents the collection of a tabulations.
Method Summary | |
---|---|
int |
add(Tab value)
Adds the tab to a collection. |
void |
clear()
Removes all tabs from a collection. |
Tab |
get(int index)
Returns the element at the specified index. |
void |
remove(int index)
Removes the tab at the specified index of a collection. |
int |
size()
Returns the number of the elements in a collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
public Tab get(int index)
index
- index of element to return.
public int add(Tab value) throws PptEditException
value
- the tab to be added to a collection.
PptEditException
public void clear()
public void remove(int index)
index
- the zero-based index of the tab to remove.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |