MultiplePagesType
内容
[
隐藏
]遗产: java.lang.Object
public class MultiplePagesType
指定文档的打印方式。
字段
场地 | 描述 |
---|---|
BOOK_FOLD_PRINTING | 指定是否将文档打印为书折。 |
BOOK_FOLD_PRINTING_REVERSE | 指定是否将文档打印为反向书折。 |
DEFAULT | 默认值为NORMAL |
MIRROR_MARGINS | 交换对开页的左右页边距。 |
NORMAL | 正常打印,未指定多页。 |
TWO_PAGES_PER_SHEET | 每张打印两页。 |
length |
方法
BOOK_FOLD_PRINTING
public static int BOOK_FOLD_PRINTING
指定是否将文档打印为书折。
BOOK_FOLD_PRINTING_REVERSE
public static int BOOK_FOLD_PRINTING_REVERSE
指定是否将文档打印为反向书折。
DEFAULT
public static int DEFAULT
默认值为NORMAL
MIRROR_MARGINS
public static int MIRROR_MARGINS
交换对开页的左右页边距。
NORMAL
public static int NORMAL
正常打印,未指定多页。
TWO_PAGES_PER_SHEET
public static int TWO_PAGES_PER_SHEET
每张打印两页。
length
public static int length
equals(Object arg0)
public boolean equals(Object arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
fromName(String multiplePagesTypeName)
public static int fromName(String multiplePagesTypeName)
参数:
范围 | 类型 | 描述 |
---|---|---|
multiplePagesTypeName | java.lang.String |
退货: 整数
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getName(int multiplePagesType)
public static String getName(int multiplePagesType)
参数:
范围 | 类型 | 描述 |
---|---|---|
multiplePagesType | int |
退货: java.lang.字符串
getValues()
public static int[] getValues()
退货: 整数[]
hashCode()
public native int hashCode()
退货: 整数
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
退货: java.lang.字符串
toString(int multiplePagesType)
public static String toString(int multiplePagesType)
参数:
范围 | 类型 | 描述 |
---|---|---|
multiplePagesType | int |
退货: java.lang.字符串
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long | |
arg1 | int |