Share via


TextVerticalAlignmentValues 枚举

定义

定义 TextVerticalAlignmentValues 枚举。

public enum TextVerticalAlignmentValues
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum TextVerticalAlignmentValues
public readonly struct TextVerticalAlignmentValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues>, IEquatable<DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues>
type TextVerticalAlignmentValues = 
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
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
属性

字段

TextVerticalAlignmentValues(String)

创建新的 TextVerticalAlignmentValues 枚举实例

Bottom 2

底部。

当项序列化为 xml 时,其值为“bottom”。

Bottom

底部。

当项序列化为 xml 时,其值为“bottom”。

Center 1

中心。

当项序列化为 xml 时,其值为“center”。

Center

中心。

当项序列化为 xml 时,其值为“center”。

Distributed 4

分布式。

当项序列化为 xml 时,其值为“分布式”。

Distributed

分布式。

当项序列化为 xml 时,其值为“分布式”。

Equals(TextVerticalAlignmentValues)
Equals(Object)
GetHashCode()
Justify 3

证明。

当项序列化为 xml 时,其值为“justify”。

Justify

证明。

当项序列化为 xml 时,其值为“justify”。

Equality(TextVerticalAlignmentValues, TextVerticalAlignmentValues)
Inequality(TextVerticalAlignmentValues, TextVerticalAlignmentValues)
Top 0

返回页首。

当项序列化为 xml 时,其值为“top”。

Top

返回页首。

当项序列化为 xml 时,其值为“top”。

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

适用于