JobDeviceLanguage.JobDeviceLanguageOption
Inheritance: java.lang.Object, com.aspose.xps.metadata.PrintTicketElement, com.aspose.xps.metadata.CompositePrintTicketElement, com.aspose.xps.metadata.Option
public static final class JobDeviceLanguage.JobDeviceLanguageOption extends Option
描述 JobDeviceLanguage 功能选项。
构造函数
| 构造函数 | 描述 |
|---|---|
| JobDeviceLanguageOption(String name, JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items) | 创建一个新实例。 |
| JobDeviceLanguageOption(JobDeviceLanguage.JobDeviceLanguageOption option) | 克隆此选项实例。 |
字段
| 字段 | 描述 |
|---|---|
| ART | 指定的设备语言是 ART。 |
| ASCII | 指定的设备语言是 ASCII。 |
| CaPSL | 指定的设备语言是 CaPSL。 |
| ESCP2 | 指定的设备语言是 ESC/P2。 |
| ESCPage | 指定的设备语言是 ESC/Page。 |
| HPGL2 | 指定的设备语言是 HP-GL/2。 |
| KPDL | 指定的设备语言是 KPDL。 |
| KS | 指定的设备语言是 KS。 |
| KSSM | 指定的设备语言是 KSSM。 |
| PCL | 指定的设备语言是 PCL。 |
| PCL5c | 指定的设备语言是 PCL5c。 |
| PCL5e | 指定的设备语言是 PCL5e。 |
| PCLXL | 指定的设备语言是 PCL-XL。 |
| PPDS | 指定的设备语言是 PPDS。 |
| PostScript | 指定的设备语言是 PostScript。 |
| RPDL | 指定的设备语言是 RPDL。 |
| RTL | 指定的设备语言是 RTL。 |
| XPS | 指定的设备语言是 XPS。 |
| _201PL | 指定的设备语言是 PC-PR201。 |
方法
| 方法 | 描述 |
|---|---|
| add(IOptionItem[] items) | 将一系列项目添加到此选项的项目列表末尾。 |
| add(JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items) | 向选项添加一组 IJobDeviceLanguageOptionItem 实例。 |
| clone() | 克隆此选项实例。 |
| equals(Object arg0) | |
| getClass() | |
| getName() | 获取元素名称。 |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setLanguageEncoding(String languageEncoding) | 设置 LanguageEncoding 计分属性的值。 |
| setLanguageLevel(String languageLevel) | 设置 LanguageLevel 计分属性的值。 |
| setLanguageVersion(String languageVersion) | 设置 LanguageVersion 计分属性的值。 |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
JobDeviceLanguageOption(String name, JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items)
public JobDeviceLanguageOption(String name, JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items)
创建一个新实例。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| 名称 | java.lang.String | 一个选项名称。 |
| items | IJobDeviceLanguageOptionItem[] | 任意的 IJobDeviceLanguageOptionItem 实例数组。 |
JobDeviceLanguageOption(JobDeviceLanguage.JobDeviceLanguageOption option)
public JobDeviceLanguageOption(JobDeviceLanguage.JobDeviceLanguageOption option)
克隆此选项实例。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| option | JobDeviceLanguageOption | 要克隆的实例。 |
ART
public static final JobDeviceLanguage.JobDeviceLanguageOption ART
指定的设备语言是 ART。
ASCII
public static final JobDeviceLanguage.JobDeviceLanguageOption ASCII
指定的设备语言是 ASCII。
CaPSL
public static final JobDeviceLanguage.JobDeviceLanguageOption CaPSL
指定的设备语言是 CaPSL。
ESCP2
public static final JobDeviceLanguage.JobDeviceLanguageOption ESCP2
指定的设备语言是 ESC/P2。
ESCPage
public static final JobDeviceLanguage.JobDeviceLanguageOption ESCPage
指定的设备语言是 ESC/Page。
HPGL2
public static final JobDeviceLanguage.JobDeviceLanguageOption HPGL2
指定的设备语言是 HP-GL/2。
KPDL
public static final JobDeviceLanguage.JobDeviceLanguageOption KPDL
指定的设备语言是 KPDL。
KS
public static final JobDeviceLanguage.JobDeviceLanguageOption KS
指定的设备语言是 KS。
KSSM
public static final JobDeviceLanguage.JobDeviceLanguageOption KSSM
指定的设备语言是 KSSM。
PCL
public static final JobDeviceLanguage.JobDeviceLanguageOption PCL
指定的设备语言是 PCL。
PCL5c
public static final JobDeviceLanguage.JobDeviceLanguageOption PCL5c
指定的设备语言是 PCL5c。
PCL5e
public static final JobDeviceLanguage.JobDeviceLanguageOption PCL5e
指定的设备语言是 PCL5e。
PCLXL
public static final JobDeviceLanguage.JobDeviceLanguageOption PCLXL
指定的设备语言是 PCL-XL。
PPDS
public static final JobDeviceLanguage.JobDeviceLanguageOption PPDS
指定的设备语言是 PPDS。
PostScript
public static final JobDeviceLanguage.JobDeviceLanguageOption PostScript
指定的设备语言是 PostScript。
RPDL
public static final JobDeviceLanguage.JobDeviceLanguageOption RPDL
指定的设备语言是 RPDL。
RTL
public static final JobDeviceLanguage.JobDeviceLanguageOption RTL
指定的设备语言是 RTL。
XPS
public static final JobDeviceLanguage.JobDeviceLanguageOption XPS
指定的设备语言是 XPS。
_201PL
public static final JobDeviceLanguage.JobDeviceLanguageOption _201PL
指定的设备语言是 PC-PR201。
add(IOptionItem[] items)
public void add(IOptionItem[] items)
将一系列项目添加到此选项的项目列表末尾。每个项目必须是 ScoredProperty 或 Property 实例。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| items | IOptionItem[] | 要添加的项目列表。 |
add(JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items)
public JobDeviceLanguage.JobDeviceLanguageOption add(JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items)
向选项添加一组 IJobDeviceLanguageOptionItem 实例。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| items | IJobDeviceLanguageOptionItem[] | 任意的 IJobDeviceLanguageOptionItem 实例数组。 |
Returns: JobDeviceLanguageOption - This option instance.
clone()
public JobDeviceLanguage.JobDeviceLanguageOption clone()
克隆此选项实例。该快捷方式指向克隆构造函数。
Returns: JobDeviceLanguageOption - The clone of this option instance.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getName()
public String getName()
获取元素名称。
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setLanguageEncoding(String languageEncoding)
public JobDeviceLanguage.JobDeviceLanguageOption setLanguageEncoding(String languageEncoding)
设置 LanguageEncoding 计分属性的值。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| languageEncoding | java.lang.String | LanguageEncoding 计分属性的值。 |
Returns: JobDeviceLanguageOption - This option instance.
setLanguageLevel(String languageLevel)
public JobDeviceLanguage.JobDeviceLanguageOption setLanguageLevel(String languageLevel)
设置 LanguageLevel 计分属性的值。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| languageLevel | java.lang.String | LanguageLevel 计分属性的值。 |
Returns: JobDeviceLanguageOption - This option instance.
setLanguageVersion(String languageVersion)
public JobDeviceLanguage.JobDeviceLanguageOption setLanguageVersion(String languageVersion)
设置 LanguageVersion 计分属性的值。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| languageVersion | java.lang.String | LanguageVersion 计分属性的值。 |
Returns: JobDeviceLanguageOption - This option instance.
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | long | |
| arg1 | int |