Aspose::Pdf::Text::TextSegment::get_TextState method

TextSegment::get_TextState method

Gets text state for the text that TextSegment object represents.

System::SharedPtr<Aspose::Pdf::Text::TextState> Aspose::Pdf::Text::TextSegment::get_TextState() const

Remarks

Provides a way to change following properties of the text: Font FontSize FontStyle ForegroundColor BackgroundColor

See Also