CommentAuthor
Overview
CommentAuthor is a class in Aspose.Slides FOSS for C++.
Represents the author of a comment.
Methods
| Signature | Description |
|---|---|
init_internal(data: Internal::pptx::AuthorData, authors_part: Internal::pptx::CommentAuthorsPart, package: Internal::opc::OpcPackage) | Initializes the internal PPTX persistence layer for this author. Links the public CommentAuthor to its XML-backed AuthorData so that property accessors (name, initials) delegate to the underlying XML node. |
set_name(value: std::string) | Sets the author’s name. |
set_initials(value: std::string) | Sets the author’s initials. |
remove() | Removes the author from the parent collection, clearing all comments first. |
has_internal_data() → bool | Returns whether this author is backed by internal PPTX data. |