![]() | InDesign SDK 20.5 |

Public Member Functions | |
| CHLUserDict (IPMUnknown *boss) | |
| virtual void | SetFilePathName (const PMString &filePath) |
| virtual const PMString & | GetFilePathName (void) const |
| virtual void | SetDataFile (void *dataFile) |
| virtual void * | GetDataFile (void) const |
| virtual void | Flush (void) |
| virtual PMString | GetDisplayName () |
| void | GetUserDictWordList (UserDictWordList &userDictWordList) |
| void | SetUserDictWordList (const UserDictWordList &userDictWordList) |
| void | SetLanguageID (LanguageID languageID) |
| LanguageID | GetLanguageID (void) |
Public Member Functions inherited from CPMUnknown< IUserDict > | |
| 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 |
Protected Attributes | |
| PMString | fFilePathName |
| IDFile * | fUDCDataFile |
| LanguageID | fLanguageID |
Protected Attributes inherited from CPMUnknown< IUserDict > | |
| HelperInterface | fHelperInterface |
Additional Inherited Members | |
Public Types inherited from IUserDict | |
| enum | { kDefaultIID = IID_IUSERDICT } |
Protected Member Functions inherited from CPMUnknown< IUserDict > | |
| CPMUnknown (IPMUnknown *boss) | |