com.aspose.slides
Class TagExCollection

java.lang.Object
  extended by com.aspose.slides.TagsEx
      extended by com.aspose.slides.TagExCollection
All Implemented Interfaces:
com.aspose.ms.System.Collections.ICollection, com.aspose.ms.System.Collections.IEnumerable, java.lang.Iterable

public final class TagExCollection
extends TagsEx
implements com.aspose.ms.System.Collections.ICollection

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

copyTo

public void copyTo(java.lang.Object[] array,
                   int index)

Copies all elements from the collection into the specified array.

Specified by:
copyTo in interface com.aspose.ms.System.Collections.ICollection
Parameters:
array - Array to fill.
index - Starting position in target array.

size

public int size()
Specified by:
size in interface com.aspose.ms.System.Collections.ICollection

isSynchronized

public boolean isSynchronized()

Returns a value indicating whether access to the collection is synchronized (thread-safe).

Specified by:
isSynchronized in interface com.aspose.ms.System.Collections.ICollection

getSyncRoot

public java.lang.Object getSyncRoot()

Returns a synchronization root. Readonly object.

Specified by:
getSyncRoot in interface com.aspose.ms.System.Collections.ICollection

iterator

public com.aspose.ms.System.Collections.IEnumerator iterator()

Returns an enumerator for the entire collection.

Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable
Specified by:
iterator in interface java.lang.Iterable