Compartir a través de


OartAnchorType Enumeración

Definición

Define la enumeración OartAnchorType.

public enum OartAnchorType
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)]
public enum OartAnchorType
public readonly struct OartAnchorType : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType>, IEquatable<DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType>
type OartAnchorType = 
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)>]
type OartAnchorType = 
type OartAnchorType = struct
    interface IEnumValue
    interface IEnumValueFactory<OartAnchorType>
Public Enum OartAnchorType
Public Structure OartAnchorType
Implements IEnumValue, IEnumValueFactory(Of OartAnchorType), IEquatable(Of OartAnchorType)
Herencia
OartAnchorType
Herencia
OartAnchorType
Atributos

Campos

OartAnchorType(String)

Crea una nueva instancia de enumeración de OartAnchorType.

Absolute 2

Absoluta.

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

Absolute

Absoluta.

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

Equals(OartAnchorType)
Equals(Object)
GetHashCode()
OneCell 1

oneCell.

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

OneCell

oneCell.

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

Equality(OartAnchorType, OartAnchorType)
Inequality(OartAnchorType, OartAnchorType)
ToString()
TwoCell 0

twoCell.

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

TwoCell

twoCell.

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

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

Se aplica a