Creating Paragraph Text

Paragraph text, or multi-line text, is a paragraph of characters that fits within a boundary and is contained in the Mtext object. It is useful for long notes and other entries that may extend onto several lines. To create a Mtext object, use the AddMtext method. You need to provide three input parameters: the insertion point, the width of the text window, and the text string.

The insertion point is a Variant indicating the coordinate location for placing the text. The width is a real number defining the width of the text window in drawing units. The text string is the text you wish displayed - entered as either a string variable or as a literal string enclosed in quotes.

 

Tell me about...

Creating Single-Line Text

 

Examples ...

AddMtext Method Example

 


© Bricsys NV. All rights reserved.