AnimateMotionPathEditModeValues 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
タイム リスト アニメーション モーション パス編集モード
public enum AnimateMotionPathEditModeValues
public readonly struct AnimateMotionPathEditModeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues>, IEquatable<DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues>
type AnimateMotionPathEditModeValues =
type AnimateMotionPathEditModeValues = struct
interface IEnumValue
interface IEnumValueFactory<AnimateMotionPathEditModeValues>
Public Enum AnimateMotionPathEditModeValues
Public Structure AnimateMotionPathEditModeValues
Implements IEnumValue, IEnumValueFactory(Of AnimateMotionPathEditModeValues), IEquatable(Of AnimateMotionPathEditModeValues)
- 継承
-
AnimateMotionPathEditModeValues
- 継承
-
AnimateMotionPathEditModeValues
フィールド
名前 | 値 | 説明 |
---|---|---|
Relative | 0 | パス編集モード列挙型 ( 相対 )。 項目を xml としてシリアル化されるときに、その値は "relative" です。 |
Fixed | 1 | パス編集モード列挙型 ( 固定 )。 項目を xml としてシリアル化されるときに、その値は "固定" です。 |
AnimateMotionPathEditModeValues(String) | 新しい AnimationMotionPathEditModeValues 列挙型インスタンスを作成します |
|
Equality(AnimateMotionPathEditModeValues, AnimateMotionPathEditModeValues) | ||
Equals(AnimateMotionPathEditModeValues) | ||
Equals(Object) | ||
Fixed | パス編集モード列挙型 ( 固定 )。 項目を xml としてシリアル化されるときに、その値は "固定" です。 |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<AnimateMotionPathEditModeValues>.Create(String) | ||
Inequality(AnimateMotionPathEditModeValues, AnimateMotionPathEditModeValues) | ||
Relative | パス編集モード列挙型 ( 相対 )。 項目を xml としてシリアル化されるときに、その値は "relative" です。 |
|
ToString() |