Paragraph.Hyphenation Property

Determines if the specified paragraphs are included in automatic hyphenation.

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

Syntax

'Declaration
Property Hyphenation As Integer
    Get
    Set
'Usage
Dim instance As Paragraph
Dim value As Integer

value = instance.Hyphenation

instance.Hyphenation = value
int Hyphenation { get; set; }

Property Value

Type: System.Int32

Remarks

This property returns True if the specified paragraphs are included in automatic hyphenation, and False if the specified paragraphs are to be excluded from automatic hyphenation. Set the property value to True or False to enable or disable the functionality.

Possible return values are True, False or wdUndefined.

See Also

Reference

Paragraph Interface

Paragraph Members

Microsoft.Office.Interop.Word Namespace