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一个选项名称。
itemsIJobDeviceLanguageOptionItem[]任意的 IJobDeviceLanguageOptionItem 实例数组。

JobDeviceLanguageOption(JobDeviceLanguage.JobDeviceLanguageOption option)

public JobDeviceLanguageOption(JobDeviceLanguage.JobDeviceLanguageOption option)

克隆此选项实例。

Parameters:

参数类型描述
optionJobDeviceLanguageOption要克隆的实例。

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:

参数类型描述
itemsIOptionItem[]要添加的项目列表。

add(JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items)

public JobDeviceLanguage.JobDeviceLanguageOption add(JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items)

向选项添加一组 IJobDeviceLanguageOptionItem 实例。

Parameters:

参数类型描述
itemsIJobDeviceLanguageOptionItem[]任意的 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:

参数类型描述
arg0java.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:

参数类型描述
languageEncodingjava.lang.StringLanguageEncoding 计分属性的值。

Returns: JobDeviceLanguageOption - This option instance.

setLanguageLevel(String languageLevel)

public JobDeviceLanguage.JobDeviceLanguageOption setLanguageLevel(String languageLevel)

设置 LanguageLevel 计分属性的值。

Parameters:

参数类型描述
languageLeveljava.lang.StringLanguageLevel 计分属性的值。

Returns: JobDeviceLanguageOption - This option instance.

setLanguageVersion(String languageVersion)

public JobDeviceLanguage.JobDeviceLanguageOption setLanguageVersion(String languageVersion)

设置 LanguageVersion 计分属性的值。

Parameters:

参数类型描述
languageVersionjava.lang.StringLanguageVersion 计分属性的值。

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:

参数类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

参数类型描述
arg0long
arg1int