ICommentAuthor — Aspose.Slides FOSS Java API Reference

ICommentAuthor — Represents a comment author in a presentation.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
nameStringRead/Write
initialsStringRead/Write
commentsICommentCollectionRead/Write

Methods

MethodReturnsDescription
getName()StringReturns the author name.
setName(String name)voidSets the author name.
getInitials()StringReturns the author initials.
setInitials(String initials)voidSets the author initials.
getComments()ICommentCollectionReturns the collection of comments by this author.
remove()voidRemoves this author and all their comments from the presentation.

See Also