XMLImportMaps
A collection of XML tag to style mappings.
XMLImportMaps Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of XMLImportMaps. |
| Item |
Object |
read |
Returns the XMLImportMap with the specified index or name as Long or String. |
XMLImportMaps Methods
| Method |
Returns |
Description |
| Add |
XMLImportMap |
Create a new mapping. |
| AnyItem |
Object |
Returns any XMLImportMap. |
| FirstItem |
Object |
Returns the first XMLImportMap. |
| ItemByRange |
Objects |
Returns the XMLImportMaps within the specified range. |
| LastItem |
Object |
Returns the last XMLImportMap. |
| MiddleItem |
Object |
Returns the middle XMLImportMap. |
| NextItem |
Object |
Returns the next XMLImportMap. |
| PreviousItem |
Object |
Returns the previous XMLImportMap. |