SlideImageFormat
Contents
[
Hide
]Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.slides.ISlideImageFormat
public class SlideImageFormat implements ISlideImageFormat
Determines format in which slide image will be saved for presentation to HTML export.
Constructors
Constructor | Description |
---|---|
SlideImageFormat() |
Methods
Method | Description |
---|---|
svg(SVGOptions options) | Slides should converted to a SVG format. |
bitmap(float scale, String imgFormat) | Slides should be converted to a raster image. |
SlideImageFormat()
public SlideImageFormat()
svg(SVGOptions options)
public static SlideImageFormat svg(SVGOptions options)
Slides should converted to a SVG format.
Parameters:
Parameter | Type | Description |
---|---|---|
options | SVGOptions | Options for SVG export. |
Returns: SlideImageFormat - The SlideImageFormat object.
bitmap(float scale, String imgFormat)
public static SlideImageFormat bitmap(float scale, String imgFormat)
Slides should be converted to a raster image.
Parameters:
Parameter | Type | Description |
---|---|---|
scale | float | Image scale factor. |
imgFormat | java.lang.String | Image format. |
Returns: SlideImageFormat - The SlideImageFormat object.