CommentAuthor

Overview

CommentAuthor is a class in Aspose.Slides FOSS for Java. Inherits from: ICommentAuthor.

Represents an author of comments.

Properties

NameTypeAccessDescription
nameStringReadRepresents the author’s name
initialsStringRead
commentsICommentCollectionReadProvides access to the author’s comment collection
idintReadReturns the internal author id.

Methods

SignatureDescription
CommentAuthor(name: String, initials: String, id: int)Creates a new comment author.
initInternal(data: AuthorData, authorsPart: CommentAuthorsPart, pkg: OpcPackage, presentation: Presentation)Initializes internal backing references that link this author to the
underlying OPC package data.
getName()StringReturns the author’s name
setName(name: String)Sets the author’s name
getInitials()StringReturns the author’s initials
setInitials(initials: String)Sets the author’s initials
getComments()ICommentCollectionReturns the collection of comments authored by this author
remove()Deletes this author from the presentation
getId()intReturns the internal author id.

See Also