XMLExportMaps
A collection of XML export maps.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
XMLExportMap [] (index:Number)
Returns the XMLExportMap with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
XMLExportMap add (mappedStyle:Varies CellStyle CharacterStyle ParagraphStyle TableStyle String, markupTag:Varies XMLTag String, withProperties:Object)
Create a new mapping
Parameter |
Type |
Description |
---|---|---|
mappedStyle |
The mapped style. Can accept: ParagraphStyle, CharacterStyle, TableStyle, CellStyle or String. |
|
markupTag |
The tag to map. Can accept: XMLTag or String. |
|
withProperties |
Initial values for properties of the new XMLExportMap (Optional) |
XMLExportMap anyItem ()
Returns any XMLExportMap in the collection.
Number count ()
Displays the number of elements in the XMLExportMap.
XMLExportMap everyItem ()
Returns every XMLExportMap in the collection.
XMLExportMap firstItem ()
Returns the first XMLExportMap in the collection.
XMLExportMap item (index:Varies LongInteger String)
Returns the XMLExportMap with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
XMLExportMap itemByRange (from:Varies LongInteger XMLExportMap String, to:Varies LongInteger XMLExportMap String)
Returns the XMLExportMaps within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The XMLExportMap, index, or name at the beginning of the range. Can accept: XMLExportMap, Long Integer or String. |
to |
LongInteger |
The XMLExportMap, index, or name at the end of the range. Can accept: XMLExportMap, Long Integer or String. |
XMLExportMap lastItem ()
Returns the last XMLExportMap in the collection.
XMLExportMap middleItem ()
Returns the middle XMLExportMap in the collection.
XMLExportMap nextItem (obj:XMLExportMap)
Returns the XMLExportMap whose index follows the specified XMLExportMap in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The XMLExportMap whose index comes before the desired XMLExportMap. |
XMLExportMap previousItem (obj:XMLExportMap)
Returns the XMLExportMap with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the XMLExportMap that follows the desired XMLExportMap. |
String toSource ()
Generates a string which, if executed, will return the XMLExportMap.
Object of
Application.xmlExportMaps
Document.xmlExportMaps