IRow
Overview
IRow is a interface in Aspose.Slides FOSS for Java.
Inherits from: ICellCollection, IBulkTextFormattable.
Represents a row in a table.
This interface provides 15 methods for working with IRow objects in Java programs.
Available methods include: asICollection, asIEnumerable, asIPresentationComponent, asISlideComponent, get, getAsIBulkTextFormattable, getAsICellCollection, getHeight, getMinimalHeight, getPresentation, getRowFormat, getSlide, and 3 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 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
height | double | Read | Returns the height of the row. |
minimalHeight | double | Read | Returns the minimal height of the row. |
rowFormat | IRowFormat | Read | Returns the RowFormat object that contains formatting properties for this row. |
asICellCollection | ICellCollection | Read | Allows to get base ICellCollection interface. |
asIBulkTextFormattable | IBulkTextFormattable | Read | Allows to get base IBulkTextFormattable interface. |
slide | IBaseSlide | Read | Returns the parent slide. |
presentation | IPresentation | Read | Returns the presentation containing this component. |
Methods
| Signature | Description |
|---|---|
getHeight() → double | Returns the height of the row. |
getMinimalHeight() → double | Returns the minimal height of the row. |
setMinimalHeight(value: double) | Sets the minimal height of the row. |
getRowFormat() → IRowFormat | Returns the RowFormat object that contains formatting properties for this row. |
getAsICellCollection() → ICellCollection | Allows to get base ICellCollection interface. |
getAsIBulkTextFormattable() → IBulkTextFormattable | Allows to get base IBulkTextFormattable interface. |
get(index: int) → ICell | Gets the cell at the specified index. |
size() → int | Returns the number of cells in the collection. |
asISlideComponent() → ISlideComponent | Returns the base {@link ISlideComponent} interface. |
asICollection() → List<ICell> | Returns the collection as a {@link List}. |
asIEnumerable() → Iterable<ICell> | Returns the collection as an {@link Iterable}. |
getSlide() → IBaseSlide | Returns the parent slide. |
asIPresentationComponent() → IPresentationComponent | Returns the base {@link IPresentationComponent} interface. |
getPresentation() → IPresentation | Returns the presentation containing this component. |
setTextFormat(source: Object) | Sets the text format for all child text elements. |