LibreOffice
LibreOffice 7.4 SDK API Reference
|
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. More... | |
![]() | |
void | initialize ([in] sequence< any > aArguments) raises ( com::sun::star::uno::Exception ) |
initializes the object. More... | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
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. |