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