![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_IHYPHENATIONSERVICE } |
Public Member Functions | |
| virtual IHyphenatedWord * | Hyphenate (const TextCharBuffer &rWord, LinguisticServiceMode hyphenMode, uint16 nMinTail=0, uint16 nMinHead=0, LinguisticProviderHyphenationStyle providerHyphStyle=kLinguisticProviderHyphenation_All)=0 |
| virtual bool16 | Set (const PMString &rFileName)=0 |
| virtual void | CheckUserDictionary (bool16 checkIt)=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 |
Sets check user dictionary flag.
| checkIt | kTrue to turn on check user dictionary flag. |
Implemented in HypHyphenationService.
| pure virtual |
returns nil or a new HyphenatedWord with further information.
| rWord | word to hyphenate |
| hyphenMode | how to hyphenate word |
| nMinTail | number of characters at end without hyphen point |
| nMinHead | number of characters at beginning without hyphen point |
| providerHyphStyle | style of the provider to be used for hyphenation |
Implemented in HypHyphenationService.
| pure virtual |
Sets file name in hyphenation service.
| rFileName | File name to set to. |
Implemented in HypHyphenationService.