![]() | InDesign SDK 20.5 |

Public Member Functions | |
| CHLUserDictUtils (IPMUnknown *boss) | |
| virtual ErrorCode | ExportCHLUserDictXML (const IDFile &file, IUserDict *userDict, const UserDictWordList &udWordList, LanguageID languageID, IXMLOutStream::eEncodingType encoding) |
| virtual ErrorCode | ImportCHLUserDictXML (const IDFile &file, IUserDict *userDict) |
Public Member Functions inherited from CPMUnknown< ICHLUserDictUtils > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Public Types inherited from ICHLUserDictUtils | |
| enum | { kDefaultIID = IID_ICHLUSERDICTUTILS } |
Protected Member Functions inherited from CPMUnknown< ICHLUserDictUtils > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< ICHLUserDictUtils > | |
| HelperInterface | fHelperInterface |
Implements a utilities class to handle importing and exporting the user dictionary xml format.
| virtual |
Exports the CHL user dictionary XML for the specified language to
| IDFile& | |
| IUserDict* | |
| UserDictWordList& | |
| ILanguage* | |
| IXMLOutStream::eEncodingType |
Implements ICHLUserDictUtils.
| virtual |
Imports the CHL user dictionary XML for the specified language
| IDFile& | |
| IUserDict* |
Implements ICHLUserDictUtils.