VerticalAlignmentValues 枚举

定义

垂直对齐定义

public enum VerticalAlignmentValues
public readonly struct VerticalAlignmentValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Wordprocessing.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”。

Bottom 1

底端对齐。

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

Center 2

居中对齐。

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

Inside 3

内部。

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

Outside 4

外部。

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

Bottom

底端对齐。

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

Center

居中对齐。

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

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

内部。

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

Outside

外部。

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

Top

顶端对齐。

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

ToString()
VerticalAlignmentValues(String)

创建新的 VerticalAlignmentValues 枚举实例

适用于