VerticalTextAlignmentValues 枚举

定义

定义 VerticalTextAlignmentValues 枚举。

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

字段

名称 说明
Top 0

在顶部对齐文本。

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

Center 1

将文本居中对齐。

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

Baseline 2

在基线处对齐文本。

将项序列化为 xml 时,其值为“baseline”。

Bottom 3

在底部对齐文本。

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

Auto 4

自动确定对齐方式。

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

Auto

自动确定对齐方式。

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

Baseline

在基线处对齐文本。

将项序列化为 xml 时,其值为“baseline”。

Bottom

在底部对齐文本。

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

Center

将文本居中对齐。

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

Equality(VerticalTextAlignmentValues, VerticalTextAlignmentValues)
Equals(Object)
Equals(VerticalTextAlignmentValues)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<VerticalTextAlignmentValues>.Create(String)
Inequality(VerticalTextAlignmentValues, VerticalTextAlignmentValues)
Top

在顶部对齐文本。

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

ToString()
VerticalTextAlignmentValues(String)

创建新的 VerticalTextAlignmentValues 枚举实例

适用于