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