IRow

Overview

IRow is a interface in Aspose.Slides FOSS for Java. Inherits from: ICellCollection, IBulkTextFormattable.

Represents a row in a table.

Properties

NameTypeAccessDescription
heightdoubleReadReturns the height of the row.
minimalHeightdoubleReadReturns the minimal height of the row.
rowFormatIRowFormatReadReturns the RowFormat object that contains formatting properties for this row.
asICellCollectionICellCollectionReadAllows to get base ICellCollection interface.
asIBulkTextFormattableIBulkTextFormattableReadAllows to get base IBulkTextFormattable interface.

Methods

SignatureDescription
getHeight()doubleReturns the height of the row.
getMinimalHeight()doubleReturns the minimal height of the row.
setMinimalHeight(value: double)Sets the minimal height of the row.
getRowFormat()IRowFormatReturns the RowFormat object that contains formatting properties for this row.
getAsICellCollection()ICellCollectionAllows to get base ICellCollection interface.
getAsIBulkTextFormattable()IBulkTextFormattableAllows to get base IBulkTextFormattable interface.

See Also