Frame.VerticalDistanceFromText Property
Word Developer Reference |
Returns or sets the vertical distance (in points) between a frame and the surrounding text. Read/write Single.
Syntax
expression.VerticalDistanceFromText
expression An expression that returns a Frame object.
Example
This example sets the vertical distance between the selected frame and the surrounding text to 12 points.
Visual Basic for Applications |
---|
|
This example adds a frame around the selection and sets several properties of the frame.
Visual Basic for Applications |
---|
|
See Also