Class
A collection of XML import maps.
add, count
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) |
number count ()
Displays the number of elements in the XMLImportMap.
Element of
Application.xmlImportMaps
Document.xmlImportMaps
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |