Class Hierarchy
AcDbTextEditorSelectable AcDbTextEditorParagraph
C++
class AcDbTextEditorParagraph : public AcDbTextEditorSelectable;
File
dbtexteditor.h
Description
AcDbTextEditorParagraph represents the paragraph object in the editor. When it is no longer needed. call its release function. Otherwise, it will be a source of a memory leak. If the current text editor defined width(AcDbTextEditor::definedWidth()) is zero or the current text editor text style is vertical SHX, it can't support the properties in paragraph like indent, space, alignment, tabs and so on. Calling those functions will return Acad::eNotApplicable.
Links
AcDbTextEditorParagraph Enumerations, AcDbTextEditorParagraph Methods