java.lang.Objectcom.aspose.words.Hyphenation
public class Hyphenation
Constructor Summary |
---|
Hyphenation()
|
Method Summary | ||
---|---|---|
static void | registerDictionary(java.lang.String language, java.lang.String dictionaryPath) | |
Registers a hyphenation dictionary for the specified language. | ||
static void | unregisterDictionary(java.lang.String language) | |
Unregisters a hyphenation dictionary for the specified language. |
Constructor Detail |
---|
public Hyphenation()
Method Detail |
---|
registerDictionary | |
public static void registerDictionary(java.lang.String language, java.lang.String dictionaryPath) throws java.lang.Exception |
language
- A language name, e.g. "en-US". See .NET documentation for "culture name" and RFC 4646 for details.dictionaryPath
- A path to the dictionary file in Open Office format. Can be null or empty to unregister dictionary.unregisterDictionary | |
public static void unregisterDictionary(java.lang.String language) throws java.lang.Exception |
language
- A language name, e.g. "en-US". See .NET documentation for "culture name" and RFC 4646 for details.