Adobe InDesign CS (3.0) Object Model JS: XMLImportMap

InDesign CS

Class

XMLImportMap

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

QuickLinks

remove

Hierarchy

Application | Document
XMLImportMap

Properties

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

Methods

Instances

void remove ()
Deletes the XMLImportMap.

Return

XMLImportMap XMLImportMaps.add (markupTag: any, mappedStyle: any[, withProperties: Object])

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