:: com :: sun :: star :: linguistic2 ::

interface XLinguProperties
Base Interfaces
XLinguProperties
┗ ::com::sun::star::beans::XPropertySet

::com::sun::star::beans::XPropertySet
(referenced interface's summary:)
provides information about and access to the properties from an implementation.
Description
Interface for LinguProperties service.
Since
LibreOffice 4.1

Attributes' Summary
IsUseDictionaryList defines if the dictionary-list should be used for spell checking and hyphenation or not.  
IsIgnoreControlCharacters defines if control characters should be ignored or not, by the linguistic (i.e., spell checker, hyphenator and thesaurus).  
IsSpellUpperCase defines if words with only uppercase letters should be subject to spell checking or not.  
IsSpellWithDigits defines if words containing digits (or numbers) should be subject to spell checking or not.  
IsSpellCapitalization defines if the capitalization of words should be checked or not.  
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.  
DefaultLocale the default western language for new documents.  
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.  
IsSpellAuto indicates whether spell checking should be done automatically or not.  
IsSpellSpecial defines whether spell checking should be done in special regions of documents or not.  
IsWrapReverse defines whether spell checking should be done in reverse direction or not.  
DefaultLocale_CJK the default language for CJK languages.  
DefaultLocale_CTL the default language for CTL languages.  
Attributes' Details
IsUseDictionaryList
boolean IsUseDictionaryList;
Description
defines if the dictionary-list should be used for spell checking and hyphenation or not.
IsIgnoreControlCharacters
boolean IsIgnoreControlCharacters;
Description
defines if control characters should be ignored or not, by the linguistic (i.e., spell checker, hyphenator and thesaurus).
IsSpellUpperCase
boolean IsSpellUpperCase;
Description
defines if words with only uppercase letters should be subject to spell checking or not.
IsSpellWithDigits
boolean IsSpellWithDigits;
Description
defines if words containing digits (or numbers) should be subject to spell checking or not.
IsSpellCapitalization
boolean IsSpellCapitalization;
Description
defines if the capitalization of words should be checked or not.
HyphMinLeading
short HyphMinLeading;
Description
the minimum number of characters of a word to remain before the hyphen when doing hyphenation.
HyphMinTrailing
short HyphMinTrailing;
Description
the minimum number of characters of a word to remain after the hyphen when doing hyphenation.
HyphMinWordLength
short HyphMinWordLength;
Description
the minimum length of a word in order to be hyphenated.
DefaultLocale
::com::sun::star::lang::Locale DefaultLocale;
Description
the default western language for new documents.
IsHyphAuto
boolean IsHyphAuto;
Description
defines whether interactive hyphenation should be performed without requiring the user to select every hyphenation position after the user has triggered the hyphenation.
IsHyphSpecial
boolean IsHyphSpecial;
Description
defines whether hyphenation should be done in special regions of documents or not.
IsSpellAuto
boolean IsSpellAuto;
Description
indicates whether spell checking should be done automatically or not.
IsSpellSpecial
boolean IsSpellSpecial;
Description
defines whether spell checking should be done in special regions of documents or not.
IsWrapReverse
boolean IsWrapReverse;
Description
defines whether spell checking should be done in reverse direction or not.
DefaultLocale_CJK
::com::sun::star::lang::Locale DefaultLocale_CJK;
Description
the default language for CJK languages.
DefaultLocale_CTL
::com::sun::star::lang::Locale DefaultLocale_CTL;
Description
the default language for CTL languages.
Top of Page