epstexts
書式
pageObject
.epstexts
説明
epstextオブジェクトが格納されているコレクションです。
var p=app.activeDocument.pages[0]; alert(p.epstexts.length);
目次に戻る