allGraphics
書式
textObject
.allGraphics
説明
Graphicオブジェクトを格納したコレクションを示します。
var t=app.activeDocument.textFrames[0].texts[0]; alert(t.allGraphics.length);
目次に戻る