DrawSetCalloutTextbox

Syntax

DrawSetCalloutTextbox TwoDimensionalArray[$]() [Object]

END BREAK

Remarks

Applies the position and size stored in a two-dimensional array to the text area of the specified callout drawing object.

Argument

Explanation

TwoDimensionalArray[$]()

A two-dimensional array containing coordinates for the position and size of the text area relative to the bounding rectangle of a callout drawing object. You can use a numeric array containing values in the default measurement unit or a string array containing text measurements.

For information on how values are stored in the array, see DrawGetCalloutTextbox.


Argument

Explanation

Object

Specifies a drawing object:

Omitted The selected drawing object

> 0 (zero) An object whose anchor is in a range set by the DrawSetRange statement, where 1 is the first object in the range, 2 is the second object, and so on. If the number is not in the range 1 to DrawCount(), an error occurs.

If the specified drawing object is not a callout, an error occurs.


For an example, see DrawCallout.

See Also

DrawCallout, DrawGetCalloutTextbox, DrawSetInsertToTextbox