Aspose::Pdf::Text::MarkupParagraph class
Contents
[
Hide
]MarkupParagraph class
Represents a paragraph.
class MarkupParagraph : public System::Object
Methods
Method | Description |
---|---|
get_ContinuationPageNumbers() const | List of page numbers on which the paragraph is continued. It will match with page where the paragraph started if it is continuing in the next column on the same page. |
get_Fragments() | Collection of not empty TextFragment objects of the paragraph. |
get_Lines() const | Lines of paragraph. Each line represented by list of text fragments. |
get_Points() | Points of polygon that describes paragraph. Starting point is lower left corner of the paragraph. And next points are in anti-clockwise sequence. |
get_SecondaryPoints() const | Points of secondary polygon describes paragraph continuation. It will not be null if the paragraph is continued in the next column or page. Starting point is lower left corner of the paragraph. And next points are in anti-clockwise sequence. |
get_Text() | Gets the paragraph text. |
set_Text(System::String) | Sets the paragraph text. |
See Also
- Class Object
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++