Rândă
Opinie generală
Row este o clasă în Aspose.Slides FOSS pentru Java. Moștenire de la: ゚CellCollection⌒, ∂IRowヽ .
Reprezintă o rând în tabel.
Proprietăți
| Name | Type | Access | Description |
|---|---|---|---|
height | double | Read | |
minimalHeight | double | Read | Property gets or sets the minimal height of the row |
rowFormat | IRowFormat | Read | Property gets the IRowFormat of the row |
asICellCollection | ICellCollection | Read | |
asIBulkTextFormattable | IBulkTextFormattable | Read |
Metode de evaluare
| Signature | Description |
|---|---|
Row() | Creates an empty Row with no XML backing. |
Row(cells: List<ICell>, height: double) | Creates a Row with the given cells and height, without XML backing. |
Row(trElement: Element, cells: List<ICell>, saveCallback: Runnable) | Creates an XML-backed Row from the given {@code <a:tr>} element. |
initInternal(trElement: Element, rowIndex: int, slidePart: Object, parentSlide: IBaseSlide, table: ITable) → Row | Initializes this row from an {@code <a:tr>} XML element, parsing child |
| {@code <a:tc>} elements into {@link Cell} instances. | |
getHeight() → double | {@inheritDoc} |
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.