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

Public Member Functions | |
| virtual void | SetStyleIndex (int32 index)=0 |
| virtual int32 | GetStyleIndex () const =0 |
| virtual void | SetNewName (const PMString &newName)=0 |
| virtual PMString | GetNewName () const =0 |
| virtual void | SetSrcList (UIDRef srcListRef)=0 |
| virtual UIDRef | GetSrcList () const =0 |
| virtual void | SetDstList (UIDRef dstListRef)=0 |
| virtual UIDRef | GetDstList () const =0 |
| virtual bool16 | IsImport () const =0 |
| virtual void | SetIsImport (bool16 f)=0 |
| virtual void | SetSuccess (bool32 successful)=0 |
| virtual bool32 | GetSuccess ()=0 |
| virtual void | SetListMgrIID (PMIID interfaceid)=0 |
| virtual PMIID | GetListMgrIID () 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 |
General command data interface for different style commands, such as set style name, add style, edit style and delete style. Used for Document styles, PDF styles, Printer styles and Flattener styles.
| pure virtual |
| pure virtual |
Get the list manager interface IID
| pure virtual |
Get the string to use for a new style name.
| pure virtual |
| pure virtual |
Get the style index.
| pure virtual |
Get whether operation was successful.
| pure virtual |
Get whether this is an import of styles or not.
| pure virtual |
Set the destination list to use.
| dstListRef | IN a UIDRef that is used to instaniate the style list manager |
| pure virtual |
Set whether this is an import of styles.
| f | IN kTrue if import of styles, kFalse otherwise |
| pure virtual |
Set the list manager interface IID
| interfaceid | IN interface id of the list manager to use |
| pure virtual |
Holds string that can be used for setting a new style name.
| newName | IN the name to store |
| pure virtual |
Set the source list to use.
| srcListRef | IN a UIDRef that is used to instaniate the style list manager |
| pure virtual |
Set the style index to operate on.
| index | IN the style index |
| pure virtual |
Set whether operation was successful or not.
| successful | IN kTrue if operation was successful, kFalse otherwise |