public abstract class MultiPageOptions extends Object
Base class for multiple pages supported formats
Modifier and Type | Method and Description |
---|---|
Rectangle |
getExportArea()
Gets or sets the export area.
|
int |
getMode()
Gets or sets the mode.
|
String[] |
getOutputLayersNames()
Gets or sets the output layers names(Works if export format supports layers naming, for example for Psd)
|
int[] |
getPages()
Gets or sets the pages.
|
String[] |
getPageTitles()
Gets or sets the page titles.
|
void |
initPages(IntRange[] ranges)
Initializes the pages from ranges array
|
void |
setExportArea(Rectangle value)
Gets or sets the export area.
|
void |
setMode(int value)
Gets or sets the mode.
|
void |
setOutputLayersNames(String[] value)
Gets or sets the output layers names(Works if export format supports layers naming, for example for Psd)
|
void |
setPages(int[] value)
Gets or sets the pages.
|
void |
setPageTitles(String[] value)
Gets or sets the page titles.
|
public final int[] getPages()
Gets or sets the pages.
Value: The pages.public final void setPages(int[] value)
Gets or sets the pages.
Value: The pages.public final String[] getPageTitles()
Gets or sets the page titles.
Value: The page titles.public final void setPageTitles(String[] value)
Gets or sets the page titles.
Value: The page titles.public final Rectangle getExportArea()
Gets or sets the export area.
Value: The export area.public final void setExportArea(Rectangle value)
Gets or sets the export area.
Value: The export area.public final int getMode()
Gets or sets the mode.
Value: The mode.public final void setMode(int value)
Gets or sets the mode.
Value: The mode.public final String[] getOutputLayersNames()
Gets or sets the output layers names(Works if export format supports layers naming, for example for Psd)
Value: The output layers names.public final void setOutputLayersNames(String[] value)
Gets or sets the output layers names(Works if export format supports layers naming, for example for Psd)
Value: The output layers names.public final void initPages(IntRange[] ranges)
Initializes the pages from ranges array
ranges
- The ranges.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.