Linha

Resumo geral

Row é uma classe em Aspose.Slides FOSS para Java. Herdeiros de: CellCollection, IRow.

Representa uma linha numa tabela.

Propriedades

Nome:Tipo de veículo:AcessosDescrição:
heightdoubleLeia.
minimalHeightdoubleLeia.Propriedade obtém ou define a altura mínima da linha
rowFormatIRowFormatLeia.Propriedade recebe o IRowFormat da linha
asICellCollectionICellCollectionLeia.
asIBulkTextFormattableIBulkTextFormattableLeia.

Métodos de avaliação

AssinaturaDescrição:
Row()Cria uma linha vazia sem apoio XML.
Row(cells: List<ICell>, height: double)Cria uma linha com as células e altura, sem apoio XML.
Row(trElement: Element, cells: List<ICell>, saveCallback: Runnable)Cria uma linha com suporte XML a partir do elemento {@code <a:tr>} dado.
initInternal(trElement: Element, rowIndex: int, slidePart: Object, parentSlide: IBaseSlide, table: ITable)RowInicializa esta linha a partir de um elemento XML {@code <a:tr>}, parsing child
{@code <a:tc>} elementos em instâncias { @link Cell }.
getHeight()double- Não, não.

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} / |
 Português