Class Hierarchy
AcDbTextEditorSelectable AcDbTextEditor AcEdInplaceTextEditor
C++
class AcEdInplaceTextEditor : public AcDbTextEditor;
File
AcEdInplaceTextEditor.h
Description
This classs represents the in-place text editor in ACAD. It inherits from AcDbTextEditor.
From such an object you can also access methods in the db editor like columns, paragraphs and so on.
The user accesses the ACAD in-place text editor via MTEXT or TEXT objects. Also, you can create a non-database resident MTEXT object for a complex object and invoke the in-place text editor.
For an ACAD session there is only one in-place text editor at any given time.
To quit the in-place text editor, use close() and specify if changes need to be saved back to the input entity.
Links
AcEdInplaceTextEditor Enumerations, AcEdInplaceTextEditor Methods