InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IHyphExceptionsPrefsCmdData Class Referenceabstract

#include <IHyphExceptionsPrefsCmdData.h>

Inheritance diagram for IHyphExceptionsPrefsCmdData:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_IHYPHEXCEPTIONPREFSCMDDATA }
 

Public Member Functions

virtual void Set (IHyphExceptionsPrefs::HyphPrefType type, bool16 storeInDocument, bool16 recompose)=0
 
virtual
IHyphExceptionsPrefs::HyphPrefType 
GetHyphExceptionType (void) const =0
 
virtual bool16 GetStoreInDocument (void) const =0
 
virtual bool16 GetRecompose (void) const =0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

Hyphenation Exceptions Preferences Command Data interface. Used by kSetHyphExceptionsPrefsCmdBoss.

Member Function Documentation

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
typeis the preference for the user dictionary.
storeInDocumentspecifies whether to store the user dictionary in the document.
recomposespecifies whether to recompose the document when user dictionary changes.