HyphenationDictionary constructor
init
Initializes a new instance of the HyphenationDictionary
class.
def __init__(self, language_code, dictionary_stream):
...
Parameter | Type | Description |
---|---|---|
language_code | str | The ISO language code. |
dictionary_stream | io.RawIOBase | The stream of the hyphenation dictionary associated with the language code. |
See Also
- module
groupdocs.conversion.options.load
- class
HyphenationDictionary