JavaScript is disabled on your browser.
跳过导航
概述
模块
软件包
类
使用
树
已过时的
索引
帮助
Java SE 11 & JDK 11
所有类
SEARCH:
JavaScript is disabled on your browser.
Uses of Class
javax.print.attribute.standard.PrinterState
Packages that use
PrinterState
软件包
描述
javax.print.attribute.standard
包
javax.print.attribute.standard
包含特定打印属性的类。
Uses of
PrinterState
in
javax.print.attribute.standard
Fields in
javax.print.attribute.standard
declared as
PrinterState
变量和类型
字段
描述
static
PrinterState
PrinterState.
IDLE
表示新作业无需等待即可开始处理。
static
PrinterState
PrinterState.
PROCESSING
表示作业正在处理;
新工作将在处理前等待。
static
PrinterState
PrinterState.
STOPPED
表示不能处理任何作业并且需要干预。
static
PrinterState
PrinterState.
UNKNOWN
打印机状态未知。