Top   Module   Use   Manual   Index 

com :: sun :: star :: i18n ::

constants group WordType


Description
specify the type of words


Constants

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.
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.
const short DICTIONARY_WORD = = 2;
Description
"words" - in the meaning of a collection of alphanumeric characters.
Top of Page