XMLExportMaps

A collection of XML export maps.

Methods:

add, count

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

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

Creates a new mapping of a paragraph style or character style to an XML tag.

Parameter

Type

Description

mappedStyle

CharacterStyle

ParagraphStyle

String

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

markupTag

XMLTag

String

The XML tag. Can accept: XMLTag or String.

withProperties

Object

Initial values for properties of the new XMLExportMap (Optional)

Number count ()

Displays the number of elements in the XMLExportMap.

Object of

Application.xmlExportMaps

Document.xmlExportMaps