1. Home
  2. /
  3. GroupDocs.Conversion.LowCode
  4. /
  5. GroupDocs.Conversion.Options.Load
  6. /
  7. HyphenationOptions

HyphenationOptions class

Options for setting hyphenation documents.

public sealed class HyphenationOptions : ValueObject

Public Members

namedescription
HyphenationOptions()Creates new instance of HyphenationOptions class.
AutoHyphenation { get; set; }Gets or sets value determining whether automatic hyphenation is turned on for the document. Default value for this property is false.
HyphenateCaps { get; set; }Gets or sets value determining whether words written in all capital letters are hyphenated. Default value for this property is true.
HyphenationDictionaries { get; set; }Dictionary containing associates between ISO language codes with provided hyphenation dictionary streams.

See Also