|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
Interface for LinguProperties service. More...
import "XLinguProperties.idl";
Exported Interfaces | |
| interface | com::sun::star::beans::XPropertySet |
| Gives access to the properties. | |
Public Attributes | |
| 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. | |
Interface for LinguProperties service.
| interface com::sun::star::beans::XPropertySet |
Gives access to the properties.
Among those properties are:
|
attribute |
the default western language for new documents.
|
attribute |
the default language for CJK languages.
|
attribute |
the default language for CTL languages.
|
attribute |
the minimum number of characters of a word to remain before the hyphen when doing hyphenation.
|
attribute |
the minimum number of characters of a word to remain after the hyphen when doing hyphenation.
|
attribute |
the minimum length of a word in order to be hyphenated.
|
attribute |
defines whether interactive hyphenation should be performed without requiring the user to select every hyphenation position after the user has triggered the hyphenation.
|
attribute |
defines whether hyphenation should be done in special regions of documents or not.
|
attribute |
defines if control characters should be ignored or not, by the linguistic (i.e., spell checker, hyphenator and thesaurus).
|
attribute |
indicates whether spell checking should be done automatically or not.
|
attribute |
defines if the capitalization of words should be checked or not.
|
attribute |
defines whether spell checking should be done in special regions of documents or not.
|
attribute |
defines if words with only uppercase letters should be subject to spell checking or not.
|
attribute |
defines if words containing digits (or numbers) should be subject to spell checking or not.
|
attribute |
defines if the dictionary-list should be used for spell checking and hyphenation or not.
|
attribute |
defines whether spell checking should be done in reverse direction or not.