com.aspose.slides
Interface IHtmlOptions

All Superinterfaces:
ISaveOptions
All Known Implementing Classes:
HtmlOptions

public interface IHtmlOptions
extends ISaveOptions

Represents a HTML exporting options.


Method Summary
 IHtmlFormatter getHtmlFormatter()
           Returns or sets HTML template.
 byte getJpegQuality()
           Returns or sets a value determining the quality of the JPEG images inside PDF document.
 ISlideImageFormat getSlideImageFormat()
           Returns or sets slide image format options.
 void setHtmlFormatter(IHtmlFormatter value)
           Returns or sets HTML template.
 void setJpegQuality(byte value)
           Returns or sets a value determining the quality of the JPEG images inside PDF document.
 void setSlideImageFormat(ISlideImageFormat value)
           Returns or sets slide image format options.
 
Methods inherited from interface com.aspose.slides.ISaveOptions
getWarningCallback, setWarningCallback
 

Method Detail

getHtmlFormatter

IHtmlFormatter getHtmlFormatter()

Returns or sets HTML template. Read/write IHtmlFormatter.


setHtmlFormatter

void setHtmlFormatter(IHtmlFormatter value)

Returns or sets HTML template. Read/write IHtmlFormatter.


getSlideImageFormat

ISlideImageFormat getSlideImageFormat()

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


setSlideImageFormat

void setSlideImageFormat(ISlideImageFormat value)

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


getJpegQuality

byte getJpegQuality()

Returns or sets a value determining the quality of the JPEG images inside PDF document. Read/write byte.


Has effect only when a document contains JPEG images.

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.

The default value is 95.


setJpegQuality

void setJpegQuality(byte value)

Returns or sets a value determining the quality of the JPEG images inside PDF document. Read/write byte.


Has effect only when a document contains JPEG images.

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.

The default value is 95.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.