strokeColor
書式
textFrameObject
.strokeColor
説明
線の色を示します。
?
1
2
var
t=app.activeDocument.textFrames;
alert(t[0].strokeColor);
目次に戻る