Aspose::Pdf::Text::MarkupParagraph::get_Fragments method

MarkupParagraph::get_Fragments method

Collection of not empty TextFragment objects of the paragraph.

System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<TextFragment>>> Aspose::Pdf::Text::MarkupParagraph::get_Fragments()

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