public class MediaTray extends Media implements Attribute
这类mediatray标准的媒体价值关键词。实施或网站定义名称为媒体属性也可以通过定义类的子类创建mediatray。
聚丙烯的相容性: mediatray是表示类的价值观的“媒体”属性,叫IPP纸托盘。
Modifier and Type | Field and Description |
---|---|
static MediaTray |
BOTTOM
打印机中的底部输入托盘。
|
static MediaTray |
ENVELOPE
打印机中的信封输入托盘。
|
static MediaTray |
LARGE_CAPACITY
打印机中的大容量输入托盘。
|
static MediaTray |
MAIN
打印机中的主要输入托盘。
|
static MediaTray |
MANUAL
打印机中的手动进料输入盘。
|
static MediaTray |
MIDDLE
打印机中的中间输入托盘。
|
static MediaTray |
SIDE
侧输入盘。
|
static MediaTray |
TOP
打印机中的顶部输入托盘。
|
Modifier | Constructor and Description |
---|---|
protected |
MediaTray(int value)
用给定的整数值构造一个新的媒体托盘枚举值。
|
Modifier and Type | Method and Description |
---|---|
protected EnumSyntax[] |
getEnumValueTable()
返回舱mediatray枚举值表。
|
protected String[] |
getStringTable()
返回舱mediatray字符串表。
|
equals, getCategory, getName
clone, getOffset, getValue, hashCode, readResolve, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
getCategory, getName
public static final MediaTray TOP
public static final MediaTray MIDDLE
public static final MediaTray BOTTOM
public static final MediaTray ENVELOPE
public static final MediaTray MANUAL
public static final MediaTray LARGE_CAPACITY
public static final MediaTray MAIN
public static final MediaTray SIDE
protected String[] getStringTable()
getStringTable
方法重写,继承类
EnumSyntax
protected EnumSyntax[] getEnumValueTable()
getEnumValueTable
方法重写,继承类
EnumSyntax
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.