VerticalAlignmentType

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

SignatureDescription
Top()VerticalAlignmentTypeCalls Top on this VerticalAlignmentType instance.
Center()VerticalAlignmentTypeCalls Center on this VerticalAlignmentType instance.
Bottom()VerticalAlignmentTypeCalls Bottom on this VerticalAlignmentType instance.
ToString()std::stringCalls ToString on this VerticalAlignmentType instance.

See Also