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
Method | Description |
---|---|
CompareTo(System::SharedPtr<AbsorbedRow>) override | 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. |
get_CellList() | Gets readonly IList containing cells of the row. |
get_Rectangle() override | Gets rectangle that describes position of the row on page. |
See Also
- Class ITableElement
- Class IComparable
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++