strokeDashes

書式

pathItemObject.strokeDashes

説明

PathItem(パス)の点線状態を示すオブジェクトを示します。
var pItem=app.activeDocument.pathItems[0];
alert(pItem.strokeDashes);

目次に戻る