A single line of alphanumeric characters.
Supported Platforms: Windows only
AcadText
Object AcadObject AcadEntity AcadText
VBA
ModelSpace.AddText PaperSpace.AddText Block.AddText
VBA
ModelSpace.Item PaperSpace.Item Block.Item SelectionSet.Item Group.Item
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
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 is not recognized. Text from other programs with embedded formatting will lose formatting when imported into an multiline text paragraph.
To create a Text object, use the AddText method.