ICommentAuthor

General

ICommentAuthor és una interfície en Aspose.Slides FOSS per Java.

Representa un autor de comentaris en una presentació.

Propietats

NameTypeAccessDescription
nameStringReadRepresents the author name
initialsStringReadRepresents the author initials
commentsICommentCollectionReadProvides the collection of comments authored by this author

Mètodes

SignatureDescription
getName()StringReturns the author name.
setName(name: String)Sets the author name.
getInitials()StringReturns the author initials.
setInitials(initials: String)Sets the author initials.
getComments()ICommentCollectionReturns the collection of comments by this author.
remove()Removes this author and all their comments from the presentation.
 Català