Row
Overview
Row is a class in Aspose.Pdf FOSS for Java.
Represents a single row within a {@link Table}.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
cells | Cells | Read | Returns the cells collection for this row, creating it lazily if needed. |
fixedRowHeight | double | Read | Returns the fixed row height in points. |
minRowHeight | double | Read | Returns the minimum row height in points. |
backgroundColor | Color | Read | Returns the background color of this row. |
border | BorderInfo | Read | Returns the border styling for this row. |
Methods
| Signature | Description |
|---|---|
Row() | Creates a new Row with default settings. |
getCells() → Cells | Returns the cells collection for this row, creating it lazily if needed. |
setCells(cells: Cells) | Sets the cells collection for this row. |
getFixedRowHeight() → double | Returns the fixed row height in points. |
setFixedRowHeight(fixedRowHeight: double) | Sets the fixed row height in points. |
getMinRowHeight() → double | Returns the minimum row height in points. |
setMinRowHeight(minRowHeight: double) | Sets the minimum row height in points. |
getBackgroundColor() → Color | Returns the background color of this row. |
setBackgroundColor(backgroundColor: Color) | Sets the background color of this row. |
getBorder() → BorderInfo | Returns the border styling for this row. |
setBorder(border: BorderInfo) | Sets the border styling for this row. |