Adobe InDesign CS (3.0) Object Model JS: LanguageWithVendors

InDesign CS

Class

LanguageWithVendors

 A language that allows the specification of a hyphenation rules source, a spell-checking source, and a thesaurus.

QuickLinks

extractLabel, insertLabel

Hierarchy

Application
LanguageWithVendors

Properties

PropertyTypeAccessDescription
doubleQuotesstring r/wThe double quotes pair for the language.
hyphenationVendorstring r/wThe hyphenation rules source.
idnumber readonlyThe unique ID of the LanguageWithVendors.
indexnumber readonlyThe index of the LanguageWithVendors within its containing object.
labelstring r/wA property that can be set to any string.
namestring readonlyThe name of the LanguageWithVendors.
parentApplication readonlyThe parent of the LanguageWithVendors (a Application).
propertiesObject r/wA property that allows setting of several properties at the same time.
singleQuotesstring r/wThe single quotes pair for the language.
spellingVendorstring r/wThe spell-checking source.
thesaurusVendorstring r/wThe thesaurus source.

Methods

Instances

string extractLabel (key: string)
Gets the label value associated with the specified key.

ParameterTypeDescription
keystringThe key.

void insertLabel (key: string, value: string)
Sets the label to the value associated with the specified key.

ParameterTypeDescription
keystringThe key.
valuestringThe value.

Jongware, 27-Jun-2010 v3.0.3dContents :: Index