wdcustomlabelpagesize.java
来自「将Excel和Word的类型库都转换过来了」· Java 代码 · 共 27 行
JAVA
27 行
/** * JacobGen generated file --- do not edit * * (http://www.bigatti.it/projects/jacobgen) */package org.nethawker.word11;import com.jacob.com.*;public interface WdCustomLabelPageSize { public static final int wdCustomLabelLetter = 0; public static final int wdCustomLabelLetterLS = 1; public static final int wdCustomLabelA4 = 2; public static final int wdCustomLabelA4LS = 3; public static final int wdCustomLabelA5 = 4; public static final int wdCustomLabelA5LS = 5; public static final int wdCustomLabelB5 = 6; public static final int wdCustomLabelMini = 7; public static final int wdCustomLabelFanfold = 8; public static final int wdCustomLabelVertHalfSheet = 9; public static final int wdCustomLabelVertHalfSheetLS = 10; public static final int wdCustomLabelHigaki = 11; public static final int wdCustomLabelHigakiLS = 12; public static final int wdCustomLabelB4JIS = 13;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?