Class
XMLExportMap |
| A mapping object that maps a style (paragraph, character, object, table, or cell) to an XML tag. |
QuickLinks |
remove |
Hierarchy
|
|
Properties
| Property | Type | Access | Description |
index | number |
readonly | The index of the XMLExportMap within its containing object. |
mappedStyle | CharacterStyleParagraphStyle String |
readonly | The style to map to the XML tag. Can return: ParagraphStyle or CharacterStyle. Can also accept: String. |
markupTag | String XMLTag |
r/w | The XML tag applied to the element. Can also accept: String. |
parent | Application Document |
readonly | The parent of the XMLExportMap (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 XMLExportMap.
|
Return |
XMLExportMap XMLExportMaps.add (mappedStyle:
any, markupTag:
any[, withProperties:
Object])
|