strokeDashes
書式
textPathObject
.strokeDashes
説明
textPath(テキストパス)の点線状態を示すオブジェクトを示します。
?
1
2
var
tp=app.activeDocument.textFrames[0].textPath;
alert(tp.strokeDashes);
目次に戻る