![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_IASSIGNSTORYSETPROPSCMDDATA } |
Public Member Functions | |
| virtual void | Set (const UIDRef &uidref, const PMString &file, const PMString &name)=0 |
| virtual const UIDRef & | GetUIDRef ()=0 |
| virtual const PMString & | GetName ()=0 |
| virtual const PMString & | GetFile ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
| pure virtual |
Get the assigned story file path.
| pure virtual |
Get the assigned story name.
| pure virtual |
Get the page item uid.
| pure virtual |
Sets up data for AssignStorySetPropsCmd.
| uidref | - The page item uid which contains the assigned story. |
| file | - The exported story path (datalink path) for the assigned story. |
| name | - The display name of the assigned story. |