CellCollection

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.

נכסים

שםסוגגישהתיאור
CellCellקראומקבל את התאים.
IBaseSlideIBaseSlideקראואני מקבל את הבסיס של הסליד.
ISlideComponentISlideComponentקראואני מקבל את המרכיב I slide.
IPresentationComponentIPresentationComponentקראואני מקבל את המרכיב של ההצגה.
iteratoriteratorקראותנו את האיטראטור.
const_iteratorconst_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

ראה גם

 עברית