HyphenationOptions

HyphenationOptions

Overview

HyphenationOptions is a class in Aspose.Words FOSS for .NET.

Allows to configure document hyphenation options.

Properties: AutoHyphenation, ConsecutiveHyphenLimit, HyphenateCaps, HyphenationZone.

Properties

NameTypeAccessDescription
AutoHyphenationboolRead/WriteGets or sets value determining whether automatic hyphenation is turned on for the document.
ConsecutiveHyphenLimitintRead/WriteGets or sets the maximum number of consecutive lines that can end with hyphens.
HyphenationZoneintRead/WriteGets or sets the distance in 1/20 of a point from the right margin within which you do not want to hyphenate words.
HyphenateCapsboolRead/WriteGets or sets value determining whether words written in all capital letters are hyphenated.

See Also