CommentAuthor

General

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

CommentAuthor és una classe en Aspose.Slides FOSS per a Java. És heretat de: ゚ICommentAuthor⌒ .

Representa un autor de comentaris.

Propietats

NameTypeAccessDescription
nameStringReadProperty gets or sets the author’s display name
initialsStringRead
commentsICommentCollectionReadProperty provides access to the author’s comment collection
idintReadProperty returns the author’s internal identifier

Mètodes

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 display name
setName(name: String)Sets the author’s display 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.
 Català