次の方法で共有


TimeNodeFillValues 列挙型

定義

タイム ノードの塗りつぶしの種類

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

フィールド

名前 説明
Remove 0

取り去る。

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

Freeze 1

凍る。

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

Hold 2

TimeNode Fill Type Enum ( Hold )。

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

Transition 3

遷移。

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

Equality(TimeNodeFillValues, TimeNodeFillValues)
Equals(Object)
Equals(TimeNodeFillValues)
Freeze

凍る。

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

GetHashCode()
Hold

TimeNode Fill Type Enum ( Hold )。

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

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<TimeNodeFillValues>.Create(String)
Inequality(TimeNodeFillValues, TimeNodeFillValues)
Remove

取り去る。

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

TimeNodeFillValues(String)

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

ToString()
Transition

遷移。

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

適用対象