public class HtmlExportOptions extends ExportOptions
Modifier and Type | Class and Description |
---|---|
static class |
HtmlExportOptions.CommentsPositionEnum
Gets or sets the position of the comments on the page.
|
static class |
HtmlExportOptions.NotesPositionEnum
Gets or sets the position of the notes on the page.
|
static class |
HtmlExportOptions.PicturesCompressionEnum
Represents the pictures compression level
|
Constructor and Description |
---|
HtmlExportOptions() |
Modifier and Type | Method and Description |
---|---|
HtmlExportOptions |
commentsAreaColor(String commentsAreaColor) |
HtmlExportOptions |
commentsAreaWidth(Integer commentsAreaWidth) |
HtmlExportOptions |
commentsPosition(HtmlExportOptions.CommentsPositionEnum commentsPosition) |
HtmlExportOptions |
deletePicturesCroppedAreas(Boolean deletePicturesCroppedAreas) |
boolean |
equals(Object o) |
String |
getCommentsAreaColor()
Gets or sets the color of comments area (Applies only if comments are displayed on the right).
|
Integer |
getCommentsAreaWidth()
Gets or sets the width of the comment output area in pixels (Applies only if comments are displayed on the right).
|
HtmlExportOptions.CommentsPositionEnum |
getCommentsPosition()
Gets or sets the position of the comments on the page.
|
Integer |
getJpegQuality()
Returns or sets a value determining the quality of the JPEG images inside PDF document.
|
HtmlExportOptions.NotesPositionEnum |
getNotesPosition()
Gets or sets the position of the notes on the page.
|
HtmlExportOptions.PicturesCompressionEnum |
getPicturesCompression()
Represents the pictures compression level
|
String |
getSubDirectoryName()
Get or set name of subdirectory in zip-file for store external files
|
int |
hashCode() |
Boolean |
isDeletePicturesCroppedAreas()
A boolean flag indicates if the cropped parts remain as part of the document.
|
Boolean |
isSaveAsZip()
Get or sets flag for save presentation as zip file
|
Boolean |
isShowCommentsByNoAuthor()
True if comments that have no author are displayed.
|
Boolean |
isShowHiddenSlides()
Specifies whether the generated document should include hidden slides or not.
|
Boolean |
isSvgResponsiveLayout()
True to make layout responsive by excluding width and height attributes from svg container.
|
HtmlExportOptions |
jpegQuality(Integer jpegQuality) |
HtmlExportOptions |
notesPosition(HtmlExportOptions.NotesPositionEnum notesPosition) |
HtmlExportOptions |
picturesCompression(HtmlExportOptions.PicturesCompressionEnum picturesCompression) |
HtmlExportOptions |
saveAsZip(Boolean saveAsZip) |
void |
setCommentsAreaColor(String commentsAreaColor) |
void |
setCommentsAreaWidth(Integer commentsAreaWidth) |
void |
setCommentsPosition(HtmlExportOptions.CommentsPositionEnum commentsPosition) |
void |
setDeletePicturesCroppedAreas(Boolean deletePicturesCroppedAreas) |
void |
setJpegQuality(Integer jpegQuality) |
void |
setNotesPosition(HtmlExportOptions.NotesPositionEnum notesPosition) |
void |
setPicturesCompression(HtmlExportOptions.PicturesCompressionEnum picturesCompression) |
void |
setSaveAsZip(Boolean saveAsZip) |
void |
setShowCommentsByNoAuthor(Boolean showCommentsByNoAuthor) |
void |
setShowHiddenSlides(Boolean showHiddenSlides) |
void |
setSubDirectoryName(String subDirectoryName) |
void |
setSvgResponsiveLayout(Boolean svgResponsiveLayout) |
HtmlExportOptions |
showCommentsByNoAuthor(Boolean showCommentsByNoAuthor) |
HtmlExportOptions |
showHiddenSlides(Boolean showHiddenSlides) |
HtmlExportOptions |
subDirectoryName(String subDirectoryName) |
HtmlExportOptions |
svgResponsiveLayout(Boolean svgResponsiveLayout) |
String |
toString() |
defaultRegularFont, format, getDefaultRegularFont, getFormat, setDefaultRegularFont, setFormat
public HtmlExportOptions saveAsZip(Boolean saveAsZip)
public Boolean isSaveAsZip()
public void setSaveAsZip(Boolean saveAsZip)
public HtmlExportOptions subDirectoryName(String subDirectoryName)
public String getSubDirectoryName()
public void setSubDirectoryName(String subDirectoryName)
public HtmlExportOptions showHiddenSlides(Boolean showHiddenSlides)
public Boolean isShowHiddenSlides()
public void setShowHiddenSlides(Boolean showHiddenSlides)
public HtmlExportOptions svgResponsiveLayout(Boolean svgResponsiveLayout)
public Boolean isSvgResponsiveLayout()
public void setSvgResponsiveLayout(Boolean svgResponsiveLayout)
public HtmlExportOptions jpegQuality(Integer jpegQuality)
public Integer getJpegQuality()
public void setJpegQuality(Integer jpegQuality)
public HtmlExportOptions picturesCompression(HtmlExportOptions.PicturesCompressionEnum picturesCompression)
public HtmlExportOptions.PicturesCompressionEnum getPicturesCompression()
public void setPicturesCompression(HtmlExportOptions.PicturesCompressionEnum picturesCompression)
public HtmlExportOptions deletePicturesCroppedAreas(Boolean deletePicturesCroppedAreas)
public Boolean isDeletePicturesCroppedAreas()
public void setDeletePicturesCroppedAreas(Boolean deletePicturesCroppedAreas)
public HtmlExportOptions notesPosition(HtmlExportOptions.NotesPositionEnum notesPosition)
public HtmlExportOptions.NotesPositionEnum getNotesPosition()
public void setNotesPosition(HtmlExportOptions.NotesPositionEnum notesPosition)
public HtmlExportOptions commentsPosition(HtmlExportOptions.CommentsPositionEnum commentsPosition)
public HtmlExportOptions.CommentsPositionEnum getCommentsPosition()
public void setCommentsPosition(HtmlExportOptions.CommentsPositionEnum commentsPosition)
public HtmlExportOptions commentsAreaWidth(Integer commentsAreaWidth)
public Integer getCommentsAreaWidth()
public void setCommentsAreaWidth(Integer commentsAreaWidth)
public HtmlExportOptions commentsAreaColor(String commentsAreaColor)
public String getCommentsAreaColor()
public void setCommentsAreaColor(String commentsAreaColor)
public HtmlExportOptions showCommentsByNoAuthor(Boolean showCommentsByNoAuthor)
public Boolean isShowCommentsByNoAuthor()
public void setShowCommentsByNoAuthor(Boolean showCommentsByNoAuthor)
public boolean equals(Object o)
equals
in class ExportOptions
public int hashCode()
hashCode
in class ExportOptions
public String toString()
toString
in class ExportOptions
Copyright © 2021. All rights reserved.