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

📄 xlrangeautoformat.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 XlRangeAutoFormat {	public static final int xlRangeAutoFormat3DEffects1 = 13;	public static final int xlRangeAutoFormat3DEffects2 = 14;	public static final int xlRangeAutoFormatAccounting1 = 4;	public static final int xlRangeAutoFormatAccounting2 = 5;	public static final int xlRangeAutoFormatAccounting3 = 6;	public static final int xlRangeAutoFormatAccounting4 = 17;	public static final int xlRangeAutoFormatClassic1 = 1;	public static final int xlRangeAutoFormatClassic2 = 2;	public static final int xlRangeAutoFormatClassic3 = 3;	public static final int xlRangeAutoFormatColor1 = 7;	public static final int xlRangeAutoFormatColor2 = 8;	public static final int xlRangeAutoFormatColor3 = 9;	public static final int xlRangeAutoFormatList1 = 10;	public static final int xlRangeAutoFormatList2 = 11;	public static final int xlRangeAutoFormatList3 = 12;	public static final int xlRangeAutoFormatLocalFormat1 = 15;	public static final int xlRangeAutoFormatLocalFormat2 = 16;	public static final int xlRangeAutoFormatLocalFormat3 = 19;	public static final int xlRangeAutoFormatLocalFormat4 = 20;	public static final int xlRangeAutoFormatNone = -4142;	public static final int xlRangeAutoFormatSimple = -4154;}

⌨️ 快捷键说明

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