MarkupParagraph
Overview
MarkupParagraph is a class in Aspose.PDF FOSS for .NET.
A paragraph within a markup section.
Properties: ContinuationPageNumbers, Fragments, Lines, Points, SecondaryPoints, Text.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Text | string | Read/Write | The text of this paragraph. |
Points | Point[] | Read | The bounding polygon points: [LL, LR, UR, UL]. |
Lines | List<List<TextFragment>> | Read | The lines of text fragments that compose this paragraph. |
SecondaryPoints | List<Point[]> | Read | Secondary points for cross-page paragraph continuation. |
ContinuationPageNumbers | List<int> | Read | Page numbers for cross-page paragraph continuation. |
Fragments | List<TextFragment> | Read | All TextFragments composing this paragraph, flattened across lines. |