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