软件包 | 描述 |
---|---|
javax.print.attribute.standard |
包装印刷类javax.print.attribute.standard包含特定属性。
|
Modifier and Type | Field and Description |
---|---|
static PrinterStateReason |
PrinterStateReason.CONNECTING_TO_DEVICE
打印机已计划在输出设备上的工作,并在连接到一个共享的网络输出设备的过程中(可能无法实际开始打印工作的一个任意长的时间取决于在网络上的其他服务器的输出设备的使用)。
|
static PrinterStateReason |
PrinterStateReason.COVER_OPEN
打开的设备上的一个或多个覆盖。
|
static PrinterStateReason |
PrinterStateReason.DEVELOPER_EMPTY
该设备是出于开发人员。
|
static PrinterStateReason |
PrinterStateReason.DEVELOPER_LOW
该装置是低的开发人员。
|
static PrinterStateReason |
PrinterStateReason.DOOR_OPEN
设备上的一个或多个门打开。
|
static PrinterStateReason |
PrinterStateReason.FUSER_OVER_TEMP
定影温度高于正常。
|
static PrinterStateReason |
PrinterStateReason.FUSER_UNDER_TEMP
定影温度低于正常。
|
static PrinterStateReason |
PrinterStateReason.INPUT_TRAY_MISSING
一个或多个输入盘不在设备中。
|
static PrinterStateReason |
PrinterStateReason.INTERLOCK_OPEN
打印机上的一个或多个联锁装置被解锁。
|
static PrinterStateReason |
PrinterStateReason.INTERPRETER_RESOURCE_UNAVAILABLE
解释器资源是不可用的(例如,字体,窗体)。
|
static PrinterStateReason |
PrinterStateReason.MARKER_SUPPLY_EMPTY
该装置至少是一个标记电源(例如
|
static PrinterStateReason |
PrinterStateReason.MARKER_SUPPLY_LOW
该装置是低的至少一个标记供应(例如
|
static PrinterStateReason |
PrinterStateReason.MARKER_WASTE_ALMOST_FULL
设备标记供应废物箱几乎是满的。
|
static PrinterStateReason |
PrinterStateReason.MARKER_WASTE_FULL
设备标记供应废物箱是满的。
|
static PrinterStateReason |
PrinterStateReason.MEDIA_EMPTY
至少一个输入盘是空的。
|
static PrinterStateReason |
PrinterStateReason.MEDIA_JAM
该设备有媒体干扰。
|
static PrinterStateReason |
PrinterStateReason.MEDIA_LOW
在媒体上至少有一个输入盘。
|
static PrinterStateReason |
PrinterStateReason.MEDIA_NEEDED
一个托盘已经用完了媒体。
|
static PrinterStateReason |
PrinterStateReason.MOVING_TO_PAUSED
有人暂停了打印机,但该设备正在采取一个明显的时间停止。
|
static PrinterStateReason |
PrinterStateReason.OPC_LIFE_OVER
的光照片导体不再运作。
|
static PrinterStateReason |
PrinterStateReason.OPC_NEAR_EOL
的光的照片导体是接近生命的尽头。
|
static PrinterStateReason |
PrinterStateReason.OTHER
打印机检测到的错误比下面列出的错误。
|
static PrinterStateReason |
PrinterStateReason.OUTPUT_AREA_ALMOST_FULL
一个或多个输出区域几乎满了(例如
|
static PrinterStateReason |
PrinterStateReason.OUTPUT_AREA_FULL
一个或多个输出区域都满了(例如
|
static PrinterStateReason |
PrinterStateReason.OUTPUT_TRAY_MISSING
一个或多个输出盘不在设备中。
|
static PrinterStateReason |
PrinterStateReason.PAUSED
有人停下来,打印机和打印机的
PrinterState 停止。
|
static PrinterStateReason |
PrinterStateReason.SHUTDOWN
有人已经删除了服务的打印机,该设备可能会断电或物理上被删除。
|
static PrinterStateReason |
PrinterStateReason.SPOOL_AREA_FULL
极限持久存储分配给后台已经达到。
|
static PrinterStateReason |
PrinterStateReason.STOPPED_PARTLY
当一台打印机控制多个输出设备时,这个原因表明一个或多个输出设备被停止。
|
static PrinterStateReason |
PrinterStateReason.STOPPING
打印机在停止该设备的过程中,将在一段时间停止。
|
static PrinterStateReason |
PrinterStateReason.TIMED_OUT
该服务器能够连接到输出设备(或总是连接),但无法得到输出设备的响应。
|
static PrinterStateReason |
PrinterStateReason.TONER_EMPTY
该装置是出了爽肤水。
|
static PrinterStateReason |
PrinterStateReason.TONER_LOW
该装置在爽肤水上。
|
Modifier and Type | Method and Description |
---|---|
Set<PrinterStateReason> |
PrinterStateReasons.printerStateReasonSet(Severity severity)
获得单独的打印机状态原因属性在给定的严重程度在这printerstatereasons不可更改设置视图属性。
|
Modifier and Type | Method and Description |
---|---|
Severity |
PrinterStateReasons.put(PrinterStateReason reason, Severity severity)
将给定的打印机状态原因添加到打印机状态原因属性,并将其与给定的严重程度级别关联起来。
|
Constructor and Description |
---|
PrinterStateReasons(Map<PrinterStateReason,Severity> map)
构建一个新的打印机状态的原因,包含相同的
PrinterStateReason -to -
Severity 映射为给定的Map。
|
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.