﻿# VerticalAlignment
Enumeration of possible vertical alignment values.

## Enum
Name | Type | Value | Description
------------ | ------------- | ------------- | -------------
**BOTTOM** | **string** | 'Bottom' | Align to bottom.
**CENTER** | **string** | 'Center' | Center alignment.
**NONE** | **string** | 'None' | No alignment (use specified position).
**TOP** | **string** | 'Top' | Align to top.

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/Aspose/PDF/Model/VerticalAlignment.php)

