xlmsapplication.java

来自「将Excel和Word的类型库都转换过来了」· Java 代码 · 共 20 行

JAVA
20
字号
/** * JacobGen generated file --- do not edit * * (http://www.bigatti.it/projects/jacobgen) */package org.nethawker.excel11;import com.jacob.com.*;public interface XlMSApplication {	public static final int xlMicrosoftAccess = 4;	public static final int xlMicrosoftFoxPro = 5;	public static final int xlMicrosoftMail = 3;	public static final int xlMicrosoftPowerPoint = 2;	public static final int xlMicrosoftProject = 6;	public static final int xlMicrosoftSchedulePlus = 7;	public static final int xlMicrosoftWord = 1;}

⌨️ 快捷键说明

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