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, setTextRenderingHintEnum
getBackgroundColor, getLicense, isDrawBackground, setBackgroundColor, setDrawBackground, setLicense
isOverrideHints, setOverrideHints
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHint
getBackgroundColor, getLicense, isDrawBackground
public ASSvgExportConfigurationImpl()
public SvgColorModeEnum getColorType()
Gets or sets the color type for SVG image.
getColorType
in interface ASSvgExportConfiguration
SvgColorMode
public void setColorType(SvgColorModeEnum value)
Gets or sets the color type for SVG image.
value
- The type of the color of SVG image.SvgColorMode
public boolean getTextAsShapes()
Gets or sets a value indicating whether text must be converted as shapes.
getTextAsShapes
in interface ASSvgExportConfiguration
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 ##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 ASSvgExportConfiguration
true
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 ASSvgExportConfiguration
true
, if the fonts should be embedded; otherwise, false