Share via


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)

适用于