|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.TabsEx
@Deprecated public class TabsEx
Represents a collection of tabs.
Method Summary | |
---|---|
int |
add(TabEx value)
Deprecated. Adds a TabEx to the collection. |
void |
clear()
Deprecated. Removes all elements from the collection. |
boolean |
equals(java.lang.Object obj)
Deprecated. Determines whether two TabsEx instances are equal. |
TabEx |
get_Item(int index)
Deprecated. Gets the element at the specified index. |
int |
getCount()
Deprecated. Gets the number of elements actually contained in the collection. |
com.aspose.ms.System.Collections.IEnumerator<TabEx> |
iterator()
Deprecated. Returns an enumerator for the entire collection. |
void |
removeAt(int index)
Deprecated. Removes the element at the specified index of the collection. |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getCount()
Gets the number of elements actually contained in the collection.
Read-only int
.
public TabEx get_Item(int index)
Gets the element at the specified index.
Read-only TabEx
.
public int add(TabEx value)
Adds a TabEx to the collection.
value
- The TabEx object to be added at the end of the collection.
public void clear()
Removes all elements from the collection.
public void removeAt(int index)
Removes the element at the specified index of the collection.
index
- The zero-based index of the element to remove.public boolean equals(java.lang.Object obj)
Determines whether two TabsEx instances are equal.
equals
in class java.lang.Object
obj
- The TabsEx to compare with the current TabsEx.
<b>true</b>
if the specified TabsEx is equal to the current TabsEx; otherwise, <b>false</b>
.public com.aspose.ms.System.Collections.IEnumerator<TabEx> iterator()
Returns an enumerator for the entire collection.
IEnumerator
for the entire collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |