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

NameTypeAccessDescription
TextstringRead/WriteGets or sets the text.
RectRectangle?Read/WriteGets or sets the rect.
RectangleRectangle?ReadAlias for Rect.
TextFragmentsTextFragmentCollectionReadText fragments in the cell.
BorderInfoBorderInfo?ReadPer-cell border info; null when the cell uses the table-default border.
ColSpanintReadHow many columns this cell spans.

Methods

SignatureDescription
CompareTo(other: AbsorbedCell?)Order cells top-down then left-to-right by their bounding rectangle.

See Also