|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.collections.TagList
com.spire.presentation.collections.TagCollection
public final class TagCollection
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 |
---|
public TagCollection()
public TagCollection(PPTList pptList)
public TagCollection(ProgTags progTags)
public TagCollection(PptxBaseXmlDocument tagsDoc)
Method Detail |
---|
public void copyTo(java.lang.Object[] array, int index)
array
- Array to fill.index
- Starting position in target array.public boolean isSynchronized()
public java.lang.Object getSyncRoot()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |