XML import preferences.
XML import preference properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | integer | read | The class descriptor type. |
| create link to XML | boolean | r/w | Whether to create a link to the imported XML file. |
| ignore unmatched incoming | boolean | r/w | Whether elements that do not match existing structure should be ignored. |
| import style | XML import styles enumeration | r/w | Whether to append or merge the incoming XML content. |
| import to selected | boolean | r/w | Whether to import to a selected element (otherwise import at the root). |
| object reference | object | read | An object reference for this object. |
| parent | object | read | The parent of the object. |
| properties | record | r/w | Property that allows setting of several properties at the same time. |
| remove unmatched existing | boolean | r/w | Whether to delete existing structure that is not a part of the incoming XML. |
| repeat text elements | boolean | r/w | Whether repeating text elements should ingherit formatting. |