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

Public Types | |
| enum | { kDefaultIID = IID_ISTYLEREMAPDATA } |
| enum | ConflictFlagEnum { kConflictFlagNone = 0, kConflictFlagSkip = 1, kConflictFlagOverwrite = 2, kConflictFlagRename = 4 } |
Public Member Functions | |
| virtual void | SetRemappingList (const RemappingList &remapList)=0 |
| virtual const RemappingList & | GetRemappingList () const =0 |
| virtual void | SetConflictFlag (int32 conflictFlag)=0 |
| virtual int32 | GetConflictFlag () 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 |
Command data interface for kDeleteParaStyleGroupCmdBoss, and kDeleteCharStyleGroupCmdBoss. When a style set is deleted a number of styles which are child of the style set being deleted also gets deleted. Through this interface a client can specify which style to replace with when a particular style is deleted with in a style set.
| pure virtual |
Returns the conflict flag.
| pure virtual |
Gets the remapping list
| pure virtual |
Set the conflict flag, from ConflictFlagEnum, the action to be taken in case of conflict,
| conflictFlag | [IN] a value from ConflictFlagEnum |
| pure virtual |
Sets the remapping list
| remapList | [IN] sets the remapping list that will be used by the command |