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

Public Types | |
| enum | { kDefaultIID = IID_ITEXTEDITOR } |
Public Member Functions | |
| virtual void | ActivateTextEditor (IConcreteSelection *)=0 |
| virtual void | DeactivateTextEditor ()=0 |
| virtual ITextFocus * | QueryTextFocus ()=0 |
| virtual ITextCaret * | QueryTextCaret ()=0 |
| virtual ILayoutControlData * | QueryLayoutControlData ()=0 |
| virtual IFrameList * | QueryFrameList ()=0 |
| virtual bool16 | IsActive ()=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 kTextEditorBoss, to active/deactivate the text editor and to get text caret information
| pure virtual |
Activate the text editor
| IConcreteSelection* | The IConcreteSelection in the view |
| pure virtual |
Deactivate the text editor
| none |
| pure virtual |
Is the text editor active?
| none |
| pure virtual |
| pure virtual |
Query the layout control data on the text editor
| none |
| pure virtual |
Query the text caret on the text editor
| none |
| pure virtual |
Query the text focus on the text editor
| none |