ObjectStyleExportTagMaps
A collection of object style export tag maps.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
ObjectStyleExportTagMap [] (index:Number)
Returns the ObjectStyleExportTagMap with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
ObjectStyleExportTagMap add (exportType:String, exportTag:String, exportClass:String, exportAttributes:String, withProperties:Object)
Create a new mapping
Parameter |
Type |
Description |
---|---|---|
exportType |
The type of export. |
|
exportTag |
The tag to map. |
|
exportClass |
The class to map. |
|
exportAttributes |
The attributes to map. |
|
withProperties |
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 |
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 |
The ObjectStyleExportTagMap, index, or name at the beginning of the range. Can accept: ObjectStyleExportTagMap, Long Integer or String. |
to |
LongInteger |
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 |
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 |
The index of the ObjectStyleExportTagMap that follows the desired ObjectStyleExportTagMap. |
String toSource ()
Generates a string which, if executed, will return the ObjectStyleExportTagMap.