CalloutFormat.AutoLength Property
Word Developer Reference |
MsoTrue to automatically sets the length of the callout line. Read-only MsoTriState.
Syntax
expression.AutoLength
expression Required. A variable that represents a CalloutFormat object.
Remarks
Use the AutomaticLength method to set this property to msoTrue, and use the CustomLength method to set this property to msoFalse.
Example
This example creates a new document and adds a callout to the new document, and then sets the length of the callout manually.
Visual Basic for Applications |
---|
|
See Also