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