PagePrintTicket

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

public final class PagePrintTicket extends PrintTicket

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

コンストラクタ

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

メソッド

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

PagePrintTicket(IPagePrintTicketItem[] items)

public PagePrintTicket(IPagePrintTicketItem[] items)

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

Parameters:

パラメータ説明
itemsIPagePrintTicketItem[]任意の IPagePrintTicketItem インスタンスの配列です。各要素は Feature 、 ParameterInit 、または Property インスタンスでなければなりません。

add(IPagePrintTicketItem[] items)

public void add(IPagePrintTicketItem[] items)

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

Parameters:

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

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