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

Public Types | |
| enum | { kDefaultIID = IID_IPMSTRINGMAPDATA } |
Public Member Functions | |
| virtual void | Insert (const PMString &first, const PMString &second)=0 |
| virtual void | Erase (const PMString &first)=0 |
| virtual void | Clear ()=0 |
| virtual int32 | Size () const =0 |
| virtual PMString | GetSecond (const PMString &first) 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 |
This interface describes a tag to style mapping used when importing an XML document and applying predefined paragraph styles to the text. It belongs to the document workspace.
| pure virtual |
Remove all the entries in the map
| pure virtual |
Remove a given key-value mapping by specifying the key
| first | specifies key for key-value pair to remove |
Given a key, return the associated value if it can be found
| first |
| pure virtual |
Add a key value pair to the associative map
| first | key to use when adding entry to the map |
| second | value to associate |
| pure virtual |
Return the size of the set of key-value pairs