HyphenationOptions class
HyphenationOptions class
Options for setting hyphenation documents.
Inheritance: HyphenationOptions
→
ValueObject
The HyphenationOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Creates new instance of HyphenationOptions class. |
Properties
Property | Description |
---|---|
auto_hyphenation | Gets or sets value determining whether automatic hyphenation is turned on for the document. Default value for this property is false. |
hyphenate_caps | Gets or sets value determining whether words written in all capital letters are hyphenated. Default value for this property is true. |
hyphenation_dictionaries | Dictionary containing associates between ISO language codes with provided hyphenation dictionary streams. |
Methods
Method | Description |
---|---|
equals | Determines whether two object instances are equal. |
See Also
- module
groupdocs.conversion.options.load
- class
HyphenationOptions
- class
ValueObject