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

Public Types | |
| enum | { kDefaultIID = IID_IXMLMAPPINGCMDDATA } |
Public Member Functions | |
| virtual void | Set (const UIDRef &map, UID styleUID, UID tagUID)=0 |
| virtual const UIDRef & | GetMap () const =0 |
| virtual UID | GetStyleUID () const =0 |
| virtual UID | GetTagUID () 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 |
Data interface for working with commands to implement style to tag and tag to style mappings; when writing client code, use IXMLMappingCommands methods rather than processing low-level commands.
| pure virtual |
Return the tag to style or style to tag map that contains the style and tag UIDs
| pure virtual |
Return the style UID
| pure virtual |
Return the tag UID
Specify the style and tag that are to be used in a mapping relation
| map | specifies the target map into which the style-tag pair will go |
| styleUID | UID of a style in one of the style name-tables |
| tagUID | UID of tag stored on this interface |