anyItem()
書式
xmlElementObject =
xmlElementsObject
.anyItem()
説明
anyItem()はいずれかのxmlElementオブジェクトを返します。返されるxmlElementオブジェクトはランダムです。指定できるパラメーターはありません。
var d=app.activeDocument.xmlElements; alert(d.anyItem().characters.length);
目次に戻る