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
| Method | Description |
|---|---|
| get_Fragments() const | Collection of not empty TextFragment objects that are inside the section. |
| get_Paragraphs() const | Collection of MarkupParagraph objects that are inside the section. |
| get_Rectangle() const | Section rectangle. |
See Also
- Class Object
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++