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:
| 参数 | 类型 | 描述 |
|---|---|---|
| items | IPagePrintTicketItem[] | 任意的 IPagePrintTicketItem 实例数组。每个实例必须是 Feature、ParameterInit 或 Property 实例。 |
add(IPagePrintTicketItem[] items)
public void add(IPagePrintTicketItem[] items)
将一个项目数组添加到此 PrintTicket 项目列表的末尾。每个项目可以是 Feature、ParameterInit 或 Property 实例。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| items | IPagePrintTicketItem[] | 要添加的项目数组。 |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| 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: 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:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | long | |
| arg1 | int |