public interface IHtmlOptions extends ISaveOptions
Represents a HTML exporting options.
Modifier and Type | Method and Description |
---|---|
boolean |
getDeletePicturesCroppedAreas()
A boolean flag indicates if the cropped parts remain as part of the document.
|
IHtmlFormatter |
getHtmlFormatter()
Returns or sets HTML template.
|
byte |
getJpegQuality()
Returns or sets a value determining the quality of the JPEG images inside PDF document.
|
INotesCommentsLayoutingOptions |
getNotesCommentsLayouting()
Provides options that control how notes and comments is placed in exported document.
|
int |
getPicturesCompression()
Represents the pictures compression level
Read/write
PicturesCompression (getPicturesCompression() /setPicturesCompression(int) ). |
boolean |
getShowHiddenSlides()
Specifies whether the generated document should include hidden slides or not.
|
ISlideImageFormat |
getSlideImageFormat()
Returns or sets slide image format options.
|
boolean |
getSvgResponsiveLayout()
True to exclude width and height attributes from SVG container - that will make layout responsive.
|
void |
setDeletePicturesCroppedAreas(boolean value)
A boolean flag indicates if the cropped parts remain as part of the document.
|
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 |
setPicturesCompression(int value)
Represents the pictures compression level
Read/write
PicturesCompression (getPicturesCompression() /setPicturesCompression(int) ). |
void |
setShowHiddenSlides(boolean value)
Specifies whether the generated document should include hidden slides or not.
|
void |
setSlideImageFormat(ISlideImageFormat value)
Returns or sets slide image format options.
|
void |
setSvgResponsiveLayout(boolean value)
True to exclude width and height attributes from SVG container - that will make layout responsive.
|
getDefaultRegularFont, getProgressCallback, getWarningCallback, setDefaultRegularFont, setProgressCallback, setWarningCallback
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
.
boolean getShowHiddenSlides()
Specifies whether the generated document should include hidden slides or not.
Default is false
.
void setShowHiddenSlides(boolean value)
Specifies whether the generated document should include hidden slides or not.
Default is false
.
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>
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>
int getPicturesCompression()
Represents the pictures compression level
Read/write PicturesCompression
(getPicturesCompression()
/setPicturesCompression(int)
).
void setPicturesCompression(int value)
Represents the pictures compression level
Read/write PicturesCompression
(getPicturesCompression()
/setPicturesCompression(int)
).
boolean getDeletePicturesCroppedAreas()
A boolean flag indicates if the cropped parts remain as part of the document. If true the cropped
parts will removed, if false they will be serialized in the document (which can possible lead to a
larger file)
Read/write boolean
.
void setDeletePicturesCroppedAreas(boolean value)
A boolean flag indicates if the cropped parts remain as part of the document. If true the cropped
parts will removed, if false they will be serialized in the document (which can possible lead to a
larger file)
Read/write boolean
.
boolean getSvgResponsiveLayout()
True to exclude width and height attributes from SVG container - that will make layout responsive. False - otherwise.
Read/write boolean
.
void setSvgResponsiveLayout(boolean value)
True to exclude width and height attributes from SVG container - that will make layout responsive. False - otherwise.
Read/write boolean
.
INotesCommentsLayoutingOptions getNotesCommentsLayouting()
Provides options that control how notes and comments is placed in exported document.