AlignmentType

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

SignatureDescription
Left()AlignmentTypeCalls Left on this AlignmentType instance.
Center()AlignmentTypeCalls Center on this AlignmentType instance.
Right()AlignmentTypeCalls Right on this AlignmentType instance.
ToString()std::stringCalls ToString on this AlignmentType instance.

See Also