Aspose::Pdf::Text::MarkupSection class

MarkupSection class

Represents a markup section - the rectangular region of a page that contains text and can be visually divided from another text blocks.

class MarkupSection : public System::Object

Methods

MethodDescription
get_Fragments() constCollection of not empty TextFragment objects that are inside the section.
get_Paragraphs() constCollection of MarkupParagraph objects that are inside the section.
get_Rectangle() constSection rectangle.

See Also