cursorType

書式

galleyPreferencesObject.cursorType

説明

cursorTypeは環境設定の「ストーリー」の「カーソルオプション」の種類を示します。以下の4種類になります。

内容
CursorTypes.BARBELL_CURSORバーベル
CursorTypes.BLOCK_CURSORブロック
CursorTypes.STANDARD_CURSOR標準
CursorTypes.THICK_CURSOR太い
var gp=app.galleyPreferences;
alert(gp.cursorType);

目次に戻る