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

📄 wdlinewidth.java

📁 将Excel和Word的类型库都转换过来了
💻 JAVA
字号:
/** * JacobGen generated file --- do not edit * * (http://www.bigatti.it/projects/jacobgen) */package org.nethawker.word11;import com.jacob.com.*;public interface WdLineWidth {	public static final int wdLineWidth025pt = 2;	public static final int wdLineWidth050pt = 4;	public static final int wdLineWidth075pt = 6;	public static final int wdLineWidth100pt = 8;	public static final int wdLineWidth150pt = 12;	public static final int wdLineWidth225pt = 18;	public static final int wdLineWidth300pt = 24;	public static final int wdLineWidth450pt = 36;	public static final int wdLineWidth600pt = 48;}

⌨️ 快捷键说明

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