Aspose::Pdf::Text::AbsorbedRow class

AbsorbedRow class

Represents row of table that exist on the page.

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

Methods

MethodDescription
CompareTo(System::SharedPtr<AbsorbedRow>) overrideCompares 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.
get_CellList()Gets readonly IList containing cells of the row.
get_Rectangle() overrideGets rectangle that describes position of the row on page.

See Also