:: 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
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.