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