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,409 +1,399 @@
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
- # Slide shape.
27
- class ShapeBase < ResourceBase
28
- # Gets or sets the name.
29
- attr_accessor :name
30
-
31
- # Gets or sets the width.
32
- attr_accessor :width
33
-
34
- # Gets or sets the height.
35
- attr_accessor :height
36
-
37
- # Gets or sets the alternative text.
38
- attr_accessor :alternative_text
39
-
40
- # The title of alternative text associated with the shape.
41
- attr_accessor :alternative_text_title
42
-
43
- # Gets or sets a value indicating whether this ShapeBase is hidden.
44
- attr_accessor :hidden
45
-
46
- # Gets or sets the X
47
- attr_accessor :x
48
-
49
- # Gets or sets the Y.
50
- attr_accessor :y
51
-
52
- # Gets z-order position of shape
53
- attr_accessor :z_order_position
54
-
55
- # Gets or sets the link to shapes.
56
- attr_accessor :shapes
57
-
58
- # Gets or sets the fill format.
59
- attr_accessor :fill_format
60
-
61
- # Gets or sets the effect format.
62
- attr_accessor :effect_format
63
-
64
- # Gets or sets the 3D format
65
- attr_accessor :three_d_format
66
-
67
- # Gets or sets the line format.
68
- attr_accessor :line_format
69
-
70
- # Hyperlink defined for mouse click.
71
- attr_accessor :hyperlink_click
72
-
73
- # Hyperlink defined for mouse over.
74
- attr_accessor :hyperlink_mouse_over
75
-
76
- attr_accessor :type
77
-
78
- class EnumAttributeValidator
79
- attr_reader :datatype
80
- attr_reader :allowable_values
81
-
82
- def initialize(datatype, allowable_values)
83
- @allowable_values = allowable_values.map do |value|
84
- case datatype.to_s
85
- when /Integer/i
86
- value.to_i
87
- when /Float/i
88
- value.to_f
89
- else
90
- value
91
- end
92
- end
93
- end
94
-
95
- def valid?(value)
96
- !value || allowable_values.any?{ |s| s.casecmp(value) == 0 }
97
- end
98
- end
99
-
100
- # Attribute mapping from ruby-style variable name to JSON key.
101
- def self.attribute_map
102
- super.merge({
103
- :'name' => :'Name',
104
- :'width' => :'Width',
105
- :'height' => :'Height',
106
- :'alternative_text' => :'AlternativeText',
107
- :'alternative_text_title' => :'AlternativeTextTitle',
108
- :'hidden' => :'Hidden',
109
- :'x' => :'X',
110
- :'y' => :'Y',
111
- :'z_order_position' => :'ZOrderPosition',
112
- :'shapes' => :'Shapes',
113
- :'fill_format' => :'FillFormat',
114
- :'effect_format' => :'EffectFormat',
115
- :'three_d_format' => :'ThreeDFormat',
116
- :'line_format' => :'LineFormat',
117
- :'hyperlink_click' => :'HyperlinkClick',
118
- :'hyperlink_mouse_over' => :'HyperlinkMouseOver',
119
- :'type' => :'Type',
120
- })
121
- end
122
-
123
- # Attribute type mapping.
124
- def self.swagger_types
125
- super.merge({
126
- :'name' => :'String',
127
- :'width' => :'Float',
128
- :'height' => :'Float',
129
- :'alternative_text' => :'String',
130
- :'alternative_text_title' => :'String',
131
- :'hidden' => :'BOOLEAN',
132
- :'x' => :'Float',
133
- :'y' => :'Float',
134
- :'z_order_position' => :'Integer',
135
- :'shapes' => :'ResourceUri',
136
- :'fill_format' => :'FillFormat',
137
- :'effect_format' => :'EffectFormat',
138
- :'three_d_format' => :'ThreeDFormat',
139
- :'line_format' => :'LineFormat',
140
- :'hyperlink_click' => :'Hyperlink',
141
- :'hyperlink_mouse_over' => :'Hyperlink',
142
- :'type' => :'String',
143
- })
144
- end
145
-
146
- # Initializes the object
147
- # @param [Hash] attributes Model attributes in the form of hash
148
- def initialize(attributes = {})
149
- super
150
-
151
- if attributes.has_key?(:'Name')
152
- self.name = attributes[:'Name']
153
- end
154
-
155
- if attributes.has_key?(:'Width')
156
- self.width = attributes[:'Width']
157
- end
158
-
159
- if attributes.has_key?(:'Height')
160
- self.height = attributes[:'Height']
161
- end
162
-
163
- if attributes.has_key?(:'AlternativeText')
164
- self.alternative_text = attributes[:'AlternativeText']
165
- end
166
-
167
- if attributes.has_key?(:'AlternativeTextTitle')
168
- self.alternative_text_title = attributes[:'AlternativeTextTitle']
169
- end
170
-
171
- if attributes.has_key?(:'Hidden')
172
- self.hidden = attributes[:'Hidden']
173
- end
174
-
175
- if attributes.has_key?(:'X')
176
- self.x = attributes[:'X']
177
- end
178
-
179
- if attributes.has_key?(:'Y')
180
- self.y = attributes[:'Y']
181
- end
182
-
183
- if attributes.has_key?(:'ZOrderPosition')
184
- self.z_order_position = attributes[:'ZOrderPosition']
185
- end
186
-
187
- if attributes.has_key?(:'Shapes')
188
- self.shapes = attributes[:'Shapes']
189
- end
190
-
191
- if attributes.has_key?(:'FillFormat')
192
- self.fill_format = attributes[:'FillFormat']
193
- end
194
-
195
- if attributes.has_key?(:'EffectFormat')
196
- self.effect_format = attributes[:'EffectFormat']
197
- end
198
-
199
- if attributes.has_key?(:'ThreeDFormat')
200
- self.three_d_format = attributes[:'ThreeDFormat']
201
- end
202
-
203
- if attributes.has_key?(:'LineFormat')
204
- self.line_format = attributes[:'LineFormat']
205
- end
206
-
207
- if attributes.has_key?(:'HyperlinkClick')
208
- self.hyperlink_click = attributes[:'HyperlinkClick']
209
- end
210
-
211
- if attributes.has_key?(:'HyperlinkMouseOver')
212
- self.hyperlink_mouse_over = attributes[:'HyperlinkMouseOver']
213
- end
214
-
215
- if attributes.has_key?(:'Type')
216
- self.type = attributes[:'Type']
217
- end
218
- end
219
-
220
- # Show invalid properties with the reasons. Usually used together with valid?
221
- # @return Array for valid properties with the reasons
222
- def list_invalid_properties
223
- invalid_properties = super
224
- if @z_order_position.nil?
225
- invalid_properties.push('invalid value for "z_order_position", z_order_position cannot be nil.')
226
- end
227
-
228
- invalid_properties
229
- end
230
-
231
- # Check to see if the all the properties in the model are valid
232
- # @return true if the model is valid
233
- def valid?
234
- return false if !super
235
- return false if @z_order_position.nil?
236
- type_validator = EnumAttributeValidator.new('String', ['Shape', 'Chart', 'Table', 'PictureFrame', 'VideoFrame', 'AudioFrame', 'SmartArt', 'OleObjectFrame', 'GroupShape', 'GraphicalObject', 'Connector', 'SmartArtShape', 'ZoomFrame', 'SectionZoomFrame', 'SummaryZoomFrame', 'SummaryZoomSection'])
237
- return false unless type_validator.valid?(@type)
238
- true
239
- end
240
-
241
- # Custom attribute writer method checking allowed values (enum).
242
- # @param [Object] type Object to be assigned
243
- def type=(type)
244
- validator = EnumAttributeValidator.new('String', ['Shape', 'Chart', 'Table', 'PictureFrame', 'VideoFrame', 'AudioFrame', 'SmartArt', 'OleObjectFrame', 'GroupShape', 'GraphicalObject', 'Connector', 'SmartArtShape', 'ZoomFrame', 'SectionZoomFrame', 'SummaryZoomFrame', 'SummaryZoomSection'])
245
- unless validator.valid?(type)
246
- fail ArgumentError, 'invalid value for "type", must be one of #{validator.allowable_values}.'
247
- end
248
- @type = type
249
- end
250
-
251
- # Checks equality by comparing each attribute.
252
- # @param [Object] Object to be compared
253
- def ==(o)
254
- return true if self.equal?(o)
255
- self.class == o.class &&
256
- self_uri == o.self_uri &&
257
- alternate_links == o.alternate_links &&
258
- name == o.name &&
259
- width == o.width &&
260
- height == o.height &&
261
- alternative_text == o.alternative_text &&
262
- alternative_text_title == o.alternative_text_title &&
263
- hidden == o.hidden &&
264
- x == o.x &&
265
- y == o.y &&
266
- z_order_position == o.z_order_position &&
267
- shapes == o.shapes &&
268
- fill_format == o.fill_format &&
269
- effect_format == o.effect_format &&
270
- three_d_format == o.three_d_format &&
271
- line_format == o.line_format &&
272
- hyperlink_click == o.hyperlink_click &&
273
- hyperlink_mouse_over == o.hyperlink_mouse_over &&
274
- type == o.type
275
- end
276
-
277
- # @see the `==` method
278
- # @param [Object] Object to be compared
279
- def eql?(o)
280
- self == o
281
- end
282
-
283
- # Calculates hash code according to all attributes.
284
- # @return [Fixnum] Hash code
285
- def hash
286
- [self_uri, alternate_links, name, width, height, alternative_text, alternative_text_title, hidden, x, y, z_order_position, shapes, fill_format, effect_format, three_d_format, line_format, hyperlink_click, hyperlink_mouse_over, type].hash
287
- end
288
-
289
- # Builds the object from hash
290
- # @param [Hash] attributes Model attributes in the form of hash
291
- # @return [Object] Returns the model itself
292
- def build_from_hash(attributes)
293
- return nil unless attributes.is_a?(Hash)
294
- self.class.swagger_types.each_pair do |key, type|
295
- mapKey = self.class.attribute_map[key]
296
- if !mapKey.nil?
297
- val = attributes[mapKey]
298
- if val.nil?
299
- mapKeyString = mapKey.to_s
300
- mapKeyString[0] = mapKeyString[0].downcase
301
- mapKey = mapKeyString.to_sym
302
- val = attributes[mapKey]
303
- end
304
- if !val.nil?
305
- if type =~ /\AArray<(.*)>/i
306
- # check to ensure the input is an array given that the the attribute
307
- # is documented as an array but the input is not
308
- if val.is_a?(Array)
309
- self.send("#{key}=", val.map { |v| _deserialize($1, v) })
310
- end
311
- else
312
- self.send("#{key}=", _deserialize(type, val))
313
- end
314
- end
315
- end
316
- end
317
-
318
- self
319
- end
320
-
321
- # Deserializes the data based on type
322
- # @param string type Data type
323
- # @param string value Value to be deserialized
324
- # @return [Object] Deserialized data
325
- def _deserialize(type, value)
326
- case type.to_sym
327
- when :DateTime
328
- DateTime.parse(value)
329
- when :Date
330
- Date.parse(value)
331
- when :String
332
- value.to_s
333
- when :Integer
334
- value.to_i
335
- when :Float
336
- value.to_f
337
- when :BOOLEAN
338
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
339
- true
340
- else
341
- false
342
- end
343
- when :Object
344
- # generic object (usually a Hash), return directly
345
- value
346
- when /\AArray<(?<inner_type>.+)>\z/
347
- inner_type = Regexp.last_match[:inner_type]
348
- value.map { |v| _deserialize(inner_type, v) }
349
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
350
- k_type = Regexp.last_match[:k_type]
351
- v_type = Regexp.last_match[:v_type]
352
- {}.tap do |hash|
353
- value.each do |k, v|
354
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
355
- end
356
- end
357
- else # model
358
- registry_type = AsposeSlidesCloud::TypeRegistry.get_type(type.to_s, value)
359
- if registry_type
360
- type = registry_type
361
- end
362
- temp_model = AsposeSlidesCloud.const_get(type).new
363
- temp_model.build_from_hash(value)
364
- end
365
- end
366
-
367
- # Returns the string representation of the object
368
- # @return [String] String presentation of the object
369
- def to_s
370
- to_hash.to_s
371
- end
372
-
373
- # to_body is an alias to to_hash (backward compatibility)
374
- # @return [Hash] Returns the object in the form of hash
375
- def to_body
376
- to_hash
377
- end
378
-
379
- # Returns the object in the form of hash
380
- # @return [Hash] Returns the object in the form of hash
381
- def to_hash
382
- hash = {}
383
- self.class.attribute_map.each_pair do |attr, param|
384
- value = self.send(attr)
385
- next if value.nil?
386
- hash[param] = _to_hash(value)
387
- end
388
- hash
389
- end
390
-
391
- # Outputs non-array value in the form of hash
392
- # For object, use to_hash. Otherwise, just return the value
393
- # @param [Object] value Any valid value
394
- # @return [Hash] Returns the value in the form of hash
395
- def _to_hash(value)
396
- if value.is_a?(Array)
397
- value.compact.map { |v| _to_hash(v) }
398
- elsif value.is_a?(Hash)
399
- {}.tap do |hash|
400
- value.each { |k, v| hash[k] = _to_hash(v) }
401
- end
402
- elsif value.respond_to? :to_hash
403
- value.to_hash
404
- else
405
- value
406
- end
407
- end
408
- end
409
- 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
+ # Slide shape.
27
+ class ShapeBase < ResourceBase
28
+ # Gets or sets the name.
29
+ attr_accessor :name
30
+
31
+ # Gets or sets the width.
32
+ attr_accessor :width
33
+
34
+ # Gets or sets the height.
35
+ attr_accessor :height
36
+
37
+ # Gets or sets the alternative text.
38
+ attr_accessor :alternative_text
39
+
40
+ # The title of alternative text associated with the shape.
41
+ attr_accessor :alternative_text_title
42
+
43
+ # Gets or sets a value indicating whether this ShapeBase is hidden.
44
+ attr_accessor :hidden
45
+
46
+ # Gets or sets the X
47
+ attr_accessor :x
48
+
49
+ # Gets or sets the Y.
50
+ attr_accessor :y
51
+
52
+ # Gets z-order position of shape
53
+ attr_accessor :z_order_position
54
+
55
+ # Gets or sets the fill format.
56
+ attr_accessor :fill_format
57
+
58
+ # Gets or sets the effect format.
59
+ attr_accessor :effect_format
60
+
61
+ # Gets or sets the 3D format
62
+ attr_accessor :three_d_format
63
+
64
+ # Gets or sets the line format.
65
+ attr_accessor :line_format
66
+
67
+ # Hyperlink defined for mouse click.
68
+ attr_accessor :hyperlink_click
69
+
70
+ # Hyperlink defined for mouse over.
71
+ attr_accessor :hyperlink_mouse_over
72
+
73
+ attr_accessor :type
74
+
75
+ class EnumAttributeValidator
76
+ attr_reader :datatype
77
+ attr_reader :allowable_values
78
+
79
+ def initialize(datatype, allowable_values)
80
+ @allowable_values = allowable_values.map do |value|
81
+ case datatype.to_s
82
+ when /Integer/i
83
+ value.to_i
84
+ when /Float/i
85
+ value.to_f
86
+ else
87
+ value
88
+ end
89
+ end
90
+ end
91
+
92
+ def valid?(value)
93
+ !value || allowable_values.any?{ |s| s.casecmp(value) == 0 }
94
+ end
95
+ end
96
+
97
+ # Attribute mapping from ruby-style variable name to JSON key.
98
+ def self.attribute_map
99
+ super.merge({
100
+ :'name' => :'Name',
101
+ :'width' => :'Width',
102
+ :'height' => :'Height',
103
+ :'alternative_text' => :'AlternativeText',
104
+ :'alternative_text_title' => :'AlternativeTextTitle',
105
+ :'hidden' => :'Hidden',
106
+ :'x' => :'X',
107
+ :'y' => :'Y',
108
+ :'z_order_position' => :'ZOrderPosition',
109
+ :'fill_format' => :'FillFormat',
110
+ :'effect_format' => :'EffectFormat',
111
+ :'three_d_format' => :'ThreeDFormat',
112
+ :'line_format' => :'LineFormat',
113
+ :'hyperlink_click' => :'HyperlinkClick',
114
+ :'hyperlink_mouse_over' => :'HyperlinkMouseOver',
115
+ :'type' => :'Type',
116
+ })
117
+ end
118
+
119
+ # Attribute type mapping.
120
+ def self.swagger_types
121
+ super.merge({
122
+ :'name' => :'String',
123
+ :'width' => :'Float',
124
+ :'height' => :'Float',
125
+ :'alternative_text' => :'String',
126
+ :'alternative_text_title' => :'String',
127
+ :'hidden' => :'BOOLEAN',
128
+ :'x' => :'Float',
129
+ :'y' => :'Float',
130
+ :'z_order_position' => :'Integer',
131
+ :'fill_format' => :'FillFormat',
132
+ :'effect_format' => :'EffectFormat',
133
+ :'three_d_format' => :'ThreeDFormat',
134
+ :'line_format' => :'LineFormat',
135
+ :'hyperlink_click' => :'Hyperlink',
136
+ :'hyperlink_mouse_over' => :'Hyperlink',
137
+ :'type' => :'String',
138
+ })
139
+ end
140
+
141
+ # Initializes the object
142
+ # @param [Hash] attributes Model attributes in the form of hash
143
+ def initialize(attributes = {})
144
+ super
145
+
146
+ if attributes.has_key?(:'Name')
147
+ self.name = attributes[:'Name']
148
+ end
149
+
150
+ if attributes.has_key?(:'Width')
151
+ self.width = attributes[:'Width']
152
+ end
153
+
154
+ if attributes.has_key?(:'Height')
155
+ self.height = attributes[:'Height']
156
+ end
157
+
158
+ if attributes.has_key?(:'AlternativeText')
159
+ self.alternative_text = attributes[:'AlternativeText']
160
+ end
161
+
162
+ if attributes.has_key?(:'AlternativeTextTitle')
163
+ self.alternative_text_title = attributes[:'AlternativeTextTitle']
164
+ end
165
+
166
+ if attributes.has_key?(:'Hidden')
167
+ self.hidden = attributes[:'Hidden']
168
+ end
169
+
170
+ if attributes.has_key?(:'X')
171
+ self.x = attributes[:'X']
172
+ end
173
+
174
+ if attributes.has_key?(:'Y')
175
+ self.y = attributes[:'Y']
176
+ end
177
+
178
+ if attributes.has_key?(:'ZOrderPosition')
179
+ self.z_order_position = attributes[:'ZOrderPosition']
180
+ end
181
+
182
+ if attributes.has_key?(:'FillFormat')
183
+ self.fill_format = attributes[:'FillFormat']
184
+ end
185
+
186
+ if attributes.has_key?(:'EffectFormat')
187
+ self.effect_format = attributes[:'EffectFormat']
188
+ end
189
+
190
+ if attributes.has_key?(:'ThreeDFormat')
191
+ self.three_d_format = attributes[:'ThreeDFormat']
192
+ end
193
+
194
+ if attributes.has_key?(:'LineFormat')
195
+ self.line_format = attributes[:'LineFormat']
196
+ end
197
+
198
+ if attributes.has_key?(:'HyperlinkClick')
199
+ self.hyperlink_click = attributes[:'HyperlinkClick']
200
+ end
201
+
202
+ if attributes.has_key?(:'HyperlinkMouseOver')
203
+ self.hyperlink_mouse_over = attributes[:'HyperlinkMouseOver']
204
+ end
205
+
206
+ if attributes.has_key?(:'Type')
207
+ self.type = attributes[:'Type']
208
+ end
209
+ end
210
+
211
+ # Show invalid properties with the reasons. Usually used together with valid?
212
+ # @return Array for valid properties with the reasons
213
+ def list_invalid_properties
214
+ invalid_properties = super
215
+ if @z_order_position.nil?
216
+ invalid_properties.push('invalid value for "z_order_position", z_order_position cannot be nil.')
217
+ end
218
+
219
+ invalid_properties
220
+ end
221
+
222
+ # Check to see if the all the properties in the model are valid
223
+ # @return true if the model is valid
224
+ def valid?
225
+ return false if !super
226
+ return false if @z_order_position.nil?
227
+ type_validator = EnumAttributeValidator.new('String', ['Shape', 'Chart', 'Table', 'PictureFrame', 'VideoFrame', 'AudioFrame', 'SmartArt', 'OleObjectFrame', 'GroupShape', 'GraphicalObject', 'Connector', 'SmartArtShape', 'ZoomFrame', 'SectionZoomFrame', 'SummaryZoomFrame', 'SummaryZoomSection'])
228
+ return false unless type_validator.valid?(@type)
229
+ true
230
+ end
231
+
232
+ # Custom attribute writer method checking allowed values (enum).
233
+ # @param [Object] type Object to be assigned
234
+ def type=(type)
235
+ validator = EnumAttributeValidator.new('String', ['Shape', 'Chart', 'Table', 'PictureFrame', 'VideoFrame', 'AudioFrame', 'SmartArt', 'OleObjectFrame', 'GroupShape', 'GraphicalObject', 'Connector', 'SmartArtShape', 'ZoomFrame', 'SectionZoomFrame', 'SummaryZoomFrame', 'SummaryZoomSection'])
236
+ unless validator.valid?(type)
237
+ fail ArgumentError, 'invalid value for "type", must be one of #{validator.allowable_values}.'
238
+ end
239
+ @type = type
240
+ end
241
+
242
+ # Checks equality by comparing each attribute.
243
+ # @param [Object] Object to be compared
244
+ def ==(o)
245
+ return true if self.equal?(o)
246
+ self.class == o.class &&
247
+ self_uri == o.self_uri &&
248
+ alternate_links == o.alternate_links &&
249
+ name == o.name &&
250
+ width == o.width &&
251
+ height == o.height &&
252
+ alternative_text == o.alternative_text &&
253
+ alternative_text_title == o.alternative_text_title &&
254
+ hidden == o.hidden &&
255
+ x == o.x &&
256
+ y == o.y &&
257
+ z_order_position == o.z_order_position &&
258
+ fill_format == o.fill_format &&
259
+ effect_format == o.effect_format &&
260
+ three_d_format == o.three_d_format &&
261
+ line_format == o.line_format &&
262
+ hyperlink_click == o.hyperlink_click &&
263
+ hyperlink_mouse_over == o.hyperlink_mouse_over &&
264
+ type == o.type
265
+ end
266
+
267
+ # @see the `==` method
268
+ # @param [Object] Object to be compared
269
+ def eql?(o)
270
+ self == o
271
+ end
272
+
273
+ # Calculates hash code according to all attributes.
274
+ # @return [Fixnum] Hash code
275
+ def hash
276
+ [self_uri, alternate_links, name, width, height, alternative_text, alternative_text_title, hidden, x, y, z_order_position, fill_format, effect_format, three_d_format, line_format, hyperlink_click, hyperlink_mouse_over, type].hash
277
+ end
278
+
279
+ # Builds the object from hash
280
+ # @param [Hash] attributes Model attributes in the form of hash
281
+ # @return [Object] Returns the model itself
282
+ def build_from_hash(attributes)
283
+ return nil unless attributes.is_a?(Hash)
284
+ self.class.swagger_types.each_pair do |key, type|
285
+ mapKey = self.class.attribute_map[key]
286
+ if !mapKey.nil?
287
+ val = attributes[mapKey]
288
+ if val.nil?
289
+ mapKeyString = mapKey.to_s
290
+ mapKeyString[0] = mapKeyString[0].downcase
291
+ mapKey = mapKeyString.to_sym
292
+ val = attributes[mapKey]
293
+ end
294
+ if !val.nil?
295
+ if type =~ /\AArray<(.*)>/i
296
+ # check to ensure the input is an array given that the the attribute
297
+ # is documented as an array but the input is not
298
+ if val.is_a?(Array)
299
+ self.send("#{key}=", val.map { |v| _deserialize($1, v) })
300
+ end
301
+ else
302
+ self.send("#{key}=", _deserialize(type, val))
303
+ end
304
+ end
305
+ end
306
+ end
307
+
308
+ self
309
+ end
310
+
311
+ # Deserializes the data based on type
312
+ # @param string type Data type
313
+ # @param string value Value to be deserialized
314
+ # @return [Object] Deserialized data
315
+ def _deserialize(type, value)
316
+ case type.to_sym
317
+ when :DateTime
318
+ DateTime.parse(value)
319
+ when :Date
320
+ Date.parse(value)
321
+ when :String
322
+ value.to_s
323
+ when :Integer
324
+ value.to_i
325
+ when :Float
326
+ value.to_f
327
+ when :BOOLEAN
328
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
329
+ true
330
+ else
331
+ false
332
+ end
333
+ when :Object
334
+ # generic object (usually a Hash), return directly
335
+ value
336
+ when /\AArray<(?<inner_type>.+)>\z/
337
+ inner_type = Regexp.last_match[:inner_type]
338
+ value.map { |v| _deserialize(inner_type, v) }
339
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
340
+ k_type = Regexp.last_match[:k_type]
341
+ v_type = Regexp.last_match[:v_type]
342
+ {}.tap do |hash|
343
+ value.each do |k, v|
344
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
345
+ end
346
+ end
347
+ else # model
348
+ registry_type = AsposeSlidesCloud::TypeRegistry.get_type(type.to_s, value)
349
+ if registry_type
350
+ type = registry_type
351
+ end
352
+ temp_model = AsposeSlidesCloud.const_get(type).new
353
+ temp_model.build_from_hash(value)
354
+ end
355
+ end
356
+
357
+ # Returns the string representation of the object
358
+ # @return [String] String presentation of the object
359
+ def to_s
360
+ to_hash.to_s
361
+ end
362
+
363
+ # to_body is an alias to to_hash (backward compatibility)
364
+ # @return [Hash] Returns the object in the form of hash
365
+ def to_body
366
+ to_hash
367
+ end
368
+
369
+ # Returns the object in the form of hash
370
+ # @return [Hash] Returns the object in the form of hash
371
+ def to_hash
372
+ hash = {}
373
+ self.class.attribute_map.each_pair do |attr, param|
374
+ value = self.send(attr)
375
+ next if value.nil?
376
+ hash[param] = _to_hash(value)
377
+ end
378
+ hash
379
+ end
380
+
381
+ # Outputs non-array value in the form of hash
382
+ # For object, use to_hash. Otherwise, just return the value
383
+ # @param [Object] value Any valid value
384
+ # @return [Hash] Returns the value in the form of hash
385
+ def _to_hash(value)
386
+ if value.is_a?(Array)
387
+ value.compact.map { |v| _to_hash(v) }
388
+ elsif value.is_a?(Hash)
389
+ {}.tap do |hash|
390
+ value.each { |k, v| hash[k] = _to_hash(v) }
391
+ end
392
+ elsif value.respond_to? :to_hash
393
+ value.to_hash
394
+ else
395
+ value
396
+ end
397
+ end
398
+ end
399
+ end