CellCollection
סקירה כללית
CellCollection הוא שיעור ב Aspose.Slides FOSS עבור C++.
הוא מייצג אוסף של תאי שולחן.
שיעור זה מספק 36 שיטות לעבוד עם אובייקטים CellCollection בתוכניות C++. שיטות זמינות כוללות: Cell, CellCollection, IBaseSlide, IPresentationComponent, ISlideComponent, add, as_i_collection, as_i_enumerable, as_i_presentation_component, as_i_slide_component, begin, clear,9 שיטות נוספות. כל החברים הציבוריים זמינים לכל יישום C++ לאחר התקנת Aspose.Slides FOSS עבור חבילת C+. רכוש : Cell, IBaseSlide, IPresentationComponent, ISlideComponent, const_iterator, iterator.
נכסים
| שם | סוג | גישה | תיאור |
|---|---|---|---|
Cell | Cell | קראו | מקבל את התאים. |
IBaseSlide | IBaseSlide | קראו | אני מקבל את הבסיס של הסליד. |
ISlideComponent | ISlideComponent | קראו | אני מקבל את המרכיב I slide. |
IPresentationComponent | IPresentationComponent | קראו | אני מקבל את המרכיב של ההצגה. |
iterator | iterator | קראו | תנו את האיטראטור. |
const_iterator | const_iterator | קראו | מקבל את היתור המערבי. |
שיטות
| חתימה | תיאור |
|---|---|
Cell() → Cell | הנכס מספק גישה לתא באוסף |
Cell() → Cell | |
Cell() → Cell | |
Cell() → Cell | |
IBaseSlide() → IBaseSlide | רכוש מספק גישה ל IBaseSlide הקשורים |
IBaseSlide() → IBaseSlide | |
ISlideComponent() → ISlideComponent | הנכס מספק גישה ל ISlideComponent הקשורים |
ISlideComponent() → ISlideComponent | |
IPresentationComponent() → IPresentationComponent | הנכס מספק גישה לקישור IPresentationComponent |
IPresentationComponent() → IPresentationComponent | |
iterator() → iterator | החזיר את האיטראטור אל האלמנט הראשון של הקולקציה |
iterator() → iterator | |
const_iterator() → const_iterator | החזיר איטראטור const אל המרכיב הראשון של האוסף |
const_iterator() → const_iterator | |
CellCollection() | |
~CellCollection() | |
init_internal(cells: std::vector<std::unique_ptr<Cell>>, parent_slide: IBaseSlide) | מתחיל את הקולקציה עם תאים וקונצרט הורי סליד. |
size() → std::size_t | החזיר את מספר התאים. |
add(cell: std::unique_ptr<Cell>) → Cell | הוסף תא לאוסף. |
add() → Cell | הוסף תא לאוסף. |
clear() | להסיר את כל התאים. |
slide() → IBaseSlide | החזיר את הכתובת של ההורים ל- CellCollection. קרא רק. |
slide() → IBaseSlide | החזיר את הכתובת של ההורים ל- CellCollection. קרא רק. |
set_slide(slide: IBaseSlide) | תנו לי את הורי הקליפה. |
presentation() → IPresentation | החזיר את ההצגה הורי של זה CellCollection. קרא רק. |
presentation() → IPresentation | החזיר את ההצגה הורי של זה CellCollection. קרא רק. |
as_i_slide_component() → ISlideComponent | אפשרות לקבל את ממשק הבסיס ISlideComponent. קרא רק. |
as_i_slide_component() → ISlideComponent | אפשרות לקבל את ממשק הבסיס ISlideComponent. קרא רק. |
as_i_presentation_component() → IPresentationComponent | אפשרות לקבל את ממשק הבסיס IPresentationComponent. קרא רק. |
as_i_presentation_component() → IPresentationComponent | אפשרות לקבל את ממשק הבסיס IPresentationComponent. קרא רק. |
as_i_collection() → std::vector<Cell*> | החזיר תמונה של התאים כסימנים ירוקים. |
as_i_enumerable() → std::vector<Cell*> | החזיר תמונה של התאים כסימנים ירוקים (כמו כמו_i_collection). |
begin() → iterator | |
end() → iterator | |
begin() → const_iterator | |
end() → const_iterator |