MarkupSection.Fragments

MarkupSection.Fragments property

Collection of not empty TextFragment objects that are inside the section.

public List<TextFragment> Fragments { 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