aspose_slides_cloud 20.4.0 → 20.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (177) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +61 -61
  3. data/TestData/ChartTest.pptx +0 -0
  4. data/TestData/Sections.pptx +0 -0
  5. data/TestData/TemplatingCVDataWithBase64.xml +22 -22
  6. data/lib/aspose_slides_cloud.rb +212 -205
  7. data/lib/aspose_slides_cloud/api/slides_api.rb +10979 -7974
  8. data/lib/aspose_slides_cloud/api/slides_api_requests.rb +4146 -3099
  9. data/lib/aspose_slides_cloud/api_client.rb +432 -429
  10. data/lib/aspose_slides_cloud/models/add_layout_slide.rb +244 -261
  11. data/lib/aspose_slides_cloud/models/add_master_slide.rb +259 -276
  12. data/lib/aspose_slides_cloud/models/add_shape.rb +239 -256
  13. data/lib/aspose_slides_cloud/models/add_slide.rb +269 -286
  14. data/lib/aspose_slides_cloud/models/api_info.rb +217 -205
  15. data/lib/aspose_slides_cloud/models/arrow_head_properties.rb +285 -273
  16. data/lib/aspose_slides_cloud/models/audio_frame.rb +359 -573
  17. data/lib/aspose_slides_cloud/models/axes.rb +237 -225
  18. data/lib/aspose_slides_cloud/models/axis.rb +699 -687
  19. data/lib/aspose_slides_cloud/models/base64_input_file.rb +230 -256
  20. data/lib/aspose_slides_cloud/models/blur_effect.rb +227 -215
  21. data/lib/aspose_slides_cloud/models/box_and_whisker_series.rb +299 -0
  22. data/lib/aspose_slides_cloud/models/bubble_chart_data_point.rb +212 -230
  23. data/lib/aspose_slides_cloud/models/bubble_series.rb +248 -428
  24. data/lib/aspose_slides_cloud/models/chart.rb +365 -553
  25. data/lib/aspose_slides_cloud/models/chart_category.rb +271 -0
  26. data/lib/aspose_slides_cloud/models/chart_title.rb +222 -210
  27. data/lib/aspose_slides_cloud/models/chart_wall.rb +281 -269
  28. data/lib/aspose_slides_cloud/models/color_scheme.rb +317 -327
  29. data/lib/aspose_slides_cloud/models/common_slide_view_properties.rb +217 -0
  30. data/lib/aspose_slides_cloud/models/connector.rb +275 -487
  31. data/lib/aspose_slides_cloud/models/custom_dash_pattern.rb +209 -197
  32. data/lib/aspose_slides_cloud/models/{resource_uri_element.rb → data_point.rb} +197 -195
  33. data/lib/aspose_slides_cloud/models/disc_usage.rb +227 -215
  34. data/lib/aspose_slides_cloud/models/document.rb +257 -267
  35. data/lib/aspose_slides_cloud/models/document_properties.rb +209 -219
  36. data/lib/aspose_slides_cloud/models/document_property.rb +232 -242
  37. data/lib/aspose_slides_cloud/models/document_replace_result.rb +218 -282
  38. data/lib/aspose_slides_cloud/models/effect.rb +424 -412
  39. data/lib/aspose_slides_cloud/models/effect_format.rb +277 -265
  40. data/lib/aspose_slides_cloud/models/entity_exists.rb +212 -0
  41. data/lib/aspose_slides_cloud/models/error.rb +237 -225
  42. data/lib/aspose_slides_cloud/models/error_details.rb +222 -210
  43. data/lib/aspose_slides_cloud/models/export_format.rb +60 -59
  44. data/lib/aspose_slides_cloud/models/export_options.rb +216 -194
  45. data/lib/aspose_slides_cloud/models/file_version.rb +225 -270
  46. data/lib/aspose_slides_cloud/models/file_versions.rb +209 -197
  47. data/lib/aspose_slides_cloud/models/files_list.rb +209 -197
  48. data/lib/aspose_slides_cloud/models/files_upload_result.rb +221 -209
  49. data/lib/aspose_slides_cloud/models/fill_format.rb +240 -228
  50. data/lib/aspose_slides_cloud/models/fill_overlay_effect.rb +246 -234
  51. data/lib/aspose_slides_cloud/models/font_scheme.rb +227 -237
  52. data/lib/aspose_slides_cloud/models/font_set.rb +227 -215
  53. data/lib/aspose_slides_cloud/models/format_scheme.rb +245 -255
  54. data/lib/aspose_slides_cloud/models/geometry_shape.rb +260 -439
  55. data/lib/aspose_slides_cloud/models/glow_effect.rb +222 -210
  56. data/lib/aspose_slides_cloud/models/gradient_fill.rb +342 -359
  57. data/lib/aspose_slides_cloud/models/gradient_fill_stop.rb +222 -210
  58. data/lib/aspose_slides_cloud/models/graphical_object.rb +234 -422
  59. data/lib/aspose_slides_cloud/models/group_shape.rb +234 -422
  60. data/lib/aspose_slides_cloud/models/header_footer.rb +247 -0
  61. data/lib/aspose_slides_cloud/models/html_export_options.rb +421 -420
  62. data/lib/aspose_slides_cloud/models/i_shape_export_options.rb +197 -195
  63. data/lib/aspose_slides_cloud/models/image.rb +237 -247
  64. data/lib/aspose_slides_cloud/models/image_export_format.rb +43 -43
  65. data/lib/aspose_slides_cloud/models/image_export_options.rb +299 -298
  66. data/lib/aspose_slides_cloud/models/images.rb +209 -219
  67. data/lib/aspose_slides_cloud/models/inner_shadow_effect.rb +252 -240
  68. data/lib/aspose_slides_cloud/models/input.rb +227 -215
  69. data/lib/aspose_slides_cloud/models/input_file.rb +250 -238
  70. data/lib/aspose_slides_cloud/models/interactive_sequence.rb +224 -212
  71. data/lib/aspose_slides_cloud/models/layout_slide.rb +278 -288
  72. data/lib/aspose_slides_cloud/models/layout_slides.rb +209 -219
  73. data/lib/aspose_slides_cloud/models/legend.rb +321 -309
  74. data/lib/aspose_slides_cloud/models/line_format.rb +389 -377
  75. data/lib/aspose_slides_cloud/models/master_slide.rb +231 -241
  76. data/lib/aspose_slides_cloud/models/master_slides.rb +209 -219
  77. data/lib/aspose_slides_cloud/models/merge.rb +231 -248
  78. data/lib/aspose_slides_cloud/models/merging_source.rb +219 -207
  79. data/lib/aspose_slides_cloud/models/no_fill.rb +219 -236
  80. data/lib/aspose_slides_cloud/models/normal_view_restored_properties.rb +217 -0
  81. data/lib/aspose_slides_cloud/models/notes_slide.rb +217 -227
  82. data/lib/aspose_slides_cloud/models/notes_slide_export_format.rb +43 -43
  83. data/lib/aspose_slides_cloud/models/notes_slide_header_footer.rb +267 -0
  84. data/lib/aspose_slides_cloud/models/object_exist.rb +227 -215
  85. data/lib/aspose_slides_cloud/models/ole_object_frame.rb +259 -447
  86. data/lib/aspose_slides_cloud/models/one_value_chart_data_point.rb +210 -200
  87. data/lib/aspose_slides_cloud/models/one_value_series.rb +248 -428
  88. data/lib/aspose_slides_cloud/models/ordered_merge_request.rb +209 -197
  89. data/lib/aspose_slides_cloud/models/outer_shadow_effect.rb +252 -240
  90. data/lib/aspose_slides_cloud/models/output_file.rb +240 -228
  91. data/lib/aspose_slides_cloud/models/paragraph.rb +517 -527
  92. data/lib/aspose_slides_cloud/models/paragraphs.rb +209 -219
  93. data/lib/aspose_slides_cloud/models/path_input_file.rb +240 -266
  94. data/lib/aspose_slides_cloud/models/path_output_file.rb +239 -256
  95. data/lib/aspose_slides_cloud/models/pattern_fill.rb +266 -283
  96. data/lib/aspose_slides_cloud/models/pdf_export_options.rb +547 -519
  97. data/lib/aspose_slides_cloud/models/picture_fill.rb +351 -368
  98. data/lib/aspose_slides_cloud/models/picture_frame.rb +245 -459
  99. data/lib/aspose_slides_cloud/models/pipeline.rb +219 -207
  100. data/lib/aspose_slides_cloud/models/placeholder.rb +325 -335
  101. data/lib/aspose_slides_cloud/models/placeholders.rb +209 -219
  102. data/lib/aspose_slides_cloud/models/plot_area.rb +311 -299
  103. data/lib/aspose_slides_cloud/models/portion.rb +589 -599
  104. data/lib/aspose_slides_cloud/models/portions.rb +209 -219
  105. data/lib/aspose_slides_cloud/models/pptx_export_options.rb +247 -246
  106. data/lib/aspose_slides_cloud/models/presentation_to_merge.rb +229 -217
  107. data/lib/aspose_slides_cloud/models/presentations_merge_request.rb +221 -209
  108. data/lib/aspose_slides_cloud/models/preset_shadow_effect.rb +286 -274
  109. data/lib/aspose_slides_cloud/models/reflection_effect.rb +441 -429
  110. data/lib/aspose_slides_cloud/models/remove_shape.rb +229 -246
  111. data/lib/aspose_slides_cloud/models/remove_slide.rb +234 -251
  112. data/lib/aspose_slides_cloud/models/reorder_slide.rb +249 -266
  113. data/lib/aspose_slides_cloud/models/replace_text.rb +269 -286
  114. data/lib/aspose_slides_cloud/models/request_input_file.rb +235 -261
  115. data/lib/aspose_slides_cloud/models/reset_slide.rb +234 -251
  116. data/lib/aspose_slides_cloud/models/resource_base.rb +219 -207
  117. data/lib/aspose_slides_cloud/models/resource_uri.rb +237 -225
  118. data/lib/aspose_slides_cloud/models/response_output_file.rb +219 -236
  119. data/lib/aspose_slides_cloud/models/save.rb +266 -283
  120. data/lib/aspose_slides_cloud/models/save_shape.rb +276 -293
  121. data/lib/aspose_slides_cloud/models/save_slide.rb +301 -318
  122. data/lib/aspose_slides_cloud/models/scale_type.rb +41 -41
  123. data/lib/aspose_slides_cloud/models/scatter_chart_data_point.rb +225 -215
  124. data/lib/aspose_slides_cloud/models/scatter_series.rb +248 -428
  125. data/lib/aspose_slides_cloud/models/section.rb +234 -0
  126. data/lib/aspose_slides_cloud/models/sections.rb +209 -0
  127. data/lib/aspose_slides_cloud/models/series.rb +422 -389
  128. data/lib/aspose_slides_cloud/models/series_marker.rb +281 -269
  129. data/lib/aspose_slides_cloud/models/shape.rb +255 -467
  130. data/lib/aspose_slides_cloud/models/shape_base.rb +375 -406
  131. data/lib/aspose_slides_cloud/models/shape_export_format.rb +44 -44
  132. data/lib/aspose_slides_cloud/models/shape_image_export_options.rb +286 -274
  133. data/lib/aspose_slides_cloud/models/shape_thumbnail_bounds.rb +41 -41
  134. data/lib/aspose_slides_cloud/models/shapes.rb +209 -219
  135. data/lib/aspose_slides_cloud/models/size_type.rb +55 -55
  136. data/lib/aspose_slides_cloud/models/slide.rb +322 -332
  137. data/lib/aspose_slides_cloud/models/slide_animation.rb +221 -231
  138. data/lib/aspose_slides_cloud/models/slide_background.rb +266 -276
  139. data/lib/aspose_slides_cloud/models/slide_comment.rb +239 -227
  140. data/lib/aspose_slides_cloud/models/slide_comments.rb +209 -219
  141. data/lib/aspose_slides_cloud/models/slide_export_format.rb +59 -58
  142. data/lib/aspose_slides_cloud/models/slide_replace_result.rb +223 -347
  143. data/lib/aspose_slides_cloud/models/slides.rb +209 -219
  144. data/lib/aspose_slides_cloud/models/smart_art.rb +342 -530
  145. data/lib/aspose_slides_cloud/models/smart_art_node.rb +293 -281
  146. data/lib/aspose_slides_cloud/models/smart_art_shape.rb +235 -422
  147. data/lib/aspose_slides_cloud/models/soft_edge_effect.rb +212 -200
  148. data/lib/aspose_slides_cloud/models/solid_fill.rb +229 -246
  149. data/lib/aspose_slides_cloud/models/split_document_result.rb +209 -219
  150. data/lib/aspose_slides_cloud/models/storage_exist.rb +212 -200
  151. data/lib/aspose_slides_cloud/models/storage_file.rb +257 -245
  152. data/lib/aspose_slides_cloud/models/svg_export_options.rb +379 -378
  153. data/lib/aspose_slides_cloud/models/swf_export_options.rb +529 -528
  154. data/lib/aspose_slides_cloud/models/table.rb +350 -538
  155. data/lib/aspose_slides_cloud/models/table_cell.rb +403 -391
  156. data/lib/aspose_slides_cloud/models/table_column.rb +212 -200
  157. data/lib/aspose_slides_cloud/models/table_row.rb +239 -227
  158. data/lib/aspose_slides_cloud/models/task.rb +240 -228
  159. data/lib/aspose_slides_cloud/models/text_item.rb +217 -205
  160. data/lib/aspose_slides_cloud/models/text_items.rb +209 -219
  161. data/lib/aspose_slides_cloud/models/theme.rb +237 -247
  162. data/lib/aspose_slides_cloud/models/tiff_export_options.rb +423 -422
  163. data/lib/aspose_slides_cloud/models/update_background.rb +241 -258
  164. data/lib/aspose_slides_cloud/models/update_shape.rb +239 -256
  165. data/lib/aspose_slides_cloud/models/video_frame.rb +329 -543
  166. data/lib/aspose_slides_cloud/models/view_properties.rb +357 -0
  167. data/lib/aspose_slides_cloud/models/waterfall_chart_data_point.rb +206 -0
  168. data/lib/aspose_slides_cloud/models/waterfall_series.rb +247 -0
  169. data/lib/aspose_slides_cloud/models/xps_export_options.rb +243 -242
  170. data/lib/aspose_slides_cloud/type_registry.rb +320 -0
  171. data/lib/aspose_slides_cloud/version.rb +25 -25
  172. data/spec/api/slides_api_spec.rb +35926 -24406
  173. data/spec/extra/extra_spec.rb +235 -101
  174. data/spec/spec_utils.rb +183 -176
  175. data/testConfig.json +7 -7
  176. data/testRules.json +472 -340
  177. metadata +18 -3
@@ -1,528 +1,529 @@
1
- =begin
2
- Copyright (c) 2019 Aspose Pty Ltd
3
-
4
- Permission is hereby granted, free of charge, to any person obtaining a copy
5
- of this software and associated documentation files (the "Software"), to deal
6
- in the Software without restriction, including without limitation the rights
7
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
- copies of the Software, and to permit persons to whom the Software is
9
- furnished to do so, subject to the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be included in all
12
- copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20
- SOFTWARE.
21
- =end
22
-
23
- require 'date'
24
-
25
- module AsposeSlidesCloud
26
- # Provides options that control how a presentation is saved in SWF format.
27
- class SwfExportOptions
28
- # Export format.
29
- attr_accessor :format
30
-
31
- # Specifies whether the generated document should include hidden slides or not. Default is false.
32
- attr_accessor :show_hidden_slides
33
-
34
- # Specifies whether the generated SWF document should be compressed or not. Default is true.
35
- attr_accessor :compressed
36
-
37
- # Specifies whether the generated SWF document should include the integrated document viewer or not. Default is true.
38
- attr_accessor :viewer_included
39
-
40
- # Specifies whether border around pages should be shown. Default is true.
41
- attr_accessor :show_page_border
42
-
43
- # Show/hide fullscreen button. Can be overridden in flashvars. Default is true.
44
- attr_accessor :show_full_screen
45
-
46
- # Show/hide page stepper. Can be overridden in flashvars. Default is true.
47
- attr_accessor :show_page_stepper
48
-
49
- # Show/hide search section. Can be overridden in flashvars. Default is true.
50
- attr_accessor :show_search
51
-
52
- # Show/hide whole top pane. Can be overridden in flashvars. Default is true.
53
- attr_accessor :show_top_pane
54
-
55
- # Show/hide bottom pane. Can be overridden in flashvars. Default is true.
56
- attr_accessor :show_bottom_pane
57
-
58
- # Show/hide left pane. Can be overridden in flashvars. Default is true.
59
- attr_accessor :show_left_pane
60
-
61
- # Start with opened left pane. Can be overridden in flashvars. Default is false.
62
- attr_accessor :start_open_left_pane
63
-
64
- # Enable/disable context menu. Default is true.
65
- attr_accessor :enable_context_menu
66
-
67
- # 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.
68
- attr_accessor :logo_image
69
-
70
- # Gets or sets the full hyperlink address for a logo. Has an effect only if a LogoImage is specified.
71
- attr_accessor :logo_link
72
-
73
- # Specifies the quality of JPEG images. Default is 95.
74
- attr_accessor :jpeg_quality
75
-
76
- # Gets or sets the position of the notes on the page.
77
- attr_accessor :notes_position
78
-
79
- # Gets or sets the position of the comments on the page.
80
- attr_accessor :comments_position
81
-
82
- # Gets or sets the width of the comment output area in pixels (Applies only if comments are displayed on the right).
83
- attr_accessor :comments_area_width
84
-
85
- # Gets or sets the color of comments area (Applies only if comments are displayed on the right).
86
- attr_accessor :comments_area_color
87
-
88
- # True if comments that have no author are displayed. (Applies only if comments are displayed).
89
- attr_accessor :show_comments_by_no_author
90
-
91
- class EnumAttributeValidator
92
- attr_reader :datatype
93
- attr_reader :allowable_values
94
-
95
- def initialize(datatype, allowable_values)
96
- @allowable_values = allowable_values.map do |value|
97
- case datatype.to_s
98
- when /Integer/i
99
- value.to_i
100
- when /Float/i
101
- value.to_f
102
- else
103
- value
104
- end
105
- end
106
- end
107
-
108
- def valid?(value)
109
- !value || allowable_values.any?{ |s| s.casecmp(value) == 0 }
110
- end
111
- end
112
-
113
- # Attribute mapping from ruby-style variable name to JSON key.
114
- def self.attribute_map
115
- {
116
- :'format' => :'Format',
117
- :'show_hidden_slides' => :'ShowHiddenSlides',
118
- :'compressed' => :'Compressed',
119
- :'viewer_included' => :'ViewerIncluded',
120
- :'show_page_border' => :'ShowPageBorder',
121
- :'show_full_screen' => :'ShowFullScreen',
122
- :'show_page_stepper' => :'ShowPageStepper',
123
- :'show_search' => :'ShowSearch',
124
- :'show_top_pane' => :'ShowTopPane',
125
- :'show_bottom_pane' => :'ShowBottomPane',
126
- :'show_left_pane' => :'ShowLeftPane',
127
- :'start_open_left_pane' => :'StartOpenLeftPane',
128
- :'enable_context_menu' => :'EnableContextMenu',
129
- :'logo_image' => :'LogoImage',
130
- :'logo_link' => :'LogoLink',
131
- :'jpeg_quality' => :'JpegQuality',
132
- :'notes_position' => :'NotesPosition',
133
- :'comments_position' => :'CommentsPosition',
134
- :'comments_area_width' => :'CommentsAreaWidth',
135
- :'comments_area_color' => :'CommentsAreaColor',
136
- :'show_comments_by_no_author' => :'ShowCommentsByNoAuthor'
137
- }
138
- end
139
-
140
- # Attribute type mapping.
141
- def self.swagger_types
142
- {
143
- :'format' => :'String',
144
- :'show_hidden_slides' => :'BOOLEAN',
145
- :'compressed' => :'BOOLEAN',
146
- :'viewer_included' => :'BOOLEAN',
147
- :'show_page_border' => :'BOOLEAN',
148
- :'show_full_screen' => :'BOOLEAN',
149
- :'show_page_stepper' => :'BOOLEAN',
150
- :'show_search' => :'BOOLEAN',
151
- :'show_top_pane' => :'BOOLEAN',
152
- :'show_bottom_pane' => :'BOOLEAN',
153
- :'show_left_pane' => :'BOOLEAN',
154
- :'start_open_left_pane' => :'BOOLEAN',
155
- :'enable_context_menu' => :'BOOLEAN',
156
- :'logo_image' => :'String',
157
- :'logo_link' => :'String',
158
- :'jpeg_quality' => :'Integer',
159
- :'notes_position' => :'String',
160
- :'comments_position' => :'String',
161
- :'comments_area_width' => :'Integer',
162
- :'comments_area_color' => :'String',
163
- :'show_comments_by_no_author' => :'BOOLEAN'
164
- }
165
- end
166
-
167
- # Initializes the object
168
- # @param [Hash] attributes Model attributes in the form of hash
169
- def initialize(attributes = {})
170
- return unless attributes.is_a?(Hash)
171
-
172
- # convert string to symbol for hash key
173
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
174
-
175
- if attributes.has_key?(:'Format')
176
- self.format = attributes[:'Format']
177
- else
178
- self.format = "swf"
179
- end
180
-
181
- if attributes.has_key?(:'ShowHiddenSlides')
182
- self.show_hidden_slides = attributes[:'ShowHiddenSlides']
183
- end
184
-
185
- if attributes.has_key?(:'Compressed')
186
- self.compressed = attributes[:'Compressed']
187
- end
188
-
189
- if attributes.has_key?(:'ViewerIncluded')
190
- self.viewer_included = attributes[:'ViewerIncluded']
191
- end
192
-
193
- if attributes.has_key?(:'ShowPageBorder')
194
- self.show_page_border = attributes[:'ShowPageBorder']
195
- end
196
-
197
- if attributes.has_key?(:'ShowFullScreen')
198
- self.show_full_screen = attributes[:'ShowFullScreen']
199
- end
200
-
201
- if attributes.has_key?(:'ShowPageStepper')
202
- self.show_page_stepper = attributes[:'ShowPageStepper']
203
- end
204
-
205
- if attributes.has_key?(:'ShowSearch')
206
- self.show_search = attributes[:'ShowSearch']
207
- end
208
-
209
- if attributes.has_key?(:'ShowTopPane')
210
- self.show_top_pane = attributes[:'ShowTopPane']
211
- end
212
-
213
- if attributes.has_key?(:'ShowBottomPane')
214
- self.show_bottom_pane = attributes[:'ShowBottomPane']
215
- end
216
-
217
- if attributes.has_key?(:'ShowLeftPane')
218
- self.show_left_pane = attributes[:'ShowLeftPane']
219
- end
220
-
221
- if attributes.has_key?(:'StartOpenLeftPane')
222
- self.start_open_left_pane = attributes[:'StartOpenLeftPane']
223
- end
224
-
225
- if attributes.has_key?(:'EnableContextMenu')
226
- self.enable_context_menu = attributes[:'EnableContextMenu']
227
- end
228
-
229
- if attributes.has_key?(:'LogoImage')
230
- self.logo_image = attributes[:'LogoImage']
231
- end
232
-
233
- if attributes.has_key?(:'LogoLink')
234
- self.logo_link = attributes[:'LogoLink']
235
- end
236
-
237
- if attributes.has_key?(:'JpegQuality')
238
- self.jpeg_quality = attributes[:'JpegQuality']
239
- end
240
-
241
- if attributes.has_key?(:'NotesPosition')
242
- self.notes_position = attributes[:'NotesPosition']
243
- end
244
-
245
- if attributes.has_key?(:'CommentsPosition')
246
- self.comments_position = attributes[:'CommentsPosition']
247
- end
248
-
249
- if attributes.has_key?(:'CommentsAreaWidth')
250
- self.comments_area_width = attributes[:'CommentsAreaWidth']
251
- end
252
-
253
- if attributes.has_key?(:'CommentsAreaColor')
254
- self.comments_area_color = attributes[:'CommentsAreaColor']
255
- end
256
-
257
- if attributes.has_key?(:'ShowCommentsByNoAuthor')
258
- self.show_comments_by_no_author = attributes[:'ShowCommentsByNoAuthor']
259
- end
260
- end
261
-
262
- # Show invalid properties with the reasons. Usually used together with valid?
263
- # @return Array for valid properties with the reasons
264
- def list_invalid_properties
265
- invalid_properties = Array.new
266
- if @show_hidden_slides.nil?
267
- invalid_properties.push('invalid value for "show_hidden_slides", show_hidden_slides cannot be nil.')
268
- end
269
-
270
- if @compressed.nil?
271
- invalid_properties.push('invalid value for "compressed", compressed cannot be nil.')
272
- end
273
-
274
- if @viewer_included.nil?
275
- invalid_properties.push('invalid value for "viewer_included", viewer_included cannot be nil.')
276
- end
277
-
278
- if @show_page_border.nil?
279
- invalid_properties.push('invalid value for "show_page_border", show_page_border cannot be nil.')
280
- end
281
-
282
- if @show_full_screen.nil?
283
- invalid_properties.push('invalid value for "show_full_screen", show_full_screen cannot be nil.')
284
- end
285
-
286
- if @show_page_stepper.nil?
287
- invalid_properties.push('invalid value for "show_page_stepper", show_page_stepper cannot be nil.')
288
- end
289
-
290
- if @show_search.nil?
291
- invalid_properties.push('invalid value for "show_search", show_search cannot be nil.')
292
- end
293
-
294
- if @show_top_pane.nil?
295
- invalid_properties.push('invalid value for "show_top_pane", show_top_pane cannot be nil.')
296
- end
297
-
298
- if @show_bottom_pane.nil?
299
- invalid_properties.push('invalid value for "show_bottom_pane", show_bottom_pane cannot be nil.')
300
- end
301
-
302
- if @show_left_pane.nil?
303
- invalid_properties.push('invalid value for "show_left_pane", show_left_pane cannot be nil.')
304
- end
305
-
306
- if @start_open_left_pane.nil?
307
- invalid_properties.push('invalid value for "start_open_left_pane", start_open_left_pane cannot be nil.')
308
- end
309
-
310
- if @enable_context_menu.nil?
311
- invalid_properties.push('invalid value for "enable_context_menu", enable_context_menu cannot be nil.')
312
- end
313
-
314
- if @jpeg_quality.nil?
315
- invalid_properties.push('invalid value for "jpeg_quality", jpeg_quality cannot be nil.')
316
- end
317
-
318
- if @notes_position.nil?
319
- invalid_properties.push('invalid value for "notes_position", notes_position cannot be nil.')
320
- end
321
-
322
- if @comments_position.nil?
323
- invalid_properties.push('invalid value for "comments_position", comments_position cannot be nil.')
324
- end
325
-
326
- if @comments_area_width.nil?
327
- invalid_properties.push('invalid value for "comments_area_width", comments_area_width cannot be nil.')
328
- end
329
-
330
- if @show_comments_by_no_author.nil?
331
- invalid_properties.push('invalid value for "show_comments_by_no_author", show_comments_by_no_author cannot be nil.')
332
- end
333
-
334
- invalid_properties
335
- end
336
-
337
- # Check to see if the all the properties in the model are valid
338
- # @return true if the model is valid
339
- def valid?
340
- return false if @show_hidden_slides.nil?
341
- return false if @compressed.nil?
342
- return false if @viewer_included.nil?
343
- return false if @show_page_border.nil?
344
- return false if @show_full_screen.nil?
345
- return false if @show_page_stepper.nil?
346
- return false if @show_search.nil?
347
- return false if @show_top_pane.nil?
348
- return false if @show_bottom_pane.nil?
349
- return false if @show_left_pane.nil?
350
- return false if @start_open_left_pane.nil?
351
- return false if @enable_context_menu.nil?
352
- return false if @jpeg_quality.nil?
353
- return false if @notes_position.nil?
354
- notes_position_validator = EnumAttributeValidator.new('String', ['None', 'BottomFull', 'BottomTruncated'])
355
- return false unless notes_position_validator.valid?(@notes_position)
356
- return false if @comments_position.nil?
357
- comments_position_validator = EnumAttributeValidator.new('String', ['None', 'Bottom', 'Right'])
358
- return false unless comments_position_validator.valid?(@comments_position)
359
- return false if @comments_area_width.nil?
360
- return false if @show_comments_by_no_author.nil?
361
- true
362
- end
363
-
364
- # Custom attribute writer method checking allowed values (enum).
365
- # @param [Object] notes_position Object to be assigned
366
- def notes_position=(notes_position)
367
- validator = EnumAttributeValidator.new('String', ['None', 'BottomFull', 'BottomTruncated'])
368
- unless validator.valid?(notes_position)
369
- fail ArgumentError, 'invalid value for "notes_position", must be one of #{validator.allowable_values}.'
370
- end
371
- @notes_position = notes_position
372
- end
373
-
374
- # Custom attribute writer method checking allowed values (enum).
375
- # @param [Object] comments_position Object to be assigned
376
- def comments_position=(comments_position)
377
- validator = EnumAttributeValidator.new('String', ['None', 'Bottom', 'Right'])
378
- unless validator.valid?(comments_position)
379
- fail ArgumentError, 'invalid value for "comments_position", must be one of #{validator.allowable_values}.'
380
- end
381
- @comments_position = comments_position
382
- end
383
-
384
- # Checks equality by comparing each attribute.
385
- # @param [Object] Object to be compared
386
- def ==(o)
387
- return true if self.equal?(o)
388
- self.class == o.class &&
389
- format == o.format &&
390
- show_hidden_slides == o.show_hidden_slides &&
391
- compressed == o.compressed &&
392
- viewer_included == o.viewer_included &&
393
- show_page_border == o.show_page_border &&
394
- show_full_screen == o.show_full_screen &&
395
- show_page_stepper == o.show_page_stepper &&
396
- show_search == o.show_search &&
397
- show_top_pane == o.show_top_pane &&
398
- show_bottom_pane == o.show_bottom_pane &&
399
- show_left_pane == o.show_left_pane &&
400
- start_open_left_pane == o.start_open_left_pane &&
401
- enable_context_menu == o.enable_context_menu &&
402
- logo_image == o.logo_image &&
403
- logo_link == o.logo_link &&
404
- jpeg_quality == o.jpeg_quality &&
405
- notes_position == o.notes_position &&
406
- comments_position == o.comments_position &&
407
- comments_area_width == o.comments_area_width &&
408
- comments_area_color == o.comments_area_color &&
409
- show_comments_by_no_author == o.show_comments_by_no_author
410
- end
411
-
412
- # @see the `==` method
413
- # @param [Object] Object to be compared
414
- def eql?(o)
415
- self == o
416
- end
417
-
418
- # Calculates hash code according to all attributes.
419
- # @return [Fixnum] Hash code
420
- def hash
421
- [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, notes_position, comments_position, comments_area_width, comments_area_color, show_comments_by_no_author].hash
422
- end
423
-
424
- # Builds the object from hash
425
- # @param [Hash] attributes Model attributes in the form of hash
426
- # @return [Object] Returns the model itself
427
- def build_from_hash(attributes)
428
- return nil unless attributes.is_a?(Hash)
429
- self.class.swagger_types.each_pair do |key, type|
430
- if type =~ /\AArray<(.*)>/i
431
- # check to ensure the input is an array given that the the attribute
432
- # is documented as an array but the input is not
433
- if attributes[self.class.attribute_map[key]].is_a?(Array)
434
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
435
- end
436
- elsif !attributes[self.class.attribute_map[key]].nil?
437
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
438
- end # or else data not found in attributes(hash), not an issue as the data can be optional
439
- end
440
-
441
- self
442
- end
443
-
444
- # Deserializes the data based on type
445
- # @param string type Data type
446
- # @param string value Value to be deserialized
447
- # @return [Object] Deserialized data
448
- def _deserialize(type, value)
449
- case type.to_sym
450
- when :DateTime
451
- DateTime.parse(value)
452
- when :Date
453
- Date.parse(value)
454
- when :String
455
- value.to_s
456
- when :Integer
457
- value.to_i
458
- when :Float
459
- value.to_f
460
- when :BOOLEAN
461
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
462
- true
463
- else
464
- false
465
- end
466
- when :Object
467
- # generic object (usually a Hash), return directly
468
- value
469
- when /\AArray<(?<inner_type>.+)>\z/
470
- inner_type = Regexp.last_match[:inner_type]
471
- value.map { |v| _deserialize(inner_type, v) }
472
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
473
- k_type = Regexp.last_match[:k_type]
474
- v_type = Regexp.last_match[:v_type]
475
- {}.tap do |hash|
476
- value.each do |k, v|
477
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
478
- end
479
- end
480
- else # model
481
- temp_model = AsposeSlidesCloud.const_get(type).new
482
- temp_model.build_from_hash(value)
483
- end
484
- end
485
-
486
- # Returns the string representation of the object
487
- # @return [String] String presentation of the object
488
- def to_s
489
- to_hash.to_s
490
- end
491
-
492
- # to_body is an alias to to_hash (backward compatibility)
493
- # @return [Hash] Returns the object in the form of hash
494
- def to_body
495
- to_hash
496
- end
497
-
498
- # Returns the object in the form of hash
499
- # @return [Hash] Returns the object in the form of hash
500
- def to_hash
501
- hash = {}
502
- self.class.attribute_map.each_pair do |attr, param|
503
- value = self.send(attr)
504
- next if value.nil?
505
- hash[param] = _to_hash(value)
506
- end
507
- hash
508
- end
509
-
510
- # Outputs non-array value in the form of hash
511
- # For object, use to_hash. Otherwise, just return the value
512
- # @param [Object] value Any valid value
513
- # @return [Hash] Returns the value in the form of hash
514
- def _to_hash(value)
515
- if value.is_a?(Array)
516
- value.compact.map { |v| _to_hash(v) }
517
- elsif value.is_a?(Hash)
518
- {}.tap do |hash|
519
- value.each { |k, v| hash[k] = _to_hash(v) }
520
- end
521
- elsif value.respond_to? :to_hash
522
- value.to_hash
523
- else
524
- value
525
- end
526
- end
527
- end
528
- end
1
+ =begin
2
+ Copyright (c) 2019 Aspose Pty Ltd
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ of this software and associated documentation files (the "Software"), to deal
6
+ in the Software without restriction, including without limitation the rights
7
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ copies of the Software, and to permit persons to whom the Software is
9
+ furnished to do so, subject to the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be included in all
12
+ copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20
+ SOFTWARE.
21
+ =end
22
+
23
+ require 'date'
24
+
25
+ module AsposeSlidesCloud
26
+ # Provides options that control how a presentation is saved in SWF format.
27
+ class SwfExportOptions < ExportOptions
28
+ # Specifies whether the generated document should include hidden slides or not. Default is false.
29
+ attr_accessor :show_hidden_slides
30
+
31
+ # Specifies whether the generated SWF document should be compressed or not. Default is true.
32
+ attr_accessor :compressed
33
+
34
+ # Specifies whether the generated SWF document should include the integrated document viewer or not. Default is true.
35
+ attr_accessor :viewer_included
36
+
37
+ # Specifies whether border around pages should be shown. Default is true.
38
+ attr_accessor :show_page_border
39
+
40
+ # Show/hide fullscreen button. Can be overridden in flashvars. Default is true.
41
+ attr_accessor :show_full_screen
42
+
43
+ # Show/hide page stepper. Can be overridden in flashvars. Default is true.
44
+ attr_accessor :show_page_stepper
45
+
46
+ # Show/hide search section. Can be overridden in flashvars. Default is true.
47
+ attr_accessor :show_search
48
+
49
+ # Show/hide whole top pane. Can be overridden in flashvars. Default is true.
50
+ attr_accessor :show_top_pane
51
+
52
+ # Show/hide bottom pane. Can be overridden in flashvars. Default is true.
53
+ attr_accessor :show_bottom_pane
54
+
55
+ # Show/hide left pane. Can be overridden in flashvars. Default is true.
56
+ attr_accessor :show_left_pane
57
+
58
+ # Start with opened left pane. Can be overridden in flashvars. Default is false.
59
+ attr_accessor :start_open_left_pane
60
+
61
+ # Enable/disable context menu. Default is true.
62
+ attr_accessor :enable_context_menu
63
+
64
+ # 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.
65
+ attr_accessor :logo_image
66
+
67
+ # Gets or sets the full hyperlink address for a logo. Has an effect only if a LogoImage is specified.
68
+ attr_accessor :logo_link
69
+
70
+ # Specifies the quality of JPEG images. Default is 95.
71
+ attr_accessor :jpeg_quality
72
+
73
+ # Gets or sets the position of the notes on the page.
74
+ attr_accessor :notes_position
75
+
76
+ # Gets or sets the position of the comments on the page.
77
+ attr_accessor :comments_position
78
+
79
+ # Gets or sets the width of the comment output area in pixels (Applies only if comments are displayed on the right).
80
+ attr_accessor :comments_area_width
81
+
82
+ # Gets or sets the color of comments area (Applies only if comments are displayed on the right).
83
+ attr_accessor :comments_area_color
84
+
85
+ # True if comments that have no author are displayed. (Applies only if comments are displayed).
86
+ attr_accessor :show_comments_by_no_author
87
+
88
+ class EnumAttributeValidator
89
+ attr_reader :datatype
90
+ attr_reader :allowable_values
91
+
92
+ def initialize(datatype, allowable_values)
93
+ @allowable_values = allowable_values.map do |value|
94
+ case datatype.to_s
95
+ when /Integer/i
96
+ value.to_i
97
+ when /Float/i
98
+ value.to_f
99
+ else
100
+ value
101
+ end
102
+ end
103
+ end
104
+
105
+ def valid?(value)
106
+ !value || allowable_values.any?{ |s| s.casecmp(value) == 0 }
107
+ end
108
+ end
109
+
110
+ # Attribute mapping from ruby-style variable name to JSON key.
111
+ def self.attribute_map
112
+ super.merge({
113
+ :'show_hidden_slides' => :'ShowHiddenSlides',
114
+ :'compressed' => :'Compressed',
115
+ :'viewer_included' => :'ViewerIncluded',
116
+ :'show_page_border' => :'ShowPageBorder',
117
+ :'show_full_screen' => :'ShowFullScreen',
118
+ :'show_page_stepper' => :'ShowPageStepper',
119
+ :'show_search' => :'ShowSearch',
120
+ :'show_top_pane' => :'ShowTopPane',
121
+ :'show_bottom_pane' => :'ShowBottomPane',
122
+ :'show_left_pane' => :'ShowLeftPane',
123
+ :'start_open_left_pane' => :'StartOpenLeftPane',
124
+ :'enable_context_menu' => :'EnableContextMenu',
125
+ :'logo_image' => :'LogoImage',
126
+ :'logo_link' => :'LogoLink',
127
+ :'jpeg_quality' => :'JpegQuality',
128
+ :'notes_position' => :'NotesPosition',
129
+ :'comments_position' => :'CommentsPosition',
130
+ :'comments_area_width' => :'CommentsAreaWidth',
131
+ :'comments_area_color' => :'CommentsAreaColor',
132
+ :'show_comments_by_no_author' => :'ShowCommentsByNoAuthor',
133
+ })
134
+ end
135
+
136
+ # Attribute type mapping.
137
+ def self.swagger_types
138
+ super.merge({
139
+ :'show_hidden_slides' => :'BOOLEAN',
140
+ :'compressed' => :'BOOLEAN',
141
+ :'viewer_included' => :'BOOLEAN',
142
+ :'show_page_border' => :'BOOLEAN',
143
+ :'show_full_screen' => :'BOOLEAN',
144
+ :'show_page_stepper' => :'BOOLEAN',
145
+ :'show_search' => :'BOOLEAN',
146
+ :'show_top_pane' => :'BOOLEAN',
147
+ :'show_bottom_pane' => :'BOOLEAN',
148
+ :'show_left_pane' => :'BOOLEAN',
149
+ :'start_open_left_pane' => :'BOOLEAN',
150
+ :'enable_context_menu' => :'BOOLEAN',
151
+ :'logo_image' => :'String',
152
+ :'logo_link' => :'String',
153
+ :'jpeg_quality' => :'Integer',
154
+ :'notes_position' => :'String',
155
+ :'comments_position' => :'String',
156
+ :'comments_area_width' => :'Integer',
157
+ :'comments_area_color' => :'String',
158
+ :'show_comments_by_no_author' => :'BOOLEAN',
159
+ })
160
+ end
161
+
162
+ # Initializes the object
163
+ # @param [Hash] attributes Model attributes in the form of hash
164
+ def initialize(attributes = {})
165
+ super
166
+
167
+ if attributes.has_key?(:'ShowHiddenSlides')
168
+ self.show_hidden_slides = attributes[:'ShowHiddenSlides']
169
+ end
170
+
171
+ if attributes.has_key?(:'Compressed')
172
+ self.compressed = attributes[:'Compressed']
173
+ end
174
+
175
+ if attributes.has_key?(:'ViewerIncluded')
176
+ self.viewer_included = attributes[:'ViewerIncluded']
177
+ end
178
+
179
+ if attributes.has_key?(:'ShowPageBorder')
180
+ self.show_page_border = attributes[:'ShowPageBorder']
181
+ end
182
+
183
+ if attributes.has_key?(:'ShowFullScreen')
184
+ self.show_full_screen = attributes[:'ShowFullScreen']
185
+ end
186
+
187
+ if attributes.has_key?(:'ShowPageStepper')
188
+ self.show_page_stepper = attributes[:'ShowPageStepper']
189
+ end
190
+
191
+ if attributes.has_key?(:'ShowSearch')
192
+ self.show_search = attributes[:'ShowSearch']
193
+ end
194
+
195
+ if attributes.has_key?(:'ShowTopPane')
196
+ self.show_top_pane = attributes[:'ShowTopPane']
197
+ end
198
+
199
+ if attributes.has_key?(:'ShowBottomPane')
200
+ self.show_bottom_pane = attributes[:'ShowBottomPane']
201
+ end
202
+
203
+ if attributes.has_key?(:'ShowLeftPane')
204
+ self.show_left_pane = attributes[:'ShowLeftPane']
205
+ end
206
+
207
+ if attributes.has_key?(:'StartOpenLeftPane')
208
+ self.start_open_left_pane = attributes[:'StartOpenLeftPane']
209
+ end
210
+
211
+ if attributes.has_key?(:'EnableContextMenu')
212
+ self.enable_context_menu = attributes[:'EnableContextMenu']
213
+ end
214
+
215
+ if attributes.has_key?(:'LogoImage')
216
+ self.logo_image = attributes[:'LogoImage']
217
+ end
218
+
219
+ if attributes.has_key?(:'LogoLink')
220
+ self.logo_link = attributes[:'LogoLink']
221
+ end
222
+
223
+ if attributes.has_key?(:'JpegQuality')
224
+ self.jpeg_quality = attributes[:'JpegQuality']
225
+ end
226
+
227
+ if attributes.has_key?(:'NotesPosition')
228
+ self.notes_position = attributes[:'NotesPosition']
229
+ end
230
+
231
+ if attributes.has_key?(:'CommentsPosition')
232
+ self.comments_position = attributes[:'CommentsPosition']
233
+ end
234
+
235
+ if attributes.has_key?(:'CommentsAreaWidth')
236
+ self.comments_area_width = attributes[:'CommentsAreaWidth']
237
+ end
238
+
239
+ if attributes.has_key?(:'CommentsAreaColor')
240
+ self.comments_area_color = attributes[:'CommentsAreaColor']
241
+ end
242
+
243
+ if attributes.has_key?(:'ShowCommentsByNoAuthor')
244
+ self.show_comments_by_no_author = attributes[:'ShowCommentsByNoAuthor']
245
+ end
246
+ self.format = "swf"
247
+ end
248
+
249
+ # Show invalid properties with the reasons. Usually used together with valid?
250
+ # @return Array for valid properties with the reasons
251
+ def list_invalid_properties
252
+ invalid_properties = super
253
+ if @show_hidden_slides.nil?
254
+ invalid_properties.push('invalid value for "show_hidden_slides", show_hidden_slides cannot be nil.')
255
+ end
256
+
257
+ if @compressed.nil?
258
+ invalid_properties.push('invalid value for "compressed", compressed cannot be nil.')
259
+ end
260
+
261
+ if @viewer_included.nil?
262
+ invalid_properties.push('invalid value for "viewer_included", viewer_included cannot be nil.')
263
+ end
264
+
265
+ if @show_page_border.nil?
266
+ invalid_properties.push('invalid value for "show_page_border", show_page_border cannot be nil.')
267
+ end
268
+
269
+ if @show_full_screen.nil?
270
+ invalid_properties.push('invalid value for "show_full_screen", show_full_screen cannot be nil.')
271
+ end
272
+
273
+ if @show_page_stepper.nil?
274
+ invalid_properties.push('invalid value for "show_page_stepper", show_page_stepper cannot be nil.')
275
+ end
276
+
277
+ if @show_search.nil?
278
+ invalid_properties.push('invalid value for "show_search", show_search cannot be nil.')
279
+ end
280
+
281
+ if @show_top_pane.nil?
282
+ invalid_properties.push('invalid value for "show_top_pane", show_top_pane cannot be nil.')
283
+ end
284
+
285
+ if @show_bottom_pane.nil?
286
+ invalid_properties.push('invalid value for "show_bottom_pane", show_bottom_pane cannot be nil.')
287
+ end
288
+
289
+ if @show_left_pane.nil?
290
+ invalid_properties.push('invalid value for "show_left_pane", show_left_pane cannot be nil.')
291
+ end
292
+
293
+ if @start_open_left_pane.nil?
294
+ invalid_properties.push('invalid value for "start_open_left_pane", start_open_left_pane cannot be nil.')
295
+ end
296
+
297
+ if @enable_context_menu.nil?
298
+ invalid_properties.push('invalid value for "enable_context_menu", enable_context_menu cannot be nil.')
299
+ end
300
+
301
+ if @jpeg_quality.nil?
302
+ invalid_properties.push('invalid value for "jpeg_quality", jpeg_quality cannot be nil.')
303
+ end
304
+
305
+ if @notes_position.nil?
306
+ invalid_properties.push('invalid value for "notes_position", notes_position cannot be nil.')
307
+ end
308
+
309
+ if @comments_position.nil?
310
+ invalid_properties.push('invalid value for "comments_position", comments_position cannot be nil.')
311
+ end
312
+
313
+ if @comments_area_width.nil?
314
+ invalid_properties.push('invalid value for "comments_area_width", comments_area_width cannot be nil.')
315
+ end
316
+
317
+ if @show_comments_by_no_author.nil?
318
+ invalid_properties.push('invalid value for "show_comments_by_no_author", show_comments_by_no_author cannot be nil.')
319
+ end
320
+
321
+ invalid_properties
322
+ end
323
+
324
+ # Check to see if the all the properties in the model are valid
325
+ # @return true if the model is valid
326
+ def valid?
327
+ return false if !super
328
+ return false if @show_hidden_slides.nil?
329
+ return false if @compressed.nil?
330
+ return false if @viewer_included.nil?
331
+ return false if @show_page_border.nil?
332
+ return false if @show_full_screen.nil?
333
+ return false if @show_page_stepper.nil?
334
+ return false if @show_search.nil?
335
+ return false if @show_top_pane.nil?
336
+ return false if @show_bottom_pane.nil?
337
+ return false if @show_left_pane.nil?
338
+ return false if @start_open_left_pane.nil?
339
+ return false if @enable_context_menu.nil?
340
+ return false if @jpeg_quality.nil?
341
+ return false if @notes_position.nil?
342
+ notes_position_validator = EnumAttributeValidator.new('String', ['None', 'BottomFull', 'BottomTruncated'])
343
+ return false unless notes_position_validator.valid?(@notes_position)
344
+ return false if @comments_position.nil?
345
+ comments_position_validator = EnumAttributeValidator.new('String', ['None', 'Bottom', 'Right'])
346
+ return false unless comments_position_validator.valid?(@comments_position)
347
+ return false if @comments_area_width.nil?
348
+ return false if @show_comments_by_no_author.nil?
349
+ true
350
+ end
351
+
352
+ # Custom attribute writer method checking allowed values (enum).
353
+ # @param [Object] notes_position Object to be assigned
354
+ def notes_position=(notes_position)
355
+ validator = EnumAttributeValidator.new('String', ['None', 'BottomFull', 'BottomTruncated'])
356
+ unless validator.valid?(notes_position)
357
+ fail ArgumentError, 'invalid value for "notes_position", must be one of #{validator.allowable_values}.'
358
+ end
359
+ @notes_position = notes_position
360
+ end
361
+
362
+ # Custom attribute writer method checking allowed values (enum).
363
+ # @param [Object] comments_position Object to be assigned
364
+ def comments_position=(comments_position)
365
+ validator = EnumAttributeValidator.new('String', ['None', 'Bottom', 'Right'])
366
+ unless validator.valid?(comments_position)
367
+ fail ArgumentError, 'invalid value for "comments_position", must be one of #{validator.allowable_values}.'
368
+ end
369
+ @comments_position = comments_position
370
+ end
371
+
372
+ # Checks equality by comparing each attribute.
373
+ # @param [Object] Object to be compared
374
+ def ==(o)
375
+ return true if self.equal?(o)
376
+ self.class == o.class &&
377
+ default_regular_font == o.default_regular_font &&
378
+ format == o.format &&
379
+ show_hidden_slides == o.show_hidden_slides &&
380
+ compressed == o.compressed &&
381
+ viewer_included == o.viewer_included &&
382
+ show_page_border == o.show_page_border &&
383
+ show_full_screen == o.show_full_screen &&
384
+ show_page_stepper == o.show_page_stepper &&
385
+ show_search == o.show_search &&
386
+ show_top_pane == o.show_top_pane &&
387
+ show_bottom_pane == o.show_bottom_pane &&
388
+ show_left_pane == o.show_left_pane &&
389
+ start_open_left_pane == o.start_open_left_pane &&
390
+ enable_context_menu == o.enable_context_menu &&
391
+ logo_image == o.logo_image &&
392
+ logo_link == o.logo_link &&
393
+ jpeg_quality == o.jpeg_quality &&
394
+ notes_position == o.notes_position &&
395
+ comments_position == o.comments_position &&
396
+ comments_area_width == o.comments_area_width &&
397
+ comments_area_color == o.comments_area_color &&
398
+ show_comments_by_no_author == o.show_comments_by_no_author
399
+ end
400
+
401
+ # @see the `==` method
402
+ # @param [Object] Object to be compared
403
+ def eql?(o)
404
+ self == o
405
+ end
406
+
407
+ # Calculates hash code according to all attributes.
408
+ # @return [Fixnum] Hash code
409
+ def hash
410
+ [default_regular_font, 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, notes_position, comments_position, comments_area_width, comments_area_color, show_comments_by_no_author].hash
411
+ end
412
+
413
+ # Builds the object from hash
414
+ # @param [Hash] attributes Model attributes in the form of hash
415
+ # @return [Object] Returns the model itself
416
+ def build_from_hash(attributes)
417
+ return nil unless attributes.is_a?(Hash)
418
+ self.class.swagger_types.each_pair do |key, type|
419
+ mapKey = self.class.attribute_map[key]
420
+ if !mapKey.nil?
421
+ val = attributes[mapKey]
422
+ if val.nil?
423
+ mapKeyString = mapKey.to_s
424
+ mapKeyString[0] = mapKeyString[0].downcase
425
+ mapKey = mapKeyString.to_sym
426
+ val = attributes[mapKey]
427
+ end
428
+ if !val.nil?
429
+ if type =~ /\AArray<(.*)>/i
430
+ # check to ensure the input is an array given that the the attribute
431
+ # is documented as an array but the input is not
432
+ if val.is_a?(Array)
433
+ self.send("#{key}=", val.map { |v| _deserialize($1, v) })
434
+ end
435
+ else
436
+ self.send("#{key}=", _deserialize(type, val))
437
+ end
438
+ end
439
+ end
440
+ end
441
+
442
+ self
443
+ end
444
+
445
+ # Deserializes the data based on type
446
+ # @param string type Data type
447
+ # @param string value Value to be deserialized
448
+ # @return [Object] Deserialized data
449
+ def _deserialize(type, value)
450
+ case type.to_sym
451
+ when :DateTime
452
+ DateTime.parse(value)
453
+ when :Date
454
+ Date.parse(value)
455
+ when :String
456
+ value.to_s
457
+ when :Integer
458
+ value.to_i
459
+ when :Float
460
+ value.to_f
461
+ when :BOOLEAN
462
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
463
+ true
464
+ else
465
+ false
466
+ end
467
+ when :Object
468
+ # generic object (usually a Hash), return directly
469
+ value
470
+ when /\AArray<(?<inner_type>.+)>\z/
471
+ inner_type = Regexp.last_match[:inner_type]
472
+ value.map { |v| _deserialize(inner_type, v) }
473
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
474
+ k_type = Regexp.last_match[:k_type]
475
+ v_type = Regexp.last_match[:v_type]
476
+ {}.tap do |hash|
477
+ value.each do |k, v|
478
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
479
+ end
480
+ end
481
+ else # model
482
+ temp_model = AsposeSlidesCloud.const_get(type).new
483
+ temp_model.build_from_hash(value)
484
+ end
485
+ end
486
+
487
+ # Returns the string representation of the object
488
+ # @return [String] String presentation of the object
489
+ def to_s
490
+ to_hash.to_s
491
+ end
492
+
493
+ # to_body is an alias to to_hash (backward compatibility)
494
+ # @return [Hash] Returns the object in the form of hash
495
+ def to_body
496
+ to_hash
497
+ end
498
+
499
+ # Returns the object in the form of hash
500
+ # @return [Hash] Returns the object in the form of hash
501
+ def to_hash
502
+ hash = {}
503
+ self.class.attribute_map.each_pair do |attr, param|
504
+ value = self.send(attr)
505
+ next if value.nil?
506
+ hash[param] = _to_hash(value)
507
+ end
508
+ hash
509
+ end
510
+
511
+ # Outputs non-array value in the form of hash
512
+ # For object, use to_hash. Otherwise, just return the value
513
+ # @param [Object] value Any valid value
514
+ # @return [Hash] Returns the value in the form of hash
515
+ def _to_hash(value)
516
+ if value.is_a?(Array)
517
+ value.compact.map { |v| _to_hash(v) }
518
+ elsif value.is_a?(Hash)
519
+ {}.tap do |hash|
520
+ value.each { |k, v| hash[k] = _to_hash(v) }
521
+ end
522
+ elsif value.respond_to? :to_hash
523
+ value.to_hash
524
+ else
525
+ value
526
+ end
527
+ end
528
+ end
529
+ end