📄 wdwraptypemerged.java
字号:
/** * JacobGen generated file --- do not edit * * (http://www.bigatti.it/projects/jacobgen) */package org.nethawker.word11;import com.jacob.com.*;public interface WdWrapTypeMerged { public static final int wdWrapMergeInline = 0; public static final int wdWrapMergeSquare = 1; public static final int wdWrapMergeTight = 2; public static final int wdWrapMergeBehind = 3; public static final int wdWrapMergeFront = 4; public static final int wdWrapMergeThrough = 5; public static final int wdWrapMergeTopBottom = 6;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -