LibreOffice
LibreOffice 7.4 SDK API Reference
Classes | Enumerations
com::sun::star::smarttags Module Reference

allows to put smart tags in document content. More...

Classes

service  SmartTagAction
 provides one or more actions for smart tags. More...
 
service  SmartTagRecognizer
 recognizes smart tags. More...
 
interface  XRangeBasedSmartTagRecognizer
 provides access to a range based smart tag recognizer. More...
 
interface  XSmartTagAction
 provides access to smart tag actions. More...
 
interface  XSmartTagRecognizer
 provides access to a smart tag recognizer. More...
 

Enumerations

enum  SmartTagRecognizerMode { CHAR , SINGLE_WORD , PARAGRAPH , CELL }
 specifies the which type of text is passed to XSmartTagRecognizer::recognize() More...
 

Detailed Description

allows to put smart tags in document content.

Enumeration Type Documentation

◆ SmartTagRecognizerMode

specifies the which type of text is passed to XSmartTagRecognizer::recognize()

Since
OOo 2.3
Enumerator
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.