Partager via


OartAnchorType Énumération

Définition

Définit l’énumération 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)
Héritage
OartAnchorType
Héritage
OartAnchorType
Attributs

Champs

OartAnchorType(String)

Crée une énumération OartAnchorType instance

Absolute 2

Absolue.

Lorsque l’élément est sérialisé au format xml, sa valeur est « absolute ».

Absolute

Absolue.

Lorsque l’élément est sérialisé au format xml, sa valeur est « absolute ».

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

oneCell.

Lorsque l’élément est sérialisé au format xml, sa valeur est « oneCell ».

OneCell

oneCell.

Lorsque l’élément est sérialisé au format xml, sa valeur est « oneCell ».

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

twoCell.

Lorsque l’élément est sérialisé au format xml, sa valeur est « twoCell ».

TwoCell

twoCell.

Lorsque l’élément est sérialisé au format xml, sa valeur est « twoCell ».

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

S’applique à