Top   Module   Use   Manual   Index 

com :: sun :: star :: linguistic2 ::

enum DictionaryType


Description
describes the type of a personal dictionary.

This defines the type of a dictionary. It may be positive or negative. A positive dictionary may hold only positive entries (words defined to be correct for spell checking) and a negative one only negative entries (words defined to be reported as incorrect by the spell checker).

See also
unknown ?
XDictionary
See also
unknown ?
XDictionaryEntry


Values

POSITIVE
Description
all entries in the dictionary are positive.
NEGATIVE
Description
all entries in the dictionary are negative.
MIXED
[ DEPRECATED ]
Description
Top of Page