tagcollection-ag凯发旗舰厅



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)
           
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

tagcollection

public tagcollection()

tagcollection

public tagcollection( pptlist)

tagcollection

public tagcollection( progtags)

tagcollection

public tagcollection( 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:


网站地图