|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.SlideImageFormat
public class SlideImageFormat
Determines format in which slide image will be saved for presentation to HTML export.
Constructor Summary | |
---|---|
SlideImageFormat()
|
Method Summary | |
---|---|
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 |
---|
public SlideImageFormat()
Method Detail |
---|
public static SlideImageFormat svg(SVGOptions options)
Slides should converted to a SVG format.
options
- Options for SVG export.
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |