Defines |
#define | kAINewDocumentAction "adobe_newDocument" |
| Makes a new document.
|
#define | kAIOpenDocumentAction "adobe_openDocument" |
| Opens a document.
|
#define | kAISaveDocumentAction "adobe_saveDocument" |
| Saves the current document under its current name, according to its current format.
|
#define | kAISaveDocumentAsAction "adobe_saveDocumentAs" |
| Saves the current document.
|
#define | kAIRevertDocumentAction "adobe_revertDocument" |
| Reverts the current document to its state when last saved.
|
#define | kAICloseDocumentAction "adobe_closeDocument" |
| Closes the current document or all open documents.
|
#define | kAIExportDocumentAction "adobe_exportDocument" |
| Exports the current document to the file format specified by the format and extension parameters.
|
#define | kAIPrintDocumentAction "adobe_printDocument" |
| Prints the current document.
|
#define | kAIPlaceDocumentAction "adobe_placeDocument" |
| Places a file into a document.
|
Variables |
const ActionParamKeyID | kAINewDocumentNameKey = 'name' |
| Parameter to kAINewDocumentAction .
|
const ActionParamKeyID | kAINewDocumentColorModelKey = 'colr' |
| Parameter to kAINewDocumentAction .
|
const ActionParamKeyID | kAINewDocumentSettingsFileKey = 'setf' |
| Parameter to kAINewDocumentAction .
|
const ActionParamKeyID | kAINewDocumentWidthKey = 'wdth' |
| The page width in points (real).
|
const ActionParamKeyID | kAINewDocumentHeightKey = 'heit' |
| Parameter to kAINewDocumentAction .
|
const ActionParamKeyID | kAINewDocumentRulerUnitsKey = 'rulr' |
| Parameter to kAINewDocumentAction .
|
const ActionParamKeyID | kAINewDocumentRasterResolutionKey = 'rast' |
| Parameter to kAINewDocumentAction .
|
const ActionParamKeyID | kAINewDocumentPreviewModeKey = 'pxpr' |
| Parameter to kAINewDocumentAction .
|
const ActionParamKeyID | kAINewDocumentTransparencyGridKey = 'tran' |
| Parameter to kAINewDocumentAction .
|
const ActionParamKeyID | kAINewDocumentTransparencyGridColor1RedKey = 'gr1r' |
| Parameter to kAINewDocumentAction .
|
const ActionParamKeyID | kAINewDocumentTransparencyGridColor1GreenKey = 'gr1g' |
const ActionParamKeyID | kAINewDocumentTransparencyGridColor1BlueKey = 'gr1b' |
const ActionParamKeyID | kAINewDocumentTransparencyGridColor2RedKey = 'gr2r' |
const ActionParamKeyID | kAINewDocumentTransparencyGridColor2GreenKey = 'gr2g' |
const ActionParamKeyID | kAINewDocumentTransparencyGridColor2BlueKey = 'gr2b' |
const ActionParamKeyID | kAIOpenDocumentNameKey = 'name' |
| Parameter to kAIOpenDocumentAction .
|
const ActionParamKeyID | kAIOpenDocumentColorModelKey = 'colr' |
| Parameter to kAIOpenDocumentAction .
|
const ActionParamKeyID | kAISaveDocumentAsNameKey = 'name' |
| Parameter to kAISaveDocumentAsAction .
|
const ActionParamKeyID | kAISaveDocumentAsFormatKey = 'frmt' |
| Parameter to kAISaveDocumentAsAction .
|
const ActionParamKeyID | kAISaveDocumentAsGetParamsKey = 'gprm' |
| Parameter to kAISaveDocumentAsAction .
|
const ActionParamKeyID | kAICloseAllDocumentsKey = 'all.' |
| Parameter to kAICloseDocumentAction .
|
const ActionParamKeyID | kAICloseAndSaveDocumentKey = 'save' |
| Parameter to kAICloseDocumentAction .
|
const ActionParamKeyID | kAIExportDocumentNameKey = 'name' |
| Parameter to kAIExportDocumentAction .
|
const ActionParamKeyID | kAIExportDocumentFormatKey = 'frmt' |
| Parameter to kAIExportDocumentAction .
|
const ActionParamKeyID | kAIExportDocumentExtensionKey = 'extn' |
| Parameter to kAIExportDocumentAction .
|
const ActionParamKeyID | kAIExportDocumentSaveMultipleArtboardsKey = 'smab' |
| Parameter to kAIExportDocumentAction .
|
const ActionParamKeyID | kAIExportDocumentSaveAllKey = 'sall' |
| Parameter to kAIExportDocumentAction .
|
const ActionParamKeyID | kAIExportDocumentSaveRangeKey = 'sran' |
| Parameter to kAIExportDocumentAction .
|
const ActionParamKeyID | kAIEnableBatchExport = 'ebep' |
const ActionParamKeyID | kAIExportDocumentPreventFileNameUniquifyKey = 'pfnu' |
const ActionParamKeyID | kAIPlaceDocumentActionNameKey = 'name' |
| Parameter to kAIPlaceDocumentAction .
|
const ActionParamKeyID | kAIPlaceDocumentActionLinkKey = 'link' |
| Parameter to kAIPlaceDocumentAction .
|
const ActionParamKeyID | kAIPlaceDocumentActionReplaceKey = 'rplc' |
| Parameter to kAIPlaceDocumentAction .
|
const ActionParamKeyID | kAIPlaceDocumentActionTemplateKey = 'tmpl' |
| Parameter to kAIPlaceDocumentAction .
|