JustificationValues 列挙型

定義

JustificationValues 列挙を定義します。

public enum JustificationValues
type JustificationValues = 
Public Enum JustificationValues
継承
JustificationValues

フィールド

Center 2

中心 (数式)。 アイテムを xml としてシリアル化すると、その値は "中央" になります。

CenterGroup 3

グループ (数式) の中央に位置します。 アイテムを xml としてシリアル化すると、その値は "centerGroup" になります。

Left 0

左の位置合わせ。 アイテムを xml としてシリアル化すると、その値は "left" になります。

Right 1

右揃え アイテムを xml としてシリアル化すると、その値は "right" になります。

適用対象