The link embedding controller reference. Link embedding controller is a delegate object that is responsible for making decisions if resources (such as images) need to be embedded or referenced as external resources.
Returns:
SVGOptions
getDefault
Name
Description
getDefault ()
Returns default settings. Read-only SVGOptions.
Returns:
SVGOptions
getDeletePicturesCroppedAreas
Name
Description
getDeletePicturesCroppedAreas ()
A boolean flag indicates if the cropped parts remain as part of the document. If true the cropped parts will removed, if false they will be serialized in the document (which can possible lead to a larger file)
Returns:
boolean
getDisable3DText
Name
Description
getDisable3DText ()
Determines whether the 3D text is disabled in SVG. Read/write boolean.
Returns:
boolean
getDisableFontLigatures
Name
Description
getDisableFontLigatures ()
Gets or sets a value indicating whether text is rendered without using ligatures. When set to true, ligatures will be disabled in the rendered output. By default, this property is set to false.
Returns:
boolean
getDisableGradientSplit
Name
Description
getDisableGradientSplit ()
Disables splitting FromCornerX and FromCenter gradients. Read/write boolean.
Returns:
boolean
getDisableLineEndCropping
Name
Description
getDisableLineEndCropping ()
SVG 1.1 lacks ability to define insets for markers. Aspose.Slides SVG writing engine has workaround for that problem: it crops end of line with arrow, so, line doesn’t overlap markers. This option switches off such behavior. Read/write boolean.
Returns:
boolean
getExternalFontsHandling
Name
Description
getExternalFontsHandling ()
Determines a way of handling externally loaded fonts. Read/write SvgExternalFontsHandling.
Returns:
int
getInkOptions
Name
Description
getInkOptions ()
Provides options that control the look of Ink objects in exported document. Read-only IInkOptions
Returns settings for simpliest and smallest SVG file generation. Read-only SVGOptions.
Returns:
SVGOptions
getUseFrameRotation
Name
Description
getUseFrameRotation ()
Determines whether to perform the specified rotation of the shape when rendering or not. Read/write boolean. Default value is true.
Returns:
boolean
getUseFrameSize
Name
Description
getUseFrameSize ()
Determines whether the text frame will be included in a rendering area or not. Read/write boolean. Default value is false.
Returns:
boolean
getVectorizeText
Name
Description
getVectorizeText ()
Determines whether the text on a slide will be saved as graphics. Read/write boolean.
Returns:
boolean
getWYSIWYG
Name
Description
getWYSIWYG ()
Returns settings for most accurate SVG file generation. Read-only SVGOptions.
Returns:
SVGOptions
setDeletePicturesCroppedAreas
Name
Description
setDeletePicturesCroppedAreas (boolean)
A boolean flag indicates if the cropped parts remain as part of the document. If true the cropped parts will removed, if false they will be serialized in the document (which can possible lead to a larger file)
setDisable3DText
Name
Description
setDisable3DText (boolean)
Determines whether the 3D text is disabled in SVG. Read/write boolean.
setDisableFontLigatures
Name
Description
setDisableFontLigatures (boolean)
Gets or sets a value indicating whether text is rendered without using ligatures. When set to true, ligatures will be disabled in the rendered output. By default, this property is set to false.
setDisableGradientSplit
Name
Description
setDisableGradientSplit (boolean)
Disables splitting FromCornerX and FromCenter gradients. Read/write boolean.
setDisableLineEndCropping
Name
Description
setDisableLineEndCropping (boolean)
SVG 1.1 lacks ability to define insets for markers. Aspose.Slides SVG writing engine has workaround for that problem: it crops end of line with arrow, so, line doesn’t overlap markers. This option switches off such behavior. Read/write boolean.
setExternalFontsHandling
Name
Description
setExternalFontsHandling (int)
Determines a way of handling externally loaded fonts. Read/write SvgExternalFontsHandling.
setJpegQuality
Name
Description
setJpegQuality (int)
Determines JPEG encoding quality. Read/write int.
setMetafileRasterizationDpi
Name
Description
setMetafileRasterizationDpi (int)
Returns or sets the lower resolution limit for metafile rasterization. Read/write int.