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

#include <ITypeContextualControlsPrefs.h>

Inheritance diagram for ITypeContextualControlsPrefs:
IPMUnknown

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 IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

Interface for getting and setting preferences for the contextual type controls.

Member Enumeration Documentation

anonymous enum

interface ID enum

Member Function Documentation

virtual void ITypeContextualControlsPrefs::SetShowUIForAdornment (bool16 showUIForAdornment)
pure virtual

Set whether the Adornment on the frame selection should be shown .

Parameters
showUIForAdornmentWhether to show the context UI for fractions
virtual void ITypeContextualControlsPrefs::SetShowUIForOTFeature (bool16 showUIForOTFeature)
pure virtual

Set whether the context UI for OpenTypeFeature {Character Alternates, Fractions, Ordinals and Ligatures} should be shown

Parameters
showUIForOTFeatureWhether to show the context UI for Character Alternates, Fractions, Ordinals and Ligatures.