WdEnvelopeOrientation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the orientation of envelopes.
public enum class WdEnvelopeOrientation
[System.Runtime.InteropServices.Guid("07D962DD-B8BD-3B64-93B5-804E4692204E")]
public enum WdEnvelopeOrientation
type WdEnvelopeOrientation =
Public Enum WdEnvelopeOrientation
- Inheritance
-
WdEnvelopeOrientation
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdLeftPortrait | 0 | Left portrait orientation. |
wdCenterPortrait | 1 | Center portrait orientation. |
wdRightPortrait | 2 | Right portrait orientation. |
wdLeftLandscape | 3 | Left landscape orientation. |
wdCenterLandscape | 4 | Center landscape orientation. |
wdRightLandscape | 5 | Right landscape orientation. |
wdLeftClockwise | 6 | Left clockwise orientation. |
wdCenterClockwise | 7 | Center clockwise orientation. |
wdRightClockwise | 8 | Right clockwise orientation. |