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()

适用于