MarkupParagraph.Lines

MarkupParagraph.Lines property

Lines of paragraph. Each line represented by list of text fragments.

public List<List<TextFragment>> Lines { get; }

Remarks

The TextFragment object provides access to the search occurrence text, text properties, and allows to edit text and change the text state (font, font size, color etc).

See Also