Frame.HorizontalDistanceFromText Property
Word Developer Reference |
Returns or sets the horizontal distance between a frame and the surrounding text, in points. Read/write Single.
Syntax
expression.HorizontalDistanceFromText
expression A variable that represents a Frame object.
Example
This example adds a frame around the selection and sets the horizontal distance between the frame and the text to 12 points.
Visual Basic for Applications |
---|
|
This example adds a frame around the first paragraph and sets several properties of the frame.
Visual Basic for Applications |
---|
|
See Also