PrintTicket

Inheritance: java.lang.Object

All Implemented Interfaces: java.lang.Iterable

public abstract class PrintTicket implements Iterable<String>

任意のスコープの共通 PrintTicket を実装するクラスです。ジョブ、ドキュメント、ページレベルの印刷チケットの基底クラスです。PrintTicket 要素は PrintTicket ドキュメントのルート要素です。PrintTicket 要素はジョブを出力するために必要なすべてのジョブ書式情報を含みます。 https://docs.microsoft.com/en-us/windows/win32/printdocs/printticket

コンストラクタ

コンストラクタ説明
PrintTicket(IPrintTicketItem[] items)新しいインスタンスを作成します。

メソッド

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

PrintTicket(IPrintTicketItem[] items)

public PrintTicket(IPrintTicketItem[] items)

新しいインスタンスを作成します。

Parameters:

パラメータ説明
itemsIPrintTicketItem[]任意の IPrintTicketItem インスタンスの配列です。各インスタンスは Feature、ParameterInit、または Property のいずれかでなければなりません。

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