Defines |
| #define | kAIDoMenuCommandAction "adobe_commandManager" |
| | Invokes a menu command.
|
| #define | kAITranslateSelectionAction "adobe_move" |
| | Translates the position of the selected objects.
|
| #define | kAIRotateSelectionAction "adobe_rotate" |
| | Rotates the selected objects.
|
| #define | kAIScaleSelectionAction "adobe_scale" |
| | Scales the selected objects.
|
| #define | kAIReflectSelectionAction "adobe_reflect" |
| | Reflects the selected objects.
|
| #define | kAIShearSelectionAction "adobe_shear" |
| | Reflects the selected objects.
|
| #define | kAITransformSelectionAgainAction "adobe_transformAgain" |
| | Repeats the most recent transformation on the selected objects.
|
| #define | kAISendSelectionToFrontAction "adobe_sendToFront" |
| | Brings the selected objects to the front of the paint order.
|
| #define | kAISendSelectionToBackAction "adobe_sendToBack" |
| | Sends the selected objects to the back of the paint order.
|
| #define | kAISendSelectionForwardAction "adobe_sendForward" |
| | Brings the selected objects forward in the paint order.
|
| #define | kAISendSelectionBackwardAction "adobe_sendBackward" |
| | Sends the selected objects backward in the paint order.
|
| #define | kAICutSelectionAction "adobe_cut" |
| | Cuts the selected objects.
|
| #define | kAICopySelectionAction "adobe_copy" |
| | Copies the selected objects to the clipboard.
|
| #define | kAIClearSelectionAction "adobe_clear" |
| | Clears the selection.
|
| #define | kAIPasteClipboardAction "adobe_paste" |
| | Pastes objects from the clipboard into the current document.
|
| #define | kAIPasteClipboardInFrontAction "adobe_pasteInFront" |
| | Pastes objects from the clipboard into the current document at the front of the paint order.
|
| #define | kAIPasteClipboardInBackAction "adobe_pasteInBack" |
| | Pastes objects from the clipboard into the current document at the back of the paint order.
|
| #define | kAISelectAllAction "adobe_selectAll" |
| | Selects all objects in the current document.
|
| #define | kAIDeselectAllAction "adobe_deselectAll" |
| | Deselects all objects in the current document.
|
| #define | kAIGroupSelectionAction "adobe_group" |
| | Groups selected objects.
|
| #define | kAIUngroupSelectionAction "adobe_ungroup" |
| | Ungroups selected objects.
|
| #define | kAILockSelectionAction "adobe_lock" |
| | Locks selected objects.
|
| #define | kAIUnlockAllAction "adobe_unlockAll" |
| | Unlocks all objects.
|
| #define | kAIHideSelectionAction "adobe_hideSelection" |
| | Hides selected objects.
|
| #define | kAIShowAllAction "adobe_showAll" |
| | Shows all objects.
|
| #define | kAIRemoveAnchorPointsAction "adobe_removeAnchorPoints" |
| | Removes the currently selected anchor points.
|
| #define | kAIMakeMaskFromSelectionAction "adobe_makeMask" |
| | Makes a mask from currently selected objects.
|
| #define | kAIReleaseSelectedMasksAction "adobe_releaseMask" |
| | Releases selected masks.
|
| #define | kAIEditSelectedMasksAction "adobe_editMask" |
| | Edits selected masks.
|
| #define | kAIMakeCompoundFromSelectionAction "adobe_makeCompound" |
| | Makes a compound object from selected objects.
|
| #define | kAIReleaseSelectedCompoundAction "adobe_releaseMask" |
| | Releases selected compound objects.
|
| #define | kAIMakeCropMarksFromSelectionAction "adobe_makeCropMark" |
| | Makes crop marks from selected objects.
|
| #define | kAIReleaseCropMarksAction "adobe_releaseCropMark" |
| | Releases crop marks for selected objects.
|
| #define | kAIShowHideGuidesAction "adobe_showGuide" |
| | Shows or hides guides.
|
| #define | kAILockOrUnlockGuidesAction "adobe_lockGuide" |
| | Locks or unlocks guides.
|
| #define | kAIMakeGuidesFromSelectionAction "adobe_makeGuide" |
| | Makes guides from the currently selected objects.
|
| #define | kAIReleaseAllGuidesAction "adobe_releaseGuide" |
| | Releases all guides.
|
| #define | kAIDeleteAllGuidesAction "adobe_clearGuide" |
| | Deletes all guides.
|
| #define | kAISetObjectAttributesAction "adobe_attributePalette" |
| | Sets object attributes as defined in Attributes palette.
|
Variables |
| const ActionParamKeyID | kAIDoMenuCommandIdKey = 'cmid' |
| | Parameter to kAIDoMenuCommandAction.
|
| const ActionParamKeyID | kAITranslateSelectionHorizontalKey = 'hozn' |
| | Parameter to kAITranslateSelectionAction.
|
| const ActionParamKeyID | kAITranslateSelectionVerticalKey = 'vtcl' |
| | Parameter to kAITranslateSelectionAction.
|
| const ActionParamKeyID | kAITranslateSelectionCopyKey = 'copy' |
| | Parameter to kAITranslateSelectionAction.
|
| const ActionParamKeyID | kAITranslateSelectionObjectsKey = 'objt' |
| | Parameter to kAITranslateSelectionAction.
|
| const ActionParamKeyID | kAITranslateSelectionPatternsKey = 'patn' |
| | Parameter to kAITranslateSelectionAction.
|
| const ActionParamKeyID | kAIRotateSelectionAngleKey = 'angl' |
| | Parameter to kAIRotateSelectionAction.
|
| const ActionParamKeyID | kAIRotateSelectionAboutDXKey = 'detX' |
| | Parameter to kAIRotateSelectionAction.
|
| const ActionParamKeyID | kAIRotateSelectionAboutDYKey = 'detY' |
| | Parameter to kAIRotateSelectionAction.
|
| const ActionParamKeyID | kAIRotateSelectionCopyKey = 'copy' |
| | Parameter to kAIRotateSelectionAction.
|
| const ActionParamKeyID | kAIRotateSelectionObjectsKey = 'objt' |
| | Parameter to kAIRotateSelectionAction.
|
| const ActionParamKeyID | kAIRotateSelectionPatternsKey = 'patn' |
| | Parameter to kAIRotateSelectionAction.
|
| const ActionParamKeyID | kAIScaleSelectionUniformKey = 'unfm' |
| | Parameter to kAIScaleSelectionAction.
|
| const ActionParamKeyID | kAIScaleSelectionLinesKey = 'line' |
| | Parameter to kAIScaleSelectionAction.
|
| const ActionParamKeyID | kAIScaleSelectionUniformScaleKey = 'scle' |
| | Parameter to kAIScaleSelectionAction.
|
| const ActionParamKeyID | kAIScaleSelectionHorizontalKey = 'hozn' |
| | Parameter to kAIScaleSelectionAction.
|
| const ActionParamKeyID | kAIScaleSelectionVerticalKey = 'vtcl' |
| | Parameter to kAIScaleSelectionAction.
|
| const ActionParamKeyID | kAIScaleSelectionAboutDXKey = 'detX' |
| | Parameter to kAIScaleSelectionAction.
|
| const ActionParamKeyID | kAIScaleSelectionAboutDYKey = 'detY' |
| | Parameter to kAIScaleSelectionAction.
|
| const ActionParamKeyID | kAIScaleSelectionCopyKey = 'copy' |
| | Parameter to kAIScaleSelectionAction.
|
| const ActionParamKeyID | kAIScaleSelectionObjectsKey = 'objt' |
| | Parameter to kAIScaleSelectionAction.
|
| const ActionParamKeyID | kAIScaleSelectionPatternsKey = 'patn' |
| | Parameter to kAIScaleSelectionAction.
|
| const ActionParamKeyID | kAIReflectSelectionAngleKey = 'angl' |
| | Parameter to kAIReflectSelectionAction.
|
| const ActionParamKeyID | kAIReflectSelectionAboutDXKey = 'detX' |
| | Parameter to kAIReflectSelectionAction.
|
| const ActionParamKeyID | kAIReflectSelectionAboutDYKey = 'detY' |
| | Parameter to kAIReflectSelectionAction.
|
| const ActionParamKeyID | kAIReflectSelectionCopyKey = 'copy' |
| | Parameter to kAIReflectSelectionAction.
|
| const ActionParamKeyID | kAIReflectSelectionObjectsKey = 'objt' |
| | Parameter to kAIReflectSelectionAction.
|
| const ActionParamKeyID | kAIReflectSelectionPatternsKey = 'patn' |
| | Parameter to kAIReflectSelectionAction.
|
| const ActionParamKeyID | kAIShearSelectionShearAngleKey = 'shag' |
| | Parameter to kAIShearSelectionAction.
|
| const ActionParamKeyID | kAIShearSelectionAngleKey = 'angl' |
| | Parameter to kAIShearSelectionAction.
|
| const ActionParamKeyID | kAIShearSelectionAboutDXKey = 'detX' |
| | Parameter to kAIShearSelectionAction.
|
| const ActionParamKeyID | kAIShearSelectionAboutDYKey = 'detY' |
| | Parameter to kAIShearSelectionAction.
|
| const ActionParamKeyID | kAIShearSelectionCopyKey = 'copy' |
| | Parameter to kAIShearSelectionAction.
|
| const ActionParamKeyID | kAIShearSelectionObjectsKey = 'objt' |
| | Parameter to kAIShearSelectionAction.
|
| const ActionParamKeyID | kAIShearSelectionPatternsKey = 'patn' |
| | Parameter to kAIShearSelectionAction.
|
| const ActionParamKeyID | kAIShowHideGuidesKey = 'show' |
| | Parameter to kAIShowHideGuidesAction.
|
| const ActionParamKeyID | kAIAILockOrUnlockGuidesKey = 'lock' |
| | Parameter to kAILockOrUnlockGuidesAction.
|
| const ActionParamKeyID | kAISetObjectAttributesShowCenterKey = 'cntr' |
| | Parameter to kAISetObjectAttributesAction.
|
| const ActionParamKeyID | kAISetObjectAttributesReverseDirectionKey = 'rvpt' |
| | Parameter to kAISetObjectAttributesAction.
|
| const ActionParamKeyID | kAISetObjectAttributesFillRuleKey = 'rule' |
| | Parameter to kAISetObjectAttributesAction.
|
| const ActionParamKeyID | kAISetObjectAttributesResolutionKey = 'rslt' |
| | Parameter to kAISetObjectAttributesAction.
|
| const ActionParamKeyID | kAISetObjectAttributesOverprintFillKey = 'fill' |
| | Parameter to kAISetObjectAttributesAction.
|
| const ActionParamKeyID | kAISetObjectAttributesOverprintStrokeKey = 'strk' |
| | Parameter to kAISetObjectAttributesAction.
|
| const ActionParamKeyID | kAISetObjectAttributesNoteKey = 'note' |
| | Parameter to kAISetObjectAttributesAction.
|
| const ActionParamKeyID | kAISetObjectAttributesURLKey = 'url.' |
| | Parameter to kAISetObjectAttributesAction.
|
| const ActionParamKeyID | kAISetObjectAttributesImageMapKey = 'imap' |
| | Parameter to kAISetObjectAttributesAction.
|