Story export preferences.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| includeStyleTable | bool | r/w | If true, embeds character and paragraph styles in the exported story. |
| includeSwatchList | bool | r/w | If true, embeds swatches in the exported story. |
| includeXMPData | bool | r/w | If true, embeds Extensible Metadata Platform (XMP) information in the exported story. |
| parent | Application | readonly | The parent of the StoryExportPreference (a Application). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
| storyFileEncoding | InCopyStoryFileEncoding : UTF8 UTF16 |
r/w | The unicode encoding for exported stories. |
Methods
Array of StoryExportPreferencegetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the StoryExportPreference.
string toSpecifier ()
Retrieves the object specifier.
Element of:
Application.storyExportPreferences
Returned by:
Array of StoryExportPreference StoryExportPreference .getElements (
)