public class ASSvgExportParametersBean extends ImageExportParameters
The SVG file format export parameters.
Constructor and Description |
---|
ASSvgExportParametersBean()
Instantiates a new Svg export parameters.
|
Modifier and Type | Method and Description |
---|---|
SvgColorModeEnum |
getColorType()
Gets or sets the color type for SVG image.
|
boolean |
getCompress()
Gets a value indicating whether this file format is compressed.
|
boolean |
getTextAsShapes()
Gets or sets a value indicating whether text must be converted as shapes.
|
boolean |
isEmbedFonts()
Indicates whether the fonts should be embedded into the svg file as base64
|
boolean |
isPdfEmbeddedAlias()
Is pdf embedded alias boolean.
|
void |
setColorType(SvgColorModeEnum value)
Gets or sets the color type for SVG image.
|
void |
setCompress(boolean value)
Sets a value indicating whether this file format is compressed.
|
void |
setEmbedFonts(boolean embedFonts)
Specifies whether the fonts should be embedded in svg file as base64
It defaults to false.
|
void |
setIsPdfEmbeddedAlias(boolean makeAlias)
Specifies whether the font should be embedded into the document using isPdfEmbedded flag in the tag.
|
void |
setPropertyValues(Object object) |
void |
setTextAsShapes(boolean value)
Gets or sets a value indicating whether text must be converted as shapes.
|
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHint, setCenterDrawing, setFullFrame, setPalette, setResolutionSettings, setSmoothingMode, setTextRenderingHintEnum
getBackgroundColor, getLicense, isDrawBackground, setBackgroundColor, setDrawBackground, setLicense
public ASSvgExportParametersBean()
public SvgColorModeEnum getColorType()
Gets or sets the color type for SVG image.
public void setColorType(SvgColorModeEnum value)
Gets or sets the color type for SVG image.
value
- The type of the color of SVG image.public 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 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 boolean getCompress()
Gets a value indicating whether this file format is compressed.
Value:true
if compressed; otherwise, false
.public final void setCompress(boolean value)
Sets a value indicating whether this file format is compressed.
Value:true
if compressed; otherwise, false
.value
- a value indicating whether this file format is compressed.public final void setIsPdfEmbeddedAlias(boolean makeAlias)
makeAlias
- the dpublic boolean isPdfEmbeddedAlias()
true
if there is pdf embedded alias; otherwise, false
.public void setEmbedFonts(boolean embedFonts)
embedFonts
- indicator where the fonts should be embeddedpublic boolean isEmbedFonts()
true
, if the fonts should be embedded; otherwise, false
public void setPropertyValues(Object object)
setPropertyValues
in interface com.jaspersoft.jasperserver.api.engine.jasperreports.common.ExportParameters
setPropertyValues
in class ImageExportParameters