Class
XMLImportMap |
| A mapping object that maps an XML tag to a style (paragraph, character, object, table, or cell). |
QuickLinks |
remove |
Hierarchy
|
|
Properties
| Property | Type | Access | Description |
index | number |
readonly | The index of the XMLImportMap within its containing object. |
mappedStyle | CharacterStyleParagraphStyle String |
r/w | The style to map to the XML tag. Can return: ParagraphStyle or CharacterStyle. Can also accept: String. |
markupTag | String XMLTag |
readonly | The XML tag applied to the element. Can also accept: String. |
parent | Application Document |
readonly | The parent of the XMLImportMap (a Application or Document). |
properties | Object |
r/w | A property that allows setting of several properties at the same time. |
|
Methods
| Instancesvoid remove ()
Deletes the XMLImportMap.
|
Return |
XMLImportMap XMLImportMaps.add (markupTag:
any, mappedStyle:
any[, withProperties:
Object])
|