|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.collections.CollectionEx
com.spire.doc.collections.CommentsCollection
public class CommentsCollection
A collection of
Constructor Summary | |
---|---|
CommentsCollection(Document doc)
Initializes a new instance of the |
Method Summary | |
---|---|
void |
clear()
Remove all the Comment from the document. |
int |
counts()
Counts this instance. |
Comment |
get(int index)
Gets the comment at specified index. |
void |
remove(Comment comment)
Removes the specified Comment. |
void |
removeAt(int index)
Remove a Comment at specified index. |
Methods inherited from class com.spire.doc.collections.CollectionEx |
---|
getCount, iterator |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Constructor Detail |
---|
public CommentsCollection(Document doc)
doc
- Method Detail |
---|
public Comment get(int index)
index
-
public int counts()
public void removeAt(int index)
index
- public void clear()
clear
in class CollectionEx
public void remove(Comment comment)
comment
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |