strokeDashAndGap

書式

textFrameObject.strokeDashAndGap

説明

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

目次に戻る