Compartir a través de


AnchorPointValues Enumeración

Definición

Define la enumeración 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)
Herencia
AnchorPointValues
Herencia
AnchorPointValues

Campos

Nombre Valor Description
Start 0

empezar.

Cuando el elemento se serializa como xml, su valor es "start".

End 1

fin.

Cuando el elemento se serializa como xml, su valor es "end".

AnchorPointValues(String)

Crea una nueva instancia de enumeración AnchorPointValues

End

fin.

Cuando el elemento se serializa como xml, su valor es "end".

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

empezar.

Cuando el elemento se serializa como xml, su valor es "start".

ToString()

Se aplica a