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