class AsposeSlidesCloud::SwfExportOptions
Provides options that control how a presentation is saved in SWF format.
Attributes
Specifies whether the generated SWF document should be compressed or not. Default is true.
Specifies the quality of JPEG images. Default is 95.
Gets or sets the full hyperlink address for a logo. Has an effect only if a LogoImage is specified.
Show/hide bottom pane. Can be overridden in flashvars. Default is true.
Show/hide fullscreen button. Can be overridden in flashvars. Default is true.
Show/hide left pane. Can be overridden in flashvars. Default is true.
Specifies whether border around pages should be shown. Default is true.
Show/hide page stepper. Can be overridden in flashvars. Default is true.
Show/hide search section. Can be overridden in flashvars. Default is true.
Show/hide whole top pane. Can be overridden in flashvars. Default is true.
Slides
layouting options
Start with opened left pane. Can be overridden in flashvars. Default is false.
Specifies whether the generated SWF document should include the integrated document viewer or not. Default is true.
Public Class Methods
Source
# File lib/aspose_slides_cloud/models/swf_export_options.rb, line 77 def self.attribute_map super.merge({ :'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', }) end
Attribute mapping from ruby-style variable name to JSON key.
AsposeSlidesCloud::ExportOptions::attribute_map
Source
# File lib/aspose_slides_cloud/models/swf_export_options.rb, line 122 def initialize(attributes = {}) super if attributes.has_key?(:'ShowHiddenSlides') self.show_hidden_slides = attributes[:'ShowHiddenSlides'] end if attributes.has_key?(:'Compressed') self.compressed = attributes[:'Compressed'] end if attributes.has_key?(:'ViewerIncluded') self.viewer_included = attributes[:'ViewerIncluded'] end if attributes.has_key?(:'ShowPageBorder') self.show_page_border = attributes[:'ShowPageBorder'] end if attributes.has_key?(:'ShowFullScreen') self.show_full_screen = attributes[:'ShowFullScreen'] end if attributes.has_key?(:'ShowPageStepper') self.show_page_stepper = attributes[:'ShowPageStepper'] end if attributes.has_key?(:'ShowSearch') self.show_search = attributes[:'ShowSearch'] end if attributes.has_key?(:'ShowTopPane') self.show_top_pane = attributes[:'ShowTopPane'] end if attributes.has_key?(:'ShowBottomPane') self.show_bottom_pane = attributes[:'ShowBottomPane'] end if attributes.has_key?(:'ShowLeftPane') self.show_left_pane = attributes[:'ShowLeftPane'] end if attributes.has_key?(:'StartOpenLeftPane') self.start_open_left_pane = attributes[:'StartOpenLeftPane'] end if attributes.has_key?(:'EnableContextMenu') self.enable_context_menu = attributes[:'EnableContextMenu'] end if attributes.has_key?(:'LogoImage') self.logo_image = attributes[:'LogoImage'] end if attributes.has_key?(:'LogoLink') self.logo_link = attributes[:'LogoLink'] end if attributes.has_key?(:'JpegQuality') self.jpeg_quality = attributes[:'JpegQuality'] end if attributes.has_key?(:'SlidesLayoutOptions') self.slides_layout_options = attributes[:'SlidesLayoutOptions'] end self.format = 'swf' end
Initializes the object @param [Hash] attributes Model attributes in the form of hash
AsposeSlidesCloud::ExportOptions::new
Source
# File lib/aspose_slides_cloud/models/swf_export_options.rb, line 99 def self.swagger_types super.merge({ :'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' => :'Integer', :'slides_layout_options' => :'SlidesLayoutOptions', }) end
Attribute type mapping.
AsposeSlidesCloud::ExportOptions::swagger_types
Public Instance Methods
Source
# File lib/aspose_slides_cloud/models/swf_export_options.rb, line 207 def ==(o) return true if self.equal?(o) self.class == o.class && default_regular_font == o.default_regular_font && delete_embedded_binary_objects == o.delete_embedded_binary_objects && gradient_style == o.gradient_style && font_fallback_rules == o.font_fallback_rules && font_subst_rules == o.font_subst_rules && skip_java_script_links == o.skip_java_script_links && format == o.format && show_hidden_slides == o.show_hidden_slides && compressed == o.compressed && viewer_included == o.viewer_included && show_page_border == o.show_page_border && show_full_screen == o.show_full_screen && show_page_stepper == o.show_page_stepper && show_search == o.show_search && show_top_pane == o.show_top_pane && show_bottom_pane == o.show_bottom_pane && show_left_pane == o.show_left_pane && start_open_left_pane == o.start_open_left_pane && enable_context_menu == o.enable_context_menu && logo_image == o.logo_image && logo_link == o.logo_link && jpeg_quality == o.jpeg_quality && slides_layout_options == o.slides_layout_options end
Checks equality by comparing each attribute. @param [Object] Object to be compared
Source
# File lib/aspose_slides_cloud/models/swf_export_options.rb, line 237 def eql?(o) self == o end
@see the ‘==` method @param [Object] Object to be compared
Source
# File lib/aspose_slides_cloud/models/swf_export_options.rb, line 243 def hash [default_regular_font, delete_embedded_binary_objects, gradient_style, font_fallback_rules, font_subst_rules, skip_java_script_links, format, show_hidden_slides, compressed, viewer_included, show_page_border, show_full_screen, show_page_stepper, show_search, show_top_pane, show_bottom_pane, show_left_pane, start_open_left_pane, enable_context_menu, logo_image, logo_link, jpeg_quality, slides_layout_options].hash end
Calculates hash code according to all attributes. @return [Fixnum] Hash code
Source
# File lib/aspose_slides_cloud/models/swf_export_options.rb, line 193 def list_invalid_properties invalid_properties = super invalid_properties end
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
AsposeSlidesCloud::ExportOptions#list_invalid_properties
Source
# File lib/aspose_slides_cloud/models/swf_export_options.rb, line 200 def valid? return false if !super true end
Check to see if the all the properties in the model are valid @return true if the model is valid
AsposeSlidesCloud::ExportOptions#valid?