Share via


ParagraphFormat2.WordWrap Property

Determines whether the application wraps the Latin text in the middle of a word in the specified paragraphs. Read/write.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property WordWrap As MsoTriState
    Get
    Set
'Usage
Dim instance As ParagraphFormat2
Dim value As MsoTriState

value = instance.WordWrap

instance.WordWrap = value
MsoTriState WordWrap { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTriState
MsoTriState

See Also

Reference

ParagraphFormat2 Interface

ParagraphFormat2 Members

Microsoft.Office.Core Namespace