Adobe InDesign CS (3.0) Object Model JS: XMLInstructions

InDesign CS

Class

XMLInstructions

 A collection of XML instructions.

QuickLinks

add, count

Properties

PropertyTypeAccessDescription
lengthnumber readonlyThe number of objects in the collection.

Methods

Instances

XMLInstruction add (storyOffset: any[, target: string=][, data: string=][, withProperties: Object])
Creates a new XML processing instruction.

ParameterTypeDescription
storyOffsetInsertionPoint
Long
The location within the story, specified as an insertion point. Can accept: InsertionPoint or Long.
targetstringA name that identifies the processing instruction to an application reading the exported XML file. (Optional) (default: )
datastringA value that tells the application what to do with the processing instruction. (Optional) (default: )
withPropertiesObjectInitial values for properties of the new XMLInstruction (Optional)

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

Element of

Document.xmlInstructions

XMLElement.xmlInstructions

XMLItem.xmlInstructions

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