📄 wdwraptype.java
字号:
/** * JacobGen generated file --- do not edit * * (http://www.bigatti.it/projects/jacobgen) */package org.nethawker.word11;import com.jacob.com.*;public interface WdWrapType { public static final int wdWrapSquare = 0; public static final int wdWrapTight = 1; public static final int wdWrapThrough = 2; public static final int wdWrapNone = 3; public static final int wdWrapTopBottom = 4; public static final int wdWrapInline = 7;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -