![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_IHYPHENATIONEXCEPTIONS } |
Public Member Functions | |
| virtual void | SetDefaultHyphenationExceptionsList (const HyphenExceptionsList &list)=0 |
| virtual void | GetHyphenationExceptionsList (HyphenExceptionsList &list) const =0 |
| virtual void | SetHyphenationExceptionsList (const HyphenExceptionsList &list)=0 |
| virtual bool16 | GetHyphenExceptionsByLanguage (const HyphenExceptions **hyphenExceptions, const ILanguage *lang) const =0 |
| virtual bool16 | SetHyphenExceptionsByLanguage (const HyphenExceptions &hyphenExceptions, const ILanguage *lang)=0 |
| virtual int32 | GetNumHyphExceptionStructs (void) const =0 |
| virtual IHyphenatedWord * | LookupExceptionWord (const TextCharBuffer &trimmed, const ILanguage *lang, int16 minTail, int16 minHead) 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 hyphenation exceptions list.
| list | [OUT] Hyphenation exceptions list retrieved. |
| pure virtual |
Gets hyphenation exceptions by specific language.
| hyphenExceptions | [OUT] Hyphenation exceptions returned. |
| lang | language for which to retrieve hyphenation exceptions. |
| pure virtual |
Returns the length of hyphenation exceptions list.
| pure virtual |
Gets hyphenation information for a word from the hyphenation exceptions.
| trimmed | word to hyphenate |
| lang | language to hyphenate in |
| nMinTail | number of characters at end without hyphen point |
| nMinHead | number of characters at beginning without hyphen point |
| pure virtual |
Sets default hyphenation exceptions list.
| list | Hyphenation exceptions list to set as default. |
| pure virtual |
Sets hyphenation exceptions list.
| list | Hyphenation exceptions list to set to. |
| pure virtual |
Sets hyphenation exceptions for specific language.
| hyphenExceptions | Hyphenation exceptions to set to. |
| lang | language for which to set hyphenation exceptions. |