次の方法で共有


WdEnvelopeOrientation 列挙型

定義

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

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

フィールド

wdCenterClockwise 7

中央時計回り

wdCenterLandscape 4

中央横

wdCenterPortrait 1

中央縦

wdLeftClockwise 6

左時計回り

wdLeftLandscape 3

左横

wdLeftPortrait 0

左縦

wdRightClockwise 8

右時計回り

wdRightLandscape 5

右横

wdRightPortrait 2

右縦

適用対象