Row
Overview
Row is a class in Aspose.Slides FOSS for Java.
Inherits from: CellCollection, IRow.
Represents a row in a table.
This class provides 24 methods for working with Row objects in Java programs.
Available methods include: CellCollection, Row, asICollection, asIEnumerable, asIPresentationComponent, asISlideComponent, asList, get, getAsIBulkTextFormattable, getAsICellCollection, getHeight, getMinimalHeight, and 10 additional methods.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: asIBulkTextFormattable, asICellCollection, height, minimalHeight, presentation, rowFormat, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
height | double | Read | {@inheritDoc} |
When XML-backed, reads the {@code h} attribute from the {@code When XML-backed, reads the {@code h} attribute from the {@code When XML-backed, reads the {@code h} attribute from the {@code When XML-backed, reads the {@code h} attribute from the {@code When XML-backed, writes the value back to the {@code h} attribute (converting
from points to EMU) and triggers the save callback.Methods
Signature Description Row()Creates an empty Row with no XML backing. Row(cells: List<ICell>, height: double)Creates a Row with the given cells and height, without XML backing. Row(trElement: Element, cells: List<ICell>, saveCallback: Runnable)Creates an XML-backed Row from the given {@code <a:tr>} element. initInternal(trElement: Element, rowIndex: int, slidePart: Object, parentSlide: IBaseSlide, table: ITable) → RowInitializes this row from an {@code <a:tr>} XML element, parsing child {@code <a:tc>} elements into {@link Cell} instances. getHeight() → double{@inheritDoc} See Also