|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.CommentAuthors
public class CommentAuthors
Method Summary | |
---|---|
CommentAuthor |
addAuthor(java.lang.String name)
Add new author at the end of a collection. |
CommentAuthor[] |
findByName(java.lang.String name)
Find author in a collection by name. |
CommentAuthor |
get(int index)
Gets the element at the specified index. |
java.util.Iterator |
iterator()
Returns an iterator for the entire collection. |
int |
size()
Returns the number of elements actually contained in the collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
public CommentAuthor get(int index)
public CommentAuthor addAuthor(java.lang.String name)
name
- Name of a new author.
public CommentAuthor[] findByName(java.lang.String name)
public java.util.Iterator iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |