XML export preferences.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| allowTransform | bool | r/w | If true, transforms the XML using an XSLT file. |
| characterReferences | bool | r/w | If true, replaces special characters with character references. |
| copyFormattedImages | bool | r/w | If true, copies formatted images to the images subfolder. |
| copyOptimizedImages | bool | r/w | If true, copies optimized images to the images subfolder. |
| copyOriginalImages | bool | r/w | If true, copies original images to the images subfolder. |
| excludeDtd | bool | r/w | If true, excludes the DTD from the exported XML content. |
| exportFromSelected | bool | r/w | If true, exports XML content from the selected XML element. If false, exports the entire document. |
| exportUntaggedTablesFormat | XMLExportUntaggedTablesFormat : NONE CALS |
r/w | The export format for untagged tables in tagged stories. |
| fileEncoding | XMLFileEncoding : UTF8 UTF16 SHIFT_JIS |
r/w | The file encoding type for exporting XML content. |
| gifOptionsInterlaced | bool | r/w | If true, generates interlaced GIFs. Note: Not valid when image conversion is JPEG. |
| gifOptionsPalette | GIFOptionsPalette : ADAPTIVE_PALETTE MACINTOSH_PALETTE WEB_PALETTE WINDOWS_PALETTE |
r/w | The color palette for GIF conversion. Note: Not valid when image conversion is JPEG. |
| imageConversion | ImageConversion : AUTOMATIC JPEG GIF |
r/w | The file format to use for converted images. Note: Valid only when copy optimized images and/or copy formatted images is true. |
| jpegOptionsFormat | JPEGOptionsFormat : BASELINE_ENCODING PROGRESSIVE_ENCODING |
r/w | The formatting method for converted JPEG images. Note: Not valid when image conversion is GIF. |
| jpegOptionsQuality | JPEGOptionsQuality : LOW MEDIUM HIGH MAXIMUM |
r/w | The quality of converted JPEG images. Note: Not valid when image conversion is GIF. |
| parent | any | readonly | The parent of the XMLExportPreference (a Application or Document). |
| preferredBrowser | any | r/w | The preferred browser for viewing XML. Can return: File or NothingEnum enumerator. |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
| ruby | bool | r/w | If true, includes Ruby text in the exported XML content. |
| transformFilename | any | r/w | The name of the XSLT file. Note: Valid when allow transform is true. Can return: File or XMLTransformFile enumerator. |
| viewAfterExport | bool | r/w | If true, displays exported XML content in a specified viewer. |
Methods
Array of XMLExportPreferencegetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the XMLExportPreference.
string toSpecifier ()
Retrieves the object specifier.
Element of:
Application.xmlExportPreferences
Document.xmlExportPreferences
Returned by:
Array of XMLExportPreference XMLExportPreference .getElements (
)