|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.TabCollection
public final class TabCollection
Represents a collection of tabs.
Method Summary | |
---|---|
ITab |
add(double position,
int align)
Adds a Tab to the collection. |
int |
add(ITab value)
Adds a Tab to the collection. |
void |
clear()
Removes all elements from the collection. |
void |
copyTo(ITab[] 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. |
ITab |
get_Item(int index)
Gets the element at the specified index. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
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.Generic.IGenericEnumerator<ITab> |
iterator()
Returns an enumerator that iterates through the collection. |
void |
removeAt(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()
Gets the number of elements actually contained in the collection.
Read-only int
.
size
in interface IGenericCollection<ITab>
public ITab get_Item(int index)
Gets the element at the specified index.
Read-only Tab
.
get_Item
in interface ITabCollection
public ITab add(double position, int align)
Adds a Tab to the collection.
add
in interface ITabCollection
public int add(ITab value)
Adds a Tab to the collection.
add
in interface ITabCollection
value
- The Tab object to be added at the end of the collection.
public void clear()
Removes all elements from the collection.
clear
in interface ITabCollection
public void removeAt(int index)
Removes the element at the specified index of the collection.
removeAt
in interface ITabCollection
index
- The zero-based index of the element to remove.public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
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.Generic.IGenericEnumerator<ITab> iterator()
Returns an enumerator that iterates through the collection.
iterator
in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ITab>
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<ITab>
iterator
in interface java.lang.Iterable<ITab>
T:System.Collections.Generic.IEnumerator`1
that can be used to iterate through the collection.public void copyTo(ITab[] array, int index)
Copies all elements from the collection to the specified array.
copyTo
in interface IGenericCollection<ITab>
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).
Read-only boolean
.
isSynchronized
in interface IGenericCollection<ITab>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Read-only Object
.
getSyncRoot
in interface IGenericCollection<ITab>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |