Document.HyphenateCaps Property (Word)

True if words in all capital letters can be hyphenated. Read/write Boolean.

Syntax

expression .HyphenateCaps

expression A variable that represents a Document object.

Example

This example enables automatic hyphenation for the active document and allows capitalized words to be hyphenated.

With ActiveDocument 
 .AutoHyphenation = True 
 .HyphenateCaps = True 
End With

See Also

Concepts

Document Object Members

Document Object