Hyphenation Property Example

This example turns off automatic hyphenation for all paragraphs in the active document that have the Normal style.

ActiveDocument.Styles("Normal").ParagraphFormat.Hyphenation = False