Row — Aspose.Slides FOSS Java API Reference
Row — Represents a row in a table. Inherits from: CellCollection, IRow.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
height | double | Read/Write | |
minimalHeight | double | Read/Write | |
rowFormat | IRowFormat | Read/Write | |
asICellCollection | ICellCollection | Read/Write | |
asIBulkTextFormattable | IBulkTextFormattable | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
initInternal(Element trElement, int rowIndex, Object slidePart, IBaseSlide parentSlide, ITable table) | Row | Initializes 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 / |