XMLExportMaps
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
XMLExportMap [] (index:
number)
Returns the XMLExportMap with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
XMLExportMap add (mappedStyle:
varies, markupTag:
varies[, withProperties:
Object])
Create a new mapping
Parameter | Type | Description |
---|---|---|
mappedStyle | CellStyle CharacterStyle ParagraphStyle String TableStyle | The mapped style. Can accept: ParagraphStyle, CharacterStyle, TableStyle, CellStyle or String. |
markupTag | String XMLTag | The tag to map. Can accept: XMLTag or String. |
withProperties | Object | 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.
Array
of XMLExportMap everyItem ()
Returns every XMLExportMap in the collection.
XMLExportMap firstItem ()
Returns the first XMLExportMap in the collection.
XMLExportMap item (index:
varies)
Returns the XMLExportMap with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Array
of XMLExportMap itemByRange (from:
varies, to:
varies)
Returns the XMLExportMaps within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer String XMLExportMap | The XMLExportMap, index, or name at the beginning of the range. Can accept: XMLExportMap, Long Integer or String. |
to | Long Integer String XMLExportMap | 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 | XMLExportMap | 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 | XMLExportMap | The index of the XMLExportMap that follows the desired XMLExportMap. |
string toSource ()
Generates a string which, if executed, will return the XMLExportMap.
Element of
Application.xmlExportMaps
Document.xmlExportMaps
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |