Adobe InDesign CS5 (7.0) Object Model JS: XMLElementPosition
From InDesign CS5
Options for specifying position relative to the reference XML element or withing the XML element.
Value
| Name | Description | Value |
|---|---|---|
| XMLElementPosition.AFTER_ELEMENT | Specifies the position after the XML element. | 1482778228 = 'Xaft' |
| XMLElementPosition.BEFORE_ELEMENT | Specifies the position before the XML element. | 1482843494 = 'Xbef' |
| XMLElementPosition.ELEMENT_END | Specifies the position at the end of the XML element. | 1483042404 = 'Xend' |
| XMLElementPosition.ELEMENT_START | Specifies the position at the beginning of the XML element. | 1482844014 = 'Xbgn' |
Usage
In function
Text XMLElement.insertTextAsContent (using: varies, position: XMLElementPosition)
| Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |