Share via


TextFrame.WarpFormat Property

Gets or sets the warp format (how the text is warped) for the specified text frame.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property WarpFormat As MsoWarpFormat
    Get
    Set
'Usage
Dim instance As TextFrame
Dim value As MsoWarpFormat

value = instance.WarpFormat

instance.WarpFormat = value
MsoWarpFormat WarpFormat { get; set; }

Property Value

Type: MsoWarpFormat
The warp format (how the text is warped) for the specified text frame.

Remarks

Read/write MsoWarpFormat.

See Also

Reference

TextFrame Interface

TextFrame Members

Microsoft.Office.Interop.Word Namespace