Share via


OartAnchorType 枚举

定义

定义 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)
继承
OartAnchorType
继承
OartAnchorType
属性

字段

OartAnchorType(String)

创建新的 OartAnchorType 枚举实例

Absolute 2

绝对。

当项序列化为 xml 时,其值为“absolute”。

Absolute

绝对。

当项序列化为 xml 时,其值为“absolute”。

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

oneCell。

当项序列化为 xml 时,其值为“oneCell”。

OneCell

oneCell。

当项序列化为 xml 时,其值为“oneCell”。

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

twoCell。

当项序列化为 xml 时,其值为“twoCell”。

TwoCell

twoCell。

当项序列化为 xml 时,其值为“twoCell”。

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

适用于