:: com :: sun :: star :: smarttags ::

unpublished enum SmartTagRecognizerMode
Usage Restrictions
not published
Description
specifies the which type of text is passed to XSmartTagRecognizer::recognize()

Since
OOo 2.3

Values
CHAR Text passed to the recognizer is a single character. 
SINGLE_WORD Text passed to the recognizer is a single word. 
PARAGRAPH Text passed to the recognizer is a paragraph. 
CELL Text passed to the recognizer is a cell. 
Values' Details
CHAR
CHAR,
Description
Text passed to the recognizer is a single character.
SINGLE_WORD
SINGLE_WORD,
Description
Text passed to the recognizer is a single word.
PARAGRAPH
PARAGRAPH,
Description
Text passed to the recognizer is a paragraph.
CELL
CELL,
Description
Text passed to the recognizer is a cell.
Top of Page