IRow — Aspose.Slides FOSS Java API Reference

IRow — Represents a row in a table.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
heightdoubleRead/Write
minimalHeightdoubleRead/Write
rowFormatIRowFormatRead/Write
asICellCollectionICellCollectionRead/Write
asIBulkTextFormattableIBulkTextFormattableRead/Write

Methods

MethodReturnsDescription
getHeight()doubleReturns the height of the row.
getMinimalHeight()doubleReturns the minimal height of the row.
setMinimalHeight(double value)voidSets 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