AlignmentType
Overview
AlignmentType is a class in Aspose.PDF FOSS for C++.
This class provides 4 methods for working with AlignmentType objects in C++ programs.
Available methods include: Center, Left, Right, ToString.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
Left() → AlignmentType | Calls Left on this AlignmentType instance. |
Center() → AlignmentType | Calls Center on this AlignmentType instance. |
Right() → AlignmentType | Calls Right on this AlignmentType instance. |
ToString() → std::string | Calls ToString on this AlignmentType instance. |