public final class PagePrintTicket extends PrintTicket
The class that incapsulates a page-level print ticket.
Constructor and Description |
---|
PagePrintTicket(IPagePrintTicketItem... items)
Creates a page-level print ticket instance.
|
Modifier and Type | Method and Description |
---|---|
void |
add(IPagePrintTicketItem... items)
Adds an array of items to the end of this PrintTicket item list.
|
iterator, remove
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public PagePrintTicket(IPagePrintTicketItem... items)
Creates a page-level print ticket instance.
items
- An arbitrary array of IPagePrintTicketItem
instances.
Each one must be a Feature
, a ParameterInit
or a Property
instance.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.
items
- An array of items to add.Copyright © 2022 Aspose. All Rights Reserved.