📄 xlpastetype.java
字号:
/** * JacobGen generated file --- do not edit * * (http://www.bigatti.it/projects/jacobgen) */package org.nethawker.excel11;import com.jacob.com.*;public interface XlPasteType { public static final int xlPasteAll = -4104; public static final int xlPasteAllExceptBorders = 6; public static final int xlPasteFormats = -4122; public static final int xlPasteFormulas = -4123; public static final int xlPasteComments = -4144; public static final int xlPasteValues = -4163;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -