Row

General

Row is a class in Aspose.Slides FOSS for Java. Inherits from: CellCollection, IRow.

Row és una classe en FOSS per Java. Heretaris de: CellCollection, IRow.

Representa una fila en una taula.

Propietats

NomTipus de productesAccésDescripció
heightdoubleLlegeix.
minimalHeightdoubleLlegeix.Propietat obté o fixa l’alçada mínima de la fila.
rowFormatIRowFormatLlegeix.La propietat obté el IRowFormat de la fila.
asICellCollectionICellCollectionLlegeix.
asIBulkTextFormattableIBulkTextFormattableLlegeix.

Mètodes

SignaturaDescripció
Row()Crea una fila buida sense suport XML.
Row(cells: List<ICell>, height: double)Crea una fila amb les cèl·lules i l’alçada donades, sense suport XML.
Row(trElement: Element, cells: List<ICell>, saveCallback: Runnable)Crea una fila amb suport XML des de l’element {@code <a:tr>} donat.
initInternal(trElement: Element, rowIndex: int, slidePart: Object, parentSlide: IBaseSlide, table: ITable)RowInicialitza aquesta línia a partir d’un element XML {@code <a:tr>}, fill de l’anàlisi.
elements en instàncies de {@link Cell} .
getHeight()double- No, no. M’agradaria que ho pogués fer.

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} / |
 Català