TextFrame.WordWrap Property
PowerPoint Developer Reference |
Determines whether lines break automatically to fit inside the shape. Read/write.
Syntax
expression.WordWrap
expression A variable that represents a TextFrame object.
Return Value
MsoTriState
Remarks
The value of the WordWrap property can be one of these MsoTriState constants.
Constant | Description |
---|---|
msoFalse | Lines do not break automatically to fit inside the shape. |
msoTrue | Lines break automatically to fit inside the shape. |
Example
This example adds a rectangle that contains text to myDocument
and then turns off word wrapping in the new rectangle.
Visual Basic for Applications |
---|
|
See Also