次の方法で共有


CalloutFormat.Angle Property

Word Developer Reference

Returns or sets the angle of the callout line. Read/write MsoCalloutAngleType.

Syntax

expression.Angle

expression   A variable that represents a CalloutFormat object.

Remarks

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. 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.

Visual Basic for Applications
  ActiveDocument.Shapes("co1").Callout.Angle = msoCalloutAngle90

See Also