VerticalAlignmentValues 列挙型

定義

垂直方向の配置の種類

public enum VerticalAlignmentValues
public readonly struct VerticalAlignmentValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues>
type VerticalAlignmentValues = 
type VerticalAlignmentValues = struct
    interface IEnumValue
    interface IEnumValueFactory<VerticalAlignmentValues>
Public Enum VerticalAlignmentValues
Public Structure VerticalAlignmentValues
Implements IEnumValue, IEnumValueFactory(Of VerticalAlignmentValues), IEquatable(Of VerticalAlignmentValues)
継承
VerticalAlignmentValues
継承
VerticalAlignmentValues

フィールド

VerticalAlignmentValues(String)

新しい VerticalAlignmentValues 列挙型インスタンスを作成します

Bottom 2

下に揃えます。

アイテムを xml としてシリアル化されるときに、その値は "bottom" になります。

Bottom

下に揃えます。

アイテムを xml としてシリアル化されるときに、その値は "bottom" になります。

Center 1

中央揃え垂直配置。

項目を xml としてシリアル化されるときに、その値は "center" です。

Center

中央揃え垂直配置。

項目を xml としてシリアル化されるときに、その値は "center" です。

Distributed 4

分散垂直方向の配置。

アイテムを xml としてシリアル化されるときに、その値は "分散" されます。

Distributed

分散垂直方向の配置。

アイテムを xml としてシリアル化されるときに、その値は "分散" されます。

Equals(VerticalAlignmentValues)
Equals(Object)
GetHashCode()
Justify 3

垂直方向に揃え。

アイテムを xml としてシリアル化されるときに、その値は "justify" です。

Justify

垂直方向に揃え。

アイテムを xml としてシリアル化されるときに、その値は "justify" です。

Equality(VerticalAlignmentValues, VerticalAlignmentValues)
Inequality(VerticalAlignmentValues, VerticalAlignmentValues)
Top 0

[上揃え] を選択します。

項目を xml としてシリアル化されるときに、その値は "top" です。

Top

[上揃え] を選択します。

項目を xml としてシリアル化されるときに、その値は "top" です。

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<VerticalAlignmentValues>.Create(String)

適用対象