|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.collections.CommentAuthorList
public class CommentAuthorList
Represents a collection of comment authors.
Constructor Summary | |
---|---|
CommentAuthorList(PresentationPptx presentation)
|
Method Summary | |
---|---|
ICommentAuthor |
addAuthor(java.lang.String name,
java.lang.String initials)
Add new author at the end of a collection. |
ICommentAuthor[] |
findByName(java.lang.String name)
Find author in a collection by name. |
ICommentAuthor[] |
findByNameAndInitials(java.lang.String name,
java.lang.String initials)
Find author in a collection by name and initials |
ICommentAuthor |
get(int index)
Gets the element at the specified index. |
int |
getCount()
Gets the number of elements actually contained in the collection. |
Presentation |
getPresentation()
Returns parent object for a Shapes collection. |
ICommentAuthor[] |
toArray()
Creates and returns an array with all authors. |
Constructor Detail |
---|
public CommentAuthorList(PresentationPptx presentation)
Method Detail |
---|
public int getCount()
public ICommentAuthor get(int index)
index
-
public ICommentAuthor addAuthor(java.lang.String name, java.lang.String initials)
name
- initials
-
java.lang.Exception
public ICommentAuthor[] toArray()
public ICommentAuthor[] findByName(java.lang.String name)
name
- Name of an author to find.
public ICommentAuthor[] findByNameAndInitials(java.lang.String name, java.lang.String initials)
name
- Name of an author to find.initials
- Initials of an author to find.
public Presentation getPresentation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |