Object StylesObjectStyleExportTagMaps

A collection of object style export tag maps.

Instance Properties

Name Description Access
length number The number of objects in the collection. read-only

Methods

add(
exportType, exportTag, exportClass, exportAttributes ​[, withProperties])
 → ObjectStyleExportTagMap
count(
)
 → number
toSource(
)
 → string
add(
exportType, exportTag, exportClass, exportAttributes ​[, withProperties])
 → 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 (Optional)
anyItem(
)
 → ObjectStyleExportTagMap
Returns any ObjectStyleExportTagMap in the collection.
count(
)
 → number
Displays the number of elements in the ObjectStyleExportTagMap.
everyItem(
)
 → ObjectStyleExportTagMap
Returns every ObjectStyleExportTagMap in the collection.
firstItem(
)
 → ObjectStyleExportTagMap
Returns the first ObjectStyleExportTagMap in the collection.
item(
index)
 → ObjectStyleExportTagMap
Returns the ObjectStyleExportTagMap with the specified index or name.
index The index or name. Can accept: Long Integer or String.
itemByRange(
from, to)
 → ObjectStyleExportTagMap
Returns the ObjectStyleExportTagMaps within the specified range.
from The ObjectStyleExportTagMap, index, or name at the beginning of the range. Can accept: ObjectStyleExportTagMap, Long Integer or String.
to The ObjectStyleExportTagMap, index, or name at the end of the range. Can accept: ObjectStyleExportTagMap, Long Integer or String.
lastItem(
)
 → ObjectStyleExportTagMap
Returns the last ObjectStyleExportTagMap in the collection.
middleItem(
)
 → ObjectStyleExportTagMap
Returns the middle ObjectStyleExportTagMap in the collection.
nextItem(
obj)
 → ObjectStyleExportTagMap
Returns the ObjectStyleExportTagMap whose index follows the specified ObjectStyleExportTagMap in the collection.
obj ObjectStyleExportTagMap The ObjectStyleExportTagMap whose index comes before the desired ObjectStyleExportTagMap.
previousItem(
obj)
 → ObjectStyleExportTagMap
Returns the ObjectStyleExportTagMap with the index previous to the specified index.
obj ObjectStyleExportTagMap The index of the ObjectStyleExportTagMap that follows the desired ObjectStyleExportTagMap.
toSource(
)
 → string
Generates a string which, if executed, will return the ObjectStyleExportTagMap.