Aspose::Pdf::Text::TextSegment::set_TextState method

TextSegment::set_TextState method

Sets text state for the text that TextSegment object represents.

void Aspose::Pdf::Text::TextSegment::set_TextState(System::SharedPtr<Aspose::Pdf::Text::TextState> value)

Remarks

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

See Also