public final class DialogTypeSelection extends EnumSyntax implements PrintRequestAttribute
NATIVE
指定,那么,一个本地平台显示的对话框。如果
COMMON
是指定的,跨平台的打印对话框显示。此选项指定一个IPP使用原生对话框的属性设置提供了一个标准的方式由用户调用应用程序的设置和选项改变反射回去,并结合本地对话框到java打印接口。但需要注意的是,在本地有些选项和设置可能不一定MapIPP属性作为他们可能不规范的平台,甚至打印机选项。
聚丙烯的相容性:这不是IPP属性。
Modifier and Type | Field and Description |
---|---|
static DialogTypeSelection |
COMMON |
static DialogTypeSelection |
NATIVE |
Modifier | Constructor and Description |
---|---|
protected |
DialogTypeSelection(int value)
用给定的整数值构造一个新的对话框类型选择枚举值。
|
Modifier and Type | Method and Description |
---|---|
类 |
getCategory()
获取要用作该打印属性值的“类别”的打印属性类。
|
protected EnumSyntax[] |
getEnumValueTable()
返回舱dialogtypeselection枚举值表。
|
String |
getName()
获取此属性值的类别的名称,即一个实例。
|
protected String[] |
getStringTable()
返回舱dialogtypeselection字符串表。
|
clone, getOffset, getValue, hashCode, readResolve, toString
public static final DialogTypeSelection NATIVE
public static final DialogTypeSelection COMMON
protected DialogTypeSelection(int value)
value
整型值。
protected String[] getStringTable()
getStringTable
方法重写,继承类
EnumSyntax
protected EnumSyntax[] getEnumValueTable()
getEnumValueTable
方法重写,继承类
EnumSyntax
public final 类 getCategory()
方法重写,继承类dialogtypeselection范畴类dialogtypeselection本身。
getCategory
接口
Attribute
java.lang.Class
类实例。
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.