WdEnvelopeOrientation 列挙型

定義

封筒の向きを指定します。

public enum class WdEnvelopeOrientation
[System.Runtime.InteropServices.Guid("07D962DD-B8BD-3B64-93B5-804E4692204E")]
public enum WdEnvelopeOrientation
type WdEnvelopeOrientation = 
Public Enum WdEnvelopeOrientation
継承
WdEnvelopeOrientation
属性

フィールド

名前 説明
wdLeftPortrait 0

左縦

wdCenterPortrait 1

中央縦

wdRightPortrait 2

右縦

wdLeftLandscape 3

左横

wdCenterLandscape 4

中央横

wdRightLandscape 5

右横

wdLeftClockwise 6

左時計回り

wdCenterClockwise 7

中央時計回り

wdRightClockwise 8

右時計回り

適用対象