次の方法で共有


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)

適用対象