Aspose::Pdf::Facades::TextProperties class

TextProperties class

Represents text properties such as: text size, color, style etc.

class TextProperties : public System::Object

Methods

MethodDescription
get_Color() constGets text color.
get_IsColorSpecified() constGets a value that indicates whether the Color property is specified.
get_IsTextSizeSpecified() constGets a value that indicates whether the TextSize property is specified.
get_TextSize() constGets text size.
set_Color(System::Drawing::Color)Sets text color.
set_TextSize(double)Sets text size.
TextProperties(double)Creates TextProperties object for the specified text size.

See Also