JobPrintTicket

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

public final class JobPrintTicket extends PrintTicket

The class that incapsulates a job-level print ticket.

Constructors

ConstructorDescription
JobPrintTicket(IJobPrintTicketItem[] items)Creates a job-level print ticket instance.

Methods

MethodDescription
add(IJobPrintTicketItem[] items)Adds an array of items to the end of this PrintTicket item list.

JobPrintTicket(IJobPrintTicketItem[] items)

public JobPrintTicket(IJobPrintTicketItem[] items)

Creates a job-level print ticket instance.

Parameters:

ParameterTypeDescription
itemscom.aspose.xps.metadata.IJobPrintTicketItem[]An arbitrary array of IJobPrintTicketItem instances. Each one can be a Feature , a ParameterInit or a Property instance.

add(IJobPrintTicketItem[] items)

public void add(IJobPrintTicketItem[] 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:

ParameterTypeDescription
itemscom.aspose.xps.metadata.IJobPrintTicketItem[]An array of items to add.