itemByID()

書式

dottedStrokeStyleObject = dottedStrokeStylesObject.itemByID(ID)

説明

itemByID()はパラメーターで指定されたIDのdottedStrokeStyleオブジェクトを返します。
var d=app.activeDocument.dottedStrokeStyles;
alert(d.itemByID(374).name);

目次に戻る