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 | オプション名。 |
| items | IJobDeviceLanguageOptionItem[] | 任意の IJobDeviceLanguageOptionItem インスタンスの配列。 |
JobDeviceLanguageOption(JobDeviceLanguage.JobDeviceLanguageOption option)
public JobDeviceLanguageOption(JobDeviceLanguage.JobDeviceLanguageOption option)
このオプション インスタンスをクローンします。
Parameters:
| パラメータ | 型 | 説明 |
|---|---|---|
| option | JobDeviceLanguageOption | クローン対象のインスタンス。 |
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:
| パラメータ | 型 | 説明 |
|---|---|---|
| items | IOptionItem[] | 追加する項目のリスト。 |
add(JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items)
public JobDeviceLanguage.JobDeviceLanguageOption add(JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items)
オプションに IJobDeviceLanguageOptionItem インスタンスのリストを追加します。
Parameters:
| パラメータ | 型 | 説明 |
|---|---|---|
| items | IJobDeviceLanguageOptionItem[] | 任意の 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:
| パラメータ | 型 | 説明 |
|---|---|---|
| arg0 | java.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:
| パラメータ | 型 | 説明 |
|---|---|---|
| languageEncoding | java.lang.String | LanguageEncoding のスコア付きプロパティ値。 |
Returns: JobDeviceLanguageOption - This option instance.
setLanguageLevel(String languageLevel)
public JobDeviceLanguage.JobDeviceLanguageOption setLanguageLevel(String languageLevel)
LanguageLevel のスコア付きプロパティ値を設定します。
Parameters:
| パラメータ | 型 | 説明 |
|---|---|---|
| languageLevel | java.lang.String | LanguageLevel のスコア付きプロパティ値。 |
Returns: JobDeviceLanguageOption - This option instance.
setLanguageVersion(String languageVersion)
public JobDeviceLanguage.JobDeviceLanguageOption setLanguageVersion(String languageVersion)
LanguageVersion のスコア付きプロパティ値を設定します。
Parameters:
| パラメータ | 型 | 説明 |
|---|---|---|
| languageVersion | java.lang.String | LanguageVersion のスコア付きプロパティ値。 |
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:
| パラメータ | 型 | 説明 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| パラメータ | 型 | 説明 |
|---|---|---|
| arg0 | long | |
| arg1 | int |