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 ICommentAuthor
public final void setName(java.lang.String value)
Returns or sets the author's name.
Read/write String
.
setName
in interface ICommentAuthor
public final java.lang.String getInitials()
Returns or sets the authors initials.
Read/write String
.
getInitials
in interface ICommentAuthor
public final void setInitials(java.lang.String value)
Returns or sets the authors initials.
Read/write String
.
setInitials
in interface ICommentAuthor
public final ICommentCollection getComments()
Returns the collection of comments made by this author.
Read-only ICommentCollection
.
getComments
in interface ICommentAuthor
public final void remove()
Removes the author from the parent collection.
remove
in interface ICommentAuthor
PptxEditException
- Thrown if author is already removed.public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.