CalloutFormat.CustomLength Method

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.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub CustomLength ( _
    Length As Single _
)
'Usage
Dim instance As CalloutFormat
Dim Length As Single

instance.CustomLength(Length)
void CustomLength(
    float Length
)

Parameters

  • Length
    Type: System.Single
    The length of the first segment of the callout, in points.

Remarks

Use the AutomaticLength method to specify that the first segment of the callout line be scaled automatically whenever the callout is moved. Applies only to callouts whose lines consist of more than one segment (types msoCalloutThree and msoCalloutFour).

Applying this method sets the AutoLength property to False and sets the Length property to the value specified for the Length argument.

See Also

Reference

CalloutFormat Interface

CalloutFormat Members

Microsoft.Office.Interop.Word Namespace