public interface ISwfOptions extends ISaveOptions
Provides options that control how a presentation is saved in SWF format.
Modifier and Type | Method and Description |
---|---|
boolean |
getCompressed()
Specifies whether the generated SWF document should be compressed or not.
|
boolean |
getEnableContextMenu()
Enable/disable context menu.
|
int |
getJpegQuality()
Specifies the quality of JPEG images.
|
byte[] |
getLogoImageBytes()
Image that will be displayed as logo in the top right corner of the viewer.
|
java.lang.String |
getLogoLink()
Gets or sets the full hyperlink address for a logo.
|
INotesCommentsLayoutingOptions |
getNotesCommentsLayouting()
Provides options that control how notes and comments is placed in exported document.
|
boolean |
getShowBottomPane()
Show/hide bottom pane.
|
boolean |
getShowFullScreen()
Show/hide fullscreen button.
|
boolean |
getShowHiddenSlides()
Specifies whether the generated document should include hidden slides or not.
|
boolean |
getShowLeftPane()
Show/hide left pane.
|
boolean |
getShowPageBorder()
Specifies whether border around pages should be shown.
|
boolean |
getShowPageStepper()
Show/hide page stepper.
|
boolean |
getShowSearch()
Show/hide search section.
|
boolean |
getShowTopPane()
Show/hide whole top pane.
|
boolean |
getStartOpenLeftPane()
Start with opened left pane.
|
boolean |
getViewerIncluded()
Specifies whether the generated SWF document should include the integrated document viewer or not.
|
void |
setCompressed(boolean value)
Specifies whether the generated SWF document should be compressed or not.
|
void |
setEnableContextMenu(boolean value)
Enable/disable context menu.
|
void |
setJpegQuality(int value)
Specifies the quality of JPEG images.
|
void |
setLogoImageBytes(byte[] value)
Image that will be displayed as logo in the top right corner of the viewer.
|
void |
setLogoLink(java.lang.String value)
Gets or sets the full hyperlink address for a logo.
|
void |
setShowBottomPane(boolean value)
Show/hide bottom pane.
|
void |
setShowFullScreen(boolean value)
Show/hide fullscreen button.
|
void |
setShowHiddenSlides(boolean value)
Specifies whether the generated document should include hidden slides or not.
|
void |
setShowLeftPane(boolean value)
Show/hide left pane.
|
void |
setShowPageBorder(boolean value)
Specifies whether border around pages should be shown.
|
void |
setShowPageStepper(boolean value)
Show/hide page stepper.
|
void |
setShowSearch(boolean value)
Show/hide search section.
|
void |
setShowTopPane(boolean value)
Show/hide whole top pane.
|
void |
setStartOpenLeftPane(boolean value)
Start with opened left pane.
|
void |
setViewerIncluded(boolean value)
Specifies whether the generated SWF document should include the integrated document viewer or not.
|
getDefaultRegularFont, getProgressCallback, getWarningCallback, setDefaultRegularFont, setProgressCallback, setWarningCallback
boolean getCompressed()
Specifies whether the generated SWF document should be compressed or not.
Default is true
.
void setCompressed(boolean value)
Specifies whether the generated SWF document should be compressed or not.
Default is true
.
boolean getViewerIncluded()
Specifies whether the generated SWF document should include the integrated document viewer or not.
Default is true
.
void setViewerIncluded(boolean value)
Specifies whether the generated SWF document should include the integrated document viewer or not.
Default is true
.
boolean getShowPageBorder()
Specifies whether border around pages should be shown. Default is true.
void setShowPageBorder(boolean value)
Specifies whether border around pages should be shown. Default is true.
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
.
boolean getShowFullScreen()
Show/hide fullscreen button. Can be overridden in flashvars. Default is true.
void setShowFullScreen(boolean value)
Show/hide fullscreen button. Can be overridden in flashvars. Default is true.
boolean getShowPageStepper()
Show/hide page stepper. Can be overridden in flashvars. Default is true.
void setShowPageStepper(boolean value)
Show/hide page stepper. Can be overridden in flashvars. Default is true.
boolean getShowSearch()
Show/hide search section. Can be overridden in flashvars. Default is true.
void setShowSearch(boolean value)
Show/hide search section. Can be overridden in flashvars. Default is true.
boolean getShowTopPane()
Show/hide whole top pane. Can be overridden in flashvars. Default is true.
void setShowTopPane(boolean value)
Show/hide whole top pane. Can be overridden in flashvars. Default is true.
boolean getShowBottomPane()
Show/hide bottom pane. Can be overridden in flashvars. Default is true.
void setShowBottomPane(boolean value)
Show/hide bottom pane. Can be overridden in flashvars. Default is true.
boolean getShowLeftPane()
Show/hide left pane. Can be overridden in flashvars. Default is true.
void setShowLeftPane(boolean value)
Show/hide left pane. Can be overridden in flashvars. Default is true.
boolean getStartOpenLeftPane()
Start with opened left pane. Can be overridden in flashvars. Default is false.
void setStartOpenLeftPane(boolean value)
Start with opened left pane. Can be overridden in flashvars. Default is false.
boolean getEnableContextMenu()
Enable/disable context menu. Default is true.
void setEnableContextMenu(boolean value)
Enable/disable context menu. Default is true.
byte[] getLogoImageBytes()
Image that will be displayed as logo in the top right corner of the viewer. Image should be 32x64 pixels PNG image, otherwise logo can be displayed improperly.
void setLogoImageBytes(byte[] value)
Image that will be displayed as logo in the top right corner of the viewer. Image should be 32x64 pixels PNG image, otherwise logo can be displayed improperly.
java.lang.String getLogoLink()
Gets or sets the full hyperlink address for a logo.
Has an effect only if a LogoImageBytes
(getLogoImageBytes()
/setLogoImageBytes(byte[])
) is specified.
void setLogoLink(java.lang.String value)
Gets or sets the full hyperlink address for a logo.
Has an effect only if a LogoImageBytes
(getLogoImageBytes()
/setLogoImageBytes(byte[])
) is specified.
int getJpegQuality()
Specifies the quality of JPEG images. Default is 95.
void setJpegQuality(int value)
Specifies the quality of JPEG images. Default is 95.
INotesCommentsLayoutingOptions getNotesCommentsLayouting()
Provides options that control how notes and comments is placed in exported document.