XMLImportMaps
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
XMLImportMap add (markupTag:
any, mappedStyle:
any[, withProperties:
Object])
Creates a new mapping of an XML tag to a style (paragraph, character, object, table, or cell).
Parameter | Type | Description |
---|---|---|
markupTag | String XMLTag | The XML tag to map to the specified style (paragraph, character, object, table, or cell). Can accept: XMLTag or String. |
mappedStyle | CharacterStyle ParagraphStyle String | The paragraph or character style. Can accept: ParagraphStyle, CharacterStyle or String. |
withProperties | Object | Initial values for properties of the new XMLImportMap (Optional) |
XMLImportMap anyItem ()
Returns any XMLImportMap in the collection.
number count ()
Displays the number of elements in the XMLImportMap.
Array
of XMLImportMap everyItem ()
Returns every XMLImportMap in the collection.
XMLImportMap firstItem ()
Returns the first XMLImportMap in the collection.
XMLImportMap item (index:
any)
Returns the XMLImportMap with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long String | The index or name. Can accept: Long or String. |
XMLImportMap itemByName (name:
string)
Returns the XMLImportMap with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of XMLImportMap itemByRange (from:
any, to:
any)
Returns the XMLImportMaps within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long String XMLImportMap | The XMLImportMap, index, or name at the beginning of the range. Can accept: XMLImportMap, Long or String. |
to | Long String XMLImportMap | The XMLImportMap, index, or name at the end of the range. Can accept: XMLImportMap, Long or String. |
XMLImportMap lastItem ()
Returns the last XMLImportMap in the collection.
XMLImportMap middleItem ()
Returns the middle XMLImportMap in the collection.
XMLImportMap nextItem (obj:
XMLImportMap)
Returns the XMLImportMap whose index follows the specified XMLImportMap in the collection.
Parameter | Type | Description |
---|---|---|
obj | XMLImportMap | The XMLImportMap whose index comes before the desired XMLImportMap. |
XMLImportMap previousItem (obj:
XMLImportMap)
Returns the XMLImportMap with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | XMLImportMap | The index of the XMLImportMap that follows the desired XMLImportMap. |
string toSource ()
Generates a string which, if executed, will return the XMLImportMap.
Element of
Application.xmlImportMaps
Document.xmlImportMaps
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |