WdEnvelopeOrientation Enumeration
Specifies the orientation of envelopes.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdEnvelopeOrientation
'Usage
Dim instance As WdEnvelopeOrientation
public enum WdEnvelopeOrientation
Members
Member name | Description | |
---|---|---|
wdLeftPortrait | Left portrait orientation. | |
wdCenterPortrait | Center portrait orientation. | |
wdRightPortrait | Right portrait orientation. | |
wdLeftLandscape | Left landscape orientation. | |
wdCenterLandscape | Center landscape orientation. | |
wdRightLandscape | Right landscape orientation. | |
wdLeftClockwise | Left clockwise orientation. | |
wdCenterClockwise | Center clockwise orientation. | |
wdRightClockwise | Right clockwise orientation. |