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