public class SwfExportOptions extends ExportOptions
ExportOptions.GradientStyleEnum| Constructor and Description |
|---|
SwfExportOptions() |
| Modifier and Type | Method and Description |
|---|---|
SwfExportOptions |
compressed(Boolean compressed) |
SwfExportOptions |
enableContextMenu(Boolean enableContextMenu) |
boolean |
equals(Object o) |
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.
|
SlidesLayoutOptions |
getSlidesLayoutOptions()
Slides layouting options
|
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 |
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) |
void |
setCompressed(Boolean compressed) |
void |
setEnableContextMenu(Boolean enableContextMenu) |
void |
setJpegQuality(Integer jpegQuality) |
void |
setLogoImage(String logoImage) |
void |
setLogoLink(String logoLink) |
void |
setShowBottomPane(Boolean showBottomPane) |
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 |
setSlidesLayoutOptions(SlidesLayoutOptions slidesLayoutOptions) |
void |
setStartOpenLeftPane(Boolean startOpenLeftPane) |
void |
setViewerIncluded(Boolean viewerIncluded) |
SwfExportOptions |
showBottomPane(Boolean showBottomPane) |
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 |
slidesLayoutOptions(SlidesLayoutOptions slidesLayoutOptions) |
SwfExportOptions |
startOpenLeftPane(Boolean startOpenLeftPane) |
String |
toString() |
SwfExportOptions |
viewerIncluded(Boolean viewerIncluded) |
addFontFallbackRulesItem, addFontSubstRulesItem, defaultRegularFont, deleteEmbeddedBinaryObjects, fontFallbackRules, fontSubstRules, getDefaultRegularFont, getFontFallbackRules, getFontSubstRules, getFormat, getGradientStyle, gradientStyle, isDeleteEmbeddedBinaryObjects, isSkipJavaScriptLinks, setDefaultRegularFont, setDeleteEmbeddedBinaryObjects, setFontFallbackRules, setFontSubstRules, setFormat, setGradientStyle, setSkipJavaScriptLinks, skipJavaScriptLinkspublic 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 slidesLayoutOptions(SlidesLayoutOptions slidesLayoutOptions)
public SlidesLayoutOptions getSlidesLayoutOptions()
public void setSlidesLayoutOptions(SlidesLayoutOptions slidesLayoutOptions)
public boolean equals(Object o)
equals in class ExportOptionspublic int hashCode()
hashCode in class ExportOptionspublic String toString()
toString in class ExportOptionsCopyright © 2025. All rights reserved.