provides access to a range based smart tag recognizer. More...
import "XRangeBasedSmartTagRecognizer.idl";
 
  
| Public Member Functions | |
| void | recognizeTextRange ([in] com::sun::star::text::XTextRange xRange, [in] SmartTagRecognizerMode eDataType, [in] com::sun::star::text::XTextMarkup xTextMarkup, [in] string aApplicationName, [in] com::sun::star::frame::XController xController) | 
| recognizes smart tags. | |
|  Public Member Functions inherited from XInitialization | |
| void | initialize ([in] sequence< any > aArguments) raises ( com::sun::star::uno::Exception ) | 
| initializes the object. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
provides access to a range based smart tag recognizer.
| void recognizeTextRange | ( | [in] com::sun::star::text::XTextRange | xRange, | 
| [in] SmartTagRecognizerMode | eDataType, | ||
| [in] com::sun::star::text::XTextMarkup | xTextMarkup, | ||
| [in] string | aApplicationName, | ||
| [in] com::sun::star::frame::XController | xController ) | 
recognizes smart tags.
| xRange | The text that should be scanned by the recognizer. | 
| eDataType | This value indicates the type of the passed text. | 
| xTextMarkup | This object is used to submit any recognized smart tags to the calling application. | 
| aApplicationName | A string containing the name of the calling application. | 
| xController | The current controller of the document. |