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