parent
書式
wordObject
.parent
説明
wordオブジェクトの親オブジェクトを示します。
var w=app.activeDocument.textFrames[0].words[0]; alert(w.parent);
目次に戻る