anyItem()

書式

objectStyleObject = objectStylesObject.anyItem()

説明

anyItem()はいずれかのobjectStyleオブジェクトを返します。返されるobjectStyleオブジェクトはランダムです。指定できるパラメーターはありません。
var s=app.activeDocument.objectStyles;
alert(s.anyItem().name);

目次に戻る