anyItem()
書式
strokeStyleObject =
strokeStylesObject
.anyItem()
説明
anyItem()はいずれかのstrokeStyle(線種)オブジェクトを返します。返されるstrokeStyle(線種)オブジェクトはランダムです。指定できるパラメーターはありません。
var s=app.activeDocument.strokeStyles; alert(s.anyItem().name);
目次に戻る