#include <IHyphExceptionsPrefsCmdData.h>
|
| enum | { kDefaultIID = IID_IHYPHEXCEPTIONPREFSCMDDATA } |
| |
Hyphenation Exceptions Preferences Command Data interface. Used by kSetHyphExceptionsPrefsCmdBoss.
| virtual IHyphExceptionsPrefs::HyphPrefType IHyphExceptionsPrefsCmdData::GetHyphExceptionType | ( | void | | ) | const |
| pure virtual |
GetHyphExceptionType.
- Returns
- the preference for the user dictionary.
| virtual bool16 IHyphExceptionsPrefsCmdData::GetRecompose | ( | void | | ) | const |
| pure virtual |
GetRecompose.
- Returns
- the preference for whether to recompose the document when user dictionary changes.
| virtual bool16 IHyphExceptionsPrefsCmdData::GetStoreInDocument | ( | void | | ) | const |
| pure virtual |
GetStoreInDocument.
- Returns
- the preference for whether to store the user dictionary in the document.
| virtual void IHyphExceptionsPrefsCmdData::Set | ( | IHyphExceptionsPrefs::HyphPrefType | type, | | | bool16 | storeInDocument, | | | bool16 | recompose | | ) | | |
| pure virtual |
Set the parameters for the command.
- Parameters
| type | is the preference for the user dictionary. |
| storeInDocument | specifies whether to store the user dictionary in the document. |
| recompose | specifies whether to recompose the document when user dictionary changes. |