XMLExportMap
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
eventListeners | EventListeners EventListener | readonly | A collection of event listeners. |
events | Events Event | readonly | A collection of events. |
includeEmptyStories | bool | r/w | If true, includes empty stories when mapping styles to tags. |
includeMasterPageStories | bool | r/w | If true, includes stories on master spreads when mapping styles to tags. |
includePasteboardStories | bool | r/w | If true, includes stories on the pasteboard when mapping styles to tags. |
index | number | readonly | The index of the XMLExportMap within its containing object. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
mappedStyle | CellStyleCharacterStyle ParagraphStyle String TableStyle |
readonly | The style mapped to the XML tag. Can return: ParagraphStyle, CharacterStyle, TableStyle or CellStyle. Can also accept: String. |
markupTag | String XMLTag |
r/w | The XML tag applied to the element. Can also accept: String. |
parent | Application Document |
readonly | The parent of the XMLExportMap (a Application or Document). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Instances
EventListener addEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Adds an event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The event type. |
handler | File JavaScript Function | The event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
Array
of XMLExportMap getElements ()
Resolves the object specifier, creating an array of object references.
void remove ()
Deletes the XMLExportMap.
bool removeEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Removes the event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The registered event type. |
handler | File JavaScript Function | The registered event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
string toSource ()
Generates a string which, if executed, will return the XMLExportMap.
Used in:
XMLExportMap XMLExportMaps.nextItem (obj: XMLExportMap)
XMLExportMap XMLExportMaps.previousItem (obj: XMLExportMap)
Return
Array of XMLExportMap XMLExportMap.getElements ()
XMLExportMap XMLExportMaps.[] (index: number)
XMLExportMap XMLExportMaps.add (mappedStyle: varies, markupTag: varies[, withProperties: Object])
XMLExportMap XMLExportMaps.anyItem ()
Array of XMLExportMap XMLExportMaps.everyItem ()
XMLExportMap XMLExportMaps.firstItem ()
XMLExportMap XMLExportMaps.item (index: varies)
Array of XMLExportMap XMLExportMaps.itemByRange (from: varies, to: varies)
XMLExportMap XMLExportMaps.lastItem ()
XMLExportMap XMLExportMaps.middleItem ()
XMLExportMap XMLExportMaps.nextItem (obj: XMLExportMap)
XMLExportMap XMLExportMaps.previousItem (obj: XMLExportMap)
Jongware, 29-Apr-2012 v3.0.3i | Contents :: Index |