|
|
XMLImportMap
An XML tag to style mapping.
XMLImportMap Properties
|
Property
|
Type
|
Access
|
Description
|
|
index
|
Long
|
read
|
Index of the object within its parent object.
|
|
mappedStyle
|
ParagraphStyle, CharacterStyle, String
|
r/w
|
The style mapped to the XML tag as ParagraphStyle, CharacterStyle or String.
|
|
markupTag
|
XMLTag, String
|
read
|
The markup tag object as XMLTag or String.
|
|
parent
|
Object
|
read
|
The parent of the object.
|
|
properties
|
An array of property names and values
|
r/w
|
Property that allows setting of several properties at the same time.
|
XMLImportMap Methods
|
Method
|
Returns
|
Description
|
|
getElements
|
Array of Objects
|
Resolve the object specifier.
|
|
remove
|
Nothing
|
Delete the object.
|
|
toSource
|
String
|
Generate JavaScript source that, if executed, will return the specified objects.
|
|
toSpecifier
|
String
|
Retrieve the object specifier.
|
|
|
|