XML export preferences.
XMLExportPreference Properties
| Property | Type | Access | Description |
|---|---|---|---|
| CopyFormattedImages | Boolean | r/w | Whether to copy formatted images to images sub folder. |
| CopyOptimizedImages | Boolean | r/w | Whether to copy optimized images to images sub folder. |
| CopyOriginalImages | Boolean | r/w | Whether to copy original images to images sub folder. |
| ExcludeDtd | Boolean | r/w | Whether to exclude the DTD from the exported XML. |
| ExportFromSelected | Boolean | r/w | Whether to export from a selected element (otherwise export the entire document). |
| FileEncoding | idXMLFileEncoding enumeration | r/w | File encoding to be used when exporting. |
| GIFOptionsInterlaced | Boolean | r/w | Generate interlaced GIFs. |
| GIFOptionsPalette | idGIFOptionsPalette enumeration | r/w | Color palette to use for GIF conversion. |
| ImageConversion | idImageConversion enumeration | r/w | Type of image to generate for optimized and formatted images. |
| JPEGOptionsFormat | idJPEGOptionsFormat enumeration | r/w | Format of converted JPEG image. |
| JPEGOptionsQuality | idJPEGOptionsQuality enumeration | r/w | Quality of converted JPEG image. |
| Parent | Object | read | The parent of the object. |
| PreferredBrowser | File (String) | r/w | The preferred browser for viewing XML. |
| Ruby | Boolean | r/w | Whether to include Ruby in the exported XML. |
| ViewAfterExport | Boolean | r/w | Whether to view exported XML in a default viewer. |