VerticalAlignmentType

VerticalAlignmentType

Overview

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

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

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

Properties

NameTypeAccessDescription
NamestringReadGets the name.
TopVerticalAlignmentTypeReadGets the top.
CenterVerticalAlignmentTypeReadGets the center.
BottomVerticalAlignmentTypeReadGets the bottom.

Methods

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

See Also