![]() | InDesign SDK 20.5 |

Public Member Functions | |
| HypHyphenationMgr (IPMUnknown *boss) | |
| virtual | ~HypHyphenationMgr () |
| virtual void | Install (const PMString &rPath) |
| virtual int32 | GetLanguageCount () const |
| virtual ILanguage * | QueryNthLanguage (int32 nNth) |
| virtual bool16 | HasLanguage (const ILanguage *pLanguage) const |
| virtual IHyphenationService * | QueryServiceOfLanguage (const ILanguage *pLanguage, int32) |
| virtual int32 | GetServiceOfLanguageCount (const ILanguage *pLanguage) |
Public Member Functions inherited from CPMUnknown< IHyphenationMgr > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Public Types inherited from IHyphenationMgr | |
| enum | { kDefaultIID = IID_IHYPHENATIONMGR } |
Protected Member Functions inherited from CPMUnknown< IHyphenationMgr > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IHyphenationMgr > | |
| HelperInterface | fHelperInterface |
Manages the hyphenation services (IHyphenationService) supported by this plug-in. See kHypHyphenationServiceBoss.
Creates hyphenation service (IHyphenationService) for each supported language (ILanguage) and provides the application with access to these services on request.
Vendors should tailor this code to install services for the languages supported.
| HypHyphenationMgr::HypHyphenationMgr | ( | IPMUnknown * | boss | ) |
Constructor.
| virtual |
Destructor.
| virtual |
Implements IHyphenationMgr.
| inlinevirtual |
Returns the count of hyphenation services for a language.
| pLanguage | language to get count for |
Implements IHyphenationMgr.
| virtual |
| pLanguage | The language to check. |
Implements IHyphenationMgr.
| virtual |
Create all hyphenation services.
Implements IHyphenationMgr.
| virtual |
| nNth | The index of the language to query. |
Implements IHyphenationMgr.
| virtual |
| pLanguage | The language to check. |
Implements IHyphenationMgr.