WrapFormat.DistanceBottom Property
Word Developer Reference |
Returns or sets the distance (in points) between the document text and the bottom edge of the text-free area surrounding the specified shape. Read/write Single.
Syntax
expression.DistanceBottom
expression A variable that represents a WrapFormat object.
Remarks
The size and shape of the specified shape, together with the values of the Type and Side properties of the WrapFormat object, determine the size and shape of this text-free area.
Example
This example sets text to wrap around the first table in the active document and sets the distance for wrapped text to 20 points on all sides of the table.
Visual Basic for Applications |
---|
|
This example adds an oval to the active document and specifies that the document text wrap around the left and right sides of the square that circumscribes the oval. The example sets a 0.1-inch margin between the document text and the top, bottom, left side, and right side of the square.
Visual Basic for Applications |
---|
|
See Also