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

SignatureDescription
TextStyle()Calls TextStyle on this TextStyle instance.
FontName()std::stringCalls FontName on this TextStyle instance.
FontName(value: std::string)Calls FontName(value) on this TextStyle instance.
FontSize()doubleCalls FontSize on this TextStyle instance.
FontSize(value: double)Calls FontSize(value) on this TextStyle instance.
Alignment()TextAlignmentCalls Alignment on this TextStyle instance.
Alignment(value: TextAlignment)Calls Alignment(value) on this TextStyle instance.
HorizontalAlignment()Aspose::Pdf::HorizontalAlignmentCalls HorizontalAlignment on this TextStyle instance.
HorizontalAlignment(value: Aspose::Pdf::HorizontalAlignment)Calls HorizontalAlignment(value) on this TextStyle instance.

See Also