DefaultAppearance
Overview
DefaultAppearance is a class in Aspose.PDF FOSS for C++.
This class provides 8 methods for working with DefaultAppearance objects in C++ programs.
Available methods include: DefaultAppearance, FontName, FontResourceName, FontSize, Text.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
DefaultAppearance() | Calls DefaultAppearance on this DefaultAppearance instance. |
FontSize() → double | Calls FontSize on this DefaultAppearance instance. |
FontSize(value: double) | Calls FontSize(value) on this DefaultAppearance instance. |
FontName() → std::string | Calls FontName on this DefaultAppearance instance. |
FontName(value: std::string) | Calls FontName(value) on this DefaultAppearance instance. |
FontResourceName() → std::string | Calls FontResourceName on this DefaultAppearance instance. |
FontResourceName(value: std::string) | Calls FontResourceName(value) on this DefaultAppearance instance. |
Text() → std::string | Calls Text on this DefaultAppearance instance. |