Performs hyphenation by delegating all requests to HypAdapter::Hyphenate.
| HypHyphenationService::HypHyphenationService | ( | IPMUnknown * | boss | ) | |
| HypHyphenationService::~HypHyphenationService | ( | | ) | |
| virtual |
| virtual void HypHyphenationService::CheckUserDictionary | ( | bool16 | checkIt | ) | |
| inlinevirtual |
Sets check user dictionary flag.
- Parameters
| checkIt | kTrue to turn on check user dictionary flag. |
Implements IHyphenationService.
| IHyphenatedWord * HypHyphenationService::Hyphenate | ( | const TextCharBuffer & | rWord, | | | LinguisticServiceMode | mode, | | | uint16 | nMinTail, | | | uint16 | nMinHead, | | | LinguisticProviderHyphenationStyle | providerHyphStyle | | ) | | |
| virtual |
Hyphenate the given word. See HypAdapter for description of parameters.
- Parameters
- Returns
- word with hyphenation points
Implements IHyphenationService.
| bool16 HypHyphenationService::Set | ( | const PMString & | rFileName | ) | |
| virtual |
Called during service installation to inform service of its dictionary file.
Implements IHyphenationService.