|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.CommentAuthorsEx
com.aspose.slides.CommentAuthorExCollection
public final class CommentAuthorExCollection
Represents a collection of comment authors.
Method Summary | |
---|---|
CommentAuthorEx |
addAuthor(java.lang.String name,
java.lang.String initials)
Add new author at the end of a collection. |
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Copies all elements from the collection to the specified array. |
CommentAuthorEx[] |
findByName(java.lang.String name)
Find author in a collection by name. |
CommentAuthorEx[] |
findByNameAndInitials(java.lang.String name,
java.lang.String initials)
Find author in a collection by name and initials. |
CommentAuthorEx |
get_Item(int index)
Gets the element at the specified index. |
int |
getCount()
Gets the number of elements actually contained in the collection. |
java.lang.Object |
getSyncRoot()
Returns a synchronization root. |
boolean |
isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe). |
com.aspose.ms.System.Collections.IEnumerator<CommentAuthorEx> |
iterator()
Returns an enumerator for the entire collection. |
int |
size()
|
CommentAuthorEx[] |
toArray()
Creates and returns an array with all authors. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void copyTo(com.aspose.ms.System.Array array, int index)
Copies all elements from the collection to the specified array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection<CommentAuthorEx>
array
- Target array.index
- Starting index in the target array.public boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection<CommentAuthorEx>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<CommentAuthorEx>
public int size()
size
in interface com.aspose.ms.System.Collections.ICollection<CommentAuthorEx>
public int getCount()
CommentAuthorsEx
Gets the number of elements actually contained in the collection.
Read-only int
.
getCount
in class CommentAuthorsEx
public CommentAuthorEx get_Item(int index)
CommentAuthorsEx
Gets the element at the specified index.
Read-only ShapeEx
.
get_Item
in class CommentAuthorsEx
public CommentAuthorEx addAuthor(java.lang.String name, java.lang.String initials)
CommentAuthorsEx
Add new author at the end of a collection.
addAuthor
in class CommentAuthorsEx
name
- Name of a new author.initials
- Initials of a new author.
public CommentAuthorEx[] toArray()
CommentAuthorsEx
Creates and returns an array with all authors.
toArray
in class CommentAuthorsEx
CommentEx
public CommentAuthorEx[] findByName(java.lang.String name)
CommentAuthorsEx
Find author in a collection by name.
findByName
in class CommentAuthorsEx
name
- Name of an author to find.
public CommentAuthorEx[] findByNameAndInitials(java.lang.String name, java.lang.String initials)
CommentAuthorsEx
Find author in a collection by name and initials.
findByNameAndInitials
in class CommentAuthorsEx
name
- Name of an author to find.initials
- Initials of an author to find.
public com.aspose.ms.System.Collections.IEnumerator<CommentAuthorEx> iterator()
CommentAuthorsEx
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<CommentAuthorEx>
iterator
in interface java.lang.Iterable<CommentAuthorEx>
iterator
in class CommentAuthorsEx
IEnumerator
for the entire collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |