SwfOptions class
Contents
[
Hide
]SwfOptions class
Provides options that control how a presentation is saved in Swf format.
Inheritance:SwfOptions
→ SaveOptions
The SwfOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
__init__ | Default constructor. |
Properties
Property | Description |
---|---|
warning_callback | Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback . |
progress_callback | Represents a callback object for saving progress updates in percentage. See IProgressCallback . |
default_regular_font | Returns or sets font used in case source font is not found. Read-write str. |
gradient_style | Returns or sets the visual style of the gradient. Read/write GradientStyle . |
show_hidden_slides | Specifies whether the generated document should include hidden slides or not. Default is false . |
compressed | Specifies whether the generated SWF document should be compressed or not. Default is true . |
viewer_included | Specifies whether the generated SWF document should include the integrated document viewer or not. Default is true . |
show_page_border | Specifies whether border around pages should be shown. Default is true. |
show_full_screen | Show/hide fullscreen button. Can be overridden in flashvars. Default is true. |
show_page_stepper | Show/hide page stepper. Can be overridden in flashvars. Default is true. |
show_search | Show/hide search section. Can be overridden in flashvars. Default is true. |
show_top_pane | Show/hide whole top pane. Can be overridden in flashvars. Default is true. |
show_bottom_pane | Show/hide bottom pane. Can be overridden in flashvars. Default is true. |
show_left_pane | Show/hide left pane. Can be overridden in flashvars. Default is true. |
start_open_left_pane | Start with opened left pane. Can be overridden in flashvars. Default is false. |
enable_context_menu | Enable/disable context menu. Default is true. |
logo_image_bytes | 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. |
logo_link | Gets or sets the full hyperlink address for a logo. Has an effect only if a SwfOptions.logo_image_bytes is specified. |
jpeg_quality | Specifies the quality of JPEG images. Default is 95. |
notes_comments_layouting | Provides options that control how notes and comments is placed in exported document. |
See Also
- class
SaveOptions
- class
SwfOptions
- module
aspose.slides.export
- library
Aspose.Slides