AbsorbedRow
Overview
AbsorbedRow is a class in Aspose.PDF FOSS for .NET.
Inherits from: IComparable<AbsorbedRow>.
Represents a row in an absorbed table.
This class provides 1 method for working with AbsorbedRow objects in .NET programs.
Available methods include: CompareTo.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: CellList, Cells, Rectangle.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Cells | IReadOnlyList<AbsorbedCell> | Read/Write | Gets or sets the cells. |
CellList | IList<AbsorbedCell> | Read | Mutable cell list. |
Rectangle | Rectangle? | Read | Bounding rectangle of this row (computed from its cells). |
Methods
| Signature | Description |
|---|---|
CompareTo(other: AbsorbedRow?) | Calls CompareTo on this AbsorbedRow instance. |