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

Public Types | |
| enum | { kDefaultIID = IID_IHYPHEXCEPTIONPREFS } |
| enum | HyphPrefType { kUserDictionaryOnly = 0, kDocumentOnly, kBoth } |
Public Member Functions | |
| virtual HyphPrefType | GetHyphExceptionType (void) const =0 |
| virtual void | SetHyphExceptionType (HyphPrefType hyphPrefType)=0 |
| virtual bool16 | GetStoreInDocument (void) const =0 |
| virtual void | SetStoreInDocument (const bool16 inDoc)=0 |
| virtual bool16 | GetRecompose (void) const =0 |
| virtual void | SetRecompose (const bool16 recompose)=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 Preferences interface.
| pure virtual |
GetHyphExceptionType.
| pure virtual |
GetRecompose.
| pure virtual |
GetStoreInDocument.
| pure virtual |
SetHyphExceptionType. Set the preference for the user dictionary.
| hyphPrefType | specifies the preference for the user dictionary. |
| pure virtual |
SetRecompose. Set the preference for the user dictionary.
| recompose | specifies the preference for recomposing when the user dictionary changes. |
| pure virtual |
SetStoreInDocument. Set the preference for the user dictionary.
| inDoc | specifies the preference for storing the user dictionary in the document. |