HyphenateCaps Property

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

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

Applies to | Document Object

See Also | AutoHyphenation Property | Hyphenation Property | HyphenationZone Property | ManualHyphenation Method