Row

Oversigt over de forskellige former for støtte

Row er en klasse i Aspose.Slides FOSS for Java. Arvelige af: CellCollection, IRow.

Repræsenterede en række i et bord.

Egenskaber

Udtrykt:Type:Tilgang tilBeskrivelse:
heightdoubleLæs det.
minimalHeightdoubleLæs det.Egenskab får eller indstiller den mindste højde for rækken
rowFormatIRowFormatLæs det.Ejendommen får IRowFormat i rækken.
asICellCollectionICellCollectionLæs det.
asIBulkTextFormattableIBulkTextFormattableLæs det.

Metoder til at anvende

UnderskriftBeskrivelse:
Row()Oprette en tom række uden XML-bakning.
Row(cells: List<ICell>, height: double)Opretter en række med de angivne celler og højden, uden XML-støtte.
Row(trElement: Element, cells: List<ICell>, saveCallback: Runnable)Opretter en XML-bakket række fra det angivne {@code <a:tr>} element.
initInternal(trElement: Element, rowIndex: int, slidePart: Object, parentSlide: IBaseSlide, table: ITable)RowInitialiserer denne række fra et {@code <a:tr>} XML-element, parseringsbarn
{@code <a:tc>} elementer i { @link Cell }-instanser.
getHeight()double- Det er ikke mig.

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