nextItem()
書式
autoCorrectTableObject =
autoCorrectTablesObject
.nextItem(
autoCorrectTablesObject
)
説明
nextItem()はパラメーターで指定された次のautoCorrectTableオブジェクトを返します。
var a=app.autoCorrectTables; alert(a.nextItem(a[10]).name);
目次に戻る