📄 xlwindowtype.java
字号:
/** * JacobGen generated file --- do not edit * * (http://www.bigatti.it/projects/jacobgen) */package org.nethawker.excel11;import com.jacob.com.*;public interface XlWindowType { public static final int xlChartAsWindow = 5; public static final int xlChartInPlace = 4; public static final int xlClipboard = 3; public static final int xlInfo = -4129; public static final int xlWorkbook = 1;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -