Class Overview
A class containing options for ToXps functions
Summary
Public Methods |
void
|
setOpenXps(boolean openxps)
Sets whether the output format should be open xps.
|
[Expand]
Inherited Methods |
From class
com.pdftron.pdf.Convert.XPSOutputCommonOptions
void
|
generateURLLinks(boolean generate)
Sets whether links should be generated from urls
found in the document.
|
void
|
setDPI(int dpi)
The output resolution, from 1 to 1000, in Dots Per Inch (DPI) at which to render elements which cannot be directly converted.
|
void
|
setOverprint(int mode)
Enable or disable support for overprint and overprint simulation.
|
void
|
setPrintMode(boolean print_mode)
Sets whether ToXps should be run in print mode.
|
void
|
setRenderPages(boolean render)
Sets whether rendering of pages should be permitted when necessary to guarantee output.
|
void
|
setThickenLines(boolean thicken)
Sets whether thin lines should be thickened.
|
|
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
XPSOutputOptions
()
Public Methods
public
void
setOpenXps
(boolean openxps)
Sets whether the output format should be open xps. Default is Microsoft xps output.
Parameters
openxps |
if true open xps output is used |