Adobe Smoke Alarm CS3 Manuale Utente

Pagina di 85
Photoshop CS3
Adobe Photoshop CS3  Scripting Guide
 Scripting Photoshop CS3     58
* Unit values based on type ruler setting.
The following table lists the commands that use unit values as parameters or arguments. In some cases the 
parameters are required. The VBScript and JavaScript methods are preceded by the object to which they 
belong. 
To use this table:
For AppleScript commands, look up the command in the “Commands” chapter of the Adobe Photoshop 
CS3 AppleScript Scripting Reference
, or use the Photoshop CS3 AppleScript Dictionary.
For VBScript methods, look up the method in the Methods table of the object in the “Interface” chapter 
of the Adobe Photoshop CS3 Visual Basic Scripting Reference, or use the Visual Basic Object Browser.
For JavaScript methods, look up the method in the Methods table of the object in the “Object 
Reference” chapter in the Adobe Photoshop CS3 JavaScript Scripting Reference, or use the ExtendScript 
Object Model Viewer.
offset filter
horizontal 
offset
vertical offset
HorizontalOffset
VerticalOffset
horizontalOffset
verticalOffset
Text Item
baseline shift*
first line 
indent*
height
hyphenation 
zone*
leading*
left indent*
position
right indent*
space before*
space after*
width
BaselineShift*
FirstLineIndent*
Height
HyphenationZone*
Leading*
LeftIndent*
Position
RightIndent*
SpaceBefore*
SpaceAfter*
Width
baselineShift*
firstLineIndent*
height
hyphenationZone*
leading*
leftIndent*
position
rightIndent*
spaceBefore*
spaceAfter*
width
AppleScript VBScript 
JavaScript 
crop
(bounds, height, 
width)
Document.Crop
(Bounds, Height, Width)
document.crop
(bounds, height, 
width)
resize canvas
(height, width)
Document.ResizeCanvas
(Height, Width)
document.resizeCanvas
(height, width)
resize image
(height, width)
Document.ResizeImage
(Height, Width)
document.resizeImage
(height, width)
contract
(by)
Selection.Contract
(By)
selection.contract
(by)
expand
(by)
Selection.Expand
(By)
selection.expand
(by)
feather
(by)
Selection.Feather
(By)
selection.feather
(by)
select border
(width)
Selection.SelectBorder
(Width)
selection.selectBorder
(width)
Class/Object
AppleScript 
Properties
VBScript 
Properties
JavaScript 
Properties