java.lang.Object
javax.print.attribute.EnumSyntax
javax.print.attribute.standard.Media
javax.print.attribute.standard.MediaTray
- 所有已实现的接口:
-
Serializable
,Cloneable
,Attribute
,DocAttribute
,PrintJobAttribute
,PrintRequestAttribute
类
MediaTray
是Media
的子类。类MediaTray
是一个打印属性类,一个枚举,用于指定作业的介质托盘或箱。此属性可用于代替指定MediaSize
或MediaName
。
类MediaTray
声明了标准介质种类值的关键字。也可以通过定义MediaTray
类的子类来创建实现或站点定义的介质种类属性的名称。
IPP兼容性: MediaTray
是IPP“media”属性的值的表示类,该属性命名纸盒。
- 参见:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final MediaTray
打印机中的底部进纸盘。static final MediaTray
打印机中的信封进纸盘。static final MediaTray
打印机中的大容量进纸盘。static final MediaTray
打印机中的主进纸盘。static final MediaTray
打印机中的手动进纸盘。static final MediaTray
打印机中的中部进纸盘。static final MediaTray
侧面进纸盘。static final MediaTray
打印机中的顶部进纸盘。 -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected EnumSyntax[]
返回MediaTray
类的枚举值表。protected String[]
返回MediaTray
类的字符串表。Methods declared in class javax.print.attribute.standard.Media
equals, getCategory, getName
Methods declared in class javax.print.attribute.EnumSyntax
clone, getOffset, getValue, hashCode, readResolve, toString
Methods declared in interface javax.print.attribute.Attribute
getCategory, getName
-
Field Details
-
TOP
打印机中的顶部进纸盘。 -
MIDDLE
打印机中的中部进纸盘。 -
BOTTOM
打印机中的底部进纸盘。 -
ENVELOPE
打印机中的信封进纸盘。 -
MANUAL
打印机中的手动进纸盘。 -
LARGE_CAPACITY
打印机中的大容量进纸盘。 -
MAIN
打印机中的主进纸盘。 -
SIDE
侧面进纸盘。
-
-
Constructor Details
-
MediaTray
protected MediaTray(int value) 使用给定的整数值构造新的介质托盘枚举值。- 参数:
-
value
- 整数值
-
-
Method Details
-
getStringTable
返回MediaTray
类的字符串表。- 覆盖:
-
getStringTable
在类EnumSyntax
中 - 返回:
- 字符串表
-
getEnumValueTable
返回MediaTray
类的枚举值表。- 覆盖:
-
getEnumValueTable
在类EnumSyntax
中 - 返回:
- 值表
-