enum DictionaryType in module com::sun::star::linguistic2::

(Global Index)

Syntax

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 and a negative one only negative entries.

See also

XDictionary

See also

XDictionaryEntry

Values Summary

POSITIVE all entries in the dictionary are positive.

NEGATIVE all entries in the dictionary are negative.

MIXED

Values Details



POSITIVE

Syntax

POSITIVE,

Description

all entries in the dictionary are positive.


NEGATIVE

Syntax

NEGATIVE,

Description

all entries in the dictionary are negative.


MIXED

[ DEPRECATED ]

Syntax

MIXED,

Description

Top of Page