Class AbsorbedRow

AbsorbedRow class

Represents row of table that exist on the page

public class AbsorbedRow : IComparable<AbsorbedRow>, ITableElement

Properties

NameDescription
CellList { get; }Gets readonly IList containing cells of the row
Rectangle { get; }Gets rectangle that describes position of the row on page

Methods

NameDescription
CompareTo(AbsorbedRow)Compares the current AbsorbedRow object with another AbsorbedRow 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