MarkupParagraph

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

NameTypeAccessDescription
TextstringRead/WriteThe text of this paragraph.
PointsPoint[]ReadThe bounding polygon points: [LL, LR, UR, UL].
LinesList<List<TextFragment>>ReadThe lines of text fragments that compose this paragraph.
SecondaryPointsList<Point[]>ReadSecondary points for cross-page paragraph continuation.
ContinuationPageNumbersList<int>ReadPage numbers for cross-page paragraph continuation.
FragmentsList<TextFragment>ReadAll TextFragments composing this paragraph, flattened across lines.

See Also