IRow
Overview
IRow is a interface in Aspose.Slides FOSS for Java.
Inherits from: ICellCollection, IBulkTextFormattable.
Represents a row in a table.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
height | double | Read | Returns the height of the row. |
minimalHeight | double | Read | Returns the minimal height of the row. |
rowFormat | IRowFormat | Read | Returns the RowFormat object that contains formatting properties for this row. |
asICellCollection | ICellCollection | Read | Allows to get base ICellCollection interface. |
asIBulkTextFormattable | IBulkTextFormattable | Read | Allows to get base IBulkTextFormattable interface. |
Methods
| Signature | Description |
|---|---|
getHeight() → double | Returns the height of the row. |
getMinimalHeight() → double | Returns the minimal height of the row. |
setMinimalHeight(value: double) | 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. |