WdOMathVertAlignType 列挙型

定義

文中数式の場合、図形キャンバスや行内にある数式の垂直方向の配置を指定します。

public enum class WdOMathVertAlignType
[System.Runtime.InteropServices.Guid("8180C4A6-20CC-3CD4-9DE0-A1D1384513E5")]
public enum WdOMathVertAlignType
type WdOMathVertAlignType = 
Public Enum WdOMathVertAlignType
継承
WdOMathVertAlignType
属性

フィールド

wdOMathVertAlignBottom 2

図形キャンバスまたは行の下部に揃えます。

wdOMathVertAlignCenter 0

図形キャンバスまたは行の中央に揃えます。

wdOMathVertAlignTop 1

図形キャンバスまたは行の上部に揃えます。

適用対象