|
|||||||||
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)
|
|
tagcollection( tagsdoc)
|
|
tagcollection( 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)
public tagcollection( progtags)
public tagcollection( 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 |