Share via


CalloutFormat Members

Include Protected Members
Include Inherited Members

Contains properties and methods that apply to line callouts.

The CalloutFormat type exposes the following members.

Properties

  Name Description
Public property Accent Determines whether a vertical accent bar separates the callout text from the callout line. Read/write.
Public property Angle 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.
Public property Application Returns an Application object that represents the creator of the specified object.
Public property AutoAttach Determines whether the place where the callout line attaches to the callout text box changes, depending on whether the origin of the callout line (where the callout points to) is to the left or right of the callout text box. Read/write.
Public property AutoLength Determines whether the first segment of the callout retains the fixed length specified by the Length property, or is scaled automatically, whenever the callout is moved. Read-only.
Public property Border Determines whether the text in the specified callout is surrounded by a border. Read/write.
Public property Creator Returns a 64-bit signed integer that represents the four-character creator code for the application in which the specified object was created. For example, if the object was created in Microsoft PowerPoint, this property returns the hexadecimal number 50575054. Read-only.
Public property Drop For callouts with an explicitly set drop value, this property returns the vertical distance (in points) from the edge of the text bounding box to the place where the callout line attaches to the text box. Read-only.
Public property DropType Returns a value that indicates where the callout line attaches to the callout text box. Read-only.
Public property Gap Returns or sets the horizontal distance (in points) between the end of the callout line and the text bounding box. Read/write.
Public property Length When the AutoLength property of the specified callout is set to false, the Length property returns the length (in points) of the first segment of the callout line (the segment attached to the text callout box). Read-only.
Public property Parent Returns the parent object for the specified object.
Public property Type Represents the type of callout. Read/write.

Top

Methods

  Name Description
Public method AutomaticLength Specifies that the first segment of the callout line (the segment attached to the text callout box) be scaled automatically when the callout is moved. Use the CustomLength method to specify that the first segment of the callout line retain the fixed length returned by the Length property whenever the callout is moved. Applies only to callouts whose lines consist of more than one segment (types msoCalloutThree and msoCalloutFour).
Public method CustomDrop Sets the vertical distance (in points) from the edge of the text bounding box to the place where the callout line attaches to the text box. This distance is measured from the top of the text box unless the AutoAttach property is set to true and the text box is to the left of the origin of the callout line (the place that the callout points to). In this case the drop distance is measured from the bottom of the text box.
Public method CustomLength Specifies that the first segment of the callout line (the segment attached to the text callout box) retain a fixed length whenever the callout is moved.
Public method PresetDrop Specifies whether the callout line attaches to the top, bottom, or center of the callout text box or whether it attaches at a point that's a specified distance from the top or bottom of the text box.

Top

See Also

Reference

CalloutFormat Interface

Microsoft.Office.Interop.PowerPoint Namespace