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

Describes the JobDeviceLanguage feature options.

Constructors

ConstructorDescription
JobDeviceLanguageOption(String name, JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items)Creates a new instance.
JobDeviceLanguageOption(JobDeviceLanguage.JobDeviceLanguageOption option)Clones this option instance.

Fields

FieldDescription
XPSSpecifies device language is XPS.
_201PLSpecifies device language is PC-PR201.
ARTSpecified device language is ART.
ASCIISpecified device language is ASCII.
CaPSLSpecified device language is CaPSL.
ESCP2Specified device language is ESC/P2.
ESCPageSpecified device language is ESC/Page.
HPGL2Specified device language is HP-GL/2.
KPDLSpecified device language is KPDL.
KSSpecified device language is KS.
KSSMSpecified device language is KSSM.
PCLSpecified device language is PCL.
PCL5cSpecified device language is PCL5c.
PCL5eSpecified device language is PCL5e.
PCLXLSpecified device language is PCL-XL.
PostScriptSpecified device language is PostScript.
PPDSSpecified device language is PPDS.
RPDLSpecified device language is RPDL.
RTLSpecified device language is RTL.

Methods

MethodDescription
add(JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items)Adds a list of IJobDeviceLanguageOptionItem instances to the options.
setLanguageLevel(String languageLevel)Sets the LanguageLevel scored property value.
setLanguageEncoding(String languageEncoding)Sets the LanguageEncoding scored property value.
setLanguageVersion(String languageVersion)Sets the LanguageVersion scored property value.
clone()Clones this option instance.

JobDeviceLanguageOption(String name, JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items)

public JobDeviceLanguageOption(String name, JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items)

Creates a new instance.

Parameters:

ParameterTypeDescription
namejava.lang.StringAn option name.
itemscom.aspose.xps.metadata.JobDeviceLanguage.IJobDeviceLanguageOptionItem[]An arbitrary array of IJobDeviceLanguageOptionItem instances.

JobDeviceLanguageOption(JobDeviceLanguage.JobDeviceLanguageOption option)

public JobDeviceLanguageOption(JobDeviceLanguage.JobDeviceLanguageOption option)

Clones this option instance.

Parameters:

ParameterTypeDescription
optionJobDeviceLanguageOptionAn instance to clone.

XPS

public static JobDeviceLanguage.JobDeviceLanguageOption XPS

Specifies device language is XPS.

_201PL

public static JobDeviceLanguage.JobDeviceLanguageOption _201PL

Specifies device language is PC-PR201.

ART

public static JobDeviceLanguage.JobDeviceLanguageOption ART

Specified device language is ART.

ASCII

public static JobDeviceLanguage.JobDeviceLanguageOption ASCII

Specified device language is ASCII.

CaPSL

public static JobDeviceLanguage.JobDeviceLanguageOption CaPSL

Specified device language is CaPSL.

ESCP2

public static JobDeviceLanguage.JobDeviceLanguageOption ESCP2

Specified device language is ESC/P2.

ESCPage

public static JobDeviceLanguage.JobDeviceLanguageOption ESCPage

Specified device language is ESC/Page.

HPGL2

public static JobDeviceLanguage.JobDeviceLanguageOption HPGL2

Specified device language is HP-GL/2.

KPDL

public static JobDeviceLanguage.JobDeviceLanguageOption KPDL

Specified device language is KPDL.

KS

public static JobDeviceLanguage.JobDeviceLanguageOption KS

Specified device language is KS.

KSSM

public static JobDeviceLanguage.JobDeviceLanguageOption KSSM

Specified device language is KSSM.

PCL

public static JobDeviceLanguage.JobDeviceLanguageOption PCL

Specified device language is PCL.

PCL5c

public static JobDeviceLanguage.JobDeviceLanguageOption PCL5c

Specified device language is PCL5c.

PCL5e

public static JobDeviceLanguage.JobDeviceLanguageOption PCL5e

Specified device language is PCL5e.

PCLXL

public static JobDeviceLanguage.JobDeviceLanguageOption PCLXL

Specified device language is PCL-XL.

PostScript

public static JobDeviceLanguage.JobDeviceLanguageOption PostScript

Specified device language is PostScript.

PPDS

public static JobDeviceLanguage.JobDeviceLanguageOption PPDS

Specified device language is PPDS.

RPDL

public static JobDeviceLanguage.JobDeviceLanguageOption RPDL

Specified device language is RPDL.

RTL

public static JobDeviceLanguage.JobDeviceLanguageOption RTL

Specified device language is RTL.

add(JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items)

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

Adds a list of IJobDeviceLanguageOptionItem instances to the options.

Parameters:

ParameterTypeDescription
itemscom.aspose.xps.metadata.JobDeviceLanguage.IJobDeviceLanguageOptionItem[]An arbitrary array of IJobDeviceLanguageOptionItem instances.

Returns: JobDeviceLanguageOption - This option instance.

setLanguageLevel(String languageLevel)

public JobDeviceLanguage.JobDeviceLanguageOption setLanguageLevel(String languageLevel)

Sets the LanguageLevel scored property value.

Parameters:

ParameterTypeDescription
languageLeveljava.lang.StringThe LanguageLevel scored property value.

Returns: JobDeviceLanguageOption - This option instance.

setLanguageEncoding(String languageEncoding)

public JobDeviceLanguage.JobDeviceLanguageOption setLanguageEncoding(String languageEncoding)

Sets the LanguageEncoding scored property value.

Parameters:

ParameterTypeDescription
languageEncodingjava.lang.StringThe LanguageEncoding scored property value.

Returns: JobDeviceLanguageOption - This option instance.

setLanguageVersion(String languageVersion)

public JobDeviceLanguage.JobDeviceLanguageOption setLanguageVersion(String languageVersion)

Sets the LanguageVersion scored property value.

Parameters:

ParameterTypeDescription
languageVersionjava.lang.StringThe LanguageVersion scored property value.

Returns: JobDeviceLanguageOption - This option instance.

clone()

public JobDeviceLanguage.JobDeviceLanguageOption clone()

Clones this option instance. The shortcut to the cloneing constructor.

Returns: JobDeviceLanguageOption - The clone of this option instance.