public class MultipageCreateOptions extends Object
The multipage create options
| Constructor and Description |
|---|
MultipageCreateOptions() |
| Modifier and Type | Method and Description |
|---|---|
AfterPageExportAction |
getAfterPageExport()
Gets the after page export.
|
BeforePageExportAction |
getBeforePageExport()
Gets the before page export.
|
int |
getPageCount()
Gets the page count.
|
void |
setAfterPageExport(AfterPageExportAction value)
Sets the after page export.
|
void |
setBeforePageExport(BeforePageExportAction value)
Sets the before page export.
|
void |
setPageCount(int value)
Sets the page count.
|
public final int getPageCount()
Gets the page count.
Value: The page count.public final void setPageCount(int value)
Sets the page count.
Value: The page count.value - the page count.public final BeforePageExportAction getBeforePageExport()
Gets the before page export.
Value: The before page export.public final void setBeforePageExport(BeforePageExportAction value)
Sets the before page export.
Value: The before page export.value - the before page export.public final AfterPageExportAction getAfterPageExport()
Gets the after page export.
Value: The after page export.public final void setAfterPageExport(AfterPageExportAction value)
Sets the after page export.
Value: The after page export.value - the after page export.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.