HyphenationOptions
Overview
HyphenationOptions is a class in Aspose.Words FOSS for .NET.
Allows to configure document hyphenation options.
Properties: AutoHyphenation, ConsecutiveHyphenLimit, HyphenateCaps, HyphenationZone.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
AutoHyphenation | bool | Read/Write | Gets or sets value determining whether automatic hyphenation is turned on for the document. |
ConsecutiveHyphenLimit | int | Read/Write | Gets or sets the maximum number of consecutive lines that can end with hyphens. |
HyphenationZone | int | Read/Write | Gets or sets the distance in 1/20 of a point from the right margin within which you do not want to hyphenate words. |
HyphenateCaps | bool | Read/Write | Gets or sets value determining whether words written in all capital letters are hyphenated. |