CommentAuthor

CommentAuthor class

Represents an author of comments.

getComments

NameDescription
getComments()Returns the collection of comments made by this author. Read-only ICommentCollection.

Returns: CommentCollection


getInitials

NameDescription
getInitials()Returns or sets the authors initials. Read/write String.

Returns: String


getName

NameDescription
getName()Returns or sets the author’s name. Read/write String.

Returns: String


remove

NameDescription
remove()Removes the author from the parent collection.

Error

ErrorCondition
PptxEditExceptionThrown if author is already removed.

setInitials

NameDescription
setInitials(String)Returns or sets the authors initials. Read/write String.

setName

NameDescription
setName(String)Returns or sets the author’s name. Read/write String.