strokeColor
書式
textPathObject
.strokeColor
説明
ドキュメント内にあるtextPath(テキストパス)の線のカラー(Colorオブジェクト)を示します。
var tp=app.activeDocument.textFrames[0].textPath; alert(tp.strokeColor);
目次に戻る