[]
Allows configuring document hyphenation options.
public class HyphenationOptions : FormattingBag
Gets or sets value determining whether automatic hyphenation is turned on for the document.
public bool AutoHyphenation { get; set; }
Gets or sets the maximum number of consecutive lines that can end with hyphens.
public ushort ConsecutiveHyphensLimit { get; set; }
Gets or sets value determining whether words written in all capital letters are hyphenated.
public bool HyphenateCaps { get; set; }
Gets or sets the distance in points from the right margin within which you do not want to hyphenate words.
public float HyphenationZone { get; set; }