AlignmentType

AlignmentType

Overview

AlignmentType is a class in Aspose.PDF FOSS for .NET.

Horizontal-alignment selector for legacy facade APIs (e.g.

This class provides 2 methods for working with AlignmentType objects in .NET programs. Available methods include: AlignmentType, ToString. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Center, Left, Name, Right.

Properties

NameTypeAccessDescription
NamestringReadGets the name.
LeftAlignmentTypeReadGets the left.
CenterAlignmentTypeReadGets the center.
RightAlignmentTypeReadGets the right.

Methods

SignatureDescription
AlignmentType(name: string)Calls AlignmentType on this AlignmentType instance.
ToString()Calls ToString on this AlignmentType instance.

See Also