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

service LinguProperties
Description
the set of linguistic relevant properties.
Developers Guide
6.2.3 Office Development - Common Application Features - Linguistics

Exported Interfaces
::com::sun::star::beans::XPropertySet
provides information about and access to the properties from an implementation.
::com::sun::star::beans::XFastPropertySet
provides a fast way of accessing and changing property values.
::com::sun::star::lang::XComponent
allows to exclicitly free resources and break cyclic references.
::com::sun::star::lang::XServiceInfo
Provides information regarding the implementation, i.e. which services are implemented and the name of the implementation.
Properties' Summary
IsGermanPreReform defines whether new German spelling rules should be used for German text or not when doing spellchecking or hyphenation, or using the thesaurus.
IsUseDictionaryList defines if the dictionary-list should be used for spellchecking and hyphenation or not.
IsIgnoreControlCharacters defines if control characters should be ignored or not, by the linguistic (i.e., spellchecker, hyphenator and thesaurus).
IsSpellUpperCase defines if words with only uppercase letters should be subject to spellchecking or not.
IsSpellWithDigits defines if words containing digits (or numbers) should be subject to spellchecking or not.
IsSpellCapitalization defines if the captitalization 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 spellchecking should be done automatically or not.
IsSpellHide indicates whether the markings for incorrectly spelled text should be hidden or not.
IsSpellInAllLanguages indicates if spellchecking should be performed in all available languages.
IsSpellSpecial defines whether spellchecking should be done in special regions of documents or not.
IsWrapReverse defines whether spellchecking should be done in reverse direction or not.
DefaultLocale_CJK the default language for CJK languages.
DefaultLocale_CTL the default language for CTL languages.
Properties' Details
IsGermanPreReform
boolean IsGermanPreReform;
Description
defines whether new German spelling rules should be used for German text or not when doing spellchecking or hyphenation, or using the thesaurus.
IsUseDictionaryList
boolean IsUseDictionaryList;
Description
defines if the dictionary-list should be used for spellchecking and hyphenation or not.
IsIgnoreControlCharacters
boolean IsIgnoreControlCharacters;
Description
defines if control characters should be ignored or not, by the linguistic (i.e., spellchecker, hyphenator and thesaurus).
IsSpellUpperCase
boolean IsSpellUpperCase;
Description
defines if words with only uppercase letters should be subject to spellchecking or not.
IsSpellWithDigits
boolean IsSpellWithDigits;
Description
defines if words containing digits (or numbers) should be subject to spellchecking or not.
IsSpellCapitalization
boolean IsSpellCapitalization;
Description
defines if the captitalization 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 spellchecking should be done automatically or not.
IsSpellHide
boolean IsSpellHide;
Description
indicates whether the markings for incorrectly spelled text should be hidden or not.
IsSpellInAllLanguages
boolean IsSpellInAllLanguages;
Description
indicates if spellchecking should be performed in all available languages.
IsSpellSpecial
boolean IsSpellSpecial;
Description
defines whether spellchecking should be done in special regions of documents or not.
IsWrapReverse
boolean IsWrapReverse;
Description
defines whether spellchecking 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