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:

参数类型描述
valueint页面计数。

getBeforePageExport()

public final BeforePageExportAction getBeforePageExport()

获取页面导出前的内容。

值:页面导出前的内容。

Returns: BeforePageExportAction - the before page export.

setBeforePageExport(BeforePageExportAction value)

public final void setBeforePageExport(BeforePageExportAction value)

设置页面导出前的内容。

值:页面导出前的内容。

Parameters:

参数类型描述
valueBeforePageExportAction在页面导出之前。

getAfterPageExport()

public final AfterPageExportAction getAfterPageExport()

获取页面导出后的内容。

值:页面导出之后。

Returns: AfterPageExportAction - the after page export.

setAfterPageExport(AfterPageExportAction value)

public final void setAfterPageExport(AfterPageExportAction value)

设置页面导出后的内容。

值:页面导出之后。

Parameters:

参数类型描述
valueAfterPageExportAction在页面导出之后。