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

MarkupParagraph::get_Lines method

Lines of paragraph. Each line represented by list of text fragments.

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