ShapeRange.TextWrap Property
Publisher Developer Reference |
Returns a WrapFormat object that represents the properties for wrapping text around a shape or shape range.
Syntax
expression.TextWrap
expression A variable that represents a ShapeRange object.
Example
The following example adds an oval to the active publication and specifies that publication text wrap around the left and right sides of the square that circumscribes the oval. There will be a 0.1-inch margin between the publication text and the top, bottom, left side, and right side of the square.
Visual Basic for Applications |
---|
|
See Also