XMLImportMap

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

Methods:

remove

Objects:

Number, Object, ParagraphStyle, String, XMLTag

Property Listing

Property

Type

Access

Description

index

Number

readonly

The index of the XMLImportMap within its containing object.

mappedStyle

ParagraphStyle

CharacterStyleCanalsoaccept:String

read/write

The style to map to the XML tag. Can return: ParagraphStyle or CharacterStyle. Can also accept: String.

markupTag

XMLTag

String

readonly

The XML tag applied to the element. Can also accept: String.

parent

Application

Document

readonly

The parent of the XMLImportMap (a Application or Document).

properties

Object

read/write

A property that allows setting of several properties at the same time.

Method Listing

undefined remove ()

Deletes the XMLImportMap.

Return

XMLImportMaps.add()