PropertyCollection{Categorie:Documentele de activitate}

PropertyCollection{Categorie:Documentele de activitate}

Opinie generală

CommentAuthorCollection este o clasă în Aspose.Slides FOSS pentru C++.

Gestionează o colecție de comentarii ale autorilor într-o prezentare.

Proprietăți

Numele de proprietateTipul de vehiculAccesulDescriere:
CommentAuthorCollectionCommentAuthorCollectionCiteşte.Proprietatea returnează însuși instanta de colectare.

Metode de evaluare

SemnăturaDescriere:
CommentAuthorCollection()CommentAuthorCollectionProprietatea returnează însuși instanta de colectare.
CommentAuthorCollection()CommentAuthorCollection
CommentAuthorCollection()CommentAuthorCollection
CommentAuthorCollection()CommentAuthorCollection
CommentAuthorCollection()CommentAuthorCollection
init_internal(authors_part: Internal::pptx::CommentAuthorsPart, package: Internal::opc::OpcPackage)Inițializează stratul de persistență PPTX intern pentru această colecție. Legă colectia la suportul XML al CommentAuthorsPart astfel încât autorii să fie încărcați din documentul HTML subiacent.
to_array()std::vector<CommentAuthor*>Întoarce o copie a tuturor autorilor ca un vector de indicatori non-posesor.
to_array()std::vector<const CommentAuthor*>Întoarce o copie a tuturor autorilor ca un vector de indicatori non-posesor.
find_by_name(name: std::string)std::vector<CommentAuthor*>Găsește autori ai căror nume se potrivesc valorii date.
find_by_name_and_initials(name: std::string, initials: std::string)std::vector<CommentAuthor*>Găseşte autori ai căror nume şi iniţialele se potrivesc.
remove_at(index: std::size_t)Îndepărtează autorul din index, eliminând mai întâi comentariile sale.
remove(author: CommentAuthor)Îndepărtează autorul specificat din colecție.
clear()Elimină toţi autorii din colecţie, curând mai întâi comentariile lor.
size()std::size_tÎntoarce numărul de autori.
 Română