软件包 | 描述 |
---|---|
javax.print.attribute.standard |
包装印刷类javax.print.attribute.standard包含特定属性。
|
Modifier and Type | Field and Description |
---|---|
static PrinterState |
PrinterState.IDLE
表示新的作业可以开始处理而不需要等待。
|
static PrinterState |
PrinterState.PROCESSING
表示作业正在处理;新的作业将在处理之前等待。
|
static PrinterState |
PrinterState.STOPPED
表明,没有工作可以被处理和干预是必需的。
|
static PrinterState |
PrinterState.UNKNOWN
打印机状态未知。
|
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.