AnchorPointValues Enum
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 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
字段
| 名称 | 值 | 说明 |
|---|---|---|
| Start | 0 | 开始。 当项序列化为 xml 时,其值为“start”。 |
| End | 1 | 结束。 当项序列化为 xml 时,其值为“end”。 |
| AnchorPointValues(String) | 创建新的 AnchorPointValues 枚举实例 |
|
| End | 结束。 当项序列化为 xml 时,其值为“end”。 |
|
| Equality(AnchorPointValues, AnchorPointValues) | ||
| Equals(AnchorPointValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<AnchorPointValues>.Create(String) | ||
| Inequality(AnchorPointValues, AnchorPointValues) | ||
| Start | 开始。 当项序列化为 xml 时,其值为“start”。 |
|
| ToString() |