InDesign Server2025
API 20.5.0.49

ObjectStyleExportTagMaps

A collection of object style export tag maps.

Properties

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

Methods

ObjectStyleExportTagMap

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 ObjectStyleExportTagMap
Number

Displays the number of elements in the ObjectStyleExportTagMap.

ObjectStyleExportTagMap

Returns the ObjectStyleExportTagMap with the specified index or name.

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

Returns the ObjectStyleExportTagMaps within the specified range.

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

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

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

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

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

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

Object of 1

Properties elsewhere that hold a ObjectStyleExportTagMaps.