共用方式為


OartAnchorType Enum

Definition

Defines the OartAnchorType enumeration.

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)
Inheritance
OartAnchorType
Inheritance
OartAnchorType
Attributes

Fields

OartAnchorType(String)

Creates a new OartAnchorType enum instance

Absolute 2

absolute.

When the item is serialized out as xml, its value is "absolute".

Absolute

absolute.

When the item is serialized out as xml, its value is "absolute".

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

oneCell.

When the item is serialized out as xml, its value is "oneCell".

OneCell

oneCell.

When the item is serialized out as xml, its value is "oneCell".

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

twoCell.

When the item is serialized out as xml, its value is "twoCell".

TwoCell

twoCell.

When the item is serialized out as xml, its value is "twoCell".

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

Applies to