The ContentAlignmentEnum type supports the following values:


| Name | Value | Description | |||
| exTopLeft | 0 | Content is vertically aligned at the top, and horizontally aligned on the left. | |||
| exTopCenter | 1 | Content is vertically aligned at the top, and horizontally aligned at the center. | |||
| exTopRight | 2 | Content is vertically aligned at the top, and horizontally aligned on the right. | |||
| exMiddleLeft | 16 | Content is vertically aligned in the middle, and horizontally aligned on the left. | |||
| exMiddleCenter | 17 | Content is vertically aligned in the middle, and horizontally aligned at the center. | |||
| exMiddleRight | 18 | Content is vertically aligned in the middle, and horizontally aligned on the right. | |||
| exBottomLeft | 32 | Content is vertically aligned at the bottom, and horizontally aligned on the left. | |||
| exBottomCenter | 33 | Content is vertically aligned at the bottom, and horizontally aligned at the center. | |||
| exBottomRight | 34 | Content is vertically aligned at the bottom, and horizontally aligned on the right. |