SaveOptions

Inheritance: java.lang.Object

public abstract class SaveOptions

Basic class for document saving options.

Methods

MethodDescription
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:

ParameterTypeDescription
valuebooleanThe 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:

ParameterTypeDescription
valuebooleanThe 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:

ParameterTypeDescription
valuebooleanThe flag that allows to rasterize PS/EPS and/or XPS/OXPS included graphics.