Class AbsorbedCell

AbsorbedCell class

Represents cell of table that exist on the page

public class AbsorbedCell : IComparable<AbsorbedCell>, ITableElement

Properties

NameDescription
ColSpan { get; }Return the number of columns the cell should span when TableAbsorber.UseFlowEngine is true.
Rectangle { get; }Gets rectangle that describes position of the cell on page
TextFragments { get; }Gets collection of TextFragment objects that describes text containing in the cell

Methods

NameDescription
CompareTo(AbsorbedCell)Compares the current AbsorbedCell object with another AbsorbedCell object and returns an integer that indicates whether the current object precedes, follows, or occurs in the same position in the sort order as the other object.

See Also