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

unpublished interface XRangeBasedSmartTagRecognizer
Base Interfaces
XRangeBasedSmartTagRecognizer
┗ ::com::sun::star::lang::XInitialization

::com::sun::star::lang::XInitialization
(referenced interface's summary:)
initializes an object directly after its creation.
Usage Restrictions
not published
Description
provides access to a range based smart tag recognizer.

Methods' Summary
recognizeTextRange recognizes smart tags.  
Methods' Details
recognizeTextRange
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 );

Description
recognizes smart tags.
Parameter xRange
The text that should be scanned by the recognizer.
Parameter eDataType
This value indicates the type of the passed text.
Parameter aLocale
Is used to indicate the language of the passed text.
Parameter xTextMarkup
This object is used to submit any recognized smart tags to the calling application.
Parameter aApplicationName
A string containing the name of the calling application.
Parameter xController
The current controller of the document.
Top of Page