strokeDashAndGap

書式

pageItem.strokeDashAndGap

説明

オブジェクト(点線)の線(ストローク)の長さ・間隔を配列で示します。
var p=app.activeDocument.pageItems;
alert(p[0].strokeDashAndGap);

目次に戻る