AsposeSlidesCloud-SlidesApi
view release on metacpan or search on metacpan
lib/AsposeSlidesCloud/Object/SwfExportOptions.pm view on Meta::CPAN
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 => '',
},
'slides_layout_options' => {
datatype => 'SlidesLayoutOptions',
base_name => 'SlidesLayoutOptions',
description => 'Slides layouting options',
format => '',
read_only => '',
},
});
__PACKAGE__->swagger_types( {
'default_regular_font' => 'string',
'delete_embedded_binary_objects' => 'boolean',
'gradient_style' => 'string',
'font_fallback_rules' => 'ARRAY[FontFallbackRule]',
'font_subst_rules' => 'ARRAY[FontSubstRule]',
'skip_java_script_links' => 'boolean',
'format' => 'string',
'show_hidden_slides' => 'boolean',
'compressed' => 'boolean',
'viewer_included' => 'boolean',
'show_page_border' => 'boolean',
'show_full_screen' => 'boolean',
'show_page_stepper' => 'boolean',
'show_search' => 'boolean',
'show_top_pane' => 'boolean',
'show_bottom_pane' => 'boolean',
'show_left_pane' => 'boolean',
'start_open_left_pane' => 'boolean',
'enable_context_menu' => 'boolean',
'logo_image' => 'string',
'logo_link' => 'string',
'jpeg_quality' => 'int',
'slides_layout_options' => 'SlidesLayoutOptions'
} );
__PACKAGE__->attribute_map( {
'default_regular_font' => 'DefaultRegularFont',
'delete_embedded_binary_objects' => 'DeleteEmbeddedBinaryObjects',
'gradient_style' => 'GradientStyle',
'font_fallback_rules' => 'FontFallbackRules',
'font_subst_rules' => 'FontSubstRules',
'skip_java_script_links' => 'SkipJavaScriptLinks',
'format' => 'Format',
'show_hidden_slides' => 'ShowHiddenSlides',
'compressed' => 'Compressed',
'viewer_included' => 'ViewerIncluded',
'show_page_border' => 'ShowPageBorder',
'show_full_screen' => 'ShowFullScreen',
'show_page_stepper' => 'ShowPageStepper',
'show_search' => 'ShowSearch',
'show_top_pane' => 'ShowTopPane',
'show_bottom_pane' => 'ShowBottomPane',
'show_left_pane' => 'ShowLeftPane',
'start_open_left_pane' => 'StartOpenLeftPane',
'enable_context_menu' => 'EnableContextMenu',
'logo_image' => 'LogoImage',
'logo_link' => 'LogoLink',
'jpeg_quality' => 'JpegQuality',
'slides_layout_options' => 'SlidesLayoutOptions'
} );
__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});
1;
( run in 1.240 second using v1.01-cache-2.11-cpan-e93a5daba3e )