![]() | InDesign SDK 20.5 |
#include <IHyphExceptionByLangCmd.h>

Public Types | |
| enum | { kDefaultIID = IID_IHYPHEXCEPTIONBYLANGUAGECMDDATA } |
Public Member Functions | |
| virtual void | Set (const HyphenExceptions &list, const ILanguage *lang)=0 |
| virtual void | GetHyphenationExceptions (HyphenExceptions &he)=0 |
| virtual ILanguage * | GetLanguage (void)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Hyphenation Exceptions by Language Command Data interface.
| pure virtual |
GetHyphenationExceptions.
| he | is the HyphenExceptions list that will be set by this method. |
| pure virtual |
GetLanguage.
| pure virtual |
Set the HyphenExceptions and language.
| list | is the Hyphenation Exceptions List. |
| lang | is the language affected. |