-
add( |
mappedStyle, markupTag [, withProperties]) |
→ XMLExportMap |
-
Create a new mapping
mappedStyle
|
The mapped style. Can accept: ParagraphStyle, CharacterStyle, TableStyle, CellStyle or String.
|
markupTag
|
The tag to map. Can accept: XMLTag or String.
|
withProperties
|
Object
Initial values for properties of the new XMLExportMap (Optional)
|
-
-
Returns any XMLExportMap in the collection.
-
-
Displays the number of elements in the XMLExportMap.
-
-
Returns every XMLExportMap in the collection.
-
-
Returns the first XMLExportMap in the collection.
-
-
Returns the XMLExportMap with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the XMLExportMaps within the specified range.
from
|
The XMLExportMap, index, or name at the beginning of the range. Can accept: XMLExportMap, Long Integer or String.
|
to
|
The XMLExportMap, index, or name at the end of the range. Can accept: XMLExportMap, Long Integer or String.
|
-
-
Returns the last XMLExportMap in the collection.
-
-
Returns the middle XMLExportMap in the collection.
-
-
Returns the XMLExportMap whose index follows the specified XMLExportMap in the collection.
obj
|
XMLExportMap
The XMLExportMap whose index comes before the desired XMLExportMap.
|
-
-
Returns the XMLExportMap with the index previous to the specified index.
obj
|
XMLExportMap
The index of the XMLExportMap that follows the desired XMLExportMap.
|
-
-
Generates a string which, if executed, will return the XMLExportMap.