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