|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.SaveOptions
com.aspose.slides.HtmlOptions
public class HtmlOptions
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 | |
---|---|
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 class com.aspose.slides.SaveOptions |
---|
getWarningCallback, setWarningCallback |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.slides.ISaveOptions |
---|
getWarningCallback, setWarningCallback |
Constructor Detail |
---|
public HtmlOptions(ILinkEmbedController linkEmbedController)
Creates a new HtmlOptions object specifiing callback.
linkEmbedController
- Callback object which controls saving project.public HtmlOptions()
Creates a new HtmlOptions object for saving into single HTML file.
Method Detail |
---|
public IHtmlFormatter getHtmlFormatter()
Returns or sets HTML template.
Read/write IHtmlFormatter
.
getHtmlFormatter
in interface IHtmlOptions
public void setHtmlFormatter(IHtmlFormatter value)
Returns or sets HTML template.
Read/write IHtmlFormatter
.
setHtmlFormatter
in interface IHtmlOptions
public ISlideImageFormat getSlideImageFormat()
Returns or sets slide image format options.
Read/write ISlideImageFormat
.
getSlideImageFormat
in interface IHtmlOptions
public void setSlideImageFormat(ISlideImageFormat value)
Returns or sets slide image format options.
Read/write ISlideImageFormat
.
setSlideImageFormat
in interface IHtmlOptions
public byte getJpegQuality()
Returns or sets a value determining the quality of the JPEG images inside PDF document.
Read/write byte
.
<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>
getJpegQuality
in interface IHtmlOptions
public void setJpegQuality(byte value)
Returns or sets a value determining the quality of the JPEG images inside PDF document.
Read/write byte
.
<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
in interface IHtmlOptions
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |