📄 wdframeposition.java
字号:
/** * JacobGen generated file --- do not edit * * (http://www.bigatti.it/projects/jacobgen) */package org.nethawker.word11;import com.jacob.com.*;public interface WdFramePosition { public static final int wdFrameTop = -999999; public static final int wdFrameLeft = -999998; public static final int wdFrameBottom = -999997; public static final int wdFrameRight = -999996; public static final int wdFrameCenter = -999995; public static final int wdFrameInside = -999994; public static final int wdFrameOutside = -999993;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -