Adobe Illustrator 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