StyleExportTagMaps
A collection of style export tag maps.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
StyleExportTagMap add( String exportType, String exportTag, String exportClass, String exportAttributes, Object withProperties )
Create a new mapping
Parameters
Type Name Description 
Number count()
Displays the number of elements in the StyleExportTagMap.
StyleExportTagMap item( Mixed index )
Returns the StyleExportTagMap with the specified index or name.
Parameters
Type Name Description 
StyleExportTagMap itemByRange( Mixed from, Mixed to )
Returns the StyleExportTagMaps within the specified range.
Parameters
Type Name Description 
StyleExportTagMap firstItem()
Returns the first StyleExportTagMap in the collection.
StyleExportTagMap lastItem()
Returns the last StyleExportTagMap in the collection.
StyleExportTagMap middleItem()
Returns the middle StyleExportTagMap in the collection.
StyleExportTagMap previousItem( StyleExportTagMap obj )
Returns the StyleExportTagMap with the index previous to the specified index.
Parameters
Type Name Description 
StyleExportTagMap nextItem( StyleExportTagMap obj )
Returns the StyleExportTagMap whose index follows the specified StyleExportTagMap in the collection.
Parameters
Type Name Description 
StyleExportTagMap anyItem()
Returns any StyleExportTagMap in the collection.
StyleExportTagMap everyItem()
Returns every StyleExportTagMap in the collection.
String toSource()
Generates a string which, if executed, will return the StyleExportTagMap.
StyleExportTagMap []( Number index )
Returns the StyleExportTagMap with the specified index.
Parameters
Type Name Description