aspose_slides_cloud 22.3.0 → 22.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (277) hide show
  1. checksums.yaml +4 -4
  2. data/Dockerfile +13 -16
  3. data/Gemfile.lock +73 -0
  4. data/README.md +120 -85
  5. data/TestData/TemplatingCVDataWithBase64.xml +22 -22
  6. data/TestData/oleObject.xlsx +0 -0
  7. data/TestData/test.pptx +0 -0
  8. data/aspose_slides_cloud.gemspec +2 -2
  9. data/docker-entrypoint.sh +7 -7
  10. data/lib/aspose_slides_cloud/api/slides_api.rb +19879 -19455
  11. data/lib/aspose_slides_cloud/api_client.rb +450 -450
  12. data/lib/aspose_slides_cloud/models/accent_element.rb +243 -243
  13. data/lib/aspose_slides_cloud/models/access_permissions.rb +321 -0
  14. data/lib/aspose_slides_cloud/models/add_layout_slide.rb +248 -248
  15. data/lib/aspose_slides_cloud/models/add_master_slide.rb +263 -263
  16. data/lib/aspose_slides_cloud/models/add_shape.rb +243 -243
  17. data/lib/aspose_slides_cloud/models/add_slide.rb +273 -273
  18. data/lib/aspose_slides_cloud/models/{waterfall_series.rb → alpha_bi_level_effect.rb} +238 -248
  19. data/lib/aspose_slides_cloud/models/alpha_ceiling_effect.rb +223 -0
  20. data/lib/aspose_slides_cloud/models/alpha_floor_effect.rb +223 -0
  21. data/lib/aspose_slides_cloud/models/alpha_inverse_effect.rb +223 -0
  22. data/lib/aspose_slides_cloud/models/alpha_modulate_effect.rb +223 -0
  23. data/lib/aspose_slides_cloud/models/alpha_modulate_fixed_effect.rb +238 -0
  24. data/lib/aspose_slides_cloud/models/alpha_replace_effect.rb +238 -0
  25. data/lib/aspose_slides_cloud/models/api_info.rb +221 -221
  26. data/lib/aspose_slides_cloud/models/arc_to_path_segment.rb +283 -283
  27. data/lib/aspose_slides_cloud/models/array_element.rb +309 -309
  28. data/lib/aspose_slides_cloud/models/arrow_head_properties.rb +289 -289
  29. data/lib/aspose_slides_cloud/models/audio_frame.rb +395 -386
  30. data/lib/aspose_slides_cloud/models/axes.rb +241 -241
  31. data/lib/aspose_slides_cloud/models/axis.rb +723 -723
  32. data/lib/aspose_slides_cloud/models/bar_element.rb +255 -255
  33. data/lib/aspose_slides_cloud/models/base64_input_file.rb +234 -234
  34. data/lib/aspose_slides_cloud/models/bi_level_effect.rb +238 -0
  35. data/lib/aspose_slides_cloud/models/block_element.rb +235 -235
  36. data/lib/aspose_slides_cloud/models/blur_effect.rb +231 -231
  37. data/lib/aspose_slides_cloud/models/blur_image_effect.rb +253 -0
  38. data/lib/aspose_slides_cloud/models/border_box_element.rb +313 -313
  39. data/lib/aspose_slides_cloud/models/box_element.rb +283 -283
  40. data/lib/aspose_slides_cloud/models/bubble_chart_data_point.rb +216 -216
  41. data/lib/aspose_slides_cloud/models/bubble_series.rb +260 -260
  42. data/lib/aspose_slides_cloud/models/camera.rb +295 -295
  43. data/lib/aspose_slides_cloud/models/chart.rb +393 -372
  44. data/lib/aspose_slides_cloud/models/chart_category.rb +275 -275
  45. data/lib/aspose_slides_cloud/models/chart_lines_format.rb +221 -221
  46. data/lib/aspose_slides_cloud/models/chart_series_group.rb +399 -0
  47. data/lib/aspose_slides_cloud/models/chart_title.rb +226 -226
  48. data/lib/aspose_slides_cloud/models/chart_wall.rb +285 -285
  49. data/lib/aspose_slides_cloud/models/close_path_segment.rb +223 -223
  50. data/lib/aspose_slides_cloud/models/color_change_effect.rb +243 -0
  51. data/lib/aspose_slides_cloud/models/color_replace_effect.rb +233 -0
  52. data/lib/aspose_slides_cloud/models/color_scheme.rb +321 -321
  53. data/lib/aspose_slides_cloud/models/common_slide_view_properties.rb +221 -221
  54. data/lib/aspose_slides_cloud/models/connector.rb +281 -282
  55. data/lib/aspose_slides_cloud/models/cubic_bezier_to_path_segment.rb +313 -313
  56. data/lib/aspose_slides_cloud/models/custom_dash_pattern.rb +213 -213
  57. data/lib/aspose_slides_cloud/models/data_point.rb +201 -201
  58. data/lib/aspose_slides_cloud/models/delimiter_element.rb +297 -297
  59. data/lib/aspose_slides_cloud/models/disc_usage.rb +231 -231
  60. data/lib/aspose_slides_cloud/models/document.rb +261 -261
  61. data/lib/aspose_slides_cloud/models/document_properties.rb +213 -213
  62. data/lib/aspose_slides_cloud/models/document_property.rb +236 -236
  63. data/lib/aspose_slides_cloud/models/document_replace_result.rb +222 -222
  64. data/lib/aspose_slides_cloud/models/duotone_effect.rb +243 -0
  65. data/lib/aspose_slides_cloud/models/effect.rb +438 -438
  66. data/lib/aspose_slides_cloud/models/effect_format.rb +281 -281
  67. data/lib/aspose_slides_cloud/models/entity_exists.rb +216 -216
  68. data/lib/aspose_slides_cloud/models/error.rb +241 -241
  69. data/lib/aspose_slides_cloud/models/error_details.rb +226 -226
  70. data/lib/aspose_slides_cloud/models/export_format.rb +63 -63
  71. data/lib/aspose_slides_cloud/models/export_options.rb +232 -252
  72. data/lib/aspose_slides_cloud/models/file_version.rb +229 -229
  73. data/lib/aspose_slides_cloud/models/file_versions.rb +213 -213
  74. data/lib/aspose_slides_cloud/models/files_list.rb +213 -213
  75. data/lib/aspose_slides_cloud/models/files_upload_result.rb +225 -225
  76. data/lib/aspose_slides_cloud/models/fill_format.rb +244 -244
  77. data/lib/aspose_slides_cloud/models/fill_overlay_effect.rb +250 -250
  78. data/lib/aspose_slides_cloud/models/{box_and_whisker_series.rb → fill_overlay_image_effect.rb} +260 -300
  79. data/lib/aspose_slides_cloud/models/font_fallback_rule.rb +243 -243
  80. data/lib/aspose_slides_cloud/models/font_scheme.rb +231 -231
  81. data/lib/aspose_slides_cloud/models/font_set.rb +231 -231
  82. data/lib/aspose_slides_cloud/models/format_scheme.rb +249 -249
  83. data/lib/aspose_slides_cloud/models/fraction_element.rb +265 -265
  84. data/lib/aspose_slides_cloud/models/function_element.rb +243 -243
  85. data/lib/aspose_slides_cloud/models/geometry_path.rb +267 -267
  86. data/lib/aspose_slides_cloud/models/geometry_paths.rb +213 -213
  87. data/lib/aspose_slides_cloud/models/geometry_shape.rb +266 -267
  88. data/lib/aspose_slides_cloud/models/gif_export_options.rb +235 -235
  89. data/lib/aspose_slides_cloud/models/glow_effect.rb +226 -226
  90. data/lib/aspose_slides_cloud/models/gradient_fill.rb +346 -346
  91. data/lib/aspose_slides_cloud/models/gradient_fill_stop.rb +226 -226
  92. data/lib/aspose_slides_cloud/models/graphical_object.rb +240 -241
  93. data/lib/aspose_slides_cloud/models/{waterfall_chart_data_point.rb → gray_scale_effect.rb} +223 -210
  94. data/lib/aspose_slides_cloud/models/group_shape.rb +250 -241
  95. data/lib/aspose_slides_cloud/models/grouping_character_element.rb +287 -287
  96. data/lib/aspose_slides_cloud/models/header_footer.rb +251 -251
  97. data/lib/aspose_slides_cloud/models/hsl_effect.rb +268 -0
  98. data/lib/aspose_slides_cloud/models/html5_export_options.rb +223 -225
  99. data/lib/aspose_slides_cloud/models/html_export_options.rb +381 -383
  100. data/lib/aspose_slides_cloud/models/hyperlink.rb +352 -352
  101. data/lib/aspose_slides_cloud/models/i_shape_export_options.rb +201 -201
  102. data/lib/aspose_slides_cloud/models/image.rb +241 -241
  103. data/lib/aspose_slides_cloud/models/image_export_format.rb +43 -43
  104. data/lib/aspose_slides_cloud/models/image_export_options.rb +291 -291
  105. data/lib/aspose_slides_cloud/models/image_export_options_base.rb +222 -0
  106. data/lib/aspose_slides_cloud/models/image_transform_effect.rb +244 -0
  107. data/lib/aspose_slides_cloud/models/images.rb +213 -213
  108. data/lib/aspose_slides_cloud/models/inner_shadow_effect.rb +256 -256
  109. data/lib/aspose_slides_cloud/models/input.rb +231 -231
  110. data/lib/aspose_slides_cloud/models/input_file.rb +254 -254
  111. data/lib/aspose_slides_cloud/models/interactive_sequence.rb +228 -228
  112. data/lib/aspose_slides_cloud/models/layout_slide.rb +282 -282
  113. data/lib/aspose_slides_cloud/models/layout_slides.rb +213 -213
  114. data/lib/aspose_slides_cloud/models/left_sub_superscript_element.rb +253 -253
  115. data/lib/aspose_slides_cloud/models/legend.rb +335 -335
  116. data/lib/aspose_slides_cloud/models/light_rig.rb +297 -297
  117. data/lib/aspose_slides_cloud/models/limit_element.rb +253 -253
  118. data/lib/aspose_slides_cloud/models/line_format.rb +415 -415
  119. data/lib/aspose_slides_cloud/models/line_to_path_segment.rb +253 -253
  120. data/lib/aspose_slides_cloud/models/luminance_effect.rb +253 -0
  121. data/lib/aspose_slides_cloud/models/master_slide.rb +235 -235
  122. data/lib/aspose_slides_cloud/models/master_slides.rb +213 -213
  123. data/lib/aspose_slides_cloud/models/math_element.rb +244 -244
  124. data/lib/aspose_slides_cloud/models/math_paragraph.rb +257 -257
  125. data/lib/aspose_slides_cloud/models/matrix_element.rb +341 -341
  126. data/lib/aspose_slides_cloud/models/merge.rb +235 -235
  127. data/lib/aspose_slides_cloud/models/merging_source.rb +223 -223
  128. data/lib/aspose_slides_cloud/models/move_to_path_segment.rb +253 -253
  129. data/lib/aspose_slides_cloud/models/nary_operator_element.rb +315 -315
  130. data/lib/aspose_slides_cloud/models/no_fill.rb +223 -223
  131. data/lib/aspose_slides_cloud/models/normal_view_restored_properties.rb +221 -221
  132. data/lib/aspose_slides_cloud/models/notes_slide.rb +221 -221
  133. data/lib/aspose_slides_cloud/models/notes_slide_export_format.rb +43 -43
  134. data/lib/aspose_slides_cloud/models/notes_slide_header_footer.rb +271 -271
  135. data/lib/aspose_slides_cloud/models/object_exist.rb +231 -231
  136. data/lib/aspose_slides_cloud/models/ole_object_frame.rb +335 -266
  137. data/lib/aspose_slides_cloud/models/one_value_chart_data_point.rb +234 -214
  138. data/lib/aspose_slides_cloud/models/one_value_series.rb +330 -258
  139. data/lib/aspose_slides_cloud/models/ordered_merge_request.rb +213 -213
  140. data/lib/aspose_slides_cloud/models/outer_shadow_effect.rb +256 -256
  141. data/lib/aspose_slides_cloud/models/output_file.rb +244 -244
  142. data/lib/aspose_slides_cloud/models/paragraph.rb +531 -521
  143. data/lib/aspose_slides_cloud/models/paragraphs.rb +213 -213
  144. data/lib/aspose_slides_cloud/models/path_input_file.rb +244 -244
  145. data/lib/aspose_slides_cloud/models/path_output_file.rb +243 -243
  146. data/lib/aspose_slides_cloud/models/path_segment.rb +244 -244
  147. data/lib/aspose_slides_cloud/models/pattern_fill.rb +270 -270
  148. data/lib/aspose_slides_cloud/models/pdf_export_options.rb +465 -479
  149. data/lib/aspose_slides_cloud/models/picture_fill.rb +367 -355
  150. data/lib/aspose_slides_cloud/models/picture_frame.rb +251 -252
  151. data/lib/aspose_slides_cloud/models/pipeline.rb +223 -223
  152. data/lib/aspose_slides_cloud/models/placeholder.rb +329 -329
  153. data/lib/aspose_slides_cloud/models/placeholders.rb +213 -213
  154. data/lib/aspose_slides_cloud/models/plot_area.rb +315 -315
  155. data/lib/aspose_slides_cloud/models/portion.rb +653 -653
  156. data/lib/aspose_slides_cloud/models/portion_format.rb +633 -0
  157. data/lib/aspose_slides_cloud/models/portions.rb +213 -213
  158. data/lib/aspose_slides_cloud/models/pptx_export_options.rb +247 -249
  159. data/lib/aspose_slides_cloud/models/presentation_to_merge.rb +277 -277
  160. data/lib/aspose_slides_cloud/models/presentations_merge_request.rb +225 -225
  161. data/lib/aspose_slides_cloud/models/preset_shadow_effect.rb +290 -290
  162. data/lib/aspose_slides_cloud/models/protection_properties.rb +271 -271
  163. data/lib/aspose_slides_cloud/models/quadratic_bezier_to_path_segment.rb +283 -283
  164. data/lib/aspose_slides_cloud/models/radical_element.rb +253 -253
  165. data/lib/aspose_slides_cloud/models/reflection_effect.rb +445 -445
  166. data/lib/aspose_slides_cloud/models/remove_shape.rb +233 -233
  167. data/lib/aspose_slides_cloud/models/remove_slide.rb +238 -238
  168. data/lib/aspose_slides_cloud/models/reorder_slide.rb +253 -253
  169. data/lib/aspose_slides_cloud/models/replace_text.rb +273 -273
  170. data/lib/aspose_slides_cloud/models/request_input_file.rb +239 -239
  171. data/lib/aspose_slides_cloud/models/reset_slide.rb +238 -238
  172. data/lib/aspose_slides_cloud/models/resource_base.rb +223 -223
  173. data/lib/aspose_slides_cloud/models/resource_uri.rb +261 -241
  174. data/lib/aspose_slides_cloud/models/response_output_file.rb +223 -223
  175. data/lib/aspose_slides_cloud/models/right_sub_superscript_element.rb +263 -263
  176. data/lib/aspose_slides_cloud/models/save.rb +270 -270
  177. data/lib/aspose_slides_cloud/models/save_shape.rb +280 -280
  178. data/lib/aspose_slides_cloud/models/save_slide.rb +305 -305
  179. data/lib/aspose_slides_cloud/models/scatter_chart_data_point.rb +229 -229
  180. data/lib/aspose_slides_cloud/models/scatter_series.rb +250 -250
  181. data/lib/aspose_slides_cloud/models/section.rb +238 -238
  182. data/lib/aspose_slides_cloud/models/section_zoom_frame.rb +255 -256
  183. data/lib/aspose_slides_cloud/models/sections.rb +213 -213
  184. data/lib/aspose_slides_cloud/models/series.rb +386 -386
  185. data/lib/aspose_slides_cloud/models/series_marker.rb +285 -285
  186. data/lib/aspose_slides_cloud/models/shape.rb +271 -272
  187. data/lib/aspose_slides_cloud/models/shape_base.rb +399 -409
  188. data/lib/aspose_slides_cloud/models/shape_bevel.rb +265 -265
  189. data/lib/aspose_slides_cloud/models/shape_export_format.rb +44 -44
  190. data/lib/aspose_slides_cloud/models/shape_image_export_options.rb +275 -275
  191. data/lib/aspose_slides_cloud/models/shape_thumbnail_bounds.rb +41 -41
  192. data/lib/aspose_slides_cloud/models/shape_type.rb +54 -54
  193. data/lib/aspose_slides_cloud/models/shapes.rb +213 -213
  194. data/lib/aspose_slides_cloud/models/shapes_alignment_type.rb +46 -46
  195. data/lib/aspose_slides_cloud/models/slide.rb +326 -326
  196. data/lib/aspose_slides_cloud/models/slide_animation.rb +225 -225
  197. data/lib/aspose_slides_cloud/models/slide_background.rb +270 -270
  198. data/lib/aspose_slides_cloud/models/slide_comment.rb +227 -227
  199. data/lib/aspose_slides_cloud/models/slide_comment_base.rb +286 -286
  200. data/lib/aspose_slides_cloud/models/slide_comments.rb +213 -213
  201. data/lib/aspose_slides_cloud/models/slide_export_format.rb +60 -60
  202. data/lib/aspose_slides_cloud/models/slide_modern_comment.rb +269 -269
  203. data/lib/aspose_slides_cloud/models/slide_properties.rb +319 -319
  204. data/lib/aspose_slides_cloud/models/slide_replace_result.rb +227 -227
  205. data/lib/aspose_slides_cloud/models/slides.rb +213 -213
  206. data/lib/aspose_slides_cloud/models/smart_art.rb +348 -349
  207. data/lib/aspose_slides_cloud/models/smart_art_node.rb +307 -297
  208. data/lib/aspose_slides_cloud/models/smart_art_shape.rb +241 -242
  209. data/lib/aspose_slides_cloud/models/soft_edge_effect.rb +216 -216
  210. data/lib/aspose_slides_cloud/models/solid_fill.rb +233 -233
  211. data/lib/aspose_slides_cloud/models/special_slide_type.rb +41 -41
  212. data/lib/aspose_slides_cloud/models/split_document_result.rb +213 -213
  213. data/lib/aspose_slides_cloud/models/storage_exist.rb +216 -216
  214. data/lib/aspose_slides_cloud/models/storage_file.rb +261 -261
  215. data/lib/aspose_slides_cloud/models/subscript_element.rb +243 -243
  216. data/lib/aspose_slides_cloud/models/summary_zoom_frame.rb +274 -275
  217. data/lib/aspose_slides_cloud/models/summary_zoom_section.rb +266 -267
  218. data/lib/aspose_slides_cloud/models/superscript_element.rb +243 -243
  219. data/lib/aspose_slides_cloud/models/svg_export_options.rb +339 -341
  220. data/lib/aspose_slides_cloud/models/swf_export_options.rb +449 -451
  221. data/lib/aspose_slides_cloud/models/table.rb +356 -357
  222. data/lib/aspose_slides_cloud/models/table_cell.rb +427 -407
  223. data/lib/aspose_slides_cloud/models/table_column.rb +216 -216
  224. data/lib/aspose_slides_cloud/models/table_row.rb +243 -243
  225. data/lib/aspose_slides_cloud/models/task.rb +244 -244
  226. data/lib/aspose_slides_cloud/models/text_bounds.rb +261 -261
  227. data/lib/aspose_slides_cloud/models/text_element.rb +233 -233
  228. data/lib/aspose_slides_cloud/models/text_frame_format.rb +255 -255
  229. data/lib/aspose_slides_cloud/models/text_item.rb +221 -221
  230. data/lib/aspose_slides_cloud/models/text_items.rb +213 -213
  231. data/lib/aspose_slides_cloud/models/theme.rb +241 -241
  232. data/lib/aspose_slides_cloud/models/three_d_format.rb +335 -335
  233. data/lib/aspose_slides_cloud/models/tiff_export_options.rb +375 -375
  234. data/lib/aspose_slides_cloud/models/tint_effect.rb +253 -0
  235. data/lib/aspose_slides_cloud/models/update_background.rb +245 -245
  236. data/lib/aspose_slides_cloud/models/update_shape.rb +243 -243
  237. data/lib/aspose_slides_cloud/models/video_export_options.rb +289 -259
  238. data/lib/aspose_slides_cloud/models/video_frame.rb +345 -336
  239. data/lib/aspose_slides_cloud/models/view_properties.rb +361 -361
  240. data/lib/aspose_slides_cloud/models/xaml_export_options.rb +213 -215
  241. data/lib/aspose_slides_cloud/models/xps_export_options.rb +233 -235
  242. data/lib/aspose_slides_cloud/models/xy_series.rb +255 -255
  243. data/lib/aspose_slides_cloud/models/zoom_frame.rb +255 -256
  244. data/lib/aspose_slides_cloud/models/zoom_object.rb +301 -302
  245. data/lib/aspose_slides_cloud/type_registry.rb +462 -428
  246. data/lib/aspose_slides_cloud/version.rb +25 -25
  247. data/lib/aspose_slides_cloud.rb +284 -265
  248. data/spec/api/slides_api_spec.rb +54650 -53418
  249. data/spec/spec_utils.rb +188 -188
  250. data/spec/use_cases/abstract_class_spec.rb +38 -38
  251. data/spec/use_cases/animation_spec.rb +193 -193
  252. data/spec/use_cases/auth_spec.rb +91 -91
  253. data/spec/use_cases/chart_spec.rb +291 -291
  254. data/spec/use_cases/convert_spec.rb +154 -154
  255. data/spec/use_cases/create_spec.rb +101 -101
  256. data/spec/use_cases/header_footer_spec.rb +78 -78
  257. data/spec/use_cases/hyperlink_spec.rb +92 -92
  258. data/spec/use_cases/image_spec.rb +102 -102
  259. data/spec/use_cases/layout_slide_spec.rb +190 -190
  260. data/spec/use_cases/master_slide_spec.rb +190 -190
  261. data/spec/use_cases/math_spec.rb +163 -163
  262. data/spec/use_cases/merge_spec.rb +105 -105
  263. data/spec/use_cases/notes_slide_spec.rb +172 -172
  264. data/spec/use_cases/nullable_field_spec.rb +86 -86
  265. data/spec/use_cases/pipeline_spec.rb +61 -61
  266. data/spec/use_cases/property_spec.rb +177 -177
  267. data/spec/use_cases/section_spec.rb +104 -104
  268. data/spec/use_cases/shape_format_spec.rb +126 -126
  269. data/spec/use_cases/shape_spec.rb +397 -397
  270. data/spec/use_cases/split_spec.rb +88 -88
  271. data/spec/use_cases/text_spec.rb +74 -74
  272. data/spec/use_cases/timeout_spec.rb +44 -44
  273. data/spec/use_cases/watermark_spec.rb +158 -158
  274. data/testConfig.json +7 -7
  275. data/testRules.json +530 -527
  276. metadata +30 -10
  277. data/.gitignore +0 -1
@@ -1,383 +1,381 @@
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 Html format.
27
- class HtmlExportOptions < ExportOptions
28
- # Get or sets flag for save presentation as zip file
29
- attr_accessor :save_as_zip
30
-
31
- # Get or set name of subdirectory in zip-file for store external files
32
- attr_accessor :sub_directory_name
33
-
34
- # Specifies whether the generated document should include hidden slides or not. Default is false.
35
- attr_accessor :show_hidden_slides
36
-
37
- # True to make layout responsive by excluding width and height attributes from svg container.
38
- attr_accessor :svg_responsive_layout
39
-
40
- # Returns or sets a value determining the quality of the JPEG images inside PDF document.
41
- attr_accessor :jpeg_quality
42
-
43
- # Represents the pictures compression level
44
- attr_accessor :pictures_compression
45
-
46
- # A boolean flag indicates if the cropped parts remain as part of the document. If true the cropped parts will removed, if false they will be serialized in the document (which can possible lead to a larger file)
47
- attr_accessor :delete_pictures_cropped_areas
48
-
49
- # Gets or sets the position of the notes on the page.
50
- attr_accessor :notes_position
51
-
52
- # Gets or sets the position of the comments on the page.
53
- attr_accessor :comments_position
54
-
55
- # Gets or sets the width of the comment output area in pixels (Applies only if comments are displayed on the right).
56
- attr_accessor :comments_area_width
57
-
58
- # Gets or sets the color of comments area (Applies only if comments are displayed on the right).
59
- attr_accessor :comments_area_color
60
-
61
- # True if comments that have no author are displayed. (Applies only if comments are displayed).
62
- attr_accessor :show_comments_by_no_author
63
-
64
- class EnumAttributeValidator
65
- attr_reader :datatype
66
- attr_reader :allowable_values
67
-
68
- def initialize(datatype, allowable_values)
69
- @allowable_values = allowable_values.map do |value|
70
- case datatype.to_s
71
- when /Integer/i
72
- value.to_i
73
- when /Float/i
74
- value.to_f
75
- else
76
- value
77
- end
78
- end
79
- end
80
-
81
- def valid?(value)
82
- !value || allowable_values.any?{ |s| s.casecmp(value) == 0 }
83
- end
84
- end
85
-
86
- # Attribute mapping from ruby-style variable name to JSON key.
87
- def self.attribute_map
88
- super.merge({
89
- :'save_as_zip' => :'SaveAsZip',
90
- :'sub_directory_name' => :'SubDirectoryName',
91
- :'show_hidden_slides' => :'ShowHiddenSlides',
92
- :'svg_responsive_layout' => :'SvgResponsiveLayout',
93
- :'jpeg_quality' => :'JpegQuality',
94
- :'pictures_compression' => :'PicturesCompression',
95
- :'delete_pictures_cropped_areas' => :'DeletePicturesCroppedAreas',
96
- :'notes_position' => :'NotesPosition',
97
- :'comments_position' => :'CommentsPosition',
98
- :'comments_area_width' => :'CommentsAreaWidth',
99
- :'comments_area_color' => :'CommentsAreaColor',
100
- :'show_comments_by_no_author' => :'ShowCommentsByNoAuthor',
101
- })
102
- end
103
-
104
- # Attribute type mapping.
105
- def self.swagger_types
106
- super.merge({
107
- :'save_as_zip' => :'BOOLEAN',
108
- :'sub_directory_name' => :'String',
109
- :'show_hidden_slides' => :'BOOLEAN',
110
- :'svg_responsive_layout' => :'BOOLEAN',
111
- :'jpeg_quality' => :'Integer',
112
- :'pictures_compression' => :'String',
113
- :'delete_pictures_cropped_areas' => :'BOOLEAN',
114
- :'notes_position' => :'String',
115
- :'comments_position' => :'String',
116
- :'comments_area_width' => :'Integer',
117
- :'comments_area_color' => :'String',
118
- :'show_comments_by_no_author' => :'BOOLEAN',
119
- })
120
- end
121
-
122
- # Initializes the object
123
- # @param [Hash] attributes Model attributes in the form of hash
124
- def initialize(attributes = {})
125
- super
126
-
127
- if attributes.has_key?(:'SaveAsZip')
128
- self.save_as_zip = attributes[:'SaveAsZip']
129
- end
130
-
131
- if attributes.has_key?(:'SubDirectoryName')
132
- self.sub_directory_name = attributes[:'SubDirectoryName']
133
- end
134
-
135
- if attributes.has_key?(:'ShowHiddenSlides')
136
- self.show_hidden_slides = attributes[:'ShowHiddenSlides']
137
- end
138
-
139
- if attributes.has_key?(:'SvgResponsiveLayout')
140
- self.svg_responsive_layout = attributes[:'SvgResponsiveLayout']
141
- end
142
-
143
- if attributes.has_key?(:'JpegQuality')
144
- self.jpeg_quality = attributes[:'JpegQuality']
145
- end
146
-
147
- if attributes.has_key?(:'PicturesCompression')
148
- self.pictures_compression = attributes[:'PicturesCompression']
149
- end
150
-
151
- if attributes.has_key?(:'DeletePicturesCroppedAreas')
152
- self.delete_pictures_cropped_areas = attributes[:'DeletePicturesCroppedAreas']
153
- end
154
-
155
- if attributes.has_key?(:'NotesPosition')
156
- self.notes_position = attributes[:'NotesPosition']
157
- end
158
-
159
- if attributes.has_key?(:'CommentsPosition')
160
- self.comments_position = attributes[:'CommentsPosition']
161
- end
162
-
163
- if attributes.has_key?(:'CommentsAreaWidth')
164
- self.comments_area_width = attributes[:'CommentsAreaWidth']
165
- end
166
-
167
- if attributes.has_key?(:'CommentsAreaColor')
168
- self.comments_area_color = attributes[:'CommentsAreaColor']
169
- end
170
-
171
- if attributes.has_key?(:'ShowCommentsByNoAuthor')
172
- self.show_comments_by_no_author = attributes[:'ShowCommentsByNoAuthor']
173
- end
174
- self.format = "html"
175
- end
176
-
177
- # Show invalid properties with the reasons. Usually used together with valid?
178
- # @return Array for valid properties with the reasons
179
- def list_invalid_properties
180
- invalid_properties = super
181
- invalid_properties
182
- end
183
-
184
- # Check to see if the all the properties in the model are valid
185
- # @return true if the model is valid
186
- def valid?
187
- return false if !super
188
- pictures_compression_validator = EnumAttributeValidator.new('String', ['Dpi330', 'Dpi220', 'Dpi150', 'Dpi96', 'Dpi72', 'DocumentResolution'])
189
- return false unless pictures_compression_validator.valid?(@pictures_compression)
190
- notes_position_validator = EnumAttributeValidator.new('String', ['None', 'BottomFull', 'BottomTruncated'])
191
- return false unless notes_position_validator.valid?(@notes_position)
192
- comments_position_validator = EnumAttributeValidator.new('String', ['None', 'Bottom', 'Right'])
193
- return false unless comments_position_validator.valid?(@comments_position)
194
- true
195
- end
196
-
197
- # Custom attribute writer method checking allowed values (enum).
198
- # @param [Object] pictures_compression Object to be assigned
199
- def pictures_compression=(pictures_compression)
200
- validator = EnumAttributeValidator.new('String', ['Dpi330', 'Dpi220', 'Dpi150', 'Dpi96', 'Dpi72', 'DocumentResolution'])
201
- unless validator.valid?(pictures_compression)
202
- fail ArgumentError, 'invalid value for "pictures_compression", must be one of #{validator.allowable_values}.'
203
- end
204
- @pictures_compression = pictures_compression
205
- end
206
-
207
- # Custom attribute writer method checking allowed values (enum).
208
- # @param [Object] notes_position Object to be assigned
209
- def notes_position=(notes_position)
210
- validator = EnumAttributeValidator.new('String', ['None', 'BottomFull', 'BottomTruncated'])
211
- unless validator.valid?(notes_position)
212
- fail ArgumentError, 'invalid value for "notes_position", must be one of #{validator.allowable_values}.'
213
- end
214
- @notes_position = notes_position
215
- end
216
-
217
- # Custom attribute writer method checking allowed values (enum).
218
- # @param [Object] comments_position Object to be assigned
219
- def comments_position=(comments_position)
220
- validator = EnumAttributeValidator.new('String', ['None', 'Bottom', 'Right'])
221
- unless validator.valid?(comments_position)
222
- fail ArgumentError, 'invalid value for "comments_position", must be one of #{validator.allowable_values}.'
223
- end
224
- @comments_position = comments_position
225
- end
226
-
227
- # Checks equality by comparing each attribute.
228
- # @param [Object] Object to be compared
229
- def ==(o)
230
- return true if self.equal?(o)
231
- self.class == o.class &&
232
- default_regular_font == o.default_regular_font &&
233
- height == o.height &&
234
- width == o.width &&
235
- font_fallback_rules == o.font_fallback_rules &&
236
- format == o.format &&
237
- save_as_zip == o.save_as_zip &&
238
- sub_directory_name == o.sub_directory_name &&
239
- show_hidden_slides == o.show_hidden_slides &&
240
- svg_responsive_layout == o.svg_responsive_layout &&
241
- jpeg_quality == o.jpeg_quality &&
242
- pictures_compression == o.pictures_compression &&
243
- delete_pictures_cropped_areas == o.delete_pictures_cropped_areas &&
244
- notes_position == o.notes_position &&
245
- comments_position == o.comments_position &&
246
- comments_area_width == o.comments_area_width &&
247
- comments_area_color == o.comments_area_color &&
248
- show_comments_by_no_author == o.show_comments_by_no_author
249
- end
250
-
251
- # @see the `==` method
252
- # @param [Object] Object to be compared
253
- def eql?(o)
254
- self == o
255
- end
256
-
257
- # Calculates hash code according to all attributes.
258
- # @return [Fixnum] Hash code
259
- def hash
260
- [default_regular_font, height, width, font_fallback_rules, format, save_as_zip, sub_directory_name, show_hidden_slides, svg_responsive_layout, jpeg_quality, pictures_compression, delete_pictures_cropped_areas, notes_position, comments_position, comments_area_width, comments_area_color, show_comments_by_no_author].hash
261
- end
262
-
263
- # Builds the object from hash
264
- # @param [Hash] attributes Model attributes in the form of hash
265
- # @return [Object] Returns the model itself
266
- def build_from_hash(attributes)
267
- return nil unless attributes.is_a?(Hash)
268
- self.class.swagger_types.each_pair do |key, type|
269
- mapKey = self.class.attribute_map[key]
270
- if !mapKey.nil?
271
- val = attributes[mapKey]
272
- if val.nil?
273
- mapKeyString = mapKey.to_s
274
- mapKeyString[0] = mapKeyString[0].downcase
275
- mapKey = mapKeyString.to_sym
276
- val = attributes[mapKey]
277
- end
278
- if !val.nil?
279
- if type =~ /\AArray<(.*)>/i
280
- # check to ensure the input is an array given that the the attribute
281
- # is documented as an array but the input is not
282
- if val.is_a?(Array)
283
- self.send("#{key}=", val.map { |v| _deserialize($1, v) })
284
- end
285
- else
286
- self.send("#{key}=", _deserialize(type, val))
287
- end
288
- end
289
- end
290
- end
291
-
292
- self
293
- end
294
-
295
- # Deserializes the data based on type
296
- # @param string type Data type
297
- # @param string value Value to be deserialized
298
- # @return [Object] Deserialized data
299
- def _deserialize(type, value)
300
- case type.to_sym
301
- when :DateTime
302
- DateTime.parse(value)
303
- when :Date
304
- Date.parse(value)
305
- when :String
306
- value.to_s
307
- when :Integer
308
- value.to_i
309
- when :Float
310
- value.to_f
311
- when :BOOLEAN
312
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
313
- true
314
- else
315
- false
316
- end
317
- when :Object
318
- # generic object (usually a Hash), return directly
319
- value
320
- when /\AArray<(?<inner_type>.+)>\z/
321
- inner_type = Regexp.last_match[:inner_type]
322
- value.map { |v| _deserialize(inner_type, v) }
323
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
324
- k_type = Regexp.last_match[:k_type]
325
- v_type = Regexp.last_match[:v_type]
326
- {}.tap do |hash|
327
- value.each do |k, v|
328
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
329
- end
330
- end
331
- else # model
332
- registry_type = AsposeSlidesCloud::TypeRegistry.get_type(type.to_s, value)
333
- if registry_type
334
- type = registry_type
335
- end
336
- temp_model = AsposeSlidesCloud.const_get(type).new
337
- temp_model.build_from_hash(value)
338
- end
339
- end
340
-
341
- # Returns the string representation of the object
342
- # @return [String] String presentation of the object
343
- def to_s
344
- to_hash.to_s
345
- end
346
-
347
- # to_body is an alias to to_hash (backward compatibility)
348
- # @return [Hash] Returns the object in the form of hash
349
- def to_body
350
- to_hash
351
- end
352
-
353
- # Returns the object in the form of hash
354
- # @return [Hash] Returns the object in the form of hash
355
- def to_hash
356
- hash = {}
357
- self.class.attribute_map.each_pair do |attr, param|
358
- value = self.send(attr)
359
- next if value.nil?
360
- hash[param] = _to_hash(value)
361
- end
362
- hash
363
- end
364
-
365
- # Outputs non-array value in the form of hash
366
- # For object, use to_hash. Otherwise, just return the value
367
- # @param [Object] value Any valid value
368
- # @return [Hash] Returns the value in the form of hash
369
- def _to_hash(value)
370
- if value.is_a?(Array)
371
- value.compact.map { |v| _to_hash(v) }
372
- elsif value.is_a?(Hash)
373
- {}.tap do |hash|
374
- value.each { |k, v| hash[k] = _to_hash(v) }
375
- end
376
- elsif value.respond_to? :to_hash
377
- value.to_hash
378
- else
379
- value
380
- end
381
- end
382
- end
383
- 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 Html format.
27
+ class HtmlExportOptions < ExportOptions
28
+ # Get or sets flag for save presentation as zip file
29
+ attr_accessor :save_as_zip
30
+
31
+ # Get or set name of subdirectory in zip-file for store external files
32
+ attr_accessor :sub_directory_name
33
+
34
+ # Specifies whether the generated document should include hidden slides or not. Default is false.
35
+ attr_accessor :show_hidden_slides
36
+
37
+ # True to make layout responsive by excluding width and height attributes from svg container.
38
+ attr_accessor :svg_responsive_layout
39
+
40
+ # Returns or sets a value determining the quality of the JPEG images inside PDF document.
41
+ attr_accessor :jpeg_quality
42
+
43
+ # Represents the pictures compression level
44
+ attr_accessor :pictures_compression
45
+
46
+ # A boolean flag indicates if the cropped parts remain as part of the document. If true the cropped parts will removed, if false they will be serialized in the document (which can possible lead to a larger file)
47
+ attr_accessor :delete_pictures_cropped_areas
48
+
49
+ # Gets or sets the position of the notes on the page.
50
+ attr_accessor :notes_position
51
+
52
+ # Gets or sets the position of the comments on the page.
53
+ attr_accessor :comments_position
54
+
55
+ # Gets or sets the width of the comment output area in pixels (Applies only if comments are displayed on the right).
56
+ attr_accessor :comments_area_width
57
+
58
+ # Gets or sets the color of comments area (Applies only if comments are displayed on the right).
59
+ attr_accessor :comments_area_color
60
+
61
+ # True if comments that have no author are displayed. (Applies only if comments are displayed).
62
+ attr_accessor :show_comments_by_no_author
63
+
64
+ class EnumAttributeValidator
65
+ attr_reader :datatype
66
+ attr_reader :allowable_values
67
+
68
+ def initialize(datatype, allowable_values)
69
+ @allowable_values = allowable_values.map do |value|
70
+ case datatype.to_s
71
+ when /Integer/i
72
+ value.to_i
73
+ when /Float/i
74
+ value.to_f
75
+ else
76
+ value
77
+ end
78
+ end
79
+ end
80
+
81
+ def valid?(value)
82
+ !value || allowable_values.any?{ |s| s.casecmp(value) == 0 }
83
+ end
84
+ end
85
+
86
+ # Attribute mapping from ruby-style variable name to JSON key.
87
+ def self.attribute_map
88
+ super.merge({
89
+ :'save_as_zip' => :'SaveAsZip',
90
+ :'sub_directory_name' => :'SubDirectoryName',
91
+ :'show_hidden_slides' => :'ShowHiddenSlides',
92
+ :'svg_responsive_layout' => :'SvgResponsiveLayout',
93
+ :'jpeg_quality' => :'JpegQuality',
94
+ :'pictures_compression' => :'PicturesCompression',
95
+ :'delete_pictures_cropped_areas' => :'DeletePicturesCroppedAreas',
96
+ :'notes_position' => :'NotesPosition',
97
+ :'comments_position' => :'CommentsPosition',
98
+ :'comments_area_width' => :'CommentsAreaWidth',
99
+ :'comments_area_color' => :'CommentsAreaColor',
100
+ :'show_comments_by_no_author' => :'ShowCommentsByNoAuthor',
101
+ })
102
+ end
103
+
104
+ # Attribute type mapping.
105
+ def self.swagger_types
106
+ super.merge({
107
+ :'save_as_zip' => :'BOOLEAN',
108
+ :'sub_directory_name' => :'String',
109
+ :'show_hidden_slides' => :'BOOLEAN',
110
+ :'svg_responsive_layout' => :'BOOLEAN',
111
+ :'jpeg_quality' => :'Integer',
112
+ :'pictures_compression' => :'String',
113
+ :'delete_pictures_cropped_areas' => :'BOOLEAN',
114
+ :'notes_position' => :'String',
115
+ :'comments_position' => :'String',
116
+ :'comments_area_width' => :'Integer',
117
+ :'comments_area_color' => :'String',
118
+ :'show_comments_by_no_author' => :'BOOLEAN',
119
+ })
120
+ end
121
+
122
+ # Initializes the object
123
+ # @param [Hash] attributes Model attributes in the form of hash
124
+ def initialize(attributes = {})
125
+ super
126
+
127
+ if attributes.has_key?(:'SaveAsZip')
128
+ self.save_as_zip = attributes[:'SaveAsZip']
129
+ end
130
+
131
+ if attributes.has_key?(:'SubDirectoryName')
132
+ self.sub_directory_name = attributes[:'SubDirectoryName']
133
+ end
134
+
135
+ if attributes.has_key?(:'ShowHiddenSlides')
136
+ self.show_hidden_slides = attributes[:'ShowHiddenSlides']
137
+ end
138
+
139
+ if attributes.has_key?(:'SvgResponsiveLayout')
140
+ self.svg_responsive_layout = attributes[:'SvgResponsiveLayout']
141
+ end
142
+
143
+ if attributes.has_key?(:'JpegQuality')
144
+ self.jpeg_quality = attributes[:'JpegQuality']
145
+ end
146
+
147
+ if attributes.has_key?(:'PicturesCompression')
148
+ self.pictures_compression = attributes[:'PicturesCompression']
149
+ end
150
+
151
+ if attributes.has_key?(:'DeletePicturesCroppedAreas')
152
+ self.delete_pictures_cropped_areas = attributes[:'DeletePicturesCroppedAreas']
153
+ end
154
+
155
+ if attributes.has_key?(:'NotesPosition')
156
+ self.notes_position = attributes[:'NotesPosition']
157
+ end
158
+
159
+ if attributes.has_key?(:'CommentsPosition')
160
+ self.comments_position = attributes[:'CommentsPosition']
161
+ end
162
+
163
+ if attributes.has_key?(:'CommentsAreaWidth')
164
+ self.comments_area_width = attributes[:'CommentsAreaWidth']
165
+ end
166
+
167
+ if attributes.has_key?(:'CommentsAreaColor')
168
+ self.comments_area_color = attributes[:'CommentsAreaColor']
169
+ end
170
+
171
+ if attributes.has_key?(:'ShowCommentsByNoAuthor')
172
+ self.show_comments_by_no_author = attributes[:'ShowCommentsByNoAuthor']
173
+ end
174
+ self.format = "html"
175
+ end
176
+
177
+ # Show invalid properties with the reasons. Usually used together with valid?
178
+ # @return Array for valid properties with the reasons
179
+ def list_invalid_properties
180
+ invalid_properties = super
181
+ invalid_properties
182
+ end
183
+
184
+ # Check to see if the all the properties in the model are valid
185
+ # @return true if the model is valid
186
+ def valid?
187
+ return false if !super
188
+ pictures_compression_validator = EnumAttributeValidator.new('String', ['Dpi330', 'Dpi220', 'Dpi150', 'Dpi96', 'Dpi72', 'DocumentResolution'])
189
+ return false unless pictures_compression_validator.valid?(@pictures_compression)
190
+ notes_position_validator = EnumAttributeValidator.new('String', ['None', 'BottomFull', 'BottomTruncated'])
191
+ return false unless notes_position_validator.valid?(@notes_position)
192
+ comments_position_validator = EnumAttributeValidator.new('String', ['None', 'Bottom', 'Right'])
193
+ return false unless comments_position_validator.valid?(@comments_position)
194
+ true
195
+ end
196
+
197
+ # Custom attribute writer method checking allowed values (enum).
198
+ # @param [Object] pictures_compression Object to be assigned
199
+ def pictures_compression=(pictures_compression)
200
+ validator = EnumAttributeValidator.new('String', ['Dpi330', 'Dpi220', 'Dpi150', 'Dpi96', 'Dpi72', 'DocumentResolution'])
201
+ unless validator.valid?(pictures_compression)
202
+ fail ArgumentError, 'invalid value for "pictures_compression", must be one of #{validator.allowable_values}.'
203
+ end
204
+ @pictures_compression = pictures_compression
205
+ end
206
+
207
+ # Custom attribute writer method checking allowed values (enum).
208
+ # @param [Object] notes_position Object to be assigned
209
+ def notes_position=(notes_position)
210
+ validator = EnumAttributeValidator.new('String', ['None', 'BottomFull', 'BottomTruncated'])
211
+ unless validator.valid?(notes_position)
212
+ fail ArgumentError, 'invalid value for "notes_position", must be one of #{validator.allowable_values}.'
213
+ end
214
+ @notes_position = notes_position
215
+ end
216
+
217
+ # Custom attribute writer method checking allowed values (enum).
218
+ # @param [Object] comments_position Object to be assigned
219
+ def comments_position=(comments_position)
220
+ validator = EnumAttributeValidator.new('String', ['None', 'Bottom', 'Right'])
221
+ unless validator.valid?(comments_position)
222
+ fail ArgumentError, 'invalid value for "comments_position", must be one of #{validator.allowable_values}.'
223
+ end
224
+ @comments_position = comments_position
225
+ end
226
+
227
+ # Checks equality by comparing each attribute.
228
+ # @param [Object] Object to be compared
229
+ def ==(o)
230
+ return true if self.equal?(o)
231
+ self.class == o.class &&
232
+ default_regular_font == o.default_regular_font &&
233
+ font_fallback_rules == o.font_fallback_rules &&
234
+ format == o.format &&
235
+ save_as_zip == o.save_as_zip &&
236
+ sub_directory_name == o.sub_directory_name &&
237
+ show_hidden_slides == o.show_hidden_slides &&
238
+ svg_responsive_layout == o.svg_responsive_layout &&
239
+ jpeg_quality == o.jpeg_quality &&
240
+ pictures_compression == o.pictures_compression &&
241
+ delete_pictures_cropped_areas == o.delete_pictures_cropped_areas &&
242
+ notes_position == o.notes_position &&
243
+ comments_position == o.comments_position &&
244
+ comments_area_width == o.comments_area_width &&
245
+ comments_area_color == o.comments_area_color &&
246
+ show_comments_by_no_author == o.show_comments_by_no_author
247
+ end
248
+
249
+ # @see the `==` method
250
+ # @param [Object] Object to be compared
251
+ def eql?(o)
252
+ self == o
253
+ end
254
+
255
+ # Calculates hash code according to all attributes.
256
+ # @return [Fixnum] Hash code
257
+ def hash
258
+ [default_regular_font, font_fallback_rules, format, save_as_zip, sub_directory_name, show_hidden_slides, svg_responsive_layout, jpeg_quality, pictures_compression, delete_pictures_cropped_areas, notes_position, comments_position, comments_area_width, comments_area_color, show_comments_by_no_author].hash
259
+ end
260
+
261
+ # Builds the object from hash
262
+ # @param [Hash] attributes Model attributes in the form of hash
263
+ # @return [Object] Returns the model itself
264
+ def build_from_hash(attributes)
265
+ return nil unless attributes.is_a?(Hash)
266
+ self.class.swagger_types.each_pair do |key, type|
267
+ mapKey = self.class.attribute_map[key]
268
+ if !mapKey.nil?
269
+ val = attributes[mapKey]
270
+ if val.nil?
271
+ mapKeyString = mapKey.to_s
272
+ mapKeyString[0] = mapKeyString[0].downcase
273
+ mapKey = mapKeyString.to_sym
274
+ val = attributes[mapKey]
275
+ end
276
+ if !val.nil?
277
+ if type =~ /\AArray<(.*)>/i
278
+ # check to ensure the input is an array given that the the attribute
279
+ # is documented as an array but the input is not
280
+ if val.is_a?(Array)
281
+ self.send("#{key}=", val.map { |v| _deserialize($1, v) })
282
+ end
283
+ else
284
+ self.send("#{key}=", _deserialize(type, val))
285
+ end
286
+ end
287
+ end
288
+ end
289
+
290
+ self
291
+ end
292
+
293
+ # Deserializes the data based on type
294
+ # @param string type Data type
295
+ # @param string value Value to be deserialized
296
+ # @return [Object] Deserialized data
297
+ def _deserialize(type, value)
298
+ case type.to_sym
299
+ when :DateTime
300
+ DateTime.parse(value)
301
+ when :Date
302
+ Date.parse(value)
303
+ when :String
304
+ value.to_s
305
+ when :Integer
306
+ value.to_i
307
+ when :Float
308
+ value.to_f
309
+ when :BOOLEAN
310
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
311
+ true
312
+ else
313
+ false
314
+ end
315
+ when :Object
316
+ # generic object (usually a Hash), return directly
317
+ value
318
+ when /\AArray<(?<inner_type>.+)>\z/
319
+ inner_type = Regexp.last_match[:inner_type]
320
+ value.map { |v| _deserialize(inner_type, v) }
321
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
322
+ k_type = Regexp.last_match[:k_type]
323
+ v_type = Regexp.last_match[:v_type]
324
+ {}.tap do |hash|
325
+ value.each do |k, v|
326
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
327
+ end
328
+ end
329
+ else # model
330
+ registry_type = AsposeSlidesCloud::TypeRegistry.get_type(type.to_s, value)
331
+ if registry_type
332
+ type = registry_type
333
+ end
334
+ temp_model = AsposeSlidesCloud.const_get(type).new
335
+ temp_model.build_from_hash(value)
336
+ end
337
+ end
338
+
339
+ # Returns the string representation of the object
340
+ # @return [String] String presentation of the object
341
+ def to_s
342
+ to_hash.to_s
343
+ end
344
+
345
+ # to_body is an alias to to_hash (backward compatibility)
346
+ # @return [Hash] Returns the object in the form of hash
347
+ def to_body
348
+ to_hash
349
+ end
350
+
351
+ # Returns the object in the form of hash
352
+ # @return [Hash] Returns the object in the form of hash
353
+ def to_hash
354
+ hash = {}
355
+ self.class.attribute_map.each_pair do |attr, param|
356
+ value = self.send(attr)
357
+ next if value.nil?
358
+ hash[param] = _to_hash(value)
359
+ end
360
+ hash
361
+ end
362
+
363
+ # Outputs non-array value in the form of hash
364
+ # For object, use to_hash. Otherwise, just return the value
365
+ # @param [Object] value Any valid value
366
+ # @return [Hash] Returns the value in the form of hash
367
+ def _to_hash(value)
368
+ if value.is_a?(Array)
369
+ value.compact.map { |v| _to_hash(v) }
370
+ elsif value.is_a?(Hash)
371
+ {}.tap do |hash|
372
+ value.each { |k, v| hash[k] = _to_hash(v) }
373
+ end
374
+ elsif value.respond_to? :to_hash
375
+ value.to_hash
376
+ else
377
+ value
378
+ end
379
+ end
380
+ end
381
+ end