![]() | InDesign SDK 20.5 |
#include <IStyleMappings.h>
Public Member Functions | |
| MappingRule (PMString srcString, PMString destString, MappingRuleType ruleType) | |
| MappingRule (const MappingRule &mapRule) | |
| MappingRule () | |
| bool | operator== (const MappingRule &other) const |
Public Attributes | |
| PMString | fSrcString |
| PMString | fDestString |
| MappingRuleType | fRuleType |
Defines a single mapping rule of a particular style type. A mapping rule could define a "style to style", "group to group" "group to style", or "style to group" mapping.
| inline |
Constructor to construct mapping rule from mapping data.
| inline |
Constructor to construct mapping rule clone from another mapping rule.
| inline |
Default constructor
| inline |
Comparison operator to compare two mapping rules corresponding to the same style type.
| PMString IStyleMappings::MappingRule::fDestString |
The destination mapping name, it can be full path name of a style or a style group.
| MappingRuleType IStyleMappings::MappingRule::fRuleType |
The source mapping name, it can be full path name of a style or a style group.
| PMString IStyleMappings::MappingRule::fSrcString |
The source mapping name, it can be full path name of a style or a style group.