次の方法で共有


LevelJustificationValues 列挙型

定義

水平方向の配置の種類

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

フィールド

LevelJustificationValues(String)

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

Center 1

中央揃え。

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

Center

中央揃え。

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

Equals(LevelJustificationValues)
Equals(Object)
GetHashCode()
Left 0

左揃え。

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

Left

左揃え。

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

Equality(LevelJustificationValues, LevelJustificationValues)
Inequality(LevelJustificationValues, LevelJustificationValues)
Right

右揃え。

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

Right 2

右揃え。

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

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

適用対象