CommentAuthor — Aspose.Slides FOSS Java API Reference

CommentAuthor — Represents an author of comments. Inherits from: ICommentAuthor.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
nameStringRead/Write
initialsStringRead/Write
commentsICommentCollectionRead/Write
idintRead/Write

Methods

MethodReturnsDescription
initInternal(AuthorData data, CommentAuthorsPart authorsPart, OpcPackage pkg, Presentation presentation)voidInitializes internal backing references that link this author to the underlying OPC package data.
getName()String
setName(String name)void
getInitials()String
setInitials(String initials)void
getComments()ICommentCollection
remove()void
getId()intReturns the internal author id.

See Also