WdEnvelopeOrientation enumeration (Word)
Specifies the orientation of envelopes.
Name | Value | Description |
---|---|---|
wdCenterClockwise | 7 | Center clockwise orientation. |
wdCenterLandscape | 4 | Center landscape orientation. |
wdCenterPortrait | 1 | Center portrait orientation. |
wdLeftClockwise | 6 | Left clockwise orientation. |
wdLeftLandscape | 3 | Left landscape orientation. |
wdLeftPortrait | 0 | Left portrait orientation. |
wdRightClockwise | 8 | Right clockwise orientation. |
wdRightLandscape | 5 | Right landscape orientation. |
wdRightPortrait | 2 | Right portrait orientation. |
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.