Frame.TextWrap Property
Word Developer Reference |
True if document text wraps around the specified frame. Read/write Boolean.
Syntax
expression.TextWrap
expression An expression that returns a Frame object.
Example
This example causes text to not wrap around the first frame in the active document.
Visual Basic for Applications |
---|
|
This example causes text to wrap around all frames in the active document.
Visual Basic for Applications |
---|
|
See Also