Adobe.com
Contents Suites Classes Class Index Member Index

AIObjectAction.h File Reference

#include "AIActionManager.h"

Go to the source code of this file.

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.

Variable Documentation

Parameter to kAILockOrUnlockGuidesAction.

When true, lock guides; when false, unlock guides.

Parameter to kAIDoMenuCommandAction.

The command identifier of the menu item to run.

Parameter to kAIReflectSelectionAction.

The horizontal offset of the origin with respect to the center of the selection.

Parameter to kAIReflectSelectionAction.

The vertical offset of the origin with respect to the center of the selection.

Parameter to kAIReflectSelectionAction.

The angle of the axis of reflection in degrees.

Parameter to kAIReflectSelectionAction.

When true, reflect a copy of the objects.

Parameter to kAIReflectSelectionAction.

When true, reflect the object geometry.

Parameter to kAIReflectSelectionAction.

When true, reflect patterns.

Parameter to kAIRotateSelectionAction.

The horizontal offset of the origin with respect to the center of the selection.

Parameter to kAIRotateSelectionAction.

The vertical offset of the origin with respect to the center of the selection.

Parameter to kAIRotateSelectionAction.

The angle of rotation in degrees.

Parameter to kAIRotateSelectionAction.

When true, rotate a copy of the objects.

Parameter to kAIRotateSelectionAction.

When true, rotate the object geometry.

Parameter to kAIRotateSelectionAction.

When true, rotate patterns.

Parameter to kAIScaleSelectionAction.

The horizontal offset of the origin with respect to the center of the selection.

Parameter to kAIScaleSelectionAction.

The vertical offset of the origin with respect to the center of the selection.

Parameter to kAIScaleSelectionAction.

When true, scale a copy of the objects.

Parameter to kAIScaleSelectionAction.

The horizontal scale factor for non-uniform scaling.

Parameter to kAIScaleSelectionAction.

When true, scale stroke weights.

Parameter to kAIScaleSelectionAction.

When true, scale the object geometry.

Parameter to kAIScaleSelectionAction.

When true, scale patterns.

Parameter to kAIScaleSelectionAction.

When true, scale is uniform.

Parameter to kAIScaleSelectionAction.

The scale factor for uniform scaling.

Parameter to kAIScaleSelectionAction.

The vertical scale factor for non-uniform scaling.

Parameter to kAISetObjectAttributesAction.

Sets the fill-rule usage (0 for non-zero rule, 1 for even-odd rule).

Parameter to kAISetObjectAttributesAction.

Sets an associated image map type (0 for none, 1 for rectangle map, 2 for polygonal map).

Parameter to kAISetObjectAttributesAction.

Sets an associated comment string.

Parameter to kAISetObjectAttributesAction.

Sets the overprint state for fill (true/false).

Parameter to kAISetObjectAttributesAction.

Sets the overprint state for strokes (true/false).

Parameter to kAISetObjectAttributesAction.

Sets the resolution in dots-per-inch (dpi)

Parameter to kAISetObjectAttributesAction.

Sets the reverse-direction state (true/false).

Parameter to kAISetObjectAttributesAction.

Sets the show-center state (true/false).

Parameter to kAISetObjectAttributesAction.

Sets an associated URL string.

Parameter to kAIShearSelectionAction.

The horizontal offset of the origin with respect to the center of the selection.

Parameter to kAIShearSelectionAction.

The vertical offset of the origin with respect to the center of the selection.

Parameter to kAIShearSelectionAction.

The angle along which to shear in degrees.

Parameter to kAIShearSelectionAction.

When true, shear a copy of the objects.

Parameter to kAIShearSelectionAction.

When true, shear the object geometry.

Parameter to kAIShearSelectionAction.

When true, shear patterns..

Parameter to kAIShearSelectionAction.

The amount of shearing in degrees.

Parameter to kAIShowHideGuidesAction.

When true, show guides; when false, hide guides.

Parameter to kAITranslateSelectionAction.

When true, translate a copy of the objects.

Parameter to kAITranslateSelectionAction.

The horizontal offset in points.

Parameter to kAITranslateSelectionAction.

When true, translate the object geometry.

Parameter to kAITranslateSelectionAction.

When true, translate patterns.

Parameter to kAITranslateSelectionAction.

The vertical offset in points.



Contents Suites Classes Class Index Member Index
Adobe Solutions Network
 
Copyright © 2014 Adobe Systems Incorporated. All rights reserved.
Terms of Use Online Privacy Policy Adobe and accessibility Avoid software piracy Permissions and Trademarks