VerticalAlignmentType
Overview
VerticalAlignmentType is a class in Aspose.PDF FOSS for C++.
VerticalAlignmentType offers static factory methods Top(), Center(), and Bottom() to obtain alignment objects, and ToString() to obtain their textual representation.
This class provides 4 methods for working with VerticalAlignmentType objects in C++ programs.
Available methods include: Bottom, Center, ToString, Top.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
Top() → VerticalAlignmentType | Calls Top on this VerticalAlignmentType instance. |
Center() → VerticalAlignmentType | Calls Center on this VerticalAlignmentType instance. |
Bottom() → VerticalAlignmentType | Calls Bottom on this VerticalAlignmentType instance. |
ToString() → std::string | Calls ToString on this VerticalAlignmentType instance. |