Aspose::Pdf::Text::AbsorbedCell class
Contents
[
Hide
]AbsorbedCell class
Represents cell of table that exist on the page.
class AbsorbedCell : public Aspose::Pdf::Text::ITableElement,
public System::IComparable<System::SharedPtr<Aspose::Pdf::Text::AbsorbedCell>>
Methods
Method | Description |
---|---|
CompareTo(System::SharedPtr<AbsorbedCell>) override | Compares the current AbsorbedCell object with another AbsorbedCell 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_BorderInfo() const | Return the border information for the cell when the FlowEngine.TableAbsorber.UseFlowEngine property is set to true. |
get_ColSpan() const | Return the number of columns the cell should span when TableAbsorber.UseFlowEngine property is set to true. |
get_Rectangle() override | Gets rectangle that describes position of the cell on page. |
get_TextFragments() const | Gets collection of TextFragment objects that describes text containing in the cell. |
See Also
- Class ITableElement
- Class IComparable
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++