IRow — Aspose.Slides FOSS Java API Reference
IRow — Represents a row in a table.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
height | double | Read/Write | |
minimalHeight | double | Read/Write | |
rowFormat | IRowFormat | Read/Write | |
asICellCollection | ICellCollection | Read/Write | |
asIBulkTextFormattable | IBulkTextFormattable | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getHeight() | double | Returns the height of the row. |
getMinimalHeight() | double | Returns the minimal height of the row. |
setMinimalHeight(double value) | void | Sets the minimal height of the row. |
getRowFormat() | IRowFormat | Returns the RowFormat object that contains formatting properties for this row. |
getAsICellCollection() | ICellCollection | Allows to get base ICellCollection interface. |
getAsIBulkTextFormattable() | IBulkTextFormattable | Allows to get base IBulkTextFormattable interface. |