次の方法で共有


JustificationValues 列挙型

定義

JustificationValues 列挙型を定義します。

public enum JustificationValues
public readonly struct JustificationValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Math.JustificationValues>, IEquatable<DocumentFormat.OpenXml.Math.JustificationValues>
type JustificationValues = 
type JustificationValues = struct
    interface IEnumValue
    interface IEnumValueFactory<JustificationValues>
Public Enum JustificationValues
Public Structure JustificationValues
Implements IEnumValue, IEnumValueFactory(Of JustificationValues), IEquatable(Of JustificationValues)
継承
JustificationValues
継承
JustificationValues

フィールド

JustificationValues(String)

新しい JustificationValues 列挙型インスタンスを作成します

Center 2

中心 (数式)。

項目を xml としてシリアル化されるときに、その値は "center" です。

Center

中心 (数式)。

項目を xml としてシリアル化されるときに、その値は "center" です。

CenterGroup 3

グループとして中央揃え (数式)。

アイテムを xml としてシリアル化されるときに、その値は "centerGroup" です。

CenterGroup

グループとして中央揃え (数式)。

アイテムを xml としてシリアル化されるときに、その値は "centerGroup" です。

Equals(Object)
Equals(JustificationValues)
GetHashCode()
Left 0

左揃え。

アイテムを xml としてシリアル化されるときに、その値は "left" になります。

Left

左揃え。

アイテムを xml としてシリアル化されるときに、その値は "left" になります。

Equality(JustificationValues, JustificationValues)
Inequality(JustificationValues, JustificationValues)
Right

右揃え

項目を xml としてシリアル化されるときに、その値は "right" です。

Right 1

右揃え

項目を xml としてシリアル化されるときに、その値は "right" です。

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<JustificationValues>.Create(String)

適用対象