|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.TabsEx
com.aspose.slides.TabExCollection
public final class TabExCollection
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. |
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Copies all elements from the collection to the specified array. |
boolean |
equals(java.lang.Object obj)
Determines whether two TabsEx instances are equal. |
TabEx |
get_Item(int index)
Gets the element at the specified index. |
int |
getCount()
Gets the number of elements actually contained in the collection. |
java.lang.Object |
getSyncRoot()
Returns a synchronization root. |
boolean |
isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe). |
com.aspose.ms.System.Collections.IEnumerator<TabEx> |
iterator()
Returns an enumerator for the entire collection. |
void |
removeAt(int index)
Removes the element at the specified index of the collection. |
int |
size()
|
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void copyTo(com.aspose.ms.System.Array array, int index)
Copies all elements from the collection to the specified array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection<TabEx>
array
- Target array.index
- Starting index in the target array.public boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection<TabEx>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<TabEx>
public int size()
size
in interface com.aspose.ms.System.Collections.ICollection<TabEx>
public int getCount()
TabsEx
Gets the number of elements actually contained in the collection.
Read-only int
.
getCount
in class TabsEx
public TabEx get_Item(int index)
TabsEx
Gets the element at the specified index.
Read-only TabEx
.
get_Item
in class TabsEx
public int add(TabEx value)
TabsEx
Adds a TabEx to the collection.
add
in class TabsEx
value
- The TabEx object to be added at the end of the collection.
public void clear()
TabsEx
Removes all elements from the collection.
clear
in class TabsEx
public void removeAt(int index)
TabsEx
Removes the element at the specified index of the collection.
removeAt
in class TabsEx
index
- The zero-based index of the element to remove.public boolean equals(java.lang.Object obj)
TabsEx
Determines whether two TabsEx instances are equal.
equals
in class TabsEx
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()
TabsEx
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<TabEx>
iterator
in interface java.lang.Iterable<TabEx>
iterator
in class TabsEx
IEnumerator
for the entire collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |