TextFrame2.WordWrap Property (Office)
Determines whether lines of text break automatically to fit inside the shape. Read/write
Version Information
Version Added: Office 2010
Syntax
expression .WordWrap
expression An expression that returns a TextFrame2 object.
Remarks
The value of the WordWrap property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
msoFalse |
Lines of text do not break to fit within the shape boundaries. |
msoTrue |
Lines of text break to fit within the shape boundaries. |