|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.CommentAuthors
@Deprecated public class CommentAuthors
Represents a collection of comment authors.
Method Summary | |
---|---|
CommentAuthor |
addAuthor(java.lang.String name)
Deprecated. Add new author at the end of a collection. |
CommentAuthor[] |
findByName(java.lang.String name)
Deprecated. Find author in a collection by name. |
CommentAuthor |
get_Item(int index)
Deprecated. Gets the element at the specified index. |
int |
getCount()
Deprecated. Gets the number of elements actually contained in the collection. |
com.aspose.ms.System.Collections.IEnumerator<CommentAuthor> |
iterator()
Deprecated. Returns an enumerator for the entire collection. |
CommentAuthor[] |
toArray()
Deprecated. 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 int getCount()
Gets the number of elements actually contained in the collection.
Read-only int
.
public CommentAuthor get_Item(int index)
Gets the element at the specified index.
Read-only Shape
.
public CommentAuthor addAuthor(java.lang.String name)
Add new author at the end of a collection.
name
- Name of a new author.
public CommentAuthor[] toArray()
Creates and returns an array with all authors.
CommentAuthor
public CommentAuthor[] findByName(java.lang.String name)
Find author in a collection by name.
name
- Name of an author to find.
public com.aspose.ms.System.Collections.IEnumerator<CommentAuthor> iterator()
Returns an enumerator for the entire collection.
IEnumerator
for the entire collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |