![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_IINSERTHYPHEXCEPTIONSCMDDATA } |
Public Member Functions | |
| virtual void | Set (IDocument *pDoc)=0 |
| virtual void | Set (IDocument *pDoc, const K2Vector< WideString * > &rExceptions, LanguageID nLanguage)=0 |
| virtual IDocument * | QueryDocument ()=0 |
| virtual const K2Vector < WideString * > & | GetExceptions () const =0 |
| virtual LanguageID | GetLanguage () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
| pure virtual |
Gets list of exceptions for the command data.
| pure virtual |
Gets the language for the command data.
| pure virtual |
Gets document for the command data.
| pure virtual |
Sets document. If you only set the document, InsertHyphExceptionsCmd will use every language's user dictionaries.
| pDoc | Document for the command data to set to. |
| pure virtual |
Sets command data. If you specify a stringlist and a language the stringlist will be used instead.
| pDoc | Document for the command data to set to. |
| rExceptions | List of exception strings for the command data to set to. |
| nLanguage | language ID for the command data to set to. |