|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.CommentAuthor
public final class CommentAuthor
Represents an author of comments.
Method Summary | |
---|---|
ICommentCollection |
getComments()
Returns the collection of comments made by this author. |
java.lang.String |
getInitials()
Returns or sets the authors initials. |
java.lang.String |
getName()
Returns or sets the author's name. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
void |
remove()
Removes the author from the parent collection. |
void |
setInitials(java.lang.String value)
Returns or sets the authors initials. |
void |
setName(java.lang.String value)
Returns or sets the author's name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
Returns or sets the author's name.
Read/write String
.
getName
in interface ICommentAuthor
public void setName(java.lang.String value)
Returns or sets the author's name.
Read/write String
.
setName
in interface ICommentAuthor
public java.lang.String getInitials()
Returns or sets the authors initials.
Read/write String
.
getInitials
in interface ICommentAuthor
public void setInitials(java.lang.String value)
Returns or sets the authors initials.
Read/write String
.
setInitials
in interface ICommentAuthor
public ICommentCollection getComments()
Returns the collection of comments made by this author.
Read-only ICommentCollection
.
getComments
in interface ICommentAuthor
public void remove()
Removes the author from the parent collection.
remove
in interface ICommentAuthor
PptxEditException
- Thrown if author is already removed.public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |