JobPrintTicket

Inheritance: java.lang.Object, com.aspose.xps.metadata.PrintTicket

public final class JobPrintTicket extends PrintTicket

ジョブレベルの印刷チケットをカプセル化するクラスです。

コンストラクタ

コンストラクタ説明
JobPrintTicket(IJobPrintTicketItem[] items)ジョブレベルの印刷チケット インスタンスを作成します。

メソッド

メソッド説明
add(IJobPrintTicketItem[] items)この PrintTicket アイテムリストの末尾にアイテムの配列を追加します。
equals(Object arg0)
getClass()
hashCode()
iterator()印刷チケット アイテム名のイテレータを返します。
notify()
notifyAll()
remove(String[] names)この PrintTicket アイテムリストからアイテムを削除します。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

JobPrintTicket(IJobPrintTicketItem[] items)

public JobPrintTicket(IJobPrintTicketItem[] items)

ジョブレベルの印刷チケット インスタンスを作成します。

Parameters:

パラメータ説明
itemsIJobPrintTicketItem[]任意の IJobPrintTicketItem インスタンスの配列です。各インスタンスは Feature、ParameterInit、または Property のいずれかです。

add(IJobPrintTicketItem[] items)

public void add(IJobPrintTicketItem[] items)

この PrintTicket アイテムリストの末尾にアイテムの配列を追加します。各要素は Feature 、 ParameterInit 、または Property インスタンスである可能性があります。

Parameters:

パラメータ説明
itemsIJobPrintTicketItem[]追加するアイテムの配列です。

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

パラメータ説明
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

iterator()

public Iterator<String> iterator()

印刷チケット アイテム名のイテレータを返します。

Returns: java.util.Iterator<java.lang.String> - リストのイテレータを返します。

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

remove(String[] names)

public void remove(String[] names)

この PrintTicket アイテムリストからアイテムを削除します。

Parameters:

パラメータ説明
名前java.lang.String[]アイテム名の配列です。

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