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

Public Types | |
| enum | { kDefaultIID = IID_ITYPECONTEXTUALCONTROLSPREFS } |
Public Member Functions | |
| virtual void | SetShowUIForOTFeature (bool16 showUIForOTFeature)=0 |
| virtual void | SetShowUIForAdornment (bool16 showUIForAdornment)=0 |
| virtual bool16 | GetShowUIForOTFeature () const =0 |
| virtual bool16 | GetShowUIForAdornment () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Interface for getting and setting preferences for the contextual type controls.
| anonymous enum |
interface ID enum
| pure virtual |
Set whether the Adornment on the frame selection should be shown .
| showUIForAdornment | Whether to show the context UI for fractions |
| pure virtual |
Set whether the context UI for OpenTypeFeature {Character Alternates, Fractions, Ordinals and Ligatures} should be shown
| showUIForOTFeature | Whether to show the context UI for Character Alternates, Fractions, Ordinals and Ligatures. |