HyphenationOptions class
HyphenationOptions class
Allows to configure document hyphenation options.
To learn more, visit the Working with Hyphenation documentation article.
Constructors
Properties
Name | Description |
---|
autoHyphenation | Gets or sets value determining whether automatic hyphenation is turned on for the document. Default value for this property is false . |
consecutiveHyphenLimit | Gets or sets the maximum number of consecutive lines that can end with hyphens. Default value for this property is 0. |
hyphenateCaps | Gets or sets value determining whether words written in all capital letters are hyphenated. Default value for this property is true . |
hyphenationZone | Gets or sets the distance in 1/20 of a point from the right margin within which you do not want to hyphenate words. Default value for this property is 360 (0.25 inch). |
See Also