Aspose::Pdf::Text::PageMarkup class

PageMarkup class

Page markup represented by collections of MarkupSection and MarkupParagraph.

class PageMarkup : public System::Object

Methods

MethodDescription
get_IsMulticolumnParagraphsAllowed() constGets 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() constGets processed page number.
get_Paragraphs() constGets collection of MarkupParagraph that was found on the page.
get_Rectangle() constGets processed page rectangle.
get_Sections() constGets collection of MarkupSection that was found on the page.
get_TextFragments() constGets 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