Provides options that control how a presentation is saved in Swf format.
SwfOptions
Name
Description
SwfOptions()
Default constructor.
Result:
SwfOptions
getCompressed
Name
Description
getCompressed()
Specifies whether the generated SWF document should be compressed or not. Default is true.
Result:
boolean
getDefaultRegularFont
Name
Description
getDefaultRegularFont()
Returns or sets font used in case source font is not found. Read-write String.
Result:
String
getEnableContextMenu
Name
Description
getEnableContextMenu()
Enable/disable context menu. Default is true.
Result:
boolean
getJpegQuality
Name
Description
getJpegQuality()
Specifies the quality of JPEG images. Default is 95.
Result:
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.
Result:
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.
Result:
String
getNotesCommentsLayouting
Name
Description
getNotesCommentsLayouting()
Provides options that control how notes and comments is placed in exported document.
Represents a callback object for saving progress updates in percentage. See IProgressCallback.
Result:
IProgressCallback
getShowBottomPane
Name
Description
getShowBottomPane()
Show/hide bottom pane. Can be overridden in flashvars. Default is true.
Result:
boolean
getShowFullScreen
Name
Description
getShowFullScreen()
Show/hide fullscreen button. Can be overridden in flashvars. Default is true.
Result:
boolean
getShowHiddenSlides
Name
Description
getShowHiddenSlides()
Specifies whether the generated document should include hidden slides or not. Default is false.
Result:
boolean
getShowLeftPane
Name
Description
getShowLeftPane()
Show/hide left pane. Can be overridden in flashvars. Default is true.
Result:
boolean
getShowPageBorder
Name
Description
getShowPageBorder()
Specifies whether border around pages should be shown. Default is true.
Result:
boolean
getShowPageStepper
Name
Description
getShowPageStepper()
Show/hide page stepper. Can be overridden in flashvars. Default is true.
Result:
boolean
getShowSearch
Name
Description
getShowSearch()
Show/hide search section. Can be overridden in flashvars. Default is true.
Result:
boolean
getShowTopPane
Name
Description
getShowTopPane()
Show/hide whole top pane. Can be overridden in flashvars. Default is true.
Result:
boolean
getStartOpenLeftPane
Name
Description
getStartOpenLeftPane()
Start with opened left pane. Can be overridden in flashvars. Default is false.
Result:
boolean
getViewerIncluded
Name
Description
getViewerIncluded()
Specifies whether the generated SWF document should include the integrated document viewer or not. Default is true.
Result:
boolean
getWarningCallback
Name
Description
getWarningCallback()
Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback.
Result:
IWarningCallback
setCompressed
Name
Description
setCompressed(boolean)
Specifies whether the generated SWF document should be compressed or not. Default is true.
setDefaultRegularFont
Name
Description
setDefaultRegularFont(String)
Returns or sets font used in case source font is not found. Read-write String.
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.