Aspose::Pdf::Text::PageMarkup class
Contents
[
Hide
]PageMarkup class
Page markup represented by collections of MarkupSection and MarkupParagraph.
class PageMarkup : public System::Object
Methods
Method | Description |
---|---|
get_IsMulticolumnParagraphsAllowed() const | Gets value that indicates whether starting text lines of a next section may be treated as continuation of the last paragraph of a previous section. |
get_Number() const | Gets processed page number. |
get_Paragraphs() const | Gets collection of MarkupParagraph that was found on the page. |
get_Rectangle() const | Gets processed page rectangle. |
get_Sections() const | Gets collection of MarkupSection that was found on the page. |
get_TextFragments() const | Gets collection of TextFragment that was found on the page. |
set_IsMulticolumnParagraphsAllowed(bool) | Sets value that indicates whether starting text lines of a next section may be treated as continuation of the last paragraph of a previous section. |
See Also
- Class Object
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++