![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_ISTYLEMAPPINGSCMDDATA } |
Public Member Functions | |
| virtual void | SetMappingRule (const IStyleMappings::MappingRule &inMappingRule)=0 |
| virtual void | GetMappingRule (IStyleMappings::MappingRule &outMappingRule) const =0 |
| virtual void | SetStyleType (const IStyleMappings::MappingStyleType &eInStyleType)=0 |
| virtual void | GetStyleType (IStyleMappings::MappingStyleType &eInStyleType) const =0 |
| virtual void | SetIndex (const int32 &index)=0 |
| virtual int32 | GetIndex () 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 |
| anonymous enum |
Standard enum to for use with GetDefaultIID() method.
| pure virtual |
returns the index corresponding to the mapping rule present in the command data.
| pure virtual |
return the mapping rule present in the command data, as an output parameter.
| outMappingRule[IN] | the returned mapping rule. |
| pure virtual |
return the style type present in the command data, as an output parameter.
| outMappingRule[IN] | the returned style type. |
| pure virtual |
Set the index corresponding to the mapping rule present in the command data.
| index[IN] | index of the mapping rule. |
| pure virtual |
Set the mapping rule in the command data using the passed mapping rule.
| inMappingRule[IN] | the mapping rule which is set in the command data. |
| pure virtual |
Set the mapping style type in the command data using the passed parameter.
| eInStyleType[IN] | the style type which is set in the command data. |