public class XPSConvertParams
extends java.lang.Object
NOTE: This class is only available on Windows or Linux.
| Constructor and Description |
|---|
XPSConvertParams()
Set up default parameters for XPS conversion.
|
XPSConvertParams(java.lang.String SettingsFile)
Set up parameters for XPS conversion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
java.lang.String |
getPathToSettingsFile()
The path to the .joboptions file to use.
|
void |
setPathToSettingsFile(java.lang.String theSettingsFile)
The path to the .joboptions file to use.
|
public XPSConvertParams()
public XPSConvertParams(java.lang.String SettingsFile)
SettingsFile - The path to the .joboptions file to use. By default, the Standard.joboptions file located in the Resources directory is used. The default file will be used if the specified file is not found.