InDesign Server2025
API 20.5.0.49
Collection of XMLExportMap

XMLExportMaps

A collection of XML export maps.

Properties

NameType AccessDescription
Number readonly The number of objects in the collection.

Methods

XMLExportMap

Returns the XMLExportMap with the specified index.

index Number The index.
XMLExportMap

Returns any XMLExportMap in the collection.

Number

Displays the number of elements in the XMLExportMap.

XMLExportMap[]

Returns every XMLExportMap in the collection.

XMLExportMap

Returns the first XMLExportMap in the collection.

XMLExportMap

Returns the XMLExportMap with the specified index or name.

index LongInteger | String The index or name. Can accept: Long Integer or String.
XMLExportMap[]

Returns the XMLExportMaps within the specified range.

from LongInteger | XMLExportMap | String The XMLExportMap, index, or name at the beginning of the range. Can accept: XMLExportMap, Long Integer or String.
to LongInteger | XMLExportMap | String The XMLExportMap, index, or name at the end of the range. Can accept: XMLExportMap, Long Integer or String.
XMLExportMap

Returns the last XMLExportMap in the collection.

XMLExportMap

Returns the middle XMLExportMap in the collection.

XMLExportMap

Returns the XMLExportMap whose index follows the specified XMLExportMap in the collection.

obj XMLExportMap The XMLExportMap whose index comes before the desired XMLExportMap.
XMLExportMap

Returns the XMLExportMap with the index previous to the specified index.

obj XMLExportMap The index of the XMLExportMap that follows the desired XMLExportMap.
String

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

Object of 2

Properties elsewhere that hold a XMLExportMaps.