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

Public Types | |
| enum | { kDefaultIID = IID_IASSIGNSETPROPSCMDDATA } |
Public Member Functions | |
| virtual void | Set (const PMString *name, const PMString *file, const PMString *user, const UID *color, const IAssignment::AssignmentExportOptions *options, const bool16 *dirty, const bool16 *includeLinkedWhenPackage, const URI *uri=nil)=0 |
| virtual const PMString * | GetName ()=0 |
| virtual const PMString * | GetFile ()=0 |
| virtual const PMString * | GetUser ()=0 |
| virtual const UID * | GetColor ()=0 |
| virtual const IAssignment::AssignmentExportOptions * | GetExportOption ()=0 |
| virtual const bool16 * | GetDirty ()=0 |
| virtual const bool16 * | GetIncludeLinkedFilesWhenPackage ()=0 |
| virtual const URI * | GetURI ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
The data class for the IAssignSetPropsCmd.
| pure virtual |
GetColor description
| pure virtual |
GetDirty description
| pure virtual |
GetExportOption description
| pure virtual |
GetFile description
| pure virtual |
GetIncludeLinkedFilesWhenPackage description
| pure virtual |
Fetch the specified name
| pure virtual |
GetURI description
| pure virtual |
GetUser description
| pure virtual |
Set the data to use for the AssignSetPropsCmd.
| name | - A pointer to a new name, or nil to not change the name. |
| file | - A pointer to a new file path, or nil to not change the file path. |
| user | - A pointer to a new user name, or nil to not change the user name. |
| color | - A pointer to the new color, or nil to not change the color. |
| options | - A pointer to the new export options, or nil to not change the export options. |
| dirty | - A pointer to the new dirty flag, or nil to not change the dirty state |
| includeLinkedWhenPackage | - A pointer to the new include linked files when packaging flag, or nil to not change the state uri - A pointer to a new uri, or nil to not change the uri. (typically allowing the other changes to dirty the assignment). |