TextAnchoringTypeValues 枚举

定义

文本定位类型

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

字段

TextAnchoringTypeValues(String)

创建新的 TextAnchoringTypeValues 枚举实例

Bottom 2

文本定位点枚举 ( 底部 ) 。

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

Bottom

文本定位点枚举 ( 底部 ) 。

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

Center 1

文本定位点枚举 ( 中心 ) 。

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

Center

文本定位点枚举 ( 中心 ) 。

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

Equals(TextAnchoringTypeValues)
Equals(Object)
GetHashCode()
Equality(TextAnchoringTypeValues, TextAnchoringTypeValues)
Inequality(TextAnchoringTypeValues, TextAnchoringTypeValues)
Top 0

文本定位类型枚举 ( 顶部 ) 。

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

Top

文本定位类型枚举 ( 顶部 ) 。

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

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

适用于