Aspose::Pdf::Annotations::DefaultAppearance class

DefaultAppearance class

Describes default appearance of field (font, text size and color).

class DefaultAppearance : public System::Object

Methods

MethodDescription
DefaultAppearance()Constructor of DefaultAppearance.
DefaultAppearance(System::String, double, System::Drawing::Color)Constructor of DefaultAppearance.
DefaultAppearance(System::SharedPtr<Aspose::Pdf::Text::Font>, double, System::Drawing::Color)Constructor of Default Appearance. Previously created font may be specified as default font.
get_Font() constGets font specified as default for text.
get_FontName()Gets font name in the default appearance.
get_FontResourceName() constGets font name in the default appearance.
get_FontSize() constGets font size in default apperance.
get_Text()Gets the list of pdf operators which represent appearence.
get_TextColor() constGets the color of text in the default appearance.
set_FontName(System::String)Gets font name in the default appearance.
set_FontResourceName(System::String)Gets font name in the default appearance.
set_FontSize(double)Gets font size in default apperance.
set_TextColor(System::Drawing::Color)Sets the color of text in the default appearance.

See Also