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