HyphenationOptions
HyphenationOptions class
Options for setting hyphenation documents.
public sealed class HyphenationOptions : ValueObject
Constructors
Properties
| Name |
Description |
| 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. |
Methods
| Name |
Description |
| override Equals(object) |
Determines whether two object instances are equal. |
| virtual Equals(ValueObject) |
Determines whether two object instances are equal. |
| override GetHashCode() |
Serves as the default hash function. |
See Also