overprintFill
書式
textFrameObject
.overprintFill
説明
オーバープリントかどうかを示します。trueならオーバープリント、falseなら通常の印刷(オーバープリントではない)になります。
var t=app.activeDocument.textFrames; alert(t[0].overprintFill);
目次に戻る