Angle Property

Microsoft Word Visual Basic

Angle Property

       

Returns or sets the angle of the callout line. If the callout line contains more than one line segment, this property returns or sets the angle of the segment that is farthest from the callout text box. Read/write MsoCalloutAngleType.

MsoCalloutAngleType can be one of these MsoCalloutAngleType constants.
msoCalloutAngle45
msoCalloutAngle90
msoCalloutAngleMixed
msoCalloutAngle30
msoCalloutAngle60
msoCalloutAngleAutomatic

Remarks

If you set the value of this property to anything other than msoCalloutAngleAutomatic, the callout line maintains a fixed angle as you drag the callout.

Example

This example sets the callout angle to 90 degrees for a callout named "co1" on the active document.

ActiveDocument.Shapes("co1").Callout.Angle = msoCalloutAngle90