select()
書式
PathItemObject
.select()
説明
パスを選択します。指定できるパラメーターはありません。戻り値もありません。
app.activeDocument.pathItems[0].select();
目次に戻る