Aspose::Pdf::Text::MarkupSection::get_Fragments método

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

Observaciones

El objeto TextFragment proporciona acceso al texto de la ocurrencia de búsqueda, a las propiedades del texto, y permite editar el texto y cambiar el estado del texto (fuente, tamaño de fuente, color, etc).

Ver también