次の方法で共有


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

フィールド

名前 説明
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(VerticalAlignmentValues, VerticalAlignmentValues)
Equals(Object)
Equals(VerticalAlignmentValues)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<VerticalAlignmentValues>.Create(String)
Inequality(VerticalAlignmentValues, VerticalAlignmentValues)
Justify

垂直方向に揃え。

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

Top

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

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

ToString()
VerticalAlignmentValues(String)

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

適用対象