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

Public Types | |
| enum | { kDefaultIID = IID_IIMEPREFERENCES } |
Public Member Functions | |
| virtual void | SetUseFloatingInputWindow (const bool16 useFloatInput)=0 |
| virtual const bool16 | GetUseFloatingInputWindow ()=0 |
| virtual void | SetUseFakeInputWindow (const bool16 useFakeInput)=0 |
| virtual const bool16 | GetUseFakeInputWindow ()=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 of Japanese Inline input and IME (Input Method Editor) support
| anonymous enum |
interface ID enum
| pure virtual |
OBSOLETE METHOD
| pure virtual |
Get the flag to use the floating input window
| pure virtual |
OBSOLETE METHOD
| useFakeInput | Whether to use fake input window |
| pure virtual |
Set the flag for using the floating input window
| useFloatInput | true = useWindow, false = useInline |