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

📄 wdframeposition.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 WdFramePosition {	public static final int wdFrameTop = -999999;	public static final int wdFrameLeft = -999998;	public static final int wdFrameBottom = -999997;	public static final int wdFrameRight = -999996;	public static final int wdFrameCenter = -999995;	public static final int wdFrameInside = -999994;	public static final int wdFrameOutside = -999993;}

⌨️ 快捷键说明

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