com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class SlideImageFormat

  • java.lang.Object
    • com.aspose.slides.SlideImageFormat
  • All Implemented Interfaces:
    ISlideImageFormat


    public class SlideImageFormat
    extends java.lang.Object
    implements ISlideImageFormat

    Determines format in which slide image will be saved for presentation to HTML export.

    • Constructor Summary

      Constructors 
      Constructor and Description
      SlideImageFormat() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static SlideImageFormat bitmap(float scale, java.lang.String imgFormat)
      Slides should be converted to a raster image.
      static SlideImageFormat svg(SVGOptions options)
      Slides should converted to a SVG format.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SlideImageFormat

        public SlideImageFormat()
    • Method Detail

      • bitmap

        public static SlideImageFormat bitmap(float scale,
                                              java.lang.String imgFormat)

        Slides should be converted to a raster image.

        Parameters:
        scale - Image scale factor.
        imgFormat - Image format.
        Returns:
        The SlideImageFormat object.