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
Constructor | Description |
---|---|
JobDeviceLanguageOption(String name, JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items) | Creates a new instance. |
JobDeviceLanguageOption(JobDeviceLanguage.JobDeviceLanguageOption option) | Clones this option instance. |
Fields
Field | Description |
---|---|
ART | Specified device language is ART. |
ASCII | Specified device language is ASCII. |
CaPSL | Specified device language is CaPSL. |
ESCP2 | Specified device language is ESC/P2. |
ESCPage | Specified device language is ESC/Page. |
HPGL2 | Specified device language is HP-GL/2. |
KPDL | Specified device language is KPDL. |
KS | Specified device language is KS. |
KSSM | Specified device language is KSSM. |
PCL | Specified device language is PCL. |
PCL5c | Specified device language is PCL5c. |
PCL5e | Specified device language is PCL5e. |
PCLXL | Specified device language is PCL-XL. |
PPDS | Specified device language is PPDS. |
PostScript | Specified device language is PostScript. |
RPDL | Specified device language is RPDL. |
RTL | Specified device language is RTL. |
XPS | Specifies device language is XPS. |
_201PL | Specifies device language is PC-PR201. |
Methods
Method | Description |
---|---|
add(IOptionItem[] items) | Adds a list of items to the end of this option’s item list. |
add(JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items) | Adds a list of IJobDeviceLanguageOptionItem instances to the options. |
clone() | Clones this option instance. |
equals(Object arg0) | |
getClass() | |
getName() | Gets the element name. |
hashCode() | |
notify() | |
notifyAll() | |
setLanguageEncoding(String languageEncoding) | Sets the LanguageEncoding scored property value. |
setLanguageLevel(String languageLevel) | Sets the LanguageLevel scored property value. |
setLanguageVersion(String languageVersion) | Sets the LanguageVersion scored property value. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
JobDeviceLanguageOption(String name, JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items)
public JobDeviceLanguageOption(String name, JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items)
Creates a new instance.
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String | An option name. |
items | IJobDeviceLanguageOptionItem[] | An arbitrary array of IJobDeviceLanguageOptionItem instances. |
JobDeviceLanguageOption(JobDeviceLanguage.JobDeviceLanguageOption option)
public JobDeviceLanguageOption(JobDeviceLanguage.JobDeviceLanguageOption option)
Clones this option instance.
Parameters:
Parameter | Type | Description |
---|---|---|
option | JobDeviceLanguageOption | An instance to clone. |
ART
public static final JobDeviceLanguage.JobDeviceLanguageOption ART
Specified device language is ART.
ASCII
public static final JobDeviceLanguage.JobDeviceLanguageOption ASCII
Specified device language is ASCII.
CaPSL
public static final JobDeviceLanguage.JobDeviceLanguageOption CaPSL
Specified device language is CaPSL.
ESCP2
public static final JobDeviceLanguage.JobDeviceLanguageOption ESCP2
Specified device language is ESC/P2.
ESCPage
public static final JobDeviceLanguage.JobDeviceLanguageOption ESCPage
Specified device language is ESC/Page.
HPGL2
public static final JobDeviceLanguage.JobDeviceLanguageOption HPGL2
Specified device language is HP-GL/2.
KPDL
public static final JobDeviceLanguage.JobDeviceLanguageOption KPDL
Specified device language is KPDL.
KS
public static final JobDeviceLanguage.JobDeviceLanguageOption KS
Specified device language is KS.
KSSM
public static final JobDeviceLanguage.JobDeviceLanguageOption KSSM
Specified device language is KSSM.
PCL
public static final JobDeviceLanguage.JobDeviceLanguageOption PCL
Specified device language is PCL.
PCL5c
public static final JobDeviceLanguage.JobDeviceLanguageOption PCL5c
Specified device language is PCL5c.
PCL5e
public static final JobDeviceLanguage.JobDeviceLanguageOption PCL5e
Specified device language is PCL5e.
PCLXL
public static final JobDeviceLanguage.JobDeviceLanguageOption PCLXL
Specified device language is PCL-XL.
PPDS
public static final JobDeviceLanguage.JobDeviceLanguageOption PPDS
Specified device language is PPDS.
PostScript
public static final JobDeviceLanguage.JobDeviceLanguageOption PostScript
Specified device language is PostScript.
RPDL
public static final JobDeviceLanguage.JobDeviceLanguageOption RPDL
Specified device language is RPDL.
RTL
public static final JobDeviceLanguage.JobDeviceLanguageOption RTL
Specified device language is RTL.
XPS
public static final JobDeviceLanguage.JobDeviceLanguageOption XPS
Specifies device language is XPS.
_201PL
public static final JobDeviceLanguage.JobDeviceLanguageOption _201PL
Specifies device language is PC-PR201.
add(IOptionItem[] items)
public void add(IOptionItem[] items)
Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or a Property instance.
Parameters:
Parameter | Type | Description |
---|---|---|
items | IOptionItem[] | List of items to add. |
add(JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items)
public JobDeviceLanguage.JobDeviceLanguageOption add(JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items)
Adds a list of IJobDeviceLanguageOptionItem instances to the options.
Parameters:
Parameter | Type | Description |
---|---|---|
items | IJobDeviceLanguageOptionItem[] | An arbitrary array of IJobDeviceLanguageOptionItem instances. |
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.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getName()
public String getName()
Gets the element name.
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)
Sets the LanguageEncoding scored property value.
Parameters:
Parameter | Type | Description |
---|---|---|
languageEncoding | java.lang.String | The LanguageEncoding scored property value. |
Returns: JobDeviceLanguageOption - This option instance.
setLanguageLevel(String languageLevel)
public JobDeviceLanguage.JobDeviceLanguageOption setLanguageLevel(String languageLevel)
Sets the LanguageLevel scored property value.
Parameters:
Parameter | Type | Description |
---|---|---|
languageLevel | java.lang.String | The LanguageLevel scored property value. |
Returns: JobDeviceLanguageOption - This option instance.
setLanguageVersion(String languageVersion)
public JobDeviceLanguage.JobDeviceLanguageOption setLanguageVersion(String languageVersion)
Sets the LanguageVersion scored property value.
Parameters:
Parameter | Type | Description |
---|---|---|
languageVersion | java.lang.String | The LanguageVersion scored property value. |
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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |