CommentAuthorCollection
סקירה כללית
CommentAuthorCollection הוא שיעור ב Aspose.Slides FOSS עבור C++.
מנהל אוסף של סופרים הערות בהצגה.
שיעור זה מספק 24 שיטות לעבוד עם אובייקטים CommentAuthorCollection בתוכניות C++. שיטות זמינות כוללות: CommentAuthorCollection, add_author, as_i_collection, as_i_enumerable, begin, clear, end, find_by_name, find_by_name_and_initials, init_internal, remove, remove_at,2 שיטות נוספות. כל החברים הציבוריים זמינים לכל יישום C++ לאחר התקנת Aspose.Slides FOSS עבור חבילת C+. רכוש : CommentAuthorCollection.
נכסים
| שם | סוג | גישה | תיאור |
|---|---|---|---|
CommentAuthorCollection | CommentAuthorCollection | קראו | קבל את אוסף המחבר של הערות. |
שיטות
| חתימה | תיאור |
|---|---|
CommentAuthorCollection() → CommentAuthorCollection | רכוש מספק גישה לאירוע הקבלה |
CommentAuthorCollection() → CommentAuthorCollection | |
CommentAuthorCollection() → CommentAuthorCollection | |
CommentAuthorCollection() → CommentAuthorCollection | |
CommentAuthorCollection() → CommentAuthorCollection | |
CommentAuthorCollection() | |
init_internal(authors_part: Internal::pptx::CommentAuthorsPart, package: Internal::opc::OpcPackage) | קישור הקולקציה ל- XML-תומך שלה CommentAuthorsPart כך שהסופרים נטועים מהמסמך הבסיסי של XML. |
add_author(name: std::string, initials: std::string) → CommentAuthor | הוספת מחבר חדש עם השם והתחומים. |
to_array() → std::vector<CommentAuthor*> | החזיר עותק של כל המחברים כבקטור של אינטים שאינם בבעלות. |
to_array() → std::vector<const CommentAuthor*> | החזיר עותק של כל המחברים כבקטור של אינטים שאינם בבעלות. |
find_by_name(name: std::string) → std::vector<CommentAuthor*> | מצא את המחברים שמשמותיהם תואמים את הערך שניתן. |
find_by_name_and_initials(name: std::string, initials: std::string) → std::vector<CommentAuthor*> | מצא את המחברים שמותיהם וראשונים שלהם מתאימים. |
remove_at(index: std::size_t) | הסיר את המחבר ב- אינדיקטור, לנקות את ההערות שלו קודם. |
remove(author: CommentAuthor) | הסר את המחבר המפורט מהקולקציה. |
clear() | הסיר את כל המחברים מהקולקציה, לנקות את ההערות שלהם קודם. |
size() → std::size_t | החזיר את מספר המחברים. |
as_i_collection() → CommentAuthorCollection | החזיר התייחסות לאוסף זה כאינטראקציה של אוסף גנרלי. |
as_i_collection() → CommentAuthorCollection | החזיר התייחסות לאוסף זה כאינטראקציה של אוסף גנרלי. |
as_i_enumerable() → CommentAuthorCollection | החזיר התייחסות לאוסף זה כאינטראקציה כללית. |
as_i_enumerable() → CommentAuthorCollection | החזיר התייחסות לאוסף זה כאינטראקציה כללית. |
begin() → auto | |
end() → auto | |
begin() → auto | |
end() → auto |