showDepthRuler
書式
galleyPreferencesObject
.showDepthRuler
説明
showDepthRulerは「表示」メニューの「ストーリーエディター」の「奥行き定規を表示」するかしないかを示します。trueなら表示する、falseなら表示しないことになります。
var gp=app.galleyPreferences; alert(gp.showDepthRuler);
目次に戻る