Adds an event listener.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| String | read/write | A value that tells the application reading the exported XML file what to do with the processing instruction. | |
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| Number | readonly | The unique ID of the XMLInstruction. | |
| Number | readonly | The index of the XMLInstruction within its containing object. | |
| Boolean | readonly | Returns true if the object specifier resolves to valid objects. | |
| Document | XMLElement | readonly | The parent of the XMLInstruction (a Document or XMLElement). | |
| Object | read/write | A property that allows setting of several properties at the same time. | |
| InsertionPoint | readonly | The insertion point before the table in the story containing the table. | |
| String | read/write | A name that identifies the processing instruction to an application reading the exported XML file. |
Methods
Duplicates the XMLInstruction.
→ XMLInstruction[]
Resolves the object specifier, creating an array of object references.
Moves the element to the specified location.
to
LocationOptions
The location in relation to the reference object or within the containing object.
→ void
Deletes the XMLInstruction.
→ Boolean
Removes the event listener.
→ String
Generates a string which, if executed, will return the XMLInstruction.
→ String
Retrieves the object specifier.
Object of 3
Properties elsewhere that hold a XMLInstruction.
Parameter of 3
Method parameters that accept a XMLInstruction.
Return 15
Methods that return a XMLInstruction.
XMLInstruction.duplicate()XMLInstruction.getElements()XMLInstruction.move()XMLInstructions.[]()XMLInstructions.add()XMLInstructions.anyItem()XMLInstructions.everyItem()XMLInstructions.firstItem()XMLInstructions.item()XMLInstructions.itemByID()XMLInstructions.itemByRange()XMLInstructions.lastItem()XMLInstructions.middleItem()XMLInstructions.nextItem()XMLInstructions.previousItem()