fillColor

書式

characterObject.fillColor

説明

fillColorプロパティには文字の色(swatchオブジェクト)が格納されています。
var c=app.activeDocument.pages[0].textFrames[0].characters;
alert(c[0].fillColor.name);

目次に戻る