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: | Acessos | Descrição: |
|---|---|---|---|
height | double | Leia. | |
minimalHeight | double | Leia. | Propriedade obtém ou define a altura mínima da linha |
rowFormat | IRowFormat | Leia. | Propriedade recebe o IRowFormat da linha |
asICellCollection | ICellCollection | Leia. | |
asIBulkTextFormattable | IBulkTextFormattable | Leia. |
Métodos de avaliação
| Assinatura | Descriçã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) → Row | Inicializa 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 When XML-backed, reads the {@code h} attribute from the {@code When XML-backed, writes the value back to the {@code h} attribute (converting
from points to EMU) and triggers the save callback.