Returns the XMLExportMap with the specified index.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Number | readonly | The number of objects in the collection. |
Methods
Create a new mapping
mappedStyle
CellStyle | CharacterStyle | ParagraphStyle | TableStyle | String
The mapped style. Can accept: ParagraphStyle, CharacterStyle, TableStyle, CellStyle or String.
Returns any XMLExportMap in the collection.
→ Number
Displays the number of elements in the XMLExportMap.
→ XMLExportMap[]
Returns every XMLExportMap in the collection.
Returns the first XMLExportMap in the collection.
Returns the XMLExportMap with the specified index or name.
→ XMLExportMap[]
Returns the XMLExportMaps within the specified range.
from
LongInteger | XMLExportMap | String
The XMLExportMap, index, or name at the beginning of the range. Can accept: XMLExportMap, Long Integer or String.
to
LongInteger | XMLExportMap | String
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.
Returns the XMLExportMap with the index previous to the specified index.
→ String
Generates a string which, if executed, will return the XMLExportMap.
Object of 2
Properties elsewhere that hold a XMLExportMaps.