⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xlimemode.java

📁 将Excel和Word的类型库都转换过来了
💻 JAVA
字号:
/** * JacobGen generated file --- do not edit * * (http://www.bigatti.it/projects/jacobgen) */package org.nethawker.excel11;import com.jacob.com.*;public interface XlIMEMode {	public static final int xlIMEModeNoControl = 0;	public static final int xlIMEModeOn = 1;	public static final int xlIMEModeOff = 2;	public static final int xlIMEModeDisable = 3;	public static final int xlIMEModeHiragana = 4;	public static final int xlIMEModeKatakana = 5;	public static final int xlIMEModeKatakanaHalf = 6;	public static final int xlIMEModeAlphaFull = 7;	public static final int xlIMEModeAlpha = 8;	public static final int xlIMEModeHangulFull = 9;	public static final int xlIMEModeHangul = 10;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -