Paragraph.TextboxTightWrap Property

Returns or sets a WdTextboxTightWrap constant that represents how tightly text wraps around shapes or text boxes. Read/write.

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

Syntax

'Declaration
Property TextboxTightWrap As WdTextboxTightWrap
    Get
    Set
'Usage
Dim instance As Paragraph
Dim value As WdTextboxTightWrap

value = instance.TextboxTightWrap

instance.TextboxTightWrap = value
WdTextboxTightWrap TextboxTightWrap { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdTextboxTightWrap
WdTextboxTightWrap

See Also

Reference

Paragraph Interface

Paragraph Members

Microsoft.Office.Interop.Word Namespace