よろよろ帳

InDesign JavaScript 勉強中

表示設定

フレーム枠隠してるデータはだいたいひどい……。

var Doc=app.activeDocument;
Doc.layoutWindows[0].screenMode=ScreenModeOptions.PREVIEW_OFF;//標準モード
Doc.viewPreferences.cursorKeyIncrement="0.1mm";//カーソル増減値
Doc.viewPreferences.showRulers=true;//定規を表示
Doc.viewPreferences.showFrameEdges=true;//フレーム枠を表示
Doc.textPreferences.showInvisibles=true;//制御文字を表示
Doc.guidePreferences.guidesShown=true;//ガイドを表示
Doc.cjkGridPreferences.showAllFrameGrids=true;//フレームグリッド表示
Doc.documentPreferences.columnGuideLocked=true;//段組ガイドをロック