InDesign2026
API 21.5.1.73
Collection of StyleExportTagMap

StyleExportTagMaps

A collection of style export tag maps.

Properties

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

Methods

StyleExportTagMap

Create a new mapping

exportType String The type of export.
exportTag String The tag to map.
exportClass String The class to map.
exportAttributes String The attributes to map.
withProperties? Object Initial values for properties of the new StyleExportTagMap
Number

Displays the number of elements in the StyleExportTagMap.

StyleExportTagMap[]

Returns every StyleExportTagMap in the collection.

StyleExportTagMap

Returns the first StyleExportTagMap in the collection.

StyleExportTagMap

Returns the StyleExportTagMap with the specified index or name.

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

Returns the StyleExportTagMaps within the specified range.

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

Returns the last StyleExportTagMap in the collection.

StyleExportTagMap

Returns the middle StyleExportTagMap in the collection.

StyleExportTagMap

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

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

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

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

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

Object of 2

Properties elsewhere that hold a StyleExportTagMaps.