com.aspose.slides
Class HtmlOptions

java.lang.Object
  extended by com.aspose.slides.SaveOptions
      extended by com.aspose.slides.HtmlOptions

public class HtmlOptions
extends SaveOptions

Represents a HTML exporting options.


Constructor Summary
HtmlOptions()
           Creates a new HtmlOptions object for saving into single HTML file.
HtmlOptions(ILinkEmbedController linkEmbedController)
           Creates a new HtmlOptions object specifiing callback.
 
Method Summary
 HtmlFormatter getHtmlFormatter()
           Returns or sets HTML template.
 byte getJpegQuality()
           Returns or sets a value determining the quality of the JPEG images inside PDF document.
 SlideImageFormat getSlideImageFormat()
           Returns or sets slide image format options.
 void setHtmlFormatter(HtmlFormatter value)
           
 void setJpegQuality(byte value)
           
 void setSlideImageFormat(SlideImageFormat value)
           
 
Methods inherited from class com.aspose.slides.SaveOptions
getWarningCallback, setWarningCallback
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlOptions

public HtmlOptions(ILinkEmbedController linkEmbedController)

Creates a new HtmlOptions object specifiing callback.

Parameters:
linkEmbedController - Callback object which controls saving project.

HtmlOptions

public HtmlOptions()

Creates a new HtmlOptions object for saving into single HTML file.

Method Detail

getHtmlFormatter

public HtmlFormatter getHtmlFormatter()

Returns or sets HTML template. Read/write HtmlFormatter.


setHtmlFormatter

public void setHtmlFormatter(HtmlFormatter value)

getSlideImageFormat

public SlideImageFormat getSlideImageFormat()

Returns or sets slide image format options. Read/write SlideImageFormat.


setSlideImageFormat

public void setSlideImageFormat(SlideImageFormat value)

getJpegQuality

public byte getJpegQuality()

Returns or sets a value determining the quality of the JPEG images inside PDF document.


<p>Has effect only when a document contains JPEG images.</p> <p>Use this property to get or set the quality of the images inside a document when saving in PDF format. The value may vary from 0 to 100 where 0 means worst quality but maximum compression and 100 means best quality but minimum compression.</p> <p>The default value is <b>95</b>.</p>


setJpegQuality

public void setJpegQuality(byte value)