storyOffset
書式
noteObject
.storyOffset
説明
noteオブジェクトの文中(ストーリー)でのオフセット(位置)を示すInsertionPointオブジェクトが格納されています。
var n=app.activeDocument.textFrames[0].notes[4]; alert(n.storyOffset);
目次に戻る