ICellCollection

ICellCollection

סקירה כללית

ICellCollection הוא ממשק ב Aspose.Slides FOSS עבור Java. מורשת מ : ISlideComponent, IPresentationComponent.

הוא מייצג אוסף של תאים.

ממשק זה מספק 8 שיטות לעבוד עם אובייקטים ICellCollection בתוכניות Java. שיטות זמינות כוללות: asICollection, asIEnumerable, asIPresentationComponent, asISlideComponent, get, getPresentation, getSlide, size. כל החברים הציבוריים זמינים לכל יישום Java לאחר התקנת Aspose.Slides FOSS עבור חבילת Java. רכוש : presentation, slide.

נכסים

שםסוגגישהתיאור
slideIBaseSlideקראוהחזיר את הוריו לסט.
presentationIPresentationקראוהחזיר את ההצגה המכילה את המרכיב הזה.

שיטות

חתימהתיאור
get(index: int)ICellתוכל להשיג את התא ב- אינדיקטור המפורט.
size()intהחזיר את מספר התאים בקולקציה.
asISlideComponent()ISlideComponentהחזיר את ממשק הבסיס {@link ISlideComponent}.
asICollection()List<ICell>החזיר את הקולקציה כ {@link List}.
asIEnumerable()Iterable<ICell>החזיר את הקולקציה כ {@link Iterable}.
getSlide()IBaseSlideהחזיר את הוריו לסט.
asIPresentationComponent()IPresentationComponentהחזיר את ממשק הבסיס {@link IPresentationComponent}.
getPresentation()IPresentationהחזיר את ההצגה המכילה את המרכיב הזה.

ראה גם

 עברית