fillColor

書式

textPathObject.fillColor

説明

textPath(テキストパス)の塗りのカラー(Colorオブジェクト)を示します。
var tp=app.activeDocument.textFrames[0].textPath;
alert(tp.fillColor);

目次に戻る