MultipageCreateOptions
内容
[
隐藏
]Inheritance: java.lang.Object
public class MultipageCreateOptions
多页创建选项
构造函数
| 构造函数 | 描述 |
|---|---|
| MultipageCreateOptions() |
方法
| 方法 | 描述 |
|---|---|
| getPageCount() | 获取页面计数。 |
| setPageCount(int value) | 设置页面计数。 |
| getBeforePageExport() | 获取导出前的页面。 |
| setBeforePageExport(BeforePageExportAction value) | 设置导出前的页面。 |
| getAfterPageExport() | 获取导出后的页面。 |
| setAfterPageExport(AfterPageExportAction value) | 设置导出后的页面。 |
MultipageCreateOptions()
public MultipageCreateOptions()
getPageCount()
public final int getPageCount()
获取页面计数。
值:页面计数。
Returns: int - 页数。
setPageCount(int value)
public final void setPageCount(int value)
设置页面计数。
值:页面计数。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| 值 | int | 页面计数。 |
getBeforePageExport()
public final BeforePageExportAction getBeforePageExport()
获取导出前的页面。
值:导出前的页面。
Returns: BeforePageExportAction - the before page export.
setBeforePageExport(BeforePageExportAction value)
public final void setBeforePageExport(BeforePageExportAction value)
设置导出前的页面。
值:导出前的页面。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| value | BeforePageExportAction | 导出前的页面。 |
getAfterPageExport()
public final AfterPageExportAction getAfterPageExport()
获取导出后的页面。
值:导出后的页面。
Returns: AfterPageExportAction - the after page export.
setAfterPageExport(AfterPageExportAction value)
public final void setAfterPageExport(AfterPageExportAction value)
设置导出后的页面。
值:导出后的页面。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| value | AfterPageExportAction | 导出后的页面。 |