Row

Übersicht über die

Row ist eine Klasse in Aspose.Slides FOSS für Java. Erben von: CellCollection, IRow.

Darstellt eine Zeile in einer Tabelle.

Eigenschaften

Name der PersonTyp derZugang zu den InformationenBeschreibung
heightdoubleLesen Sie .
minimalHeightdoubleLesen Sie .Eigenschaft erhält oder setzt die Mindesthöhe der Zeile.
rowFormatIRowFormatLesen Sie .Die Eigenschaft bekommt den IRowFormat der Reihe.
asICellCollectionICellCollectionLesen Sie .
asIBulkTextFormattableIBulkTextFormattableLesen Sie .

Methoden und Verfahren

UnterzeichnungBeschreibung
Row()Erstellt eine leere Zeile ohne XML-Backup.
Row(cells: List<ICell>, height: double)Erstellt eine Zeile mit den angegebenen Zellen und der Höhe, ohne XML-Backup.
Row(trElement: Element, cells: List<ICell>, saveCallback: Runnable)Erstellt eine XML-gestützte Zeile aus dem angegebenen Element {@code <a:tr>}.
initInternal(trElement: Element, rowIndex: int, slidePart: Object, parentSlide: IBaseSlide, table: ITable)RowInitialisiert diese Zeile aus einem {@code <a:tr>} XML-Element, Parsing child
{@code <a:tc>} Elemente in { @link Cell } Instanzen.
getHeight()doubleIch bin ein guter Mann.

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} / |
 Deutsch