Partager via


Paragraphs.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 Paragraphs
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 not. Set the property value to True or False to enable or disable the functionality.

This property returns False if the specified paragraphs are to be excluded from automatic hyphenation.

Possible return values are True, False and wdUndefined.

See Also

Reference

Paragraphs Interface

Paragraphs Members

Microsoft.Office.Interop.Word Namespace