Ρόου

ΕΚΤΙΜΗΣΗ

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,Και δύο ακόμα.

Ιδιοκτησία

ΟνομασίαΤύποςΠρόσβασηΠεριγραφή
heightdoubleΔιαβάστε[Αντιδράσεις]

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` | |

Δείτε επίσης

 Ελληνικά