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