public static final class JobDeviceLanguage.JobDeviceLanguageOption extends Option
Describes the JobDeviceLanguage feature options.
| Modifier and Type | Field and Description |
|---|---|
static JobDeviceLanguage.JobDeviceLanguageOption |
_201PL
Specifies device language is PC-PR201.
|
static JobDeviceLanguage.JobDeviceLanguageOption |
ART
Specified device language is ART.
|
static JobDeviceLanguage.JobDeviceLanguageOption |
ASCII
Specified device language is ASCII.
|
static JobDeviceLanguage.JobDeviceLanguageOption |
CaPSL
Specified device language is CaPSL.
|
static JobDeviceLanguage.JobDeviceLanguageOption |
ESCP2
Specified device language is ESC/P2.
|
static JobDeviceLanguage.JobDeviceLanguageOption |
ESCPage
Specified device language is ESC/Page.
|
static JobDeviceLanguage.JobDeviceLanguageOption |
HPGL2
Specified device language is HP-GL/2.
|
static JobDeviceLanguage.JobDeviceLanguageOption |
KPDL
Specified device language is KPDL.
|
static JobDeviceLanguage.JobDeviceLanguageOption |
KS
Specified device language is KS.
|
static JobDeviceLanguage.JobDeviceLanguageOption |
KSSM
Specified device language is KSSM.
|
static JobDeviceLanguage.JobDeviceLanguageOption |
PCL
Specified device language is PCL.
|
static JobDeviceLanguage.JobDeviceLanguageOption |
PCL5c
Specified device language is PCL5c.
|
static JobDeviceLanguage.JobDeviceLanguageOption |
PCL5e
Specified device language is PCL5e.
|
static JobDeviceLanguage.JobDeviceLanguageOption |
PCLXL
Specified device language is PCL-XL.
|
static JobDeviceLanguage.JobDeviceLanguageOption |
PostScript
Specified device language is PostScript.
|
static JobDeviceLanguage.JobDeviceLanguageOption |
PPDS
Specified device language is PPDS.
|
static JobDeviceLanguage.JobDeviceLanguageOption |
RPDL
Specified device language is RPDL.
|
static JobDeviceLanguage.JobDeviceLanguageOption |
RTL
Specified device language is RTL.
|
static JobDeviceLanguage.JobDeviceLanguageOption |
XPS
Specifies device language is XPS.
|
| Constructor and Description |
|---|
JobDeviceLanguageOption(JobDeviceLanguage.JobDeviceLanguageOption option)
Clones this option instance.
|
JobDeviceLanguageOption(String name,
JobDeviceLanguage.IJobDeviceLanguageOptionItem... items)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
JobDeviceLanguage.JobDeviceLanguageOption |
add(JobDeviceLanguage.IJobDeviceLanguageOptionItem... items)
Adds a list of
IJobDeviceLanguageOptionItem instances to the options. |
JobDeviceLanguage.JobDeviceLanguageOption |
clone()
Clones this option instance.
|
JobDeviceLanguage.JobDeviceLanguageOption |
setLanguageEncoding(String languageEncoding)
Sets the
LanguageEncoding scored property value. |
JobDeviceLanguage.JobDeviceLanguageOption |
setLanguageLevel(String languageLevel)
Sets the
LanguageLevel scored property value. |
JobDeviceLanguage.JobDeviceLanguageOption |
setLanguageVersion(String languageVersion)
Sets the
LanguageVersion scored property value. |
getNameequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic static final JobDeviceLanguage.JobDeviceLanguageOption XPS
Specifies device language is XPS.
public static final JobDeviceLanguage.JobDeviceLanguageOption _201PL
Specifies device language is PC-PR201.
public static final JobDeviceLanguage.JobDeviceLanguageOption ART
Specified device language is ART.
public static final JobDeviceLanguage.JobDeviceLanguageOption ASCII
Specified device language is ASCII.
public static final JobDeviceLanguage.JobDeviceLanguageOption CaPSL
Specified device language is CaPSL.
public static final JobDeviceLanguage.JobDeviceLanguageOption ESCP2
Specified device language is ESC/P2.
public static final JobDeviceLanguage.JobDeviceLanguageOption ESCPage
Specified device language is ESC/Page.
public static final JobDeviceLanguage.JobDeviceLanguageOption HPGL2
Specified device language is HP-GL/2.
public static final JobDeviceLanguage.JobDeviceLanguageOption KPDL
Specified device language is KPDL.
public static final JobDeviceLanguage.JobDeviceLanguageOption KS
Specified device language is KS.
public static final JobDeviceLanguage.JobDeviceLanguageOption KSSM
Specified device language is KSSM.
public static final JobDeviceLanguage.JobDeviceLanguageOption PCL
Specified device language is PCL.
public static final JobDeviceLanguage.JobDeviceLanguageOption PCL5c
Specified device language is PCL5c.
public static final JobDeviceLanguage.JobDeviceLanguageOption PCL5e
Specified device language is PCL5e.
public static final JobDeviceLanguage.JobDeviceLanguageOption PCLXL
Specified device language is PCL-XL.
public static final JobDeviceLanguage.JobDeviceLanguageOption PostScript
Specified device language is PostScript.
public static final JobDeviceLanguage.JobDeviceLanguageOption PPDS
Specified device language is PPDS.
public static final JobDeviceLanguage.JobDeviceLanguageOption RPDL
Specified device language is RPDL.
public static final JobDeviceLanguage.JobDeviceLanguageOption RTL
Specified device language is RTL.
public JobDeviceLanguageOption(String name, JobDeviceLanguage.IJobDeviceLanguageOptionItem... items)
Creates a new instance.
name - An option name.items - An arbitrary array of IJobDeviceLanguageOptionItem instances.public JobDeviceLanguageOption(JobDeviceLanguage.JobDeviceLanguageOption option)
Clones this option instance.
option - An instance to clone.public JobDeviceLanguage.JobDeviceLanguageOption add(JobDeviceLanguage.IJobDeviceLanguageOptionItem... items)
Adds a list of IJobDeviceLanguageOptionItem instances to the options.
items - An arbitrary array of IJobDeviceLanguageOptionItem instances.public JobDeviceLanguage.JobDeviceLanguageOption setLanguageLevel(String languageLevel)
Sets the LanguageLevel scored property value.
languageLevel - The LanguageLevel scored property value.public JobDeviceLanguage.JobDeviceLanguageOption setLanguageEncoding(String languageEncoding)
Sets the LanguageEncoding scored property value.
languageEncoding - The LanguageEncoding scored property value.public JobDeviceLanguage.JobDeviceLanguageOption setLanguageVersion(String languageVersion)
Sets the LanguageVersion scored property value.
languageVersion - The LanguageVersion scored property value.public JobDeviceLanguage.JobDeviceLanguageOption clone()
Clones this option instance. The shortcut to the cloneing constructor.
Copyright © 2025 Aspose. All Rights Reserved.