Text object |
A single line of alphanumeric characters.
VBA class name: |
AcadText |
---|---|
Create using: |
ModelSpace.AddText |
Access via: |
ModelSpace.Item |
This object differs from the MText object in that it creates only a single line of text. The MText object creates a paragraph of text.
Note that RTF text isn't recognized. Text from other programs with embedded formatting will lose formatting when imported into an mtext paragraph.
To create a Text object, use the AddText method. To edit or query a Text object, use the following methods and properties:
Methods |
Properties |
Events |
Comments? |