item()
書式
documentObject = documents.item(
index
)
説明
item()は指定したインデックス番号または名前のDocumentオブジェクトを返します。
var d=app.documents; alert(d.item(2).name);
目次に戻る