com.spire.presentation.collections
Class TagCollection

java.lang.Object
  extended by com.spire.presentation.collections.TagList
      extended by com.spire.presentation.collections.TagCollection
All Implemented Interfaces:
com.spire.ms.System.Collections.ICollection, com.spire.ms.System.Collections.IEnumerable, java.lang.Iterable

public final class TagCollection
extends TagList
implements com.spire.ms.System.Collections.ICollection

Represents the collection of tags (user defined pairs of strings)


Constructor Summary
TagCollection()
           
TagCollection(PPTList pptList)
           
TagCollection(PptxBaseXmlDocument tagsDoc)
           
TagCollection(ProgTags progTags)
           
 
Method Summary
 void copyTo(java.lang.Object[] array, int index)
          Copies all elements from the collection into the specified array.
 java.lang.Object getSyncRoot()
          Gets a synchronization root.
 boolean isSynchronized()
          Gets a value indicating whether access to the collection is synchronized (thread-safe).
 
Methods inherited from class com.spire.presentation.collections.TagList
append, clear, contains, get, getByInd, getCount, getKey, indexOfKey, remove, removeAt
 

Constructor Detail

TagCollection

public TagCollection()

TagCollection

public TagCollection(PPTList pptList)

TagCollection

public TagCollection(ProgTags progTags)

TagCollection

public TagCollection(PptxBaseXmlDocument tagsDoc)
Method Detail

copyTo

public void copyTo(java.lang.Object[] array,
                   int index)
Copies all elements from the collection into the specified array.

Parameters:
array - Array to fill.
index - Starting position in target array.

isSynchronized

public boolean isSynchronized()
Gets a value indicating whether access to the collection is synchronized (thread-safe).

Returns:

getSyncRoot

public java.lang.Object getSyncRoot()
Gets a synchronization root. Readonly .

Returns: