constants group WordType in module com::sun::star::i18n::

(Global Index)

Syntax

constants group WordType;

Description

specify the type of words

Constants Summary

ANY_WORD any "words" - words in the meaning of same character types, collection of alphanumeric characters, or collection of non-alphanumeric characters.

ANYWORD_IGNOREWHITESPACES any "words" - words in the meaning of same character types, collection of alphanumeric characters, or collection of non-alphanumeric characters except blanks.

DICTIONARY_WORD "words" - in the meaning of a collection of alphanumeric characters.

Field Details



ANY_WORD

Syntax

const short  ANY_WORD = 0;

Description

any "words" - words in the meaning of same character types, collection of alphanumeric characters, or collection of non-alphanumeric characters.


ANYWORD_IGNOREWHITESPACES

Syntax

const short  ANYWORD_IGNOREWHITESPACES = 1;

Description

any "words" - words in the meaning of same character types, collection of alphanumeric characters, or collection of non-alphanumeric characters except blanks.


DICTIONARY_WORD

Syntax

const short  DICTIONARY_WORD = 2;

Description

"words" - in the meaning of a collection of alphanumeric characters.

Top of Page