public class SwfExportOptions extends ExportOptions
Modifier and Type | Class and Description |
---|---|
static class |
SwfExportOptions.CommentsPositionEnum
Gets or sets the position of the comments on the page.
|
static class |
SwfExportOptions.NotesPositionEnum
Gets or sets the position of the notes on the page.
|
Constructor and Description |
---|
SwfExportOptions() |
Modifier and Type | Method and Description |
---|---|
SwfExportOptions |
commentsAreaColor(String commentsAreaColor) |
SwfExportOptions |
commentsAreaWidth(Integer commentsAreaWidth) |
SwfExportOptions |
commentsPosition(SwfExportOptions.CommentsPositionEnum commentsPosition) |
SwfExportOptions |
compressed(Boolean compressed) |
SwfExportOptions |
enableContextMenu(Boolean enableContextMenu) |
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).
|
SwfExportOptions.CommentsPositionEnum |
getCommentsPosition()
Gets or sets the position of the comments on the page.
|
Integer |
getJpegQuality()
Specifies the quality of JPEG images.
|
String |
getLogoImage()
Image that will be displayed as logo in the top right corner of the viewer.
|
String |
getLogoLink()
Gets or sets the full hyperlink address for a logo.
|
SwfExportOptions.NotesPositionEnum |
getNotesPosition()
Gets or sets the position of the notes on the page.
|
int |
hashCode() |
Boolean |
isCompressed()
Specifies whether the generated SWF document should be compressed or not.
|
Boolean |
isEnableContextMenu()
Enable/disable context menu.
|
Boolean |
isShowBottomPane()
Show/hide bottom pane.
|
Boolean |
isShowCommentsByNoAuthor()
True if comments that have no author are displayed.
|
Boolean |
isShowFullScreen()
Show/hide fullscreen button.
|
Boolean |
isShowHiddenSlides()
Specifies whether the generated document should include hidden slides or not.
|
Boolean |
isShowLeftPane()
Show/hide left pane.
|
Boolean |
isShowPageBorder()
Specifies whether border around pages should be shown.
|
Boolean |
isShowPageStepper()
Show/hide page stepper.
|
Boolean |
isShowSearch()
Show/hide search section.
|
Boolean |
isShowTopPane()
Show/hide whole top pane.
|
Boolean |
isStartOpenLeftPane()
Start with opened left pane.
|
Boolean |
isViewerIncluded()
Specifies whether the generated SWF document should include the integrated document viewer or not.
|
SwfExportOptions |
jpegQuality(Integer jpegQuality) |
SwfExportOptions |
logoImage(String logoImage) |
SwfExportOptions |
logoLink(String logoLink) |
SwfExportOptions |
notesPosition(SwfExportOptions.NotesPositionEnum notesPosition) |
void |
setCommentsAreaColor(String commentsAreaColor) |
void |
setCommentsAreaWidth(Integer commentsAreaWidth) |
void |
setCommentsPosition(SwfExportOptions.CommentsPositionEnum commentsPosition) |
void |
setCompressed(Boolean compressed) |
void |
setEnableContextMenu(Boolean enableContextMenu) |
void |
setJpegQuality(Integer jpegQuality) |
void |
setLogoImage(String logoImage) |
void |
setLogoLink(String logoLink) |
void |
setNotesPosition(SwfExportOptions.NotesPositionEnum notesPosition) |
void |
setShowBottomPane(Boolean showBottomPane) |
void |
setShowCommentsByNoAuthor(Boolean showCommentsByNoAuthor) |
void |
setShowFullScreen(Boolean showFullScreen) |
void |
setShowHiddenSlides(Boolean showHiddenSlides) |
void |
setShowLeftPane(Boolean showLeftPane) |
void |
setShowPageBorder(Boolean showPageBorder) |
void |
setShowPageStepper(Boolean showPageStepper) |
void |
setShowSearch(Boolean showSearch) |
void |
setShowTopPane(Boolean showTopPane) |
void |
setStartOpenLeftPane(Boolean startOpenLeftPane) |
void |
setViewerIncluded(Boolean viewerIncluded) |
SwfExportOptions |
showBottomPane(Boolean showBottomPane) |
SwfExportOptions |
showCommentsByNoAuthor(Boolean showCommentsByNoAuthor) |
SwfExportOptions |
showFullScreen(Boolean showFullScreen) |
SwfExportOptions |
showHiddenSlides(Boolean showHiddenSlides) |
SwfExportOptions |
showLeftPane(Boolean showLeftPane) |
SwfExportOptions |
showPageBorder(Boolean showPageBorder) |
SwfExportOptions |
showPageStepper(Boolean showPageStepper) |
SwfExportOptions |
showSearch(Boolean showSearch) |
SwfExportOptions |
showTopPane(Boolean showTopPane) |
SwfExportOptions |
startOpenLeftPane(Boolean startOpenLeftPane) |
String |
toString() |
SwfExportOptions |
viewerIncluded(Boolean viewerIncluded) |
addFontFallbackRulesItem, defaultRegularFont, fontFallbackRules, getDefaultRegularFont, getFontFallbackRules, getFormat, setDefaultRegularFont, setFontFallbackRules, setFormat
public SwfExportOptions showHiddenSlides(Boolean showHiddenSlides)
public Boolean isShowHiddenSlides()
public void setShowHiddenSlides(Boolean showHiddenSlides)
public SwfExportOptions compressed(Boolean compressed)
public Boolean isCompressed()
public void setCompressed(Boolean compressed)
public SwfExportOptions viewerIncluded(Boolean viewerIncluded)
public Boolean isViewerIncluded()
public void setViewerIncluded(Boolean viewerIncluded)
public SwfExportOptions showPageBorder(Boolean showPageBorder)
public Boolean isShowPageBorder()
public void setShowPageBorder(Boolean showPageBorder)
public SwfExportOptions showFullScreen(Boolean showFullScreen)
public Boolean isShowFullScreen()
public void setShowFullScreen(Boolean showFullScreen)
public SwfExportOptions showPageStepper(Boolean showPageStepper)
public Boolean isShowPageStepper()
public void setShowPageStepper(Boolean showPageStepper)
public SwfExportOptions showSearch(Boolean showSearch)
public Boolean isShowSearch()
public void setShowSearch(Boolean showSearch)
public SwfExportOptions showTopPane(Boolean showTopPane)
public Boolean isShowTopPane()
public void setShowTopPane(Boolean showTopPane)
public SwfExportOptions showBottomPane(Boolean showBottomPane)
public Boolean isShowBottomPane()
public void setShowBottomPane(Boolean showBottomPane)
public SwfExportOptions showLeftPane(Boolean showLeftPane)
public Boolean isShowLeftPane()
public void setShowLeftPane(Boolean showLeftPane)
public SwfExportOptions startOpenLeftPane(Boolean startOpenLeftPane)
public Boolean isStartOpenLeftPane()
public void setStartOpenLeftPane(Boolean startOpenLeftPane)
public SwfExportOptions enableContextMenu(Boolean enableContextMenu)
public Boolean isEnableContextMenu()
public void setEnableContextMenu(Boolean enableContextMenu)
public SwfExportOptions logoImage(String logoImage)
public String getLogoImage()
public void setLogoImage(String logoImage)
public SwfExportOptions logoLink(String logoLink)
public String getLogoLink()
public void setLogoLink(String logoLink)
public SwfExportOptions jpegQuality(Integer jpegQuality)
public Integer getJpegQuality()
public void setJpegQuality(Integer jpegQuality)
public SwfExportOptions notesPosition(SwfExportOptions.NotesPositionEnum notesPosition)
public SwfExportOptions.NotesPositionEnum getNotesPosition()
public void setNotesPosition(SwfExportOptions.NotesPositionEnum notesPosition)
public SwfExportOptions commentsPosition(SwfExportOptions.CommentsPositionEnum commentsPosition)
public SwfExportOptions.CommentsPositionEnum getCommentsPosition()
public void setCommentsPosition(SwfExportOptions.CommentsPositionEnum commentsPosition)
public SwfExportOptions commentsAreaWidth(Integer commentsAreaWidth)
public Integer getCommentsAreaWidth()
public void setCommentsAreaWidth(Integer commentsAreaWidth)
public SwfExportOptions commentsAreaColor(String commentsAreaColor)
public String getCommentsAreaColor()
public void setCommentsAreaColor(String commentsAreaColor)
public SwfExportOptions 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 © 2022. All rights reserved.