[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.HyphenationOptions

Class HyphenationOptions

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Allows configuring document hyphenation options.

public class HyphenationOptions : FormattingBag
Inheritance
HyphenationOptions
Inherited Members

Properties

AutoHyphenation

Gets or sets value determining whether automatic hyphenation is turned on for the document.

public bool AutoHyphenation { get; set; }

Property Value

bool

ConsecutiveHyphensLimit

Gets or sets the maximum number of consecutive lines that can end with hyphens.

public ushort ConsecutiveHyphensLimit { get; set; }

Property Value

ushort

HyphenateCaps

Gets or sets value determining whether words written in all capital letters are hyphenated.

public bool HyphenateCaps { get; set; }

Property Value

bool

HyphenationZone

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; }

Property Value

float