public final class CommentAuthor extends java.lang.Object implements ICommentAuthor
Represents an author of comments.
| Modifier and Type | Method and Description |
|---|---|
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.
|
public final java.lang.String getName()
Returns or sets the author's name.
Read/write String.
getName in interface ICommentAuthorpublic final void setName(java.lang.String value)
Returns or sets the author's name.
Read/write String.
setName in interface ICommentAuthorpublic final java.lang.String getInitials()
Returns or sets the authors initials.
Read/write String.
getInitials in interface ICommentAuthorpublic final void setInitials(java.lang.String value)
Returns or sets the authors initials.
Read/write String.
setInitials in interface ICommentAuthorpublic final ICommentCollection getComments()
Returns the collection of comments made by this author.
Read-only ICommentCollection.
getComments in interface ICommentAuthorpublic final void remove()
Removes the author from the parent collection.
remove in interface ICommentAuthorPptxEditException - Thrown if author is already removed.public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject.