RowModel
Overview
RowModel is a class in Aspose.Cells FOSS for Java.
Represents a row model in the Excel file.
This class provides 10 methods for working with RowModel objects in Java programs.
Available methods include: getCollapsed, getHeight, getHidden, getOutlineLevel, getStyleIndex, setCollapsed, setHeight, setHidden, setOutlineLevel, setStyleIndex.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: collapsed, height, hidden, outlineLevel, styleIndex.
Description
RowModel is a class in the Aspose.Cells FOSS library for Java that exposes 10 methods and 5 properties for programmatic use.
Core capabilities include: double; boolean; integer. These operations enable developers to integrate rowmodel functionality directly into Java applications.
The class also provides the height property (returns the height), the hidden property (returns the hidden), the styleIndex property (returns the style index).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
height | Double | Read | Returns the height. |
hidden | boolean | Read | Returns the hidden. |
styleIndex | Integer | Read | Returns the style index. |
outlineLevel | int | Read | Returns the outline level. |
collapsed | boolean | Read | Returns the collapsed. |
Methods
| Signature | Description |
|---|---|
getHeight() → Double | Returns the height. |
setHeight(height: Double) | Sets the height. |
getHidden() → boolean | Returns the hidden. |
setHidden(hidden: boolean) | Sets the hidden. |
getStyleIndex() → Integer | Returns the style index. |
setStyleIndex(styleIndex: Integer) | Sets the style index. |
getOutlineLevel() → int | Returns the outline level. |
setOutlineLevel(outlineLevel: int) | Sets the outline level. |
getCollapsed() → boolean | Returns the collapsed. |
setCollapsed(collapsed: boolean) | Sets the collapsed. |