Row — Aspose.Slides FOSS Java API Reference

Row — Represents a row in a table. Inherits from: CellCollection, IRow.

Package: org.aspose.slides.foss


Properties

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

Methods

MethodReturnsDescription
initInternal(Element trElement, int rowIndex, Object slidePart, IBaseSlide parentSlide, ITable table)RowInitializes this row from an <a:tr> XML element, parsing child <a:tc> elements into Cell instances.
getHeight()double{@inheritDoc}

When XML-backed, reads the h attribute from the <a:tr> element and converts from EMU to points.

getMinimalHeight()double{@inheritDoc}

When XML-backed, reads the h attribute from the <a:tr> element and converts from EMU to points.

setMinimalHeight(double value)void{@inheritDoc}

When XML-backed, writes the value back to the h attribute (converting from points to EMU) and triggers the save callback.

getRowFormat()IRowFormat{@inheritDoc}
getAsICellCollection()ICellCollection{@inheritDoc}
getAsIBulkTextFormattable()IBulkTextFormattable{@inheritDoc}
setTextFormat(Object source)void{@inheritDoc} @throws IllegalArgumentException if source is null /

See Also