Aspose::Pdf::Text::MarkupSection::get_Fragments method

MarkupSection::get_Fragments method

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

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

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