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. |
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static JobDeviceLanguage.JobDeviceLanguageOption XPS
Specifies device language is XPS.
public static JobDeviceLanguage.JobDeviceLanguageOption _201PL
Specifies device language is PC-PR201.
public static JobDeviceLanguage.JobDeviceLanguageOption ART
Specified device language is ART.
public static JobDeviceLanguage.JobDeviceLanguageOption ASCII
Specified device language is ASCII.
public static JobDeviceLanguage.JobDeviceLanguageOption CaPSL
Specified device language is CaPSL.
public static JobDeviceLanguage.JobDeviceLanguageOption ESCP2
Specified device language is ESC/P2.
public static JobDeviceLanguage.JobDeviceLanguageOption ESCPage
Specified device language is ESC/Page.
public static JobDeviceLanguage.JobDeviceLanguageOption HPGL2
Specified device language is HP-GL/2.
public static JobDeviceLanguage.JobDeviceLanguageOption KPDL
Specified device language is KPDL.
public static JobDeviceLanguage.JobDeviceLanguageOption KS
Specified device language is KS.
public static JobDeviceLanguage.JobDeviceLanguageOption KSSM
Specified device language is KSSM.
public static JobDeviceLanguage.JobDeviceLanguageOption PCL
Specified device language is PCL.
public static JobDeviceLanguage.JobDeviceLanguageOption PCL5c
Specified device language is PCL5c.
public static JobDeviceLanguage.JobDeviceLanguageOption PCL5e
Specified device language is PCL5e.
public static JobDeviceLanguage.JobDeviceLanguageOption PCLXL
Specified device language is PCL-XL.
public static JobDeviceLanguage.JobDeviceLanguageOption PostScript
Specified device language is PostScript.
public static JobDeviceLanguage.JobDeviceLanguageOption PPDS
Specified device language is PPDS.
public static JobDeviceLanguage.JobDeviceLanguageOption RPDL
Specified device language is RPDL.
public static 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 © 2022 Aspose. All Rights Reserved.