TextVerticalAlignmentValues 列挙型

定義

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
属性

フィールド

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)

適用対象