InDesign Server2025
API 20.5.0.49
Collection of XMLImportMap

XMLImportMaps

A collection of XML import maps.

Properties

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

Methods

XMLImportMap

Returns the XMLImportMap with the specified index.

index Number The index.
XMLImportMap

Returns any XMLImportMap in the collection.

Number

Displays the number of elements in the XMLImportMap.

XMLImportMap[]

Returns every XMLImportMap in the collection.

XMLImportMap

Returns the first XMLImportMap in the collection.

XMLImportMap

Returns the XMLImportMap with the specified index or name.

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

Returns the XMLImportMaps within the specified range.

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

Returns the last XMLImportMap in the collection.

XMLImportMap

Returns the middle XMLImportMap in the collection.

XMLImportMap

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

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

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

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

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

Object of 2

Properties elsewhere that hold a XMLImportMaps.