CommentAuthorCollection

CommentAuthorCollection — Aspose.Slides FOSS C++ API Reference

CommentAuthorCollection — Manages a collection of comment authors in a presentation.

Package: Aspose::Slides


Properties

PropertyTypeAccessDescription
CommentAuthorCollectionCommentAuthorCollectionRead

Methods

MethodReturnsDescription
CommentAuthorCollection()CommentAuthorCollection
CommentAuthorCollection()CommentAuthorCollection
CommentAuthorCollection()CommentAuthorCollection
CommentAuthorCollection()CommentAuthorCollection
CommentAuthorCollection()CommentAuthorCollection
init_internal()voidInitializes 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()voidRemoves the author at the given index, clearing its comments first.
remove()voidRemoves the specified author from the collection.
clear()voidRemoves all authors from the collection, clearing their comments first.
size()std::size_tReturns the number of authors.

See Also