_ParagraphFormat.Hyphenation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if the specified paragraphs are included in automatic hyphenation. False if the specified paragraphs are to be excluded from automatic hyphenation. Can be True, False or wdUndefined.
public:
property int Hyphenation { int get(); void set(int value); };
public int Hyphenation { get; set; }
member this.Hyphenation : int with get, set
Public Property Hyphenation As Integer