AnchorPointValues 列挙型

定義

AnchorPointValues 列挙型を定義します。

public enum AnchorPointValues
public readonly struct AnchorPointValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.EMMA.AnchorPointValues>, IEquatable<DocumentFormat.OpenXml.EMMA.AnchorPointValues>
type AnchorPointValues = 
type AnchorPointValues = struct
    interface IEnumValue
    interface IEnumValueFactory<AnchorPointValues>
Public Enum AnchorPointValues
Public Structure AnchorPointValues
Implements IEnumValue, IEnumValueFactory(Of AnchorPointValues), IEquatable(Of AnchorPointValues)
継承
AnchorPointValues
継承
AnchorPointValues

フィールド

AnchorPointValues(String)

新しい AnchorPointValues 列挙型インスタンスを作成します

End 1

終わり。

項目を xml としてシリアル化されるときに、その値は "end" です。

End

終わり。

項目を xml としてシリアル化されるときに、その値は "end" です。

Equals(AnchorPointValues)
Equals(Object)
GetHashCode()
Equality(AnchorPointValues, AnchorPointValues)
Inequality(AnchorPointValues, AnchorPointValues)
Start 0

開始。

アイテムを xml としてシリアル化されるときに、その値は "start" です。

Start

開始。

アイテムを xml としてシリアル化されるときに、その値は "start" です。

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

適用対象