stroked
書式
textPathObject
.stroked
説明
textPath(テキストパス)の線が描画されているかどうかを示します。trueなら線が描画されている、falseなら線が描画されていないことを示します。
var tp=app.activeDocument.textFrames[0].textPath; alert(tp.stroked);
目次に戻る