Interface for LinguProperties service.  
 More...
import "XLinguProperties.idl";
|  | 
| boolean | IsUseDictionaryList | 
|  | defines if the dictionary-list should be used for spell checking and hyphenation or not. 
 | 
| boolean | IsIgnoreControlCharacters | 
|  | defines if control characters should be ignored or not, by the linguistic (i.e., spell checker, hyphenator and thesaurus). 
 | 
| boolean | IsSpellUpperCase | 
|  | defines if words with only uppercase letters should be subject to spell checking or not. 
 | 
| boolean | IsSpellWithDigits | 
|  | defines if words containing digits (or numbers) should be subject to spell checking or not. 
 | 
| boolean | IsSpellCapitalization | 
|  | defines if the capitalization of words should be checked or not. 
 | 
| short | HyphMinLeading | 
|  | the minimum number of characters of a word to remain before the hyphen when doing hyphenation. 
 | 
| short | HyphMinTrailing | 
|  | the minimum number of characters of a word to remain after the hyphen when doing hyphenation. 
 | 
| short | HyphMinWordLength | 
|  | the minimum length of a word in order to be hyphenated. 
 | 
| com::sun::star::lang::Locale | DefaultLocale | 
|  | the default western language for new documents. 
 | 
| boolean | IsHyphAuto | 
|  | defines whether interactive hyphenation should be performed without requiring the user to select every hyphenation position after the user has triggered the hyphenation. 
 | 
| boolean | IsHyphSpecial | 
|  | defines whether hyphenation should be done in special regions of documents or not. 
 | 
| boolean | IsSpellAuto | 
|  | indicates whether spell checking should be done automatically or not. 
 | 
| boolean | IsSpellSpecial | 
|  | defines whether spell checking should be done in special regions of documents or not. 
 | 
| boolean | IsWrapReverse | 
|  | defines whether spell checking should be done in reverse direction or not. 
 | 
| com::sun::star::lang::Locale | DefaultLocale_CJK | 
|  | the default language for CJK languages. 
 | 
| com::sun::star::lang::Locale | DefaultLocale_CTL | 
|  | the default language for CTL languages. 
 | 
|  | 
| com::sun::star::beans::XPropertySetInfo | getPropertySetInfo () | 
| void | setPropertyValue ([in] string aPropertyName, [in] any aValue)  raises ( com::sun::star::beans::UnknownPropertyException,                    com::sun::star::beans::PropertyVetoException,                    com::sun::star::lang::IllegalArgumentException,                    com::sun::star::lang::WrappedTargetException ) | 
|  | sets the value of the property with the specified name. 
 | 
| any | getPropertyValue ([in] string PropertyName)  raises ( com::sun::star::beans::UnknownPropertyException,                    com::sun::star::lang::WrappedTargetException ) | 
| void | addPropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener xListener)  raises ( com::sun::star::beans::UnknownPropertyException,                    com::sun::star::lang::WrappedTargetException ) | 
|  | adds an XPropertyChangeListener to the specified property. 
 | 
| void | removePropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener aListener)  raises ( com::sun::star::beans::UnknownPropertyException,                    com::sun::star::lang::WrappedTargetException ) | 
|  | removes an XPropertyChangeListener from the listener list. 
 | 
| void | addVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener)  raises ( com::sun::star::beans::UnknownPropertyException,                    com::sun::star::lang::WrappedTargetException ) | 
|  | adds an XVetoableChangeListener to the specified property with the name PropertyName. 
 | 
| void | removeVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener)  raises ( com::sun::star::beans::UnknownPropertyException,                    com::sun::star::lang::WrappedTargetException ) | 
|  | removes an XVetoableChangeListener from the listener list. 
 | 
| 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. 
 | 
Interface for LinguProperties service. 
- Since
- LibreOffice 4.1 
◆ com::sun::star::beans::XPropertySet
Gives access to the properties. 
Among those properties are: 
- 
boolean IsSpellClosedCompound defines whether spell checking should be accept rule-based closed compounding of dictionary words. Since LibreOffice 7.6. 
- 
boolean IsSpellHyphenatedCompound defines whether spell checking should be accept rule-based hyphenated compounding of dictionary words. Since LibreOffice 7.6. 
 
 
◆ DefaultLocale
the default western language for new documents. 
 
 
◆ DefaultLocale_CJK
the default language for CJK languages. 
 
 
◆ DefaultLocale_CTL
the default language for CTL languages. 
 
 
◆ HyphMinLeading
the minimum number of characters of a word to remain before the hyphen when doing hyphenation. 
 
 
◆ HyphMinTrailing
the minimum number of characters of a word to remain after the hyphen when doing hyphenation. 
 
 
◆ HyphMinWordLength
the minimum length of a word in order to be hyphenated. 
 
 
◆ IsHyphAuto
defines whether interactive hyphenation should be performed without requiring the user to select every hyphenation position after the user has triggered the hyphenation. 
 
 
◆ IsHyphSpecial
defines whether hyphenation should be done in special regions of documents or not. 
 
 
◆ IsIgnoreControlCharacters
  
  | 
        
          | boolean IsIgnoreControlCharacters |  | attribute | 
 
defines if control characters should be ignored or not, by the linguistic (i.e., spell checker, hyphenator and thesaurus). 
 
 
◆ IsSpellAuto
indicates whether spell checking should be done automatically or not. 
 
 
◆ IsSpellCapitalization
  
  | 
        
          | boolean IsSpellCapitalization |  | attribute | 
 
defines if the capitalization of words should be checked or not. 
- Deprecated
 
 
◆ IsSpellSpecial
defines whether spell checking should be done in special regions of documents or not. 
 
 
◆ IsSpellUpperCase
defines if words with only uppercase letters should be subject to spell checking or not. 
 
 
◆ IsSpellWithDigits
  
  | 
        
          | boolean IsSpellWithDigits |  | attribute | 
 
defines if words containing digits (or numbers) should be subject to spell checking or not. 
 
 
◆ IsUseDictionaryList
  
  | 
        
          | boolean IsUseDictionaryList |  | attribute | 
 
defines if the dictionary-list should be used for spell checking and hyphenation or not. 
 
 
◆ IsWrapReverse
defines whether spell checking should be done in reverse direction or not. 
 
 
The documentation for this interface was generated from the following file: