public class LtDictionary extends Object
Constructor and Description |
---|
LtDictionary() |
Modifier and Type | Method and Description |
---|---|
static void |
addIgnoredWord(String word,
com.sun.star.uno.XComponentContext xContext)
Add a word to the List of ignored words
Used for ignore all in spelling check
|
static void |
addWordToDictionary(String dictionaryName,
String word,
com.sun.star.uno.XComponentContext xContext)
Add a word to a user dictionary
|
static String[] |
getUserDictionaries(com.sun.star.uno.XComponentContext xContext)
Get all user dictionaries
|
static boolean |
isActivating()
Add a non permanent dictionary to LO/OO that contains additional words defined in LT
|
static void |
removeIgnoredWord(String word,
com.sun.star.uno.XComponentContext xContext)
Remove a word from the List of ignored words
Used for ignore all in spelling check
|
static void |
removeWordFromDictionary(String dictionaryName,
String word,
com.sun.star.uno.XComponentContext xContext)
Add a word to a user dictionary
|
public static boolean isActivating()
public static void addIgnoredWord(String word, com.sun.star.uno.XComponentContext xContext)
public static void removeIgnoredWord(String word, com.sun.star.uno.XComponentContext xContext)
public static void addWordToDictionary(String dictionaryName, String word, com.sun.star.uno.XComponentContext xContext)
public static void removeWordFromDictionary(String dictionaryName, String word, com.sun.star.uno.XComponentContext xContext)
public static String[] getUserDictionaries(com.sun.star.uno.XComponentContext xContext)