:: 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 ?, unknown ?

Values
POSITIVE all entries in the dictionary are positive.  
NEGATIVE all entries in the dictionary are negative.  
MIXED [ DEPRECATED ]
 
Values' Details
POSITIVE
POSITIVE,
Description
all entries in the dictionary are positive.
NEGATIVE
NEGATIVE,
Description
all entries in the dictionary are negative.
MIXED
MIXED,
Usage Restrictions
deprecated
Description
Top of Page