Row
Overview
Row is a class in Aspose.PDF FOSS for .NET.
Represents a row in a table.
This class provides 1 method for working with Row objects in .NET programs.
Available methods include: Clone.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: BackgroundColor, Border, Cells, DefaultCellBorder, DefaultCellPadding, DefaultCellTextState, and 5 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Cells | Cells | Read/Write | The cells in this row. |
Border | BorderInfo? | Read/Write | Row border. |
DefaultCellBorder | BorderInfo? | Read/Write | Default cell border for cells in this row. |
FixedRowHeight | double | Read/Write | Fixed row height. |
MinRowHeight | double | Read/Write | Minimum row height. |
BackgroundColor | Color? | Read/Write | Row background color. |
DefaultCellTextState | TextState? | Read/Write | Default text state for cells in this row. |
DefaultCellPadding | MarginInfo? | Read/Write | Default cell padding for cells in this row. |
VerticalAlignment | VerticalAlignment | Read/Write | Vertical alignment applied to each cell’s content. |
IsInNewPage | bool | Read/Write | Indicates whether this row will be rendered on a new page during multi-page table layout. |
IsRowBroken | bool | Read/Write | Whether this row is allowed to break across pages when its cells don’t fit the remaining space on the current page. |
Methods
| Signature | Description |
|---|---|
Clone() | Shallow copy: a new Row whose cells reference the same Cell instances and whose scalar properties carry the same values. |