Class AbsorbedTable

AbsorbedTable class

Represents table that exist on the page

public class AbsorbedTable : IComparable<AbsorbedTable>, ITableElement

Properties

NameDescription
PageNum { get; }Gets number of the page containing this table
Rectangle { get; }Gets rectangle that describes position of the table on page
RowList { get; }Gets readonly IList containing rows of the table

Methods

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