|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Comments
@Deprecated public class Comments
Represents a collection of slide comments.
Method Summary | |
---|---|
Comment |
addComment(CommentAuthor author,
java.lang.String initials,
java.lang.String text,
java.util.Date time,
java.awt.Point anchor)
Deprecated. |
void |
clear()
Deprecated. Removes all coomments from the slide. |
Comment |
get_Item(int index)
Deprecated. Returns the slide comment at the specified index. |
int |
getCount()
Deprecated. Returns the number of slide comments actually contained in the collection. |
com.aspose.ms.System.Collections.IEnumerator<Comment> |
iterator()
Deprecated. Returns an enumerator for the entire collection. |
void |
remove(Comment comment)
Deprecated. Removes the first occurrence of the specified comment in a collection. |
void |
removeAt(int index)
Deprecated. Removes the element at the specified index in a collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getCount()
Returns the number of slide comments actually contained in the collection.
Read-only int
.
public Comment get_Item(int index)
Returns the slide comment at the specified index.
public Comment addComment(CommentAuthor author, java.lang.String initials, java.lang.String text, java.util.Date time, java.awt.Point anchor)
public void removeAt(int index)
Removes the element at the specified index in a collection.
index
- The zero-based index of the element to remove.public void remove(Comment comment)
Removes the first occurrence of the specified comment in a collection.
comment
- The comment to remove from a collection.public void clear()
Removes all coomments from the slide.
public com.aspose.ms.System.Collections.IEnumerator<Comment> iterator()
Returns an enumerator for the entire collection.
IEnumerator
for the entire collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |