TextVerticalAlignmentValues 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
TextVerticalAlignmentValues 列挙型を定義します。
public enum TextVerticalAlignmentValues
public readonly struct TextVerticalAlignmentValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues>
type TextVerticalAlignmentValues =
type TextVerticalAlignmentValues = struct
interface IEnumValue
interface IEnumValueFactory<TextVerticalAlignmentValues>
Public Enum TextVerticalAlignmentValues
Public Structure TextVerticalAlignmentValues
Implements IEnumValue, IEnumValueFactory(Of TextVerticalAlignmentValues), IEquatable(Of TextVerticalAlignmentValues)
- 継承
-
TextVerticalAlignmentValues
- 継承
-
TextVerticalAlignmentValues
フィールド
TextVerticalAlignmentValues(String) | 新しい TextVerticalAlignmentValues 列挙型インスタンスを作成します |
|
Bottom | 2 | 下部。 アイテムを xml としてシリアル化されるときに、その値は "bottom" になります。 |
Bottom | 下部。 アイテムを xml としてシリアル化されるときに、その値は "bottom" になります。 |
|
Center | 1 | センター。 項目を xml としてシリアル化されるときに、その値は "center" です。 |
Center | センター。 項目を xml としてシリアル化されるときに、その値は "center" です。 |
|
Distributed | 4 | 分散。 アイテムを xml としてシリアル化されるときに、その値は "分散" されます。 |
Distributed | 分散。 アイテムを xml としてシリアル化されるときに、その値は "分散" されます。 |
|
Equals(TextVerticalAlignmentValues) | ||
Equals(Object) | ||
GetHashCode() | ||
Justify | 3 | 正当 化。 アイテムを xml としてシリアル化されるときに、その値は "justify" です。 |
Justify | 正当 化。 アイテムを xml としてシリアル化されるときに、その値は "justify" です。 |
|
Equality(TextVerticalAlignmentValues, TextVerticalAlignmentValues) | ||
Inequality(TextVerticalAlignmentValues, TextVerticalAlignmentValues) | ||
Top | 0 | ページのトップへ。 項目を xml としてシリアル化されるときに、その値は "top" です。 |
Top | ページのトップへ。 項目を xml としてシリアル化されるときに、その値は "top" です。 |
|
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<TextVerticalAlignmentValues>.Create(String) |