service LinguProperties in module com::sun::star::linguistic2::

(Global Index)

Syntax

service LinguProperties;

Description

the set of linguistic relevant properties.

Exported Interfaces

com::sun::star::beans::XPropertySet

Description

provides information about and access to the properties from an implementation.


com::sun::star::beans::XFastPropertySet

Description

provides a fast way of accessing and changing property values.


com::sun::star::lang::XComponent

Description

allows to exclicitly free resources and break cyclic references.


com::sun::star::lang::XServiceInfo

Description

provides information regarding which services are implemented.


Property 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 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.

Property Details



IsGermanPreReform

[ DEPRECATED ]

Syntax

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

Syntax

boolean IsUseDictionaryList;

Description

defines if the dictionary-list should be used for spellchecking and hyphenation or not.


IsIgnoreControlCharacters

Syntax

boolean IsIgnoreControlCharacters;

Description

defines if control characters should be ignored or not, by the linguistic (i.e., spellchecker, hyphenator and thesaurus).


IsSpellUpperCase

Syntax

boolean IsSpellUpperCase;

Description

defines if words with only uppercase letters should be subject to spellchecking or not.


IsSpellWithDigits

Syntax

boolean IsSpellWithDigits;

Description

defines if words containing digits (or numbers) should be subject to spellchecking or not.


IsSpellCapitalization

Syntax

boolean IsSpellCapitalization;

Description

defines if the captitalization of words should be checked or not.


HyphMinLeading

Syntax

short HyphMinLeading;

Description

the minimum number of characters of a word to remain before the hyphen when doing hyphenation.


HyphMinTrailing

Syntax

short HyphMinTrailing;

Description

the minimum number of characters of a word to remain after the hyphen when doing hyphenation.


HyphMinWordLength

Syntax

short HyphMinWordLength;

Description

the minimum length of a word in order to be hyphenated.


DefaultLocale

Syntax

com::sun::star::lang::Locale DefaultLocale;

Description

the default language for new documents.


IsHyphAuto

Syntax

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

Syntax

boolean IsHyphSpecial;

Description

defines whether hyphenation should be done in special regions of documents or not.


IsSpellAuto

Syntax

boolean IsSpellAuto;

Description

indicates whether spellchecking should be done automatically or not.


IsSpellHide

Syntax

boolean IsSpellHide;

Description

indicates whether the markings for incorrectly spelled text should be hidden or not.


IsSpellInAllLanguages

Syntax

boolean IsSpellInAllLanguages;

Description

indicates if spellchecking should be performed in all available languages.


IsSpellSpecial

Syntax

boolean IsSpellSpecial;

Description

defines whether spellchecking should be done in special regions of documents or not.


IsWrapReverse

Syntax

boolean IsWrapReverse;

Description

defines whether spellchecking should be done in reverse direction or not.


DefaultLocale_CJK

Syntax

com::sun::star::lang::Locale DefaultLocale_CJK;

Description

the default language for CJK languages.


DefaultLocale_CTL

Syntax

com::sun::star::lang::Locale DefaultLocale_CTL;

Description

the default language for CTL languages.

Top of Page