|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Tabs
com.aspose.slides.TabCollection
public final class TabCollection
Represents a collection of a tabs.
Method Summary | |
---|---|
int |
add(Tab value)
Adds a Tab 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. |
Tab |
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<Tab> |
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 |
---|
equals, 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<Tab>
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<Tab>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<Tab>
public int size()
size
in interface com.aspose.ms.System.Collections.ICollection<Tab>
public int getCount()
Tabs
Gets the number of elements actually contained in the collection.
getCount
in class Tabs
public Tab get_Item(int index)
Tabs
Gets the element at the specified index.
get_Item
in class Tabs
public int add(Tab value)
Tabs
Adds a Tab to the collection.
add
in class Tabs
value
- The Tab to be added to the end of the collection.
public void clear()
Tabs
Removes all elements from the collection.
clear
in class Tabs
public void removeAt(int index)
Tabs
Removes the element at the specified index of the collection.
removeAt
in class Tabs
index
- The zero-based index of the element to remove.public com.aspose.ms.System.Collections.IEnumerator<Tab> iterator()
Tabs
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<Tab>
iterator
in interface java.lang.Iterable<Tab>
iterator
in class Tabs
IEnumerator
for the entire collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |