firstItem()
書式
noteObject =
notesObject
.firstItem()
説明
firstItem()は最初のnoteオブジェクトを返します。指定できるパラメーターはありません。
var n=app.activeDocument.textFrames[0].notes; alert(n.firstItem().creationDate);
目次に戻る