Share

AcEdInplaceTextEditorSettings::EntityType Enumeration

C++

enum EntityType {
  kDefault,
  kTableCell,
  kMultiAttribute
};

File

AcEdInplaceTextEditor.h

Members

Members Description
kDefault Indicates a common MTEXT object.
kTableCell Indicates a table cell. The current MTEXT is the content copy of the table cell.
kMultiAttribute Indicates a multi-attribute. The current MTEXT is the content copy of the multi-attribute.

Description

This enum specifies the different source entity types.

You can create a memory MTEXT object for complex entity types like a table cell or multi-attribute.

Was this information helpful?