SwfOptions

SwfOptions class

Provides options that control how a presentation is saved in Swf format.

SwfOptions

NameDescription
SwfOptions()Default function.

Result: SwfOptions


getCompressed

NameDescription
getCompressed ()Specifies whether the generated SWF document should be compressed or not. Default is true.

Result: boolean


getEnableContextMenu

NameDescription
getEnableContextMenu ()Enable/disable context menu. Default is true.

Result: boolean


getJpegQuality

NameDescription
getJpegQuality ()Specifies the quality of JPEG images. Default is 95.

Result: int


getLogoImageBytes

NameDescription
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.

Result: byte


NameDescription
getLogoLink ()Gets or sets the full hyperlink address for a logo. Has an effect only if a ( #getLogoImageBytes/ #setLogoImageBytes(byte[])) is specified.

Result: String


getNotesCommentsLayouting

NameDescription
getNotesCommentsLayouting ()Provides options that control how notes and comments is placed in exported document.

Result: NotesCommentsLayoutingOptions


getShowBottomPane

NameDescription
getShowBottomPane ()Show/hide bottom pane. Can be overridden in flashvars. Default is true.

Result: boolean


getShowFullScreen

NameDescription
getShowFullScreen ()Show/hide fullscreen button. Can be overridden in flashvars. Default is true.

Result: boolean


getShowHiddenSlides

NameDescription
getShowHiddenSlides ()Specifies whether the generated document should include hidden slides or not. Default is false.

Result: boolean


getShowLeftPane

NameDescription
getShowLeftPane ()Show/hide left pane. Can be overridden in flashvars. Default is true.

Result: boolean


getShowPageBorder

NameDescription
getShowPageBorder ()Specifies whether border around pages should be shown. Default is true.

Result: boolean


getShowPageStepper

NameDescription
getShowPageStepper ()Show/hide page stepper. Can be overridden in flashvars. Default is true.

Result: boolean


getShowSearch

NameDescription
getShowSearch ()Show/hide search section. Can be overridden in flashvars. Default is true.

Result: boolean


getShowTopPane

NameDescription
getShowTopPane ()Show/hide whole top pane. Can be overridden in flashvars. Default is true.

Result: boolean


getStartOpenLeftPane

NameDescription
getStartOpenLeftPane ()Start with opened left pane. Can be overridden in flashvars. Default is false.

Result: boolean


getViewerIncluded

NameDescription
getViewerIncluded ()Specifies whether the generated SWF document should include the integrated document viewer or not. Default is true.

Result: boolean


setCompressed

NameDescription
setCompressed (boolean)Specifies whether the generated SWF document should be compressed or not. Default is true.

setEnableContextMenu

NameDescription
setEnableContextMenu (boolean)Enable/disable context menu. Default is true.

setJpegQuality

NameDescription
setJpegQuality (int)Specifies the quality of JPEG images. Default is 95.

setLogoImageBytes

NameDescription
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.

NameDescription
setLogoLink (String)Gets or sets the full hyperlink address for a logo. Has an effect only if a ( #getLogoImageBytes/ #setLogoImageBytes(byte[])) is specified.

setShowBottomPane

NameDescription
setShowBottomPane (boolean)Show/hide bottom pane. Can be overridden in flashvars. Default is true.

setShowFullScreen

NameDescription
setShowFullScreen (boolean)Show/hide fullscreen button. Can be overridden in flashvars. Default is true.

setShowHiddenSlides

NameDescription
setShowHiddenSlides (boolean)Specifies whether the generated document should include hidden slides or not. Default is false.

setShowLeftPane

NameDescription
setShowLeftPane (boolean)Show/hide left pane. Can be overridden in flashvars. Default is true.

setShowPageBorder

NameDescription
setShowPageBorder (boolean)Specifies whether border around pages should be shown. Default is true.

setShowPageStepper

NameDescription
setShowPageStepper (boolean)Show/hide page stepper. Can be overridden in flashvars. Default is true.

setShowSearch

NameDescription
setShowSearch (boolean)Show/hide search section. Can be overridden in flashvars. Default is true.

setShowTopPane

NameDescription
setShowTopPane (boolean)Show/hide whole top pane. Can be overridden in flashvars. Default is true.

setStartOpenLeftPane

NameDescription
setStartOpenLeftPane (boolean)Start with opened left pane. Can be overridden in flashvars. Default is false.

setViewerIncluded

NameDescription
setViewerIncluded (boolean)Specifies whether the generated SWF document should include the integrated document viewer or not. Default is true.