Aspose::Pdf::Comparison::OutputGenerator::TextStyle class

TextStyle class

Represents a text style class.

class TextStyle : public System::Object

Methods

MethodDescription
get_BackgroundColor() constGets and sets the background color.
get_Color() constGets and sets the text color.
set_BackgroundColor(System::SharedPtr<Aspose::Pdf::Color>)Gets and sets the background color.
set_Color(System::SharedPtr<Aspose::Pdf::Color>)Gets and sets the text color.

See Also