AbsorbedCell
Overview
AbsorbedCell is a class in Aspose.PDF FOSS for .NET.
Inherits from: IComparable<AbsorbedCell>.
Represents a cell in an absorbed table.
This class provides 1 method for working with AbsorbedCell 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: BorderInfo, ColSpan, Rect, Rectangle, Text, TextFragments.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Text | string | Read/Write | Gets or sets the text. |
Rect | Rectangle? | Read/Write | Gets or sets the rect. |
Rectangle | Rectangle? | Read | Alias for Rect. |
TextFragments | TextFragmentCollection | Read | Text fragments in the cell. |
BorderInfo | BorderInfo? | Read | Per-cell border info; null when the cell uses the table-default border. |
ColSpan | int | Read | How many columns this cell spans. |
Methods
| Signature | Description |
|---|---|
CompareTo(other: AbsorbedCell?) | Order cells top-down then left-to-right by their bounding rectangle. |