Adobe Photoshop CS JavaScript リファレンス
■命令
コメント/注釈
break
const
continue
delete
do〜while
for
for...in
function
if
new
return
switch
this
try
var
while
with
throw(未チェック)
■Boolean
Boolean
■Function
arguments
function
■Number
Number
MAX_VALUE
MIN_VALUE
NaN
NEGATIVE_INFINITY
POSITIVE_INFINITY
toExponential
toFixed
toPrecision
■Array
Array
concat
join
length
pop
push
reverse
shift
slice
sort
splice
toString
unshift
■Math
abs
acos
asin
atan
atan2
ceil
cos
E
exp
floor
LN2
LN10
log
LOG2E
LOG10E
Math
max
min
PI
pow
random
round
sin
sqrt
SQRT1_2
SQRT2
tan
■Date
Date
getDate
getDay
getFullYear
getHours
getMilliseconds
getMinutes
getMonth
getSeconds
getTime
getTimezoneOffset
getUTCDate
getUTCDay
getUTCFullYear
getUTCHours
getUTCMilliseconds
getUTCMinutes
getUTCMonth
getUTCSeconds
getYear
parse(未チェック)
setDate
setHours
setMilliseconds
setMinutes
setMonth
setSeconds
setTime
setUTCDate
setUTCFullYear
setUTCHours
setUTCMilliseconds
setUTCMinutes
setUTCMonth
setUTCSeconds
setYear
toDateString
toGMTString
toLocaleDateString
toLocaleString
toLocaleTimeString
toTimeString
toUTCString
UTC
■String
charAt
charCodeAt
fromCharCode
indexOf
lastIndexOf
length
match
replace
search
slice
split
substr
substring
toLowerCase
toUpperCase
■RegExp/正規表現
$1〜$9(未チェック)
compile(未チェック)
exec(未チェック)
global
ignoreCase
input(未チェック)
lastIndex(未チェック)
lastMatch(未チェック)
lastParen(未チェック)
leftContext(未チェック)
multiline
RegExp
rightContext(未チェック)
source
test
■Global
alert()
prompt()
write()
writeLn()
clearOutput()
confirm()
fileGetDialog()
filePutDialog()
folderGetDialog()