Share via


AnchorPointValues 枚举

定义

定义 AnchorPointValues 枚举。

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

字段

AnchorPointValues(String)

创建新的 AnchorPointValues 枚举实例

End 1

结束。

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

End

结束。

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

Equals(AnchorPointValues)
Equals(Object)
GetHashCode()
Equality(AnchorPointValues, AnchorPointValues)
Inequality(AnchorPointValues, AnchorPointValues)
Start 0

开始。

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

Start

开始。

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

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

适用于