IRow
All Implemented Interfaces: com.aspose.slides.ICellCollection, com.aspose.slides.IBulkTextFormattable
public interface IRow extends ICellCollection, IBulkTextFormattable
Represents a row in a table.
Methods
Method | Description |
---|---|
getHeight() | Returns the height of a row. |
getMinimalHeight() | Returns or sets the minimal possible height of a row. |
setMinimalHeight(double value) | Returns or sets the minimal possible height of a row. |
getRowFormat() | Returns the RowFormat object that contains formatting properties for this row. |
getHeight()
public abstract double getHeight()
Returns the height of a row. Read-only double.
Returns: double
getMinimalHeight()
public abstract double getMinimalHeight()
Returns or sets the minimal possible height of a row. Read/write double.
Returns: double
setMinimalHeight(double value)
public abstract void setMinimalHeight(double value)
Returns or sets the minimal possible height of a row. Read/write double.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
getRowFormat()
public abstract IRowFormat getRowFormat()
Returns the RowFormat object that contains formatting properties for this row. Read-only IRowFormat.
Returns: IRowFormat