PageLayoutAlignmentType
PageLayoutAlignmentType enumeration
Enumerates page layout alignment types.
Values
| Name | Value | Description |
|---|---|---|
| Bottom | 0 | Represents bottom page layout alignment. |
| Center | 1 | Represents center page layout alignment. |
| Left | 2 | Represents left page layout alignment. |
| Right | 3 | Represents right page layout alignment. |
| Top | 4 | Represents top page layout alignment. |