Adobe InDesign CS (3.0) Object Model JS: XMLTags

InDesign CS

Class

XMLTags

 A collection of XML tags.

QuickLinks

add, count

Properties

PropertyTypeAccessDescription
lengthnumber readonlyThe number of objects in the collection.

Methods

Instances

XMLTag add ([name: string][, tagColor: any][, withProperties: Object])
Creates a tag.

ParameterTypeDescription
namestringThe name of the tag. (Optional)
tagColor Array of 3 Reals (0 - 255)
UIColors
The dolor of the tag, specified either as an array of three doubles, each in the range 0 to 255 and representing R, G, and B values, or as a UI color. Can accept: Array of 3 Reals (0 - 255) or UIColors enumerator. (Optional)
withPropertiesObjectInitial values for properties of the new XMLTag (Optional)

number count ()
Displays the number of elements in the XMLTag.

Element of

Application.xmlTags

Document.xmlTags

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