anyItem()

書式

noteObject = notesObject.anyItem()

説明

anyItem()はいずれかのnoteオブジェクトを返します。返されるnoteオブジェクトはランダムです。指定できるパラメーターはありません。
var n=app.activeDocument.textFrames[0].notes;
alert(n.anyItem().creationDate);

目次に戻る