public class SlideImageFormat extends java.lang.Object implements ISlideImageFormat
Determines format in which slide image will be saved for presentation to HTML export.
Constructor and Description |
---|
SlideImageFormat() |
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.
|
public static SlideImageFormat svg(SVGOptions options)
Slides should converted to a SVG format.
options
- Options for SVG export.SlideImageFormat
object.public static SlideImageFormat bitmap(float scale, java.lang.String imgFormat)
Slides should be converted to a raster image.
scale
- Image scale factor.imgFormat
- Image format.SlideImageFormat
object.