软件包 | 描述 |
---|---|
java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
Modifier and Type | Field and Description |
---|---|
static JobAttributes.SidesType |
JobAttributes.SidesType.ONE_SIDED
的
SidesType 实例使用指定连续工作页印刷应在连续介质片的同一侧。
|
static JobAttributes.SidesType |
JobAttributes.SidesType.TWO_SIDED_LONG_EDGE
的
SidesType 实例使用指定连续工作页印刷应在连续介质片的正面和背面,这样,每一页介质上的方向是正确的读者如果对绑定的长边。
|
static JobAttributes.SidesType |
JobAttributes.SidesType.TWO_SIDED_SHORT_EDGE
的
SidesType 实例使用指定连续工作页印刷应在连续介质片的正面和背面,这样,每一页介质上的方向是正确的读者如果对绑定的短边。
|
Modifier and Type | Method and Description |
---|---|
JobAttributes.SidesType |
JobAttributes.getSides()
返回如何使用这些属性对打印介质的两侧施加连续的页面。
|
Modifier and Type | Method and Description |
---|---|
void |
JobAttributes.setSides(JobAttributes.SidesType sides)
指定使用这些属性的作业的打印介质的两侧应如何施加连续的页。
|
Constructor and Description |
---|
JobAttributes(int copies, JobAttributes.DefaultSelectionType defaultSelection, JobAttributes.DestinationType destination, JobAttributes.DialogType dialog, String fileName, int maxPage, int minPage, JobAttributes.MultipleDocumentHandlingType multipleDocumentHandling, int[][] pageRanges, String printer, JobAttributes.SidesType sides)
构建了一个
JobAttributes 实例为每个属性指定的值。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.