|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.TabsEx
public final class TabsEx
Represents a collection of tabs.
Method Summary | |
---|---|
int |
add(TabEx value)
Adds a TabEx to the collection. |
void |
clear()
Removes all elements from the collection. |
boolean |
equals(java.lang.Object obj)
Determines whether two TabsEx instances are equal. |
TabEx |
get(int index)
Gets the element at the specified index. |
java.util.Iterator |
iterator()
Returns an iterator for the entire collection. |
void |
remove(int index)
Removes the element at the specified index of the collection. |
int |
size()
Gets the number of elements actually contained in the collection. |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
public TabEx get(int index)
index
- index of the element to return.
TabEx
.public int add(TabEx value)
value
- The TabEx object to be added at the end of the collection.
public void clear()
public void remove(int index)
index
- The zero-based index of the element to remove.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The TabsEx to compare with the current TabsEx.
public java.util.Iterator iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |