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

📄 wdselectiontype.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 WdSelectionType {	public static final int wdNoSelection = 0;	public static final int wdSelectionIP = 1;	public static final int wdSelectionNormal = 2;	public static final int wdSelectionFrame = 3;	public static final int wdSelectionColumn = 4;	public static final int wdSelectionRow = 5;	public static final int wdSelectionBlock = 6;	public static final int wdSelectionInlineShape = 7;	public static final int wdSelectionShape = 8;}

⌨️ 快捷键说明

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