CommentAuthor
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.slides.ICommentAuthor, com.aspose.slides.IDOMObject
public final class CommentAuthor implements ICommentAuthor, IDOMObject
Represents an author of comments.
Methods
Method | Description |
---|---|
getName() | Returns or sets the author’s name. |
setName(String value) | Returns or sets the author’s name. |
getInitials() | Returns or sets the authors initials. |
setInitials(String value) | Returns or sets the authors initials. |
getComments() | Returns the collection of comments made by this author. |
remove() | Removes the author from the parent collection. |
getParent_Immediate() |
getName()
public final String getName()
Returns or sets the author’s name. Read/write String.
Returns: java.lang.String
setName(String value)
public final void setName(String value)
Returns or sets the author’s name. Read/write String.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getInitials()
public final String getInitials()
Returns or sets the authors initials. Read/write String.
Returns: java.lang.String
setInitials(String value)
public final void setInitials(String value)
Returns or sets the authors initials. Read/write String.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getComments()
public final ICommentCollection getComments()
Returns the collection of comments made by this author. Read-only ICommentCollection.
Returns: ICommentCollection
remove()
public final void remove()
Removes the author from the parent collection.
getParent_Immediate()
public final IDOMObject getParent_Immediate()
Returns Parent_Immediate object. Read-only IDOMObject.
Returns: com.aspose.slides.IDOMObject