|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.TagsEx
com.aspose.slides.TagExCollection
public final class TagExCollection
Represents the collection of tags (user defined pairs of strings)
Method Summary | |
---|---|
void |
copyTo(java.lang.Object[] array,
int index)
Copies all elements from the collection into the specified array. |
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 |
iterator()
Returns an enumerator for the entire collection. |
int |
size()
|
Methods inherited from class com.aspose.slides.TagsEx |
---|
add, clear, contains, get_Item, getByIndex, getCount, getKey, indexOfKey, remove, removeAt, set_Item |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void copyTo(java.lang.Object[] array, int index)
Copies all elements from the collection into the specified array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection
array
- Array to fill.index
- Starting position in target array.public int size()
size
in interface com.aspose.ms.System.Collections.ICollection
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
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection
public com.aspose.ms.System.Collections.IEnumerator iterator()
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable
iterator
in interface java.lang.Iterable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |