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

NameTypeAccessDescription
CellsIReadOnlyList<AbsorbedCell>Read/WriteGets or sets the cells.
CellListIList<AbsorbedCell>ReadMutable cell list.
RectangleRectangle?ReadBounding rectangle of this row (computed from its cells).

Methods

SignatureDescription
CompareTo(other: AbsorbedRow?)Calls CompareTo on this AbsorbedRow instance.

See Also