סקירה כללית
Row הוא שיעור ב Aspose.Slides FOSS עבור Java. מורשת מ : CellCollection, IRow.
להציג שורה על שולחן.
שיעור זה מספק 24 שיטות לעבוד עם אובייקטים Row בתוכניות Java. שיטות זמינות כוללות: CellCollection, Row, asICollection, asIEnumerable, asIPresentationComponent, asISlideComponent, asList, get, getAsIBulkTextFormattable, getAsICellCollection, getHeight, getMinimalHeight,10 שיטות נוספות. כל החברים הציבוריים זמינים לכל יישום Java לאחר התקנת Aspose.Slides FOSS עבור חבילת Java. רכוש : asIBulkTextFormattable, asICellCollection, height, minimalHeight, presentation, rowFormat,ועוד 2 עוד.
נכסים
| שם | סוג | גישה | תיאור |
|---|
height | double | קראו | [הדגמה של דוק] |
When XML-backed, reads the {@code h} attribute from the {@code } element
and converts from EMU to points. |
| `minimalHeight` | `double` | Read | {@inheritDoc}When XML-backed, reads the {@code h} attribute from the {@code } element
and converts from EMU to points. |
| `rowFormat` | `IRowFormat` | Read | {@inheritDoc} |
| `asICellCollection` | `ICellCollection` | Read | {@inheritDoc} |
| `asIBulkTextFormattable` | `IBulkTextFormattable` | Read | {@inheritDoc} |
| `slide` | `IBaseSlide` | Read | Gets the slide. |
| `slidePart` | `Object` | Read | Returns the slide part associated with this collection. |
| `presentation` | `IPresentation` | Read | Gets the presentation. |שיטות
| חתימה | תיאור |
|---|
Row() | יצירת שורה ריקה ללא תמיכה XML. |
Row(cells: List<ICell>, height: double) | יצירת רצועה עם התא נתון וגובה, ללא תמיכה XML. |
Row(trElement: Element, cells: List<ICell>, saveCallback: Runnable) | יצירת שורה תומכת ב- XML מתוך האלמנט {@code <a:tr>}. |
initInternal(trElement: Element, rowIndex: int, slidePart: Object, parentSlide: IBaseSlide, table: ITable) → Row | מתחיל את השורה הזו מתוך אלמנט XML {@code <a:tr>}, מפרש ילד |
| {@code <a:tc>} אלמנטים לתוך { @link Cell} דוגמאות. | |
getHeight() → double | [הדגמה של דוק] |
When XML-backed, reads the {@code h} attribute from the {@code } element
and converts from EMU to points. |
| `getMinimalHeight()` → `double` | {@inheritDoc}When XML-backed, reads the {@code h} attribute from the {@code } element
and converts from EMU to points. |
| `setMinimalHeight(value: double)` | {@inheritDoc}When XML-backed, writes the value back to the {@code h} attribute (converting
from points to EMU) and triggers the save callback.
/ |
| `getRowFormat()` → `IRowFormat` | {@inheritDoc} |
| `getAsICellCollection()` → `ICellCollection` | {@inheritDoc} |
| `getAsIBulkTextFormattable()` → `IBulkTextFormattable` | {@inheritDoc} |
| `setTextFormat(source: Object)` | {@inheritDoc}
@throws IllegalArgumentException if {@code source} is {@code null}
/ |
| `CellCollection()` | Creates an empty CellCollection. |
| `get(index: int)` → `ICell` | |
| `size()` → `int` | |
| `asList()` → `List` | Returns an unmodifiable view of the internal cell list. |
| `asICollection()` → `List` | |
| `asIEnumerable()` → `Iterable` | |
| `getSlide()` → `IBaseSlide` | Returns the slide. |
| `setParentSlide(parentSlide: IBaseSlide)` | Sets the parent slide for this collection. |
| `getSlidePart()` → `Object` | Returns the slide part associated with this collection. |
| `getPresentation()` → `IPresentation` | Returns the presentation. |
| `asISlideComponent()` → `ISlideComponent` | |
| `asIPresentationComponent()` → `IPresentationComponent` | |
| `iterator()` → `Iterator` | |ראה גם