MarkupSection
Overview
MarkupSection is a class in Aspose.PDF FOSS for .NET.
A section of text on a page — a spatially coherent group of lines.
Properties: Fragments, Paragraphs, Rectangle.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Rectangle | Rectangle | Read | The bounding rectangle of this section. |
Paragraphs | List<MarkupParagraph> | Read | The paragraphs within this section. |
Fragments | List<TextFragment> | Read | All TextFragments composing this section, flattened across paragraphs. |