com.aspose.slides
Class CommentAuthorExCollection

java.lang.Object
  extended by com.aspose.slides.CommentAuthorsEx
      extended by com.aspose.slides.CommentAuthorExCollection
All Implemented Interfaces:
com.aspose.ms.System.Collections.ICollection<CommentAuthorEx>, com.aspose.ms.System.Collections.IEnumerable<CommentAuthorEx>, java.lang.Iterable<CommentAuthorEx>

public final class CommentAuthorExCollection
extends CommentAuthorsEx
implements com.aspose.ms.System.Collections.ICollection<CommentAuthorEx>

Represents a collection of comment authors.


Method Summary
 void copyTo(java.lang.Object[] array, int index)
           Copies all elements from the collection to 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).
 int size()
           
 
Methods inherited from class com.aspose.slides.CommentAuthorsEx
addAuthor, findByName, findByNameAndInitials, get_Item, getCount, iterator, toArray
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.ms.System.Collections.IEnumerable
iterator
 

Method Detail

copyTo

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

Copies all elements from the collection to the specified array.

Specified by:
copyTo in interface com.aspose.ms.System.Collections.ICollection<CommentAuthorEx>
Parameters:
array - Target array.
index - Starting index in the target array.

size

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

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

getSyncRoot

public java.lang.Object getSyncRoot()

Returns a synchronization root. Readonly object.

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