![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_ITHESAURUSSERVICE } |
| enum | ThesResult { kSuccess, kFailure, kThesError } |
| enum | ThesWordListEnum { kSynonyms, kAntonyms, kComparedWords, kRelatedWords, kContrastingWords } |
Public Member Functions | |
| virtual bool16 | GetThesRecord (const PMString &rWord, ThesRecord &thesRecord)=0 |
| virtual bool16 | GetSynonyms (const PMString &rWord, WideStringList &wList)=0 |
| virtual bool16 | GetAntonyms (const PMString &rWord, WideStringList &wList)=0 |
| virtual bool16 | GetNearSynonyms (const PMString &rWord, WideStringList &wList)=0 |
| virtual bool16 | GetNearAntonyms (const PMString &rWord, WideStringList &wList)=0 |
| virtual bool16 | GetSeeAlsoWords (const PMString &rWord, WideStringList &wList)=0 |
| virtual bool16 | GetAltSuggestions (const PMString &rWord, WideStringList &wList)=0 |
| virtual bool16 | Set (const PMString &rThesFileName)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Thesaurus results enum
Thesaurus word list types enum
| pure virtual |
Get the alternate suggestions list for the lookup word, normally used if the lookup word was not found
| rWord | IN word to lookup |
| wList | OUT the 'alternate suggestions' wordlist. |
Implemented in CHLThesaurus.
| pure virtual |
Get the antonyms list for the lookup word
| rWord | IN word to lookup |
| wList | OUT the 'antonyms' wordlist. |
Implemented in CHLThesaurus.
| pure virtual |
Get the near antonyms (contrasting words) list for the lookup word
| rWord | IN word to lookup |
| wList | OUT the 'near antonyms' (contrasted) wordlist. |
Implemented in CHLThesaurus.
| pure virtual |
Get the near synonyms (related words) list for the lookup word
| rWord | IN word to lookup |
| wList | OUT the 'near synonyms' (related) wordlist. |
Implemented in CHLThesaurus.
| pure virtual |
Get the see also list for the lookup word
| rWord | IN word to lookup |
| wList | OUT the 'see also' (compared) wordlist. |
Implemented in CHLThesaurus.
| pure virtual |
Get the synonyms list for the lookup word
| rWord | IN word to lookup |
| wList | OUT the 'synonyms' wordlist. |
Implemented in CHLThesaurus.
| pure virtual |
Get the thesaurus record for the word
| rWord | IN word to lookup |
| thesRecord | OUT ThesRecord for the lookup word. |
Implemented in CHLThesaurus.
| pure virtual |
Set the thesaurus filename
| rThesFileName | IN filename to set |
Implemented in CHLThesaurus.