Share

AcDbTextEditorLocation Class

Class Hierarchy

AcDbTextEditorLocation

C++

class AcDbTextEditorLocation;

File

dbtexteditor.h

Description

AcDbTextEditorLocation represents information about the location in the core text editor. When you have the object, you can call the functions in the AcDbTextEditor like makeSelection(), findText() and so on. Note that the location in the text editor is volatile object. If you saved one location, then call some some functions (for example the columns setting functions, paragraph setting function, selection/cursor inserting functions and so on.) that cause the text editor re-wrap itself, the saved location is invalid.

Links

AcDbTextEditorLocation Methods

Was this information helpful?