dotShape

書式

InkInfoObject.dotShape

説明

インクのドット形状名を示します。文字列になります。
var ink=app.activeDocument.inkList[0].inkInfo;
alert(ink.dotShape);

目次に戻る