View.ShowHyphens Property

True if optional hyphens are displayed. An optional hyphen indicates where to break a word when it falls at the end of a line.

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

Syntax

'Declaration
Property ShowHyphens As Boolean
    Get
    Set
'Usage
Dim instance As View
Dim value As Boolean

value = instance.ShowHyphens

instance.ShowHyphens = value
bool ShowHyphens { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

View Interface

View Members

Microsoft.Office.Interop.Word Namespace