public final class DialogTypeSelection extends EnumSyntax implements PrintRequestAttribute
NATIVE NATIVE,则在可用的位置显示本机平台对话框。 
       如果COMMON ,则会显示跨平台打印对话框。 
       用于指定与IPP属性集一起使用的本地对话框的此选项提供了反映用户对调用应用程序进行的设置和选项更改的标准方法,并将本机对话框集成到Java打印API中。 
       但请注意,本地对话框中的某些选项和设置可能不一定映射到IPP属性,因为它们可能是非标准平台,甚至是打印机特定选项。 
       IPP兼容性:这不是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, toStringpublic 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.