次の方法で共有


AnimateColorDirectionValues 列挙型

定義

タイム リストアニメーションの色の方向

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

フィールド

AnimateColorDirectionValues(String)

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

Clockwise 0

方向列挙型 ( 時計回り )。

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

Clockwise

方向列挙型 ( 時計回り )。

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

CounterClockwise 1

反時計回り。

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

CounterClockwise

反時計回り。

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

Equals(AnimateColorDirectionValues)
Equals(Object)
GetHashCode()
Equality(AnimateColorDirectionValues, AnimateColorDirectionValues)
Inequality(AnimateColorDirectionValues, AnimateColorDirectionValues)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<AnimateColorDirectionValues>.Create(String)

適用対象