次の方法で共有


TextVerticalAlignmentValues 列挙型

定義

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

フィールド

名前 説明
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()

適用対象