events
書式
frameFittingOptionObject
.events
説明
イベントを格納したコレクションを示します。
?
1
2
var
r=app.activeDocument.rectangles;
alert(r[0].frameFittingOptions.events);
目次に戻る