Class
A collection of XML export maps.
add, count
XMLExportMaps
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
XMLExportMap add (mappedStyle:
any, markupTag:
any[, withProperties:
Object])
Creates a new mapping of a paragraph style or character style to an XML tag.
Parameter | Type | Description |
---|---|---|
mappedStyle | CharacterStyle ParagraphStyle String | The style (paragraph, character, object, table, or cell) to map to the specified XML tag. Can accept: ParagraphStyle, CharacterStyle or String. |
markupTag | String XMLTag | The XML tag. Can accept: XMLTag or String. |
withProperties | Object | Initial values for properties of the new XMLExportMap (Optional) |
number count ()
Displays the number of elements in the XMLExportMap.
Element of
Application.xmlExportMaps
Document.xmlExportMaps
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |