![]() | InDesign SDK 20.5 |
#include <IApplyMotionToPageItemCmdData.h>

Public Types | |
| enum | { kDefaultIID = IID_IAPPLYMOTIONTOPAGEITEMCMDDATA } |
Public Member Functions | |
| virtual void | SetMotionPresetRef (const UIDRef &presetRef, uint32 whichAnimation=0)=0 |
| virtual UIDRef | GetMotionPresetRef () const =0 |
| virtual void | SetForceCreateNewPreset (bool doForceCreate)=0 |
| virtual bool | GetForceCreateNewPreset () const =0 |
| virtual uint32 | GetWhichAnimation () const =0 |
| virtual void | SetAutoOffsetPath (bool offsetPath)=0 |
| virtual bool | GetAutoOffsetPath () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Data interface for apply motion preset command.
| pure virtual |
| pure virtual |
| pure virtual |
Gets the motion preset to apply
| pure virtual |
Gets which animation to apply preset to.
| pure virtual |
Sets whether or not to automatically offset preset motion path.
| offsetPath | is true if automatically offset motion path. |
| pure virtual |
Sets whether or not to force to create new document preset. By default, always use the one already exist in the document.
| doForceCreate | is true if create new doc preset first. |