CommentAuthorCollection — Aspose.Slides FOSS C++ API Reference
CommentAuthorCollection — Manages a collection of comment authors in a presentation.
Package: Aspose::Slides
Properties
| Property | Type | Access | Description |
|---|---|---|---|
CommentAuthorCollection | CommentAuthorCollection | Read |
Methods
| Method | Returns | Description |
|---|---|---|
CommentAuthorCollection() | CommentAuthorCollection | |
CommentAuthorCollection() | CommentAuthorCollection | |
CommentAuthorCollection() | CommentAuthorCollection | |
CommentAuthorCollection() | CommentAuthorCollection | |
CommentAuthorCollection() | CommentAuthorCollection | |
init_internal() | void | Initializes the internal PPTX persistence layer for this collection. |
to_array() | std::vector<CommentAuthor*> | Returns a copy of all authors as a vector of non-owning pointers. |
to_array() | std::vector<const CommentAuthor*> | Returns a copy of all authors as a vector of non-owning pointers. |
find_by_name() | std::vector<CommentAuthor*> | Finds authors whose name matches the given value. |
find_by_name_and_initials() | std::vector<CommentAuthor*> | Finds authors whose name and initials both match. |
remove_at() | void | Removes the author at the given index, clearing its comments first. |
remove() | void | Removes the specified author from the collection. |
clear() | void | Removes all authors from the collection, clearing their comments first. |
size() | std::size_t | Returns the number of authors. |