public class SvgOptions extends ImageOptionsBase
The SVG file format creation options.
ImageOptionsBase
Constructor and Description |
---|
SvgOptions() |
Modifier and Type | Method and Description |
---|---|
ISvgResourceKeeperCallback |
getCallback()
Gets or sets the font store options.
|
int |
getColorType()
Gets or sets the color type for SVG image.
|
boolean |
getTextAsShapes()
Gets or sets a value indicating whether text must be converted as shapes.
|
void |
setCallback(ISvgResourceKeeperCallback value)
Gets or sets the font store options.
|
void |
setColorType(int value)
Gets or sets the color type for SVG image.
|
void |
setTextAsShapes(boolean value)
Gets or sets a value indicating whether text must be converted as shapes.
|
getInterruptionToken, getLayers, getPalette, getResolutionSettings, getRotation, getSource, getTimeout, getVectorRasterizationOptions, getXmpData, setInterruptionToken, setLayers, setPalette, setResolutionSettings, setRotation, setSource, setTimeout, setVectorRasterizationOptions, setXmpData
public final int getColorType()
Gets or sets the color type for SVG image.
public final void setColorType(int value)
Gets or sets the color type for SVG image.
value
- The type of the color of SVG image.public final boolean getTextAsShapes()
Gets or sets a value indicating whether text must be converted as shapes.
true
if all text is turned into SVG shapes in the convertion; otherwise, false
.public final void setTextAsShapes(boolean value)
Gets or sets a value indicating whether text must be converted as shapes.
value
- true
if all text is turned into SVG shapes in the convertion; otherwise, false
.public final ISvgResourceKeeperCallback getCallback()
Gets or sets the font store options.
public final void setCallback(ISvgResourceKeeperCallback value)
Gets or sets the font store options.
value
- The font store options.