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
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read | Gets the name. |
Top | VerticalAlignmentType | Read | Gets the top. |
Center | VerticalAlignmentType | Read | Gets the center. |
Bottom | VerticalAlignmentType | Read | Gets the bottom. |
Methods
| Signature | Description |
|---|---|
VerticalAlignmentType(name: string) | Calls VerticalAlignmentType on this VerticalAlignmentType instance. |
ToString() | Calls ToString on this VerticalAlignmentType instance. |