Aspose::Pdf::Text::MarkupParagraph::get_Lines method

MarkupParagraph::get_Lines method

Líneas del párrafo. Cada línea está representada por una lista de fragmentos de texto.

System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<TextFragment>>>>> Aspose::Pdf::Text::MarkupParagraph::get_Lines() 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