JustificationValues 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
フィールド
名前 | 値 | 説明 |
---|---|---|
Left | 0 | 左揃え。 アイテムを xml としてシリアル化されるときに、その値は "left" になります。 |
Right | 1 | 右揃え 項目を xml としてシリアル化されるときに、その値は "right" です。 |
Center | 2 | 中心 (数式)。 項目を xml としてシリアル化されるときに、その値は "center" です。 |
CenterGroup | 3 | グループとして中央揃え (数式)。 アイテムを xml としてシリアル化されるときに、その値は "centerGroup" です。 |
Center | 中心 (数式)。 項目を xml としてシリアル化されるときに、その値は "center" です。 |
|
CenterGroup | グループとして中央揃え (数式)。 アイテムを xml としてシリアル化されるときに、その値は "centerGroup" です。 |
|
Equality(JustificationValues, JustificationValues) | ||
Equals(JustificationValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<JustificationValues>.Create(String) | ||
Inequality(JustificationValues, JustificationValues) | ||
JustificationValues(String) | 新しい JustificationValues 列挙型インスタンスを作成します |
|
Left | 左揃え。 アイテムを xml としてシリアル化されるときに、その値は "left" になります。 |
|
Right | 右揃え 項目を xml としてシリアル化されるときに、その値は "right" です。 |
|
ToString() |