|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.collections.commentlist
public class commentlist
represents a collection of comments of one author.
constructor summary | |
---|---|
commentlist( parent)
|
method summary | |
---|---|
comment |
appendcomment(islide slide,
java.lang.string text,
float x,
float y)
adds a new comment added to a slide. |
comment |
get(int index)
gets the element at the specified index. |
int |
getcount()
gets the number of elements actually contained in the collection. |
presentation |
getpresentation()
gets parent presentationpptx object for a collection of comments. |
comment |
insertcomment(islide slide,
int index,
java.lang.string text,
float x,
float y)
adds a new comment added to a slide. |
void |
remove(comment comment)
removes the first occurrence of the specified comment in a collection. |
void |
removeat(int index)
removes the element at the specified index in a collection. |
comment[] |
toarray()
gets a array of the commentlist. |
comment[] |
toarray(int startindex,
int count)
gets a array of the commentlist. |
constructor detail |
---|
public commentlist( parent)
method detail |
---|
public int getcount()
public comment get(int index)
index
-
public comment appendcomment(islide slide, java.lang.string text, float x, float y)
slide
- text
- x
- y
-
public comment insertcomment(islide slide, int index, java.lang.string text, float x, float y)
slide
- index
- text
- x
- y
-
public comment[] toarray()
public comment[] toarray(int startindex, int count)
startindex
- count
-
public void removeat(int index)
index
- public void remove(comment comment)
comment
- public presentation getpresentation()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |