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