Settings.Hyphenation

Settings Hyphenation property. Provides methods for managing hyphenation dictionaries which define where words in a specific language can be hyphenated.

Settings.Hyphenation property

Provides methods for managing hyphenation dictionaries, which define where words in a specific language can be hyphenated.

public static Hyphenation Hyphenation { get; }

Examples

Shows how to register hyphenation dictionary.

Wordize.Settings.Hyphenation.RegisterDictionary("en-us", MyDir + "hyph_en_US.dic");

Converter.Convert(MyDir + "SimpleHyphenation.docx", ArtifactsDir + "Hyphenation.pdf");

See Also