XMLExportMap

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

Methods:

getElements, remove, toSource, toSpecifier

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

Object getElements ()

Resolves the object specifier, creating an array of object references.

undefined remove ()

Deletes the XMLExportMap.

String toSource ()

Generates a string which, if executed, will return the XMLExportMap.

String toSpecifier ()

Retrieves the object specifier.

Return

XMLExportMaps.add()

XMLExportMaps.anyItem()

XMLExportMaps.everyItem()

XMLExportMaps.nextItem()

XMLExportMaps.previousItem()

XMLExportMaps.item()

XMLExportMaps.itemByName()

XMLExportMaps.itemByRange()

XMLExportMaps.firstItem()

XMLExportMaps.lastItem()

XMLExportMaps.middleItem()