public abstract class SaveOptions extends Object
Basic class for document saving options.
Modifier and Type | Method and Description |
---|---|
boolean |
rasterizeFormulas()
Gets the flag that allows to rasterize math formulas.
|
void |
rasterizeFormulas(boolean value)
Sets the flag that allows to rasterize math formulas.
|
boolean |
rasterizeIncludedGraphics()
Gets the flag that allows to rasterize PS/EPS and/or XPS/OXPS included graphics.
|
void |
rasterizeIncludedGraphics(boolean value)
Sets the flag that allows to rasterize PS/EPS and/or XPS/OXPS included graphics.
|
boolean |
subsetFonts()
Gets the flag indicating whether to subset fonts in output file or not.
|
void |
subsetFonts(boolean value)
Sets the flag indicating whether to subset fonts in output file or not.
|
public boolean subsetFonts()
Gets the flag indicating whether to subset fonts in output file or not.
public void subsetFonts(boolean value)
Sets the flag indicating whether to subset fonts in output file or not.
value
- The flag indicating whether to subset fonts in output file or not.public boolean rasterizeFormulas()
Gets the flag that allows to rasterize math formulas.
public void rasterizeFormulas(boolean value)
Sets the flag that allows to rasterize math formulas.
value
- The flag that allows to rasterize math formulas.public boolean rasterizeIncludedGraphics()
Gets the flag that allows to rasterize PS/EPS and/or XPS/OXPS included graphics.
public void rasterizeIncludedGraphics(boolean value)
Sets the flag that allows to rasterize PS/EPS and/or XPS/OXPS included graphics.
value
- The flag that allows to rasterize PS/EPS and/or XPS/OXPS included graphics.