strokeDashAndGap

書式

rectangleObject.strokeDashAndGap

説明

線分と間隔を示す配列です。
var r=app.activeDocument.rectangles;
try{
    alert(r[0].strokeDashAndGap);
}catch(e){}

目次に戻る