Adobe InDesign CS (3.0) Object Model JS: XMLExportMap

InDesign CS

Class

XMLExportMap

 A mapping object that maps a style (paragraph, character, object, table, or cell) to an XML tag.

QuickLinks

remove

Hierarchy

Application | Document
XMLExportMap

Properties

PropertyTypeAccessDescription
indexnumber readonlyThe index of the XMLExportMap within its containing object.
mappedStyleCharacterStyleParagraphStyle
String
readonlyThe style to map to the XML tag. Can return: ParagraphStyle or CharacterStyle. Can also accept: String.
markupTagString
XMLTag
r/wThe XML tag applied to the element. Can also accept: String.
parentApplication
Document
readonlyThe parent of the XMLExportMap (a Application or Document).
propertiesObject r/wA property that allows setting of several properties at the same time.

Methods

Instances

void remove ()
Deletes the XMLExportMap.

Return

XMLExportMap XMLExportMaps.add (mappedStyle: any, markupTag: any[, withProperties: Object])

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