CommentAuthor
Vue de l’ensemble
‘CommentAuthor’ est une classe dans Aspose.Slides FOSS pour C++.
Représente l’auteur d’un commentaire.
Cette classe fournit 13 méthodes pour travailler avec les objets CommentAuthor dans des programmes C++. Les méthodologies disponibles comprennent: authors_part, comments , has_internal_data ، init_ internal ; ‘initials : 'intern_ data; ’name: package - présentation – remove- et ‘set_initial` . Tous les membres publics sont accessibles à n’importe quelle application C ++ après l’installation de la version Aspose.Slides FOSS pour le pack C+.
méthodes
| 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. |
name() → std::string | Returns the author’s name. |
set_name(value: std::string) | Sets the author’s name. |
initials() → std::string | Returns the author’s initials. |
set_initials(value: std::string) | Sets the author’s initials. |
comments() → CommentCollection | Returns the collection of comments by this author. |
comments() → CommentCollection | Returns the collection of comments by this author. |
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. |
internal_data() → Internal::pptx::AuthorData | Returns the internal author data, if initialized. |
authors_part() → Internal::pptx::CommentAuthorsPart | Returns the internal authors part, if initialized. |
package() → Internal::opc::OpcPackage | Returns the OPC package, if initialized. |
presentation() → Presentation | Returns the owning presentation, if set. |
Voir aussi
- Aspose.Slides - référence API d’entreprise