|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHtmlOptions
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 |
---|
IHtmlFormatter getHtmlFormatter()
Returns or sets HTML template.
Read/write IHtmlFormatter
.
void setHtmlFormatter(IHtmlFormatter value)
Returns or sets HTML template.
Read/write IHtmlFormatter
.
ISlideImageFormat getSlideImageFormat()
Returns or sets slide image format options.
Read/write ISlideImageFormat
.
void setSlideImageFormat(ISlideImageFormat value)
Returns or sets slide image format options.
Read/write ISlideImageFormat
.
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.
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |