Provides options that control how a presentation is saved in Swf format.
SwfOptions
Name
Description
SwfOptions()
Default function.
Returns:
SwfOptions
getCompressed
Name
Description
getCompressed ()
Specifies whether the generated SWF document should be compressed or not. Default is true.
Returns:
boolean
getEnableContextMenu
Name
Description
getEnableContextMenu ()
Enable/disable context menu. Default is true.
Returns:
boolean
getJpegQuality
Name
Description
getJpegQuality ()
Specifies the quality of JPEG images. Default is 95.
Returns:
int
getLogoImageBytes
Name
Description
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.
Returns:
byte
getLogoLink
Name
Description
getLogoLink ()
Gets or sets the full hyperlink address for a logo. Has an effect only if a ( #getLogoImageBytes/ #setLogoImageBytes(byte[])) is specified.
Returns:
String
getNotesCommentsLayouting
Name
Description
getNotesCommentsLayouting ()
Provides options that control how notes and comments is placed in exported document.
Show/hide bottom pane. Can be overridden in flashvars. Default is true.
Returns:
boolean
getShowFullScreen
Name
Description
getShowFullScreen ()
Show/hide fullscreen button. Can be overridden in flashvars. Default is true.
Returns:
boolean
getShowHiddenSlides
Name
Description
getShowHiddenSlides ()
Specifies whether the generated document should include hidden slides or not. Default is false.
Returns:
boolean
getShowLeftPane
Name
Description
getShowLeftPane ()
Show/hide left pane. Can be overridden in flashvars. Default is true.
Returns:
boolean
getShowPageBorder
Name
Description
getShowPageBorder ()
Specifies whether border around pages should be shown. Default is true.
Returns:
boolean
getShowPageStepper
Name
Description
getShowPageStepper ()
Show/hide page stepper. Can be overridden in flashvars. Default is true.
Returns:
boolean
getShowSearch
Name
Description
getShowSearch ()
Show/hide search section. Can be overridden in flashvars. Default is true.
Returns:
boolean
getShowTopPane
Name
Description
getShowTopPane ()
Show/hide whole top pane. Can be overridden in flashvars. Default is true.
Returns:
boolean
getStartOpenLeftPane
Name
Description
getStartOpenLeftPane ()
Start with opened left pane. Can be overridden in flashvars. Default is false.
Returns:
boolean
getViewerIncluded
Name
Description
getViewerIncluded ()
Specifies whether the generated SWF document should include the integrated document viewer or not. Default is true.
Returns:
boolean
setCompressed
Name
Description
setCompressed (boolean)
Specifies whether the generated SWF document should be compressed or not. Default is true.
setEnableContextMenu
Name
Description
setEnableContextMenu (boolean)
Enable/disable context menu. Default is true.
setJpegQuality
Name
Description
setJpegQuality (int)
Specifies the quality of JPEG images. Default is 95.
setLogoImageBytes
Name
Description
setLogoImageBytes (byte[])
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.
setLogoLink
Name
Description
setLogoLink (String)
Gets or sets the full hyperlink address for a logo. Has an effect only if a ( #getLogoImageBytes/ #setLogoImageBytes(byte[])) is specified.
setShowBottomPane
Name
Description
setShowBottomPane (boolean)
Show/hide bottom pane. Can be overridden in flashvars. Default is true.
setShowFullScreen
Name
Description
setShowFullScreen (boolean)
Show/hide fullscreen button. Can be overridden in flashvars. Default is true.
setShowHiddenSlides
Name
Description
setShowHiddenSlides (boolean)
Specifies whether the generated document should include hidden slides or not. Default is false.
setShowLeftPane
Name
Description
setShowLeftPane (boolean)
Show/hide left pane. Can be overridden in flashvars. Default is true.
setShowPageBorder
Name
Description
setShowPageBorder (boolean)
Specifies whether border around pages should be shown. Default is true.
setShowPageStepper
Name
Description
setShowPageStepper (boolean)
Show/hide page stepper. Can be overridden in flashvars. Default is true.
setShowSearch
Name
Description
setShowSearch (boolean)
Show/hide search section. Can be overridden in flashvars. Default is true.
setShowTopPane
Name
Description
setShowTopPane (boolean)
Show/hide whole top pane. Can be overridden in flashvars. Default is true.
setStartOpenLeftPane
Name
Description
setStartOpenLeftPane (boolean)
Start with opened left pane. Can be overridden in flashvars. Default is false.
setViewerIncluded
Name
Description
setViewerIncluded (boolean)
Specifies whether the generated SWF document should include the integrated document viewer or not. Default is true.