HyphenationOptions class

HyphenationOptions class

Allows to configure document hyphenation options. To learn more, visit the Working with Hyphenation documentation article.

Constructors

NameDescription
HyphenationOptions()The default constructor.

Properties

NameDescription
autoHyphenationGets or sets value determining whether automatic hyphenation is turned on for the document. Default value for this property is false.
consecutiveHyphenLimitGets or sets the maximum number of consecutive lines that can end with hyphens. Default value for this property is 0.
hyphenateCapsGets or sets value determining whether words written in all capital letters are hyphenated. Default value for this property is true.
hyphenationZoneGets 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