__PACKAGE__->class_documentation({description=> 'Provides options that control how a presentation is saved in SWF format.',
class=> 'SwfExportOptions',
required=> [], # TODO
} );
__PACKAGE__->method_documentation({
'default_regular_font'=> {
datatype=> 'string',
base_name=> 'DefaultRegularFont',
description=> 'Default regular font for rendering the presentation. ',
format=> '',
read_only=> '',
},
'font_fallback_rules'=> {
datatype=> 'ARRAY[FontFallbackRule]',
base_name=> 'FontFallbackRules',
description=> 'Gets of sets list of font fallback rules.',
format=> '',
read_only=> '',
},
'font_subst_rules'=> {
datatype=> 'ARRAY[FontSubstRule]',
base_name=> 'FontSubstRules',
description=> 'Gets of sets list of font substitution rules.',
format=> '',
read_only=> '',
},
'format'=> {
datatype=> 'string',
base_name=> 'Format',
description=> 'Export format.',
format=> '',
read_only=> '',
},
'show_hidden_slides'=> {
datatype=> 'boolean',
base_name=> 'ShowHiddenSlides',
description=> 'Specifies whether the generated document should include hidden slides or not. Default is false. ',
format=> '',
read_only=> '',
},
'compressed'=> {
datatype=> 'boolean',
base_name=> 'Compressed',
description=> 'Specifies whether the generated SWF document should be compressed or not. Default is true. ',
format=> '',
read_only=> '',
},
'viewer_included'=> {
datatype=> 'boolean',
base_name=> 'ViewerIncluded',
description=> 'Specifies whether the generated SWF document should include the integrated document viewer or not. Default is true. ',
format=> '',
read_only=> '',
},
'show_page_border'=> {
datatype=> 'boolean',
base_name=> 'ShowPageBorder',
description=> 'Specifies whether border around pages should be shown. Default is true. ',
format=> '',
read_only=> '',
},
'show_full_screen'=> {
datatype=> 'boolean',
base_name=> 'ShowFullScreen',
description=> 'Show/hide fullscreen button. Can be overridden in flashvars. Default is true. ',
format=> '',
read_only=> '',
},
'show_page_stepper'=> {
datatype=> 'boolean',
base_name=> 'ShowPageStepper',
description=> 'Show/hide page stepper. Can be overridden in flashvars. Default is true. ',
format=> '',
read_only=> '',
},
'show_search'=> {
datatype=> 'boolean',
base_name=> 'ShowSearch',
description=> 'Show/hide search section. Can be overridden in flashvars. Default is true. ',
format=> '',
read_only=> '',
},
'show_top_pane'=> {
datatype=> 'boolean',
base_name=> 'ShowTopPane',
description=> 'Show/hide whole top pane. Can be overridden in flashvars. Default is true. ',
format=> '',
read_only=> '',
},
'show_bottom_pane'=> {
datatype=> 'boolean',
base_name=> 'ShowBottomPane',
description=> 'Show/hide bottom pane. Can be overridden in flashvars. Default is true. ',
format=> '',
read_only=> '',
},
'show_left_pane'=> {
datatype=> 'boolean',
base_name=> 'ShowLeftPane',
description=> 'Show/hide left pane. Can be overridden in flashvars. Default is true. ',
format=> '',
read_only=> '',
},
'start_open_left_pane'=> {
datatype=> 'boolean',
base_name=> 'StartOpenLeftPane',
description=> 'Start with opened left pane. Can be overridden in flashvars. Default is false. ',
format=> '',
read_only=> '',
},
'enable_context_menu'=> {
datatype=> 'boolean',
base_name=> 'EnableContextMenu',
description=> 'Enable/disable context menu. Default is true. ',
format=> '',
read_only=> '',
},
'logo_image'=> {
datatype=> 'string',
base_name=> 'LogoImage',
description=> 'Image that will be displayed as logo in the top right corner of the viewer. The image data is a base 64 string. Image should be 32x64 pixels PNG image, otherwise logo can be displayed improperly. ',
format=> '',
read_only=> '',
},
'logo_link'=> {
datatype=> 'string',
base_name=> 'LogoLink',
description=> 'Gets or sets the full hyperlink address for a logo. Has an effect only if a LogoImage is specified. ',
format=> '',
read_only=> '',
},
'jpeg_quality'=> {
datatype=> 'int',
base_name=> 'JpegQuality',
description=> 'Specifies the quality of JPEG images. Default is 95.',
format=> '',
read_only=> '',
},
'notes_position'=> {
datatype=> 'string',
base_name=> 'NotesPosition',
description=> 'Gets or sets the position of the notes on the page.',
format=> '',
read_only=> '',
},
'comments_position'=> {
datatype=> 'string',
base_name=> 'CommentsPosition',
description=> 'Gets or sets the position of the comments on the page.',
format=> '',
read_only=> '',
},
'comments_area_width'=> {
datatype=> 'int',
base_name=> 'CommentsAreaWidth',
description=> 'Gets or sets the width of the comment output area in pixels (Applies only if comments are displayed on the right).',
format=> '',
read_only=> '',
},
'comments_area_color'=> {
datatype=> 'string',
base_name=> 'CommentsAreaColor',
description=> 'Gets or sets the color of comments area (Applies only if comments are displayed on the right).',
format=> '',
read_only=> '',
},
'show_comments_by_no_author'=> {
datatype=> 'boolean',
base_name=> 'ShowCommentsByNoAuthor',
description=> 'True if comments that have no author are displayed. (Applies only if comments are displayed).',