XMLExportMap

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

Methods:

remove

Objects:

Number, Object, ParagraphStyle, String, XMLTag

Property Listing

Property

Type

Access

Description

index

Number

readonly

The index of the XMLExportMap within its containing object.

mappedStyle

ParagraphStyle

CharacterStyleCanalsoaccept:String

readonly

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

markupTag

XMLTag

String

read/write

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

read/write

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

Method Listing

undefined remove ()

Deletes the XMLExportMap.

Return

XMLExportMaps.add()