AnchorPointValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the AnchorPointValues enumeration.
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)
- Inheritance
-
AnchorPointValues
- Inheritance
-
AnchorPointValues
Fields
Name | Value | Description |
---|---|---|
Start | 0 | start. When the item is serialized out as xml, its value is "start". |
End | 1 | end. When the item is serialized out as xml, its value is "end". |
AnchorPointValues(String) | Creates a new AnchorPointValues enum instance |
|
End | end. When the item is serialized out as xml, its value is "end". |
|
Equality(AnchorPointValues, AnchorPointValues) | ||
Equals(AnchorPointValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<AnchorPointValues>.Create(String) | ||
Inequality(AnchorPointValues, AnchorPointValues) | ||
Start | start. When the item is serialized out as xml, its value is "start". |
|
ToString() |