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