com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface ISVGOptions

    • 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)

        Determines JPEG encoding quality. Read/write int.

      • getDeletePicturesCroppedAreas

        boolean 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) Read/write boolean.

      • setDeletePicturesCroppedAreas

        void setDeletePicturesCroppedAreas(boolean value)

        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) Read/write boolean.

      • getExternalFontsHandling

        int getExternalFontsHandling()

        Determines a way of handling externally loaded fonts. Read/write SvgExternalFontsHandling.

      • setExternalFontsHandling

        void setExternalFontsHandling(int value)

        Determines a way of handling externally loaded fonts. Read/write SvgExternalFontsHandling.