com.aspose.slides
Interface ISVGOptions

All Superinterfaces:
ISaveOptions
All Known Implementing Classes:
SVGOptions

public interface ISVGOptions
extends ISaveOptions

Represents an SVG options.


Method Summary
 boolean getDisable3DText()
           Determines whether the 3D text is disabled in SVG.
 boolean getDisableGradientSplit()
           Disables splitting FromCornerX and FromCenter gradients.
 boolean getDisableLineEndCropping()
           SVG 1.1 lacks ability to define insets for markers.
 int getJpegQuality()
           Determines JPEG encoding quality.
 int getMetafileRasterizationDpi()
           Returns or sets the lower resolution limit for metafile rasterization.
 ISvgShapeFormattingController getShapeFormattingController()
           Returns and sets a callback interface which allows user to control shape conversion.
 boolean getVectorizeText()
           Determines whether the text on a slide will be saved as graphics.
 void setDisable3DText(boolean value)
           Determines whether the 3D text is disabled in SVG.
 void setDisableGradientSplit(boolean value)
           Disables splitting FromCornerX and FromCenter gradients.
 void setDisableLineEndCropping(boolean value)
           SVG 1.1 lacks ability to define insets for markers.
 void setJpegQuality(int value)
           
 void setMetafileRasterizationDpi(int value)
           Returns or sets the lower resolution limit for metafile rasterization.
 void setShapeFormattingController(ISvgShapeFormattingController value)
           Returns and sets a callback interface which allows user to control shape conversion.
 void setVectorizeText(boolean value)
           Determines whether the text on a slide will be saved as graphics.
 
Methods inherited from interface com.aspose.slides.ISaveOptions
getWarningCallback, setWarningCallback
 

Method Detail

getVectorizeText

boolean getVectorizeText()

Determines whether the text on a slide will be saved as graphics. Read/write boolean.


setVectorizeText

void setVectorizeText(boolean value)

Determines whether the text on a slide will be saved as graphics. Read/write boolean.


getMetafileRasterizationDpi

int getMetafileRasterizationDpi()

Returns or sets the lower resolution limit for metafile rasterization. Read/write int.


setMetafileRasterizationDpi

void setMetafileRasterizationDpi(int value)

Returns or sets the lower resolution limit for metafile rasterization. Read/write int.


getDisable3DText

boolean getDisable3DText()

Determines whether the 3D text is disabled in SVG. Read/write boolean.


setDisable3DText

void setDisable3DText(boolean value)

Determines whether the 3D text is disabled in SVG. Read/write boolean.


getDisableGradientSplit

boolean getDisableGradientSplit()

Disables splitting FromCornerX and FromCenter gradients. Read/write boolean.


setDisableGradientSplit

void setDisableGradientSplit(boolean value)

Disables splitting FromCornerX and FromCenter gradients. Read/write boolean.


getDisableLineEndCropping

boolean 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.


setDisableLineEndCropping

void setDisableLineEndCropping(boolean value)

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.


getJpegQuality

int getJpegQuality()

Determines JPEG encoding quality. Read/write int.


setJpegQuality

void setJpegQuality(int value)

getShapeFormattingController

ISvgShapeFormattingController getShapeFormattingController()

Returns and sets a callback interface which allows user to control shape conversion. Read/write ISvgShapeFormattingController.


setShapeFormattingController

void setShapeFormattingController(ISvgShapeFormattingController value)

Returns and sets a callback interface which allows user to control shape conversion. Read/write ISvgShapeFormattingController.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.