Class
The language on which to base hyphenation rules and spell checking.
extractLabel, insertLabel
Language
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
doubleQuotes | string | r/w | The double quotes pair for the language. |
id | number | readonly | The unique ID of the Language. |
index | number | readonly | The index of the Language within its containing object. |
label | string | r/w | A property that can be set to any string. |
name | string | readonly | The name of the Language. |
parent | Document | readonly | The parent of the Language (a Document). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
singleQuotes | string | r/w | The single quotes pair for the language. |
Methods
Instances
string extractLabel (key:
string)
Gets the label value associated with the specified key.
Parameter | Type | Description |
---|---|---|
key | string | The key. |
void insertLabel (key:
string, value:
string)
Sets the label to the value associated with the specified key.
Parameter | Type | Description |
---|---|---|
key | string | The key. |
value | string | The value. |
Element of
ChangePreference.appliedLanguage
Character.appliedLanguage
CharacterStyle.appliedLanguage
FindPreference.appliedLanguage
InsertionPoint.appliedLanguage
Line.appliedLanguage
Paragraph.appliedLanguage
ParagraphStyle.appliedLanguage
Story.appliedLanguage
Text.appliedLanguage
TextColumn.appliedLanguage
TextDefault.appliedLanguage
TextStyleRange.appliedLanguage
Word.appliedLanguage
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |