Returns the XMLImportMap 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 XMLImportMap in the collection.
→ Number
Displays the number of elements in the XMLImportMap.
→ XMLImportMap[]
Returns every XMLImportMap in the collection.
Returns the first XMLImportMap in the collection.
Returns the XMLImportMap with the specified index or name.
→ XMLImportMap[]
Returns the XMLImportMaps within the specified range.
from
LongInteger | XMLImportMap | String
The XMLImportMap, index, or name at the beginning of the range. Can accept: XMLImportMap, Long Integer or String.
to
LongInteger | XMLImportMap | String
The XMLImportMap, index, or name at the end of the range. Can accept: XMLImportMap, Long Integer or String.
Returns the last XMLImportMap in the collection.
Returns the middle XMLImportMap in the collection.
Returns the XMLImportMap whose index follows the specified XMLImportMap in the collection.
Returns the XMLImportMap with the index previous to the specified index.
→ String
Generates a string which, if executed, will return the XMLImportMap.
Object of 2
Properties elsewhere that hold a XMLImportMaps.