item()

書式

dottedStrokeStyleObject = dottedStrokeStylesObject.item(index)

説明

item()は指定したインデックス番号のdottedStrokeStyleオブジェクトを返します。
var d=app.activeDocument.dottedStrokeStyles;
alert(d.item(2).name);

目次に戻る