public abstract class PrintTicket extends Object implements Iterable<String>
The class that implements a common PrintTicket of any scope.
The base class for job-, document- and page-level print tickets.
A PrintTicket
element is the root element of the PrintTicket document.
A PrintTicket
element contains all job formatting information required to output a job.
https://docs.microsoft.com/en-us/windows/win32/printdocs/printticket
Constructor and Description |
---|
PrintTicket(IPrintTicketItem... items)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
Iterator<String> |
iterator()
Returns the print ticket item names iterator.
|
void |
remove(String... names)
Removes an item from this PrintTicket item list.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public PrintTicket(IPrintTicketItem... items)
Creates a new instance.
items
- An arbitrary array of IPrintTicketItem
instances.
Each one must be a Feature
, a ParameterInit
or a Property
instance.public void remove(String... names)
Removes an item from this PrintTicket item list.
names
- An array of item names.Copyright © 2022 Aspose. All Rights Reserved.