InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IAssignStorySetPropsCmdData Class Referenceabstract
Inheritance diagram for IAssignStorySetPropsCmdData:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_IASSIGNSTORYSETPROPSCMDDATA }
 

Public Member Functions

virtual void Set (const UIDRef &uidref, const PMString &file, const PMString &name)=0
 
virtual const UIDRefGetUIDRef ()=0
 
virtual const PMStringGetName ()=0
 
virtual const PMStringGetFile ()=0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Member Function Documentation

virtual const PMString& IAssignStorySetPropsCmdData::GetFile ()
pure virtual

Get the assigned story file path.

Returns
- A reference to the file's path.
virtual const PMString& IAssignStorySetPropsCmdData::GetName ()
pure virtual

Get the assigned story name.

Returns
- A reference to the assigned story's name.
virtual const UIDRef& IAssignStorySetPropsCmdData::GetUIDRef ()
pure virtual

Get the page item uid.

Returns
- A reference to the page item UIDRef.
virtual void IAssignStorySetPropsCmdData::Set (const UIDRefuidref,
const PMStringfile,
const PMStringname 
)
pure virtual

Sets up data for AssignStorySetPropsCmd.

Parameters
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.