#include <IXMLCopyMappingCmdData.h>
|
| enum | { kDefaultIID = IID_IXMLCOPYMAPPINGCMDDATA } |
| |
Data interface for copying style to tag and tag to style mappings; if you're writing client code, use IXMLMappingCommands instead.
- See Also
- IXMLMappingCommands
- kXMLCopyTagToParaStyleMapCmdBoss
- kXMLCopyParaStyleToTagMapCmdBoss
| virtual const UIDRef& IXMLCopyMappingCmdData::GetSourceMap | ( | | ) | const |
| pure virtual |
Accessor for source map stored on this interface
- Returns
- the source map
| virtual const UIDRef& IXMLCopyMappingCmdData::GetTargetMap | ( | | ) | const |
| pure virtual |
| virtual void IXMLCopyMappingCmdData::Set | ( | const UIDRef & | sourceMap, | | | const UIDRef & | targetMap | | ) | | |
| pure virtual |
Specify the source and target maps for the copy
- Parameters
| sourceMap | identifies the source mapping for the copy |
| targetMap | identifies the destination where contents of the sourceMap will be copied to |