XMLImportMaps

A collection of XML import maps.

Methods:

add, count

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

XMLImportMap add (markupTag:Varies XMLTag String, mappedStyle:Varies CharacterStyle ParagraphStyle String, withProperties:Object)

Creates a new mapping of an XML tag to a style (paragraph, character, object, table, or cell).

Parameter

Type

Description

markupTag

XMLTag

String

The XML tag to map to the specified style (paragraph, character, object, table, or cell). Can accept: XMLTag or String.

mappedStyle

CharacterStyle

ParagraphStyle

String

The paragraph or character style. Can accept: ParagraphStyle, CharacterStyle or String.

withProperties

Object

Initial values for properties of the new XMLImportMap (Optional)

Number count ()

Displays the number of elements in the XMLImportMap.

Object of

Application.xmlImportMaps

Document.xmlImportMaps