Text export preferences.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| characterSet | TextExportCharacterSet : UNICODE DEFAULT_PLATFORM |
r/w | The character set. |
| parent | Application | readonly | The parent of the TextExportPreference (a Application). |
| platform | ImportPlatform : MACINTOSH PC |
r/w | The platform on which the text file will be used. |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Array of TextExportPreferencegetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the TextExportPreference.
string toSpecifier ()
Retrieves the object specifier.
Element of:
Application.textExportPreferences
Returned by:
Array of TextExportPreference TextExportPreference .getElements (
)