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
Method | Description |
---|---|
CompareTo(System::SharedPtr<AbsorbedTable>) override | 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. |
get_PageNum() const | Gets number of the page containing this table. |
get_Rectangle() override | Gets rectangle that describes position of the table on page. |
get_RowList() | Gets readonly IList containing rows of the table. |
See Also
- Class ITableElement
- Class IComparable
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++