public class ASSvgExportConfigurationImpl extends ImageExportConfigurationImpl implements ASSvgExportConfiguration
The SVG file format export configuration.
| Constructor and Description |
|---|
ASSvgExportConfigurationImpl()
Instantiates a new As svg export configuration.
|
| 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
##Aspose#FileFormats#Core#ImageOptions 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
##Aspose#FileFormats#Core#ImageOptions 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 |
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, setTextRenderingHintEnumgetBackgroundColor, getLicense, isDrawBackground, setBackgroundColor, setDrawBackground, setLicenseisOverrideHints, setOverrideHintsequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHintgetBackgroundColor, getLicense, isDrawBackgroundpublic ASSvgExportConfigurationImpl()
public SvgColorModeEnum getColorType()
Gets or sets the color type for SVG image.
getColorType in interface ASSvgExportConfigurationSvgColorModepublic void setColorType(SvgColorModeEnum value)
Gets or sets the color type for SVG image.
value - The type of the color of SVG image.SvgColorModepublic boolean getTextAsShapes()
Gets or sets a value indicating whether text must be converted as shapes.
getTextAsShapes in interface ASSvgExportConfigurationtrue 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 ##Aspose#FileFormats#Core#ImageOptions is compressed.
true if compressed; otherwise, false.getCompress in interface ASSvgExportConfiguration##Aspose#FileFormats#Core#ImageOptions is compressed.public final void setCompress(boolean value)
Sets a value indicating whether this ##Aspose#FileFormats#Core#ImageOptions is compressed.
true if compressed; otherwise, false.value - a value indicating whether this ##Aspose#FileFormats#Core#ImageOptions is compressed.public final void setIsPdfEmbeddedAlias(boolean makeAlias)
makeAlias - the dpublic boolean isPdfEmbeddedAlias()
isPdfEmbeddedAlias in interface ASSvgExportConfigurationtrue if there is pdf embedded alias; otherwise, false.public void setEmbedFonts(boolean embedFonts)
embedFonts - indicator where the fonts should be embeddedpublic boolean isEmbedFonts()
isEmbedFonts in interface ASSvgExportConfigurationtrue, if the fonts should be embedded; otherwise, false