ObjectStyleExportTagMaps

A collection of object style export tag maps.

Methods:

[], add, anyItem, count, everyItem, firstItem, item, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

ObjectStyleExportTagMap [] (index:Number)

Returns the ObjectStyleExportTagMap with the specified index.

Parameter

Type

Description

index

Number

The index.

ObjectStyleExportTagMap add (exportType:String, exportTag:String, exportClass:String, exportAttributes:String, withProperties:Object)

Create a new mapping

Parameter

Type

Description

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)

ObjectStyleExportTagMap anyItem ()

Returns any ObjectStyleExportTagMap in the collection.

Number count ()

Displays the number of elements in the ObjectStyleExportTagMap.

ObjectStyleExportTagMap everyItem ()

Returns every ObjectStyleExportTagMap in the collection.

ObjectStyleExportTagMap firstItem ()

Returns the first ObjectStyleExportTagMap in the collection.

ObjectStyleExportTagMap item (index:Varies LongInteger String)

Returns the ObjectStyleExportTagMap with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

The index or name. Can accept: Long Integer or String.

ObjectStyleExportTagMap itemByRange (from:Varies LongInteger ObjectStyleExportTagMap String, to:Varies LongInteger ObjectStyleExportTagMap String)

Returns the ObjectStyleExportTagMaps within the specified range.

Parameter

Type

Description

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 lastItem ()

Returns the last ObjectStyleExportTagMap in the collection.

ObjectStyleExportTagMap middleItem ()

Returns the middle ObjectStyleExportTagMap in the collection.

ObjectStyleExportTagMap nextItem (obj:ObjectStyleExportTagMap)

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

Parameter

Type

Description

obj

ObjectStyleExportTagMap

The ObjectStyleExportTagMap whose index comes before the desired ObjectStyleExportTagMap.

ObjectStyleExportTagMap previousItem (obj:ObjectStyleExportTagMap)

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

Parameter

Type

Description

obj

ObjectStyleExportTagMap

The index of the ObjectStyleExportTagMap that follows the desired ObjectStyleExportTagMap.

String toSource ()

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