public class DwfMergeOptions extends Object
The DWF merge options.
Constructor and Description |
---|
DwfMergeOptions() |
Modifier and Type | Method and Description |
---|---|
String[] |
getDestinationPageNames()
Gets or sets the page names of destination DWF image to witch will be add raster overlay image.
|
int |
getMergeType()
Gets or sets the merge type.
|
String[] |
getSourcePageNames()
Gets or sets the source DWF image page names that will be merge with DWF image.
|
String |
getSourcePath()
Gets or sets the source path.
|
void |
setDestinationPageNames(String[] value)
Gets or sets the page names of destination DWF image to witch will be add raster overlay image.
|
void |
setMergeType(int value)
Gets or sets the merge type.
|
void |
setSourcePageNames(String[] value)
Gets or sets the source DWF image page names that will be merge with DWF image.
|
void |
setSourcePath(String value)
Gets or sets the source path.
|
public final int getMergeType()
Gets or sets the merge type.
public final void setMergeType(int value)
Gets or sets the merge type.
public final String getSourcePath()
Gets or sets the source path. Full path to source image that will be merge with DWF image.
public final void setSourcePath(String value)
Gets or sets the source path. Full path to source image that will be merge with DWF image.
public final String[] getSourcePageNames()
Gets or sets the source DWF image page names that will be merge with DWF image. If not set, will be merged all pages.
public final void setSourcePageNames(String[] value)
Gets or sets the source DWF image page names that will be merge with DWF image. If not set, will be merged all pages.
public final String[] getDestinationPageNames()
Gets or sets the page names of destination DWF image to witch will be add raster overlay image. If not set, raster overlay image will be add to all pages.
public final void setDestinationPageNames(String[] value)
Gets or sets the page names of destination DWF image to witch will be add raster overlay image. If not set, raster overlay image will be add to all pages.