Aspose::Pdf::Text::AbsorbedTable class

AbsorbedTable class

Represents table that exist on the page.

class AbsorbedTable : public Aspose::Pdf::Text::ITableElement,
                      public System::IComparable<System::SharedPtr<Aspose::Pdf::Text::AbsorbedTable>>

Methods

MethodDescription
CompareTo(System::SharedPtr<AbsorbedTable>) overrideCompares 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.
get_PageNum() constGets number of the page containing this table.
get_Rectangle() overrideGets rectangle that describes position of the table on page.
get_RowList()Gets readonly IList containing rows of the table.

See Also