PagePrintTicket
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.xps.metadata.PrintTicket
public final class PagePrintTicket extends PrintTicket
The class that incapsulates a page-level print ticket.
Constructors
Constructor | Description |
---|---|
PagePrintTicket(IPagePrintTicketItem[] items) | Creates a page-level print ticket instance. |
Methods
Method | Description |
---|---|
add(IPagePrintTicketItem[] items) | Adds an array of items to the end of this PrintTicket item list. |
equals(Object arg0) | |
getClass() | |
hashCode() | |
iterator() | Returns the print ticket item names iterator. |
notify() | |
notifyAll() | |
remove(String[] names) | Removes an item from this PrintTicket item list. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
PagePrintTicket(IPagePrintTicketItem[] items)
public PagePrintTicket(IPagePrintTicketItem[] items)
Creates a page-level print ticket instance.
Parameters:
Parameter | Type | Description |
---|---|---|
items | IPagePrintTicketItem[] | An arbitrary array of IPagePrintTicketItem instances. Each one must be a Feature , a ParameterInit or a Property instance. |
add(IPagePrintTicketItem[] items)
public void add(IPagePrintTicketItem[] items)
Adds an array of items to the end of this PrintTicket item list. Each one may be a Feature , a ParameterInit or a Property instance.
Parameters:
Parameter | Type | Description |
---|---|---|
items | IPagePrintTicketItem[] | An array of items to add. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.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 the print ticket item names iterator.
Returns: java.util.Iterator<java.lang.String> - Returns iterator for the list.
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
remove(String[] names)
public void remove(String[] names)
Removes an item from this PrintTicket item list.
Parameters:
Parameter | Type | Description |
---|---|---|
names | java.lang.String[] | An array of item names. |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |