Click or drag to resize

Hyphenation AutoHyphenation Property

Specifies whether to hyphenate the document contents automatically.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool AutoHyphenation { get; set; }

Property Value

Type: Boolean
if automatically hyphenate the document contents, set to true .
See Also