次の方法で共有


AnimationLevelStringValues 列挙型

定義

アニメーション レベルの文字列定義

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

フィールド

AnimationLevelStringValues(String)

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

Center 2

中央アニメーションから。

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

Center

中央アニメーションから。

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

Equals(AnimationLevelStringValues)
Equals(Object)
GetHashCode()
Level 1

レベル アニメーション別。

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

Level

レベル アニメーション別。

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

None 0

レベルを一度に無効にします。

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

None

レベルを一度に無効にします。

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

Equality(AnimationLevelStringValues, AnimationLevelStringValues)
Inequality(AnimationLevelStringValues, AnimationLevelStringValues)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<AnimationLevelStringValues>.Create(String)

適用対象