TextFrame2.WarpFormat Property
PowerPoint Developer Reference |
Returns or sets the warp format (how the text is warped) for the specified text frame. Read/write.
Syntax
expression.WarpFormat
expression An expression that returns a TextFrame2 object.
Return Value
MsoWarpFormat
Remarks
The value of the WarpFormat property can be one of the MsoWarpFormat constants.
Example
This example shows how to set the warp format for shape one on slide one of the active presentation.
Visual Basic for Applications |
---|
|
See Also