MultipageCreateOptions
Contents
[
Hide
]Inheritance: java.lang.Object
public class MultipageCreateOptions
The multipage create options
Constructors
Constructor | Description |
---|---|
MultipageCreateOptions() |
Methods
Method | Description |
---|---|
getPageCount() | Gets the page count. |
setPageCount(int value) | Sets the page count. |
getBeforePageExport() | Gets the before page export. |
setBeforePageExport(BeforePageExportAction value) | Sets the before page export. |
getAfterPageExport() | Gets the after page export. |
setAfterPageExport(AfterPageExportAction value) | Sets the after page export. |
MultipageCreateOptions()
public MultipageCreateOptions()
getPageCount()
public final int getPageCount()
Gets the page count.
Value: The page count.
Returns: int - the page count.
setPageCount(int value)
public final void setPageCount(int value)
Sets the page count.
Value: The page count.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | the page count. |
getBeforePageExport()
public final BeforePageExportAction getBeforePageExport()
Gets the before page export.
Value: The before page export.
Returns: BeforePageExportAction - the before page export.
setBeforePageExport(BeforePageExportAction value)
public final void setBeforePageExport(BeforePageExportAction value)
Sets the before page export.
Value: The before page export.
Parameters:
Parameter | Type | Description |
---|---|---|
value | BeforePageExportAction | the before page export. |
getAfterPageExport()
public final AfterPageExportAction getAfterPageExport()
Gets the after page export.
Value: The after page export.
Returns: AfterPageExportAction - the after page export.
setAfterPageExport(AfterPageExportAction value)
public final void setAfterPageExport(AfterPageExportAction value)
Sets the after page export.
Value: The after page export.
Parameters:
Parameter | Type | Description |
---|---|---|
value | AfterPageExportAction | the after page export. |