aspose_slides_cloud 22.5.0 → 22.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (287) hide show
  1. checksums.yaml +4 -4
  2. data/Dockerfile +13 -0
  3. data/Gemfile +7 -7
  4. data/Gemfile.lock +73 -0
  5. data/LICENSE +20 -20
  6. data/README.md +135 -112
  7. data/Rakefile +8 -8
  8. data/TestData/TemplatingCVDataWithBase64.xml +22 -22
  9. data/TestData/shapes.svg +20 -0
  10. data/TestData/test.pptx +0 -0
  11. data/aspose_slides_cloud.gemspec +56 -56
  12. data/docker-entrypoint.sh +7 -0
  13. data/lib/aspose_slides_cloud/api/slides_api.rb +20696 -19455
  14. data/lib/aspose_slides_cloud/api_client.rb +450 -450
  15. data/lib/aspose_slides_cloud/api_error.rb +48 -48
  16. data/lib/aspose_slides_cloud/configuration.rb +188 -188
  17. data/lib/aspose_slides_cloud/models/accent_element.rb +243 -243
  18. data/lib/aspose_slides_cloud/models/access_permissions.rb +321 -321
  19. data/lib/aspose_slides_cloud/models/add_layout_slide.rb +248 -248
  20. data/lib/aspose_slides_cloud/models/add_master_slide.rb +263 -263
  21. data/lib/aspose_slides_cloud/models/add_shape.rb +243 -243
  22. data/lib/aspose_slides_cloud/models/add_slide.rb +273 -273
  23. data/lib/aspose_slides_cloud/models/alpha_bi_level_effect.rb +238 -238
  24. data/lib/aspose_slides_cloud/models/alpha_ceiling_effect.rb +223 -223
  25. data/lib/aspose_slides_cloud/models/alpha_floor_effect.rb +223 -223
  26. data/lib/aspose_slides_cloud/models/alpha_inverse_effect.rb +223 -223
  27. data/lib/aspose_slides_cloud/models/alpha_modulate_effect.rb +223 -223
  28. data/lib/aspose_slides_cloud/models/alpha_modulate_fixed_effect.rb +238 -238
  29. data/lib/aspose_slides_cloud/models/alpha_replace_effect.rb +238 -238
  30. data/lib/aspose_slides_cloud/models/api_info.rb +221 -221
  31. data/lib/aspose_slides_cloud/models/arc_to_path_segment.rb +283 -283
  32. data/lib/aspose_slides_cloud/models/array_element.rb +309 -309
  33. data/lib/aspose_slides_cloud/models/arrow_head_properties.rb +289 -289
  34. data/lib/aspose_slides_cloud/models/audio_frame.rb +395 -395
  35. data/lib/aspose_slides_cloud/models/axes.rb +241 -241
  36. data/lib/aspose_slides_cloud/models/axis.rb +723 -723
  37. data/lib/aspose_slides_cloud/models/axis_type.rb +42 -0
  38. data/lib/aspose_slides_cloud/models/bar_element.rb +255 -255
  39. data/lib/aspose_slides_cloud/models/base64_input_file.rb +234 -234
  40. data/lib/aspose_slides_cloud/models/bi_level_effect.rb +238 -238
  41. data/lib/aspose_slides_cloud/models/block_element.rb +235 -235
  42. data/lib/aspose_slides_cloud/models/blur_effect.rb +231 -231
  43. data/lib/aspose_slides_cloud/models/blur_image_effect.rb +253 -253
  44. data/lib/aspose_slides_cloud/models/border_box_element.rb +313 -313
  45. data/lib/aspose_slides_cloud/models/box_element.rb +283 -283
  46. data/lib/aspose_slides_cloud/models/bubble_chart_data_point.rb +216 -216
  47. data/lib/aspose_slides_cloud/models/bubble_series.rb +260 -260
  48. data/lib/aspose_slides_cloud/models/camera.rb +295 -295
  49. data/lib/aspose_slides_cloud/models/chart.rb +393 -371
  50. data/lib/aspose_slides_cloud/models/chart_category.rb +275 -275
  51. data/lib/aspose_slides_cloud/models/chart_lines_format.rb +221 -221
  52. data/lib/aspose_slides_cloud/models/chart_series_group.rb +399 -0
  53. data/lib/aspose_slides_cloud/models/chart_title.rb +226 -226
  54. data/lib/aspose_slides_cloud/models/chart_wall.rb +285 -285
  55. data/lib/aspose_slides_cloud/models/chart_wall_type.rb +41 -0
  56. data/lib/aspose_slides_cloud/models/close_path_segment.rb +223 -223
  57. data/lib/aspose_slides_cloud/models/color_change_effect.rb +243 -243
  58. data/lib/aspose_slides_cloud/models/color_replace_effect.rb +233 -233
  59. data/lib/aspose_slides_cloud/models/color_scheme.rb +321 -321
  60. data/lib/aspose_slides_cloud/models/common_slide_view_properties.rb +221 -221
  61. data/lib/aspose_slides_cloud/models/connector.rb +281 -281
  62. data/lib/aspose_slides_cloud/models/cubic_bezier_to_path_segment.rb +313 -313
  63. data/lib/aspose_slides_cloud/models/custom_dash_pattern.rb +213 -213
  64. data/lib/aspose_slides_cloud/models/data_point.rb +201 -201
  65. data/lib/aspose_slides_cloud/models/delimiter_element.rb +297 -297
  66. data/lib/aspose_slides_cloud/models/disc_usage.rb +231 -231
  67. data/lib/aspose_slides_cloud/models/document.rb +261 -261
  68. data/lib/aspose_slides_cloud/models/document_properties.rb +213 -213
  69. data/lib/aspose_slides_cloud/models/document_property.rb +236 -236
  70. data/lib/aspose_slides_cloud/models/document_replace_result.rb +222 -222
  71. data/lib/aspose_slides_cloud/models/duotone_effect.rb +243 -243
  72. data/lib/aspose_slides_cloud/models/effect.rb +438 -438
  73. data/lib/aspose_slides_cloud/models/effect_format.rb +281 -281
  74. data/lib/aspose_slides_cloud/models/entity_exists.rb +216 -216
  75. data/lib/aspose_slides_cloud/models/error.rb +241 -241
  76. data/lib/aspose_slides_cloud/models/error_details.rb +226 -226
  77. data/lib/aspose_slides_cloud/models/export_format.rb +63 -63
  78. data/lib/aspose_slides_cloud/models/export_options.rb +232 -232
  79. data/lib/aspose_slides_cloud/models/file_version.rb +229 -229
  80. data/lib/aspose_slides_cloud/models/file_versions.rb +213 -213
  81. data/lib/aspose_slides_cloud/models/files_list.rb +213 -213
  82. data/lib/aspose_slides_cloud/models/files_upload_result.rb +225 -225
  83. data/lib/aspose_slides_cloud/models/fill_format.rb +244 -244
  84. data/lib/aspose_slides_cloud/models/fill_overlay_effect.rb +250 -250
  85. data/lib/aspose_slides_cloud/models/fill_overlay_image_effect.rb +260 -260
  86. data/lib/aspose_slides_cloud/models/font_data.rb +221 -0
  87. data/lib/aspose_slides_cloud/models/font_fallback_rule.rb +243 -243
  88. data/lib/aspose_slides_cloud/models/font_scheme.rb +231 -231
  89. data/lib/aspose_slides_cloud/models/font_set.rb +231 -231
  90. data/lib/aspose_slides_cloud/models/fonts_data.rb +213 -0
  91. data/lib/aspose_slides_cloud/models/format_scheme.rb +249 -249
  92. data/lib/aspose_slides_cloud/models/fraction_element.rb +265 -265
  93. data/lib/aspose_slides_cloud/models/function_element.rb +243 -243
  94. data/lib/aspose_slides_cloud/models/geometry_path.rb +267 -267
  95. data/lib/aspose_slides_cloud/models/geometry_paths.rb +213 -213
  96. data/lib/aspose_slides_cloud/models/geometry_shape.rb +266 -266
  97. data/lib/aspose_slides_cloud/models/gif_export_options.rb +235 -235
  98. data/lib/aspose_slides_cloud/models/glow_effect.rb +226 -226
  99. data/lib/aspose_slides_cloud/models/gradient_fill.rb +346 -346
  100. data/lib/aspose_slides_cloud/models/gradient_fill_stop.rb +226 -226
  101. data/lib/aspose_slides_cloud/models/graphical_object.rb +240 -240
  102. data/lib/aspose_slides_cloud/models/gray_scale_effect.rb +223 -223
  103. data/lib/aspose_slides_cloud/models/group_shape.rb +250 -250
  104. data/lib/aspose_slides_cloud/models/grouping_character_element.rb +287 -287
  105. data/lib/aspose_slides_cloud/models/header_footer.rb +251 -251
  106. data/lib/aspose_slides_cloud/models/hsl_effect.rb +268 -268
  107. data/lib/aspose_slides_cloud/models/html5_export_options.rb +223 -223
  108. data/lib/aspose_slides_cloud/models/html_export_options.rb +381 -381
  109. data/lib/aspose_slides_cloud/models/hyperlink.rb +352 -352
  110. data/lib/aspose_slides_cloud/models/i_shape_export_options.rb +201 -201
  111. data/lib/aspose_slides_cloud/models/image.rb +241 -241
  112. data/lib/aspose_slides_cloud/models/image_export_format.rb +43 -43
  113. data/lib/aspose_slides_cloud/models/image_export_options.rb +291 -291
  114. data/lib/aspose_slides_cloud/models/image_export_options_base.rb +222 -222
  115. data/lib/aspose_slides_cloud/models/image_transform_effect.rb +244 -244
  116. data/lib/aspose_slides_cloud/models/images.rb +213 -213
  117. data/lib/aspose_slides_cloud/models/inner_shadow_effect.rb +256 -256
  118. data/lib/aspose_slides_cloud/models/input.rb +231 -231
  119. data/lib/aspose_slides_cloud/models/input_file.rb +254 -254
  120. data/lib/aspose_slides_cloud/models/interactive_sequence.rb +228 -228
  121. data/lib/aspose_slides_cloud/models/layout_slide.rb +282 -282
  122. data/lib/aspose_slides_cloud/models/layout_slides.rb +213 -213
  123. data/lib/aspose_slides_cloud/models/left_sub_superscript_element.rb +253 -253
  124. data/lib/aspose_slides_cloud/models/legend.rb +335 -335
  125. data/lib/aspose_slides_cloud/models/light_rig.rb +297 -297
  126. data/lib/aspose_slides_cloud/models/limit_element.rb +253 -253
  127. data/lib/aspose_slides_cloud/models/line_format.rb +415 -415
  128. data/lib/aspose_slides_cloud/models/line_to_path_segment.rb +253 -253
  129. data/lib/aspose_slides_cloud/models/luminance_effect.rb +253 -253
  130. data/lib/aspose_slides_cloud/models/master_slide.rb +235 -235
  131. data/lib/aspose_slides_cloud/models/master_slides.rb +213 -213
  132. data/lib/aspose_slides_cloud/models/math_element.rb +244 -244
  133. data/lib/aspose_slides_cloud/models/math_paragraph.rb +257 -257
  134. data/lib/aspose_slides_cloud/models/matrix_element.rb +341 -341
  135. data/lib/aspose_slides_cloud/models/merge.rb +235 -235
  136. data/lib/aspose_slides_cloud/models/merging_source.rb +223 -223
  137. data/lib/aspose_slides_cloud/models/move_to_path_segment.rb +253 -253
  138. data/lib/aspose_slides_cloud/models/nary_operator_element.rb +315 -315
  139. data/lib/aspose_slides_cloud/models/no_fill.rb +223 -223
  140. data/lib/aspose_slides_cloud/models/normal_view_restored_properties.rb +221 -221
  141. data/lib/aspose_slides_cloud/models/notes_slide.rb +221 -221
  142. data/lib/aspose_slides_cloud/models/notes_slide_export_format.rb +61 -43
  143. data/lib/aspose_slides_cloud/models/notes_slide_header_footer.rb +271 -271
  144. data/lib/aspose_slides_cloud/models/object_exist.rb +231 -231
  145. data/lib/aspose_slides_cloud/models/ole_object_frame.rb +335 -335
  146. data/lib/aspose_slides_cloud/models/one_value_chart_data_point.rb +234 -224
  147. data/lib/aspose_slides_cloud/models/one_value_series.rb +330 -330
  148. data/lib/aspose_slides_cloud/models/ordered_merge_request.rb +213 -213
  149. data/lib/aspose_slides_cloud/models/outer_shadow_effect.rb +256 -256
  150. data/lib/aspose_slides_cloud/models/output_file.rb +244 -244
  151. data/lib/aspose_slides_cloud/models/paragraph.rb +531 -531
  152. data/lib/aspose_slides_cloud/models/paragraphs.rb +213 -213
  153. data/lib/aspose_slides_cloud/models/path_input_file.rb +244 -244
  154. data/lib/aspose_slides_cloud/models/path_output_file.rb +243 -243
  155. data/lib/aspose_slides_cloud/models/path_segment.rb +244 -244
  156. data/lib/aspose_slides_cloud/models/pattern_fill.rb +270 -270
  157. data/lib/aspose_slides_cloud/models/pdf_export_options.rb +465 -465
  158. data/lib/aspose_slides_cloud/models/picture_fill.rb +367 -367
  159. data/lib/aspose_slides_cloud/models/picture_frame.rb +251 -251
  160. data/lib/aspose_slides_cloud/models/pipeline.rb +223 -223
  161. data/lib/aspose_slides_cloud/models/placeholder.rb +329 -329
  162. data/lib/aspose_slides_cloud/models/placeholders.rb +213 -213
  163. data/lib/aspose_slides_cloud/models/plot_area.rb +315 -315
  164. data/lib/aspose_slides_cloud/models/portion.rb +653 -653
  165. data/lib/aspose_slides_cloud/models/portion_format.rb +633 -633
  166. data/lib/aspose_slides_cloud/models/portions.rb +213 -213
  167. data/lib/aspose_slides_cloud/models/pptx_export_options.rb +247 -247
  168. data/lib/aspose_slides_cloud/models/presentation_to_merge.rb +277 -277
  169. data/lib/aspose_slides_cloud/models/presentations_merge_request.rb +225 -225
  170. data/lib/aspose_slides_cloud/models/preset_shadow_effect.rb +290 -290
  171. data/lib/aspose_slides_cloud/models/protection_properties.rb +271 -271
  172. data/lib/aspose_slides_cloud/models/quadratic_bezier_to_path_segment.rb +283 -283
  173. data/lib/aspose_slides_cloud/models/radical_element.rb +253 -253
  174. data/lib/aspose_slides_cloud/models/reflection_effect.rb +445 -445
  175. data/lib/aspose_slides_cloud/models/remove_shape.rb +233 -233
  176. data/lib/aspose_slides_cloud/models/remove_slide.rb +238 -238
  177. data/lib/aspose_slides_cloud/models/reorder_slide.rb +253 -253
  178. data/lib/aspose_slides_cloud/models/replace_text.rb +273 -273
  179. data/lib/aspose_slides_cloud/models/request_input_file.rb +239 -239
  180. data/lib/aspose_slides_cloud/models/reset_slide.rb +238 -238
  181. data/lib/aspose_slides_cloud/models/resource_base.rb +223 -223
  182. data/lib/aspose_slides_cloud/models/resource_uri.rb +261 -261
  183. data/lib/aspose_slides_cloud/models/response_output_file.rb +223 -223
  184. data/lib/aspose_slides_cloud/models/right_sub_superscript_element.rb +263 -263
  185. data/lib/aspose_slides_cloud/models/save.rb +270 -270
  186. data/lib/aspose_slides_cloud/models/save_shape.rb +280 -280
  187. data/lib/aspose_slides_cloud/models/save_slide.rb +305 -305
  188. data/lib/aspose_slides_cloud/models/scatter_chart_data_point.rb +229 -229
  189. data/lib/aspose_slides_cloud/models/scatter_series.rb +250 -250
  190. data/lib/aspose_slides_cloud/models/section.rb +238 -238
  191. data/lib/aspose_slides_cloud/models/section_zoom_frame.rb +255 -255
  192. data/lib/aspose_slides_cloud/models/sections.rb +213 -213
  193. data/lib/aspose_slides_cloud/models/series.rb +386 -386
  194. data/lib/aspose_slides_cloud/models/series_marker.rb +285 -285
  195. data/lib/aspose_slides_cloud/models/shape.rb +271 -271
  196. data/lib/aspose_slides_cloud/models/shape_base.rb +399 -399
  197. data/lib/aspose_slides_cloud/models/shape_bevel.rb +265 -265
  198. data/lib/aspose_slides_cloud/models/shape_export_format.rb +44 -44
  199. data/lib/aspose_slides_cloud/models/shape_image_export_options.rb +275 -275
  200. data/lib/aspose_slides_cloud/models/shape_thumbnail_bounds.rb +41 -41
  201. data/lib/aspose_slides_cloud/models/shape_type.rb +54 -54
  202. data/lib/aspose_slides_cloud/models/shapes.rb +213 -213
  203. data/lib/aspose_slides_cloud/models/shapes_alignment_type.rb +46 -46
  204. data/lib/aspose_slides_cloud/models/slide.rb +326 -326
  205. data/lib/aspose_slides_cloud/models/slide_animation.rb +225 -225
  206. data/lib/aspose_slides_cloud/models/slide_background.rb +270 -270
  207. data/lib/aspose_slides_cloud/models/slide_comment.rb +227 -227
  208. data/lib/aspose_slides_cloud/models/slide_comment_base.rb +286 -286
  209. data/lib/aspose_slides_cloud/models/slide_comments.rb +213 -213
  210. data/lib/aspose_slides_cloud/models/slide_export_format.rb +61 -60
  211. data/lib/aspose_slides_cloud/models/slide_modern_comment.rb +269 -269
  212. data/lib/aspose_slides_cloud/models/slide_properties.rb +319 -319
  213. data/lib/aspose_slides_cloud/models/slide_replace_result.rb +227 -227
  214. data/lib/aspose_slides_cloud/models/slides.rb +213 -213
  215. data/lib/aspose_slides_cloud/models/smart_art.rb +348 -348
  216. data/lib/aspose_slides_cloud/models/smart_art_node.rb +307 -307
  217. data/lib/aspose_slides_cloud/models/smart_art_shape.rb +241 -241
  218. data/lib/aspose_slides_cloud/models/soft_edge_effect.rb +216 -216
  219. data/lib/aspose_slides_cloud/models/solid_fill.rb +233 -233
  220. data/lib/aspose_slides_cloud/models/special_slide_type.rb +41 -41
  221. data/lib/aspose_slides_cloud/models/split_document_result.rb +213 -213
  222. data/lib/aspose_slides_cloud/models/storage_exist.rb +216 -216
  223. data/lib/aspose_slides_cloud/models/storage_file.rb +261 -261
  224. data/lib/aspose_slides_cloud/models/subscript_element.rb +243 -243
  225. data/lib/aspose_slides_cloud/models/summary_zoom_frame.rb +274 -274
  226. data/lib/aspose_slides_cloud/models/summary_zoom_section.rb +266 -266
  227. data/lib/aspose_slides_cloud/models/superscript_element.rb +243 -243
  228. data/lib/aspose_slides_cloud/models/svg_export_options.rb +339 -339
  229. data/lib/aspose_slides_cloud/models/swf_export_options.rb +449 -449
  230. data/lib/aspose_slides_cloud/models/table.rb +356 -356
  231. data/lib/aspose_slides_cloud/models/table_cell.rb +427 -427
  232. data/lib/aspose_slides_cloud/models/table_column.rb +216 -216
  233. data/lib/aspose_slides_cloud/models/table_row.rb +243 -243
  234. data/lib/aspose_slides_cloud/models/task.rb +244 -244
  235. data/lib/aspose_slides_cloud/models/text_bounds.rb +261 -261
  236. data/lib/aspose_slides_cloud/models/text_element.rb +233 -233
  237. data/lib/aspose_slides_cloud/models/text_frame_format.rb +255 -255
  238. data/lib/aspose_slides_cloud/models/text_item.rb +221 -221
  239. data/lib/aspose_slides_cloud/models/text_items.rb +213 -213
  240. data/lib/aspose_slides_cloud/models/theme.rb +241 -241
  241. data/lib/aspose_slides_cloud/models/three_d_format.rb +335 -335
  242. data/lib/aspose_slides_cloud/models/tiff_export_options.rb +375 -375
  243. data/lib/aspose_slides_cloud/models/tint_effect.rb +253 -253
  244. data/lib/aspose_slides_cloud/models/update_background.rb +245 -245
  245. data/lib/aspose_slides_cloud/models/update_shape.rb +243 -243
  246. data/lib/aspose_slides_cloud/models/video_export_options.rb +289 -289
  247. data/lib/aspose_slides_cloud/models/video_frame.rb +345 -345
  248. data/lib/aspose_slides_cloud/models/view_properties.rb +361 -361
  249. data/lib/aspose_slides_cloud/models/xaml_export_options.rb +213 -213
  250. data/lib/aspose_slides_cloud/models/xps_export_options.rb +233 -233
  251. data/lib/aspose_slides_cloud/models/xy_series.rb +255 -255
  252. data/lib/aspose_slides_cloud/models/zoom_frame.rb +255 -255
  253. data/lib/aspose_slides_cloud/models/zoom_object.rb +301 -301
  254. data/lib/aspose_slides_cloud/type_registry.rb +466 -461
  255. data/lib/aspose_slides_cloud/version.rb +25 -25
  256. data/lib/aspose_slides_cloud.rb +288 -283
  257. data/spec/api/slides_api_spec.rb +56642 -53418
  258. data/spec/spec_helper.rb +122 -122
  259. data/spec/spec_utils.rb +192 -188
  260. data/spec/use_cases/abstract_class_spec.rb +38 -38
  261. data/spec/use_cases/animation_spec.rb +193 -193
  262. data/spec/use_cases/auth_spec.rb +91 -91
  263. data/spec/use_cases/chart_spec.rb +291 -291
  264. data/spec/use_cases/convert_spec.rb +154 -154
  265. data/spec/use_cases/create_spec.rb +101 -101
  266. data/spec/use_cases/header_footer_spec.rb +78 -78
  267. data/spec/use_cases/hyperlink_spec.rb +92 -92
  268. data/spec/use_cases/image_spec.rb +102 -102
  269. data/spec/use_cases/layout_slide_spec.rb +190 -190
  270. data/spec/use_cases/master_slide_spec.rb +190 -190
  271. data/spec/use_cases/math_spec.rb +163 -163
  272. data/spec/use_cases/merge_spec.rb +105 -105
  273. data/spec/use_cases/notes_slide_spec.rb +172 -172
  274. data/spec/use_cases/nullable_field_spec.rb +86 -86
  275. data/spec/use_cases/pipeline_spec.rb +61 -61
  276. data/spec/use_cases/property_spec.rb +177 -177
  277. data/spec/use_cases/section_spec.rb +104 -104
  278. data/spec/use_cases/shape_format_spec.rb +126 -126
  279. data/spec/use_cases/shape_spec.rb +397 -397
  280. data/spec/use_cases/split_spec.rb +88 -88
  281. data/spec/use_cases/text_spec.rb +74 -74
  282. data/spec/use_cases/timeout_spec.rb +44 -44
  283. data/spec/use_cases/watermark_spec.rb +158 -158
  284. data/testConfig.json +7 -7
  285. data/testRules.json +561 -527
  286. metadata +15 -7
  287. data/.gitignore +0 -1
@@ -1,438 +1,438 @@
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
- # Represents comment of slide
27
- class Effect
28
- # Effect type.
29
- attr_accessor :type
30
-
31
- # Effect subtype.
32
- attr_accessor :subtype
33
-
34
- # Preset class type.
35
- attr_accessor :preset_class_type
36
-
37
- # Shape index.
38
- attr_accessor :shape_index
39
-
40
- # Paragraph index.
41
- attr_accessor :paragraph_index
42
-
43
- # Effect trigger type.
44
- attr_accessor :trigger_type
45
-
46
- # The percentage of duration accelerate behavior effect.
47
- attr_accessor :accelerate
48
-
49
- # True to automatically play the animation in reverse after playing it in the forward direction.
50
- attr_accessor :auto_reverse
51
-
52
- # The percentage of duration decelerate behavior effect.
53
- attr_accessor :decelerate
54
-
55
- # The duration of animation effect.
56
- attr_accessor :duration
57
-
58
- # The number of times the effect should repeat.
59
- attr_accessor :repeat_count
60
-
61
- # The number of times the effect should repeat.
62
- attr_accessor :repeat_duration
63
-
64
- # The way for a effect to restart after complete.
65
- attr_accessor :restart
66
-
67
- # The percentage by which to speed up (or slow down) the timing.
68
- attr_accessor :speed
69
-
70
- # Delay time after trigger.
71
- attr_accessor :trigger_delay_time
72
-
73
- class EnumAttributeValidator
74
- attr_reader :datatype
75
- attr_reader :allowable_values
76
-
77
- def initialize(datatype, allowable_values)
78
- @allowable_values = allowable_values.map do |value|
79
- case datatype.to_s
80
- when /Integer/i
81
- value.to_i
82
- when /Float/i
83
- value.to_f
84
- else
85
- value
86
- end
87
- end
88
- end
89
-
90
- def valid?(value)
91
- !value || allowable_values.any?{ |s| s.casecmp(value) == 0 }
92
- end
93
- end
94
-
95
- # Attribute mapping from ruby-style variable name to JSON key.
96
- def self.attribute_map
97
- {
98
- :'type' => :'Type',
99
- :'subtype' => :'Subtype',
100
- :'preset_class_type' => :'PresetClassType',
101
- :'shape_index' => :'ShapeIndex',
102
- :'paragraph_index' => :'ParagraphIndex',
103
- :'trigger_type' => :'TriggerType',
104
- :'accelerate' => :'Accelerate',
105
- :'auto_reverse' => :'AutoReverse',
106
- :'decelerate' => :'Decelerate',
107
- :'duration' => :'Duration',
108
- :'repeat_count' => :'RepeatCount',
109
- :'repeat_duration' => :'RepeatDuration',
110
- :'restart' => :'Restart',
111
- :'speed' => :'Speed',
112
- :'trigger_delay_time' => :'TriggerDelayTime',
113
- }
114
- end
115
-
116
- # Attribute type mapping.
117
- def self.swagger_types
118
- {
119
- :'type' => :'String',
120
- :'subtype' => :'String',
121
- :'preset_class_type' => :'String',
122
- :'shape_index' => :'Integer',
123
- :'paragraph_index' => :'Integer',
124
- :'trigger_type' => :'String',
125
- :'accelerate' => :'Float',
126
- :'auto_reverse' => :'BOOLEAN',
127
- :'decelerate' => :'Float',
128
- :'duration' => :'Float',
129
- :'repeat_count' => :'Float',
130
- :'repeat_duration' => :'Float',
131
- :'restart' => :'String',
132
- :'speed' => :'Float',
133
- :'trigger_delay_time' => :'Float',
134
- }
135
- end
136
-
137
- # Initializes the object
138
- # @param [Hash] attributes Model attributes in the form of hash
139
- def initialize(attributes = {})
140
- return unless attributes.is_a?(Hash)
141
-
142
- # convert string to symbol for hash key
143
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
144
-
145
- if attributes.has_key?(:'Type')
146
- self.type = attributes[:'Type']
147
- end
148
-
149
- if attributes.has_key?(:'Subtype')
150
- self.subtype = attributes[:'Subtype']
151
- end
152
-
153
- if attributes.has_key?(:'PresetClassType')
154
- self.preset_class_type = attributes[:'PresetClassType']
155
- end
156
-
157
- if attributes.has_key?(:'ShapeIndex')
158
- self.shape_index = attributes[:'ShapeIndex']
159
- end
160
-
161
- if attributes.has_key?(:'ParagraphIndex')
162
- self.paragraph_index = attributes[:'ParagraphIndex']
163
- end
164
-
165
- if attributes.has_key?(:'TriggerType')
166
- self.trigger_type = attributes[:'TriggerType']
167
- end
168
-
169
- if attributes.has_key?(:'Accelerate')
170
- self.accelerate = attributes[:'Accelerate']
171
- end
172
-
173
- if attributes.has_key?(:'AutoReverse')
174
- self.auto_reverse = attributes[:'AutoReverse']
175
- end
176
-
177
- if attributes.has_key?(:'Decelerate')
178
- self.decelerate = attributes[:'Decelerate']
179
- end
180
-
181
- if attributes.has_key?(:'Duration')
182
- self.duration = attributes[:'Duration']
183
- end
184
-
185
- if attributes.has_key?(:'RepeatCount')
186
- self.repeat_count = attributes[:'RepeatCount']
187
- end
188
-
189
- if attributes.has_key?(:'RepeatDuration')
190
- self.repeat_duration = attributes[:'RepeatDuration']
191
- end
192
-
193
- if attributes.has_key?(:'Restart')
194
- self.restart = attributes[:'Restart']
195
- end
196
-
197
- if attributes.has_key?(:'Speed')
198
- self.speed = attributes[:'Speed']
199
- end
200
-
201
- if attributes.has_key?(:'TriggerDelayTime')
202
- self.trigger_delay_time = attributes[:'TriggerDelayTime']
203
- end
204
- end
205
-
206
- # Show invalid properties with the reasons. Usually used together with valid?
207
- # @return Array for valid properties with the reasons
208
- def list_invalid_properties
209
- invalid_properties = Array.new
210
- if @shape_index.nil?
211
- invalid_properties.push('invalid value for "shape_index", shape_index cannot be nil.')
212
- end
213
-
214
- invalid_properties
215
- end
216
-
217
- # Check to see if the all the properties in the model are valid
218
- # @return true if the model is valid
219
- def valid?
220
- type_validator = EnumAttributeValidator.new('String', ['Appear', 'CurveUpDown', 'Ascend', 'Blast', 'Blinds', 'Blink', 'BoldFlash', 'BoldReveal', 'Boomerang', 'Bounce', 'Box', 'BrushOnColor', 'BrushOnUnderline', 'CenterRevolve', 'ChangeFillColor', 'ChangeFont', 'ChangeFontColor', 'ChangeFontSize', 'ChangeFontStyle', 'ChangeLineColor', 'Checkerboard', 'Circle', 'ColorBlend', 'ColorTypewriter', 'ColorWave', 'ComplementaryColor', 'ComplementaryColor2', 'Compress', 'ContrastingColor', 'Crawl', 'Credits', 'Custom', 'Darken', 'Desaturate', 'Descend', 'Diamond', 'Dissolve', 'EaseInOut', 'Expand', 'Fade', 'FadedSwivel', 'FadedZoom', 'FlashBulb', 'FlashOnce', 'Flicker', 'Flip', 'Float', 'Fly', 'Fold', 'Glide', 'GrowAndTurn', 'GrowShrink', 'GrowWithColor', 'Lighten', 'LightSpeed', 'MediaPause', 'MediaPlay', 'MediaStop', 'Path4PointStar', 'Path5PointStar', 'Path6PointStar', 'Path8PointStar', 'PathArcDown', 'PathArcLeft', 'PathArcRight', 'PathArcUp', 'PathBean', 'PathBounceLeft', 'PathBounceRight', 'PathBuzzsaw', 'PathCircle', 'PathCrescentMoon', 'PathCurvedSquare', 'PathCurvedX', 'PathCurvyLeft', 'PathCurvyRight', 'PathCurvyStar', 'PathDecayingWave', 'PathDiagonalDownRight', 'PathDiagonalUpRight', 'PathDiamond', 'PathDown', 'PathEqualTriangle', 'PathFigure8Four', 'PathFootball', 'PathFunnel', 'PathHeart', 'PathHeartbeat', 'PathHexagon', 'PathHorizontalFigure8', 'PathInvertedSquare', 'PathInvertedTriangle', 'PathLeft', 'PathLoopdeLoop', 'PathNeutron', 'PathOctagon', 'PathParallelogram', 'PathPeanut', 'PathPentagon', 'PathPlus', 'PathPointyStar', 'PathRight', 'PathRightTriangle', 'PathSCurve1', 'PathSCurve2', 'PathSineWave', 'PathSpiralLeft', 'PathSpiralRight', 'PathSpring', 'PathSquare', 'PathStairsDown', 'PathSwoosh', 'PathTeardrop', 'PathTrapezoid', 'PathTurnDown', 'PathTurnRight', 'PathTurnUp', 'PathTurnUpRight', 'PathUp', 'PathUser', 'PathVerticalFigure8', 'PathWave', 'PathZigzag', 'Peek', 'Pinwheel', 'Plus', 'RandomBars', 'RandomEffects', 'RiseUp', 'Shimmer', 'Sling', 'Spin', 'Spinner', 'Spiral', 'Split', 'Stretch', 'Strips', 'StyleEmphasis', 'Swish', 'Swivel', 'Teeter', 'Thread', 'Transparency', 'Unfold', 'VerticalGrow', 'Wave', 'Wedge', 'Wheel', 'Whip', 'Wipe', 'Magnify', 'Zoom', 'OLEObjectShow', 'OLEObjectEdit', 'OLEObjectOpen'])
221
- return false unless type_validator.valid?(@type)
222
- subtype_validator = EnumAttributeValidator.new('String', ['None', 'Across', 'Bottom', 'BottomLeft', 'BottomRight', 'Center', 'Clockwise', 'CounterClockwise', 'GradualAndCycleClockwise', 'GradualAndCycleCounterClockwise', 'Down', 'DownLeft', 'DownRight', 'FontAllCaps', 'FontBold', 'FontItalic', 'FontShadow', 'FontStrikethrough', 'FontUnderline', 'Gradual', 'Horizontal', 'HorizontalIn', 'HorizontalOut', 'In', 'InBottom', 'InCenter', 'InSlightly', 'Instant', 'Left', 'OrdinalMask', 'Out', 'OutBottom', 'OutCenter', 'OutSlightly', 'Right', 'Slightly', 'Top', 'TopLeft', 'TopRight', 'Up', 'UpLeft', 'UpRight', 'Vertical', 'VerticalIn', 'VerticalOut', 'Wheel1', 'Wheel2', 'Wheel3', 'Wheel4', 'Wheel8'])
223
- return false unless subtype_validator.valid?(@subtype)
224
- preset_class_type_validator = EnumAttributeValidator.new('String', ['Entrance', 'Exit', 'Emphasis', 'Path', 'MediaCall', 'OLEActionVerbs'])
225
- return false unless preset_class_type_validator.valid?(@preset_class_type)
226
- return false if @shape_index.nil?
227
- trigger_type_validator = EnumAttributeValidator.new('String', ['AfterPrevious', 'OnClick', 'WithPrevious'])
228
- return false unless trigger_type_validator.valid?(@trigger_type)
229
- restart_validator = EnumAttributeValidator.new('String', ['Always', 'WhenNotActive', 'Never', 'NotDefined'])
230
- return false unless restart_validator.valid?(@restart)
231
- true
232
- end
233
-
234
- # Custom attribute writer method checking allowed values (enum).
235
- # @param [Object] type Object to be assigned
236
- def type=(type)
237
- validator = EnumAttributeValidator.new('String', ['Appear', 'CurveUpDown', 'Ascend', 'Blast', 'Blinds', 'Blink', 'BoldFlash', 'BoldReveal', 'Boomerang', 'Bounce', 'Box', 'BrushOnColor', 'BrushOnUnderline', 'CenterRevolve', 'ChangeFillColor', 'ChangeFont', 'ChangeFontColor', 'ChangeFontSize', 'ChangeFontStyle', 'ChangeLineColor', 'Checkerboard', 'Circle', 'ColorBlend', 'ColorTypewriter', 'ColorWave', 'ComplementaryColor', 'ComplementaryColor2', 'Compress', 'ContrastingColor', 'Crawl', 'Credits', 'Custom', 'Darken', 'Desaturate', 'Descend', 'Diamond', 'Dissolve', 'EaseInOut', 'Expand', 'Fade', 'FadedSwivel', 'FadedZoom', 'FlashBulb', 'FlashOnce', 'Flicker', 'Flip', 'Float', 'Fly', 'Fold', 'Glide', 'GrowAndTurn', 'GrowShrink', 'GrowWithColor', 'Lighten', 'LightSpeed', 'MediaPause', 'MediaPlay', 'MediaStop', 'Path4PointStar', 'Path5PointStar', 'Path6PointStar', 'Path8PointStar', 'PathArcDown', 'PathArcLeft', 'PathArcRight', 'PathArcUp', 'PathBean', 'PathBounceLeft', 'PathBounceRight', 'PathBuzzsaw', 'PathCircle', 'PathCrescentMoon', 'PathCurvedSquare', 'PathCurvedX', 'PathCurvyLeft', 'PathCurvyRight', 'PathCurvyStar', 'PathDecayingWave', 'PathDiagonalDownRight', 'PathDiagonalUpRight', 'PathDiamond', 'PathDown', 'PathEqualTriangle', 'PathFigure8Four', 'PathFootball', 'PathFunnel', 'PathHeart', 'PathHeartbeat', 'PathHexagon', 'PathHorizontalFigure8', 'PathInvertedSquare', 'PathInvertedTriangle', 'PathLeft', 'PathLoopdeLoop', 'PathNeutron', 'PathOctagon', 'PathParallelogram', 'PathPeanut', 'PathPentagon', 'PathPlus', 'PathPointyStar', 'PathRight', 'PathRightTriangle', 'PathSCurve1', 'PathSCurve2', 'PathSineWave', 'PathSpiralLeft', 'PathSpiralRight', 'PathSpring', 'PathSquare', 'PathStairsDown', 'PathSwoosh', 'PathTeardrop', 'PathTrapezoid', 'PathTurnDown', 'PathTurnRight', 'PathTurnUp', 'PathTurnUpRight', 'PathUp', 'PathUser', 'PathVerticalFigure8', 'PathWave', 'PathZigzag', 'Peek', 'Pinwheel', 'Plus', 'RandomBars', 'RandomEffects', 'RiseUp', 'Shimmer', 'Sling', 'Spin', 'Spinner', 'Spiral', 'Split', 'Stretch', 'Strips', 'StyleEmphasis', 'Swish', 'Swivel', 'Teeter', 'Thread', 'Transparency', 'Unfold', 'VerticalGrow', 'Wave', 'Wedge', 'Wheel', 'Whip', 'Wipe', 'Magnify', 'Zoom', 'OLEObjectShow', 'OLEObjectEdit', 'OLEObjectOpen'])
238
- unless validator.valid?(type)
239
- fail ArgumentError, 'invalid value for "type", must be one of #{validator.allowable_values}.'
240
- end
241
- @type = type
242
- end
243
-
244
- # Custom attribute writer method checking allowed values (enum).
245
- # @param [Object] subtype Object to be assigned
246
- def subtype=(subtype)
247
- validator = EnumAttributeValidator.new('String', ['None', 'Across', 'Bottom', 'BottomLeft', 'BottomRight', 'Center', 'Clockwise', 'CounterClockwise', 'GradualAndCycleClockwise', 'GradualAndCycleCounterClockwise', 'Down', 'DownLeft', 'DownRight', 'FontAllCaps', 'FontBold', 'FontItalic', 'FontShadow', 'FontStrikethrough', 'FontUnderline', 'Gradual', 'Horizontal', 'HorizontalIn', 'HorizontalOut', 'In', 'InBottom', 'InCenter', 'InSlightly', 'Instant', 'Left', 'OrdinalMask', 'Out', 'OutBottom', 'OutCenter', 'OutSlightly', 'Right', 'Slightly', 'Top', 'TopLeft', 'TopRight', 'Up', 'UpLeft', 'UpRight', 'Vertical', 'VerticalIn', 'VerticalOut', 'Wheel1', 'Wheel2', 'Wheel3', 'Wheel4', 'Wheel8'])
248
- unless validator.valid?(subtype)
249
- fail ArgumentError, 'invalid value for "subtype", must be one of #{validator.allowable_values}.'
250
- end
251
- @subtype = subtype
252
- end
253
-
254
- # Custom attribute writer method checking allowed values (enum).
255
- # @param [Object] preset_class_type Object to be assigned
256
- def preset_class_type=(preset_class_type)
257
- validator = EnumAttributeValidator.new('String', ['Entrance', 'Exit', 'Emphasis', 'Path', 'MediaCall', 'OLEActionVerbs'])
258
- unless validator.valid?(preset_class_type)
259
- fail ArgumentError, 'invalid value for "preset_class_type", must be one of #{validator.allowable_values}.'
260
- end
261
- @preset_class_type = preset_class_type
262
- end
263
-
264
- # Custom attribute writer method checking allowed values (enum).
265
- # @param [Object] trigger_type Object to be assigned
266
- def trigger_type=(trigger_type)
267
- validator = EnumAttributeValidator.new('String', ['AfterPrevious', 'OnClick', 'WithPrevious'])
268
- unless validator.valid?(trigger_type)
269
- fail ArgumentError, 'invalid value for "trigger_type", must be one of #{validator.allowable_values}.'
270
- end
271
- @trigger_type = trigger_type
272
- end
273
-
274
- # Custom attribute writer method checking allowed values (enum).
275
- # @param [Object] restart Object to be assigned
276
- def restart=(restart)
277
- validator = EnumAttributeValidator.new('String', ['Always', 'WhenNotActive', 'Never', 'NotDefined'])
278
- unless validator.valid?(restart)
279
- fail ArgumentError, 'invalid value for "restart", must be one of #{validator.allowable_values}.'
280
- end
281
- @restart = restart
282
- end
283
-
284
- # Checks equality by comparing each attribute.
285
- # @param [Object] Object to be compared
286
- def ==(o)
287
- return true if self.equal?(o)
288
- self.class == o.class &&
289
- type == o.type &&
290
- subtype == o.subtype &&
291
- preset_class_type == o.preset_class_type &&
292
- shape_index == o.shape_index &&
293
- paragraph_index == o.paragraph_index &&
294
- trigger_type == o.trigger_type &&
295
- accelerate == o.accelerate &&
296
- auto_reverse == o.auto_reverse &&
297
- decelerate == o.decelerate &&
298
- duration == o.duration &&
299
- repeat_count == o.repeat_count &&
300
- repeat_duration == o.repeat_duration &&
301
- restart == o.restart &&
302
- speed == o.speed &&
303
- trigger_delay_time == o.trigger_delay_time
304
- end
305
-
306
- # @see the `==` method
307
- # @param [Object] Object to be compared
308
- def eql?(o)
309
- self == o
310
- end
311
-
312
- # Calculates hash code according to all attributes.
313
- # @return [Fixnum] Hash code
314
- def hash
315
- [type, subtype, preset_class_type, shape_index, paragraph_index, trigger_type, accelerate, auto_reverse, decelerate, duration, repeat_count, repeat_duration, restart, speed, trigger_delay_time].hash
316
- end
317
-
318
- # Builds the object from hash
319
- # @param [Hash] attributes Model attributes in the form of hash
320
- # @return [Object] Returns the model itself
321
- def build_from_hash(attributes)
322
- return nil unless attributes.is_a?(Hash)
323
- self.class.swagger_types.each_pair do |key, type|
324
- mapKey = self.class.attribute_map[key]
325
- if !mapKey.nil?
326
- val = attributes[mapKey]
327
- if val.nil?
328
- mapKeyString = mapKey.to_s
329
- mapKeyString[0] = mapKeyString[0].downcase
330
- mapKey = mapKeyString.to_sym
331
- val = attributes[mapKey]
332
- end
333
- if !val.nil?
334
- if type =~ /\AArray<(.*)>/i
335
- # check to ensure the input is an array given that the the attribute
336
- # is documented as an array but the input is not
337
- if val.is_a?(Array)
338
- self.send("#{key}=", val.map { |v| _deserialize($1, v) })
339
- end
340
- else
341
- self.send("#{key}=", _deserialize(type, val))
342
- end
343
- end
344
- end
345
- end
346
-
347
- self
348
- end
349
-
350
- # Deserializes the data based on type
351
- # @param string type Data type
352
- # @param string value Value to be deserialized
353
- # @return [Object] Deserialized data
354
- def _deserialize(type, value)
355
- case type.to_sym
356
- when :DateTime
357
- DateTime.parse(value)
358
- when :Date
359
- Date.parse(value)
360
- when :String
361
- value.to_s
362
- when :Integer
363
- value.to_i
364
- when :Float
365
- value.to_f
366
- when :BOOLEAN
367
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
368
- true
369
- else
370
- false
371
- end
372
- when :Object
373
- # generic object (usually a Hash), return directly
374
- value
375
- when /\AArray<(?<inner_type>.+)>\z/
376
- inner_type = Regexp.last_match[:inner_type]
377
- value.map { |v| _deserialize(inner_type, v) }
378
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
379
- k_type = Regexp.last_match[:k_type]
380
- v_type = Regexp.last_match[:v_type]
381
- {}.tap do |hash|
382
- value.each do |k, v|
383
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
384
- end
385
- end
386
- else # model
387
- registry_type = AsposeSlidesCloud::TypeRegistry.get_type(type.to_s, value)
388
- if registry_type
389
- type = registry_type
390
- end
391
- temp_model = AsposeSlidesCloud.const_get(type).new
392
- temp_model.build_from_hash(value)
393
- end
394
- end
395
-
396
- # Returns the string representation of the object
397
- # @return [String] String presentation of the object
398
- def to_s
399
- to_hash.to_s
400
- end
401
-
402
- # to_body is an alias to to_hash (backward compatibility)
403
- # @return [Hash] Returns the object in the form of hash
404
- def to_body
405
- to_hash
406
- end
407
-
408
- # Returns the object in the form of hash
409
- # @return [Hash] Returns the object in the form of hash
410
- def to_hash
411
- hash = {}
412
- self.class.attribute_map.each_pair do |attr, param|
413
- value = self.send(attr)
414
- next if value.nil?
415
- hash[param] = _to_hash(value)
416
- end
417
- hash
418
- end
419
-
420
- # Outputs non-array value in the form of hash
421
- # For object, use to_hash. Otherwise, just return the value
422
- # @param [Object] value Any valid value
423
- # @return [Hash] Returns the value in the form of hash
424
- def _to_hash(value)
425
- if value.is_a?(Array)
426
- value.compact.map { |v| _to_hash(v) }
427
- elsif value.is_a?(Hash)
428
- {}.tap do |hash|
429
- value.each { |k, v| hash[k] = _to_hash(v) }
430
- end
431
- elsif value.respond_to? :to_hash
432
- value.to_hash
433
- else
434
- value
435
- end
436
- end
437
- end
438
- 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
+ # Represents comment of slide
27
+ class Effect
28
+ # Effect type.
29
+ attr_accessor :type
30
+
31
+ # Effect subtype.
32
+ attr_accessor :subtype
33
+
34
+ # Preset class type.
35
+ attr_accessor :preset_class_type
36
+
37
+ # Shape index.
38
+ attr_accessor :shape_index
39
+
40
+ # Paragraph index.
41
+ attr_accessor :paragraph_index
42
+
43
+ # Effect trigger type.
44
+ attr_accessor :trigger_type
45
+
46
+ # The percentage of duration accelerate behavior effect.
47
+ attr_accessor :accelerate
48
+
49
+ # True to automatically play the animation in reverse after playing it in the forward direction.
50
+ attr_accessor :auto_reverse
51
+
52
+ # The percentage of duration decelerate behavior effect.
53
+ attr_accessor :decelerate
54
+
55
+ # The duration of animation effect.
56
+ attr_accessor :duration
57
+
58
+ # The number of times the effect should repeat.
59
+ attr_accessor :repeat_count
60
+
61
+ # The number of times the effect should repeat.
62
+ attr_accessor :repeat_duration
63
+
64
+ # The way for a effect to restart after complete.
65
+ attr_accessor :restart
66
+
67
+ # The percentage by which to speed up (or slow down) the timing.
68
+ attr_accessor :speed
69
+
70
+ # Delay time after trigger.
71
+ attr_accessor :trigger_delay_time
72
+
73
+ class EnumAttributeValidator
74
+ attr_reader :datatype
75
+ attr_reader :allowable_values
76
+
77
+ def initialize(datatype, allowable_values)
78
+ @allowable_values = allowable_values.map do |value|
79
+ case datatype.to_s
80
+ when /Integer/i
81
+ value.to_i
82
+ when /Float/i
83
+ value.to_f
84
+ else
85
+ value
86
+ end
87
+ end
88
+ end
89
+
90
+ def valid?(value)
91
+ !value || allowable_values.any?{ |s| s.casecmp(value) == 0 }
92
+ end
93
+ end
94
+
95
+ # Attribute mapping from ruby-style variable name to JSON key.
96
+ def self.attribute_map
97
+ {
98
+ :'type' => :'Type',
99
+ :'subtype' => :'Subtype',
100
+ :'preset_class_type' => :'PresetClassType',
101
+ :'shape_index' => :'ShapeIndex',
102
+ :'paragraph_index' => :'ParagraphIndex',
103
+ :'trigger_type' => :'TriggerType',
104
+ :'accelerate' => :'Accelerate',
105
+ :'auto_reverse' => :'AutoReverse',
106
+ :'decelerate' => :'Decelerate',
107
+ :'duration' => :'Duration',
108
+ :'repeat_count' => :'RepeatCount',
109
+ :'repeat_duration' => :'RepeatDuration',
110
+ :'restart' => :'Restart',
111
+ :'speed' => :'Speed',
112
+ :'trigger_delay_time' => :'TriggerDelayTime',
113
+ }
114
+ end
115
+
116
+ # Attribute type mapping.
117
+ def self.swagger_types
118
+ {
119
+ :'type' => :'String',
120
+ :'subtype' => :'String',
121
+ :'preset_class_type' => :'String',
122
+ :'shape_index' => :'Integer',
123
+ :'paragraph_index' => :'Integer',
124
+ :'trigger_type' => :'String',
125
+ :'accelerate' => :'Float',
126
+ :'auto_reverse' => :'BOOLEAN',
127
+ :'decelerate' => :'Float',
128
+ :'duration' => :'Float',
129
+ :'repeat_count' => :'Float',
130
+ :'repeat_duration' => :'Float',
131
+ :'restart' => :'String',
132
+ :'speed' => :'Float',
133
+ :'trigger_delay_time' => :'Float',
134
+ }
135
+ end
136
+
137
+ # Initializes the object
138
+ # @param [Hash] attributes Model attributes in the form of hash
139
+ def initialize(attributes = {})
140
+ return unless attributes.is_a?(Hash)
141
+
142
+ # convert string to symbol for hash key
143
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
144
+
145
+ if attributes.has_key?(:'Type')
146
+ self.type = attributes[:'Type']
147
+ end
148
+
149
+ if attributes.has_key?(:'Subtype')
150
+ self.subtype = attributes[:'Subtype']
151
+ end
152
+
153
+ if attributes.has_key?(:'PresetClassType')
154
+ self.preset_class_type = attributes[:'PresetClassType']
155
+ end
156
+
157
+ if attributes.has_key?(:'ShapeIndex')
158
+ self.shape_index = attributes[:'ShapeIndex']
159
+ end
160
+
161
+ if attributes.has_key?(:'ParagraphIndex')
162
+ self.paragraph_index = attributes[:'ParagraphIndex']
163
+ end
164
+
165
+ if attributes.has_key?(:'TriggerType')
166
+ self.trigger_type = attributes[:'TriggerType']
167
+ end
168
+
169
+ if attributes.has_key?(:'Accelerate')
170
+ self.accelerate = attributes[:'Accelerate']
171
+ end
172
+
173
+ if attributes.has_key?(:'AutoReverse')
174
+ self.auto_reverse = attributes[:'AutoReverse']
175
+ end
176
+
177
+ if attributes.has_key?(:'Decelerate')
178
+ self.decelerate = attributes[:'Decelerate']
179
+ end
180
+
181
+ if attributes.has_key?(:'Duration')
182
+ self.duration = attributes[:'Duration']
183
+ end
184
+
185
+ if attributes.has_key?(:'RepeatCount')
186
+ self.repeat_count = attributes[:'RepeatCount']
187
+ end
188
+
189
+ if attributes.has_key?(:'RepeatDuration')
190
+ self.repeat_duration = attributes[:'RepeatDuration']
191
+ end
192
+
193
+ if attributes.has_key?(:'Restart')
194
+ self.restart = attributes[:'Restart']
195
+ end
196
+
197
+ if attributes.has_key?(:'Speed')
198
+ self.speed = attributes[:'Speed']
199
+ end
200
+
201
+ if attributes.has_key?(:'TriggerDelayTime')
202
+ self.trigger_delay_time = attributes[:'TriggerDelayTime']
203
+ end
204
+ end
205
+
206
+ # Show invalid properties with the reasons. Usually used together with valid?
207
+ # @return Array for valid properties with the reasons
208
+ def list_invalid_properties
209
+ invalid_properties = Array.new
210
+ if @shape_index.nil?
211
+ invalid_properties.push('invalid value for "shape_index", shape_index cannot be nil.')
212
+ end
213
+
214
+ invalid_properties
215
+ end
216
+
217
+ # Check to see if the all the properties in the model are valid
218
+ # @return true if the model is valid
219
+ def valid?
220
+ type_validator = EnumAttributeValidator.new('String', ['Appear', 'CurveUpDown', 'Ascend', 'Blast', 'Blinds', 'Blink', 'BoldFlash', 'BoldReveal', 'Boomerang', 'Bounce', 'Box', 'BrushOnColor', 'BrushOnUnderline', 'CenterRevolve', 'ChangeFillColor', 'ChangeFont', 'ChangeFontColor', 'ChangeFontSize', 'ChangeFontStyle', 'ChangeLineColor', 'Checkerboard', 'Circle', 'ColorBlend', 'ColorTypewriter', 'ColorWave', 'ComplementaryColor', 'ComplementaryColor2', 'Compress', 'ContrastingColor', 'Crawl', 'Credits', 'Custom', 'Darken', 'Desaturate', 'Descend', 'Diamond', 'Dissolve', 'EaseInOut', 'Expand', 'Fade', 'FadedSwivel', 'FadedZoom', 'FlashBulb', 'FlashOnce', 'Flicker', 'Flip', 'Float', 'Fly', 'Fold', 'Glide', 'GrowAndTurn', 'GrowShrink', 'GrowWithColor', 'Lighten', 'LightSpeed', 'MediaPause', 'MediaPlay', 'MediaStop', 'Path4PointStar', 'Path5PointStar', 'Path6PointStar', 'Path8PointStar', 'PathArcDown', 'PathArcLeft', 'PathArcRight', 'PathArcUp', 'PathBean', 'PathBounceLeft', 'PathBounceRight', 'PathBuzzsaw', 'PathCircle', 'PathCrescentMoon', 'PathCurvedSquare', 'PathCurvedX', 'PathCurvyLeft', 'PathCurvyRight', 'PathCurvyStar', 'PathDecayingWave', 'PathDiagonalDownRight', 'PathDiagonalUpRight', 'PathDiamond', 'PathDown', 'PathEqualTriangle', 'PathFigure8Four', 'PathFootball', 'PathFunnel', 'PathHeart', 'PathHeartbeat', 'PathHexagon', 'PathHorizontalFigure8', 'PathInvertedSquare', 'PathInvertedTriangle', 'PathLeft', 'PathLoopdeLoop', 'PathNeutron', 'PathOctagon', 'PathParallelogram', 'PathPeanut', 'PathPentagon', 'PathPlus', 'PathPointyStar', 'PathRight', 'PathRightTriangle', 'PathSCurve1', 'PathSCurve2', 'PathSineWave', 'PathSpiralLeft', 'PathSpiralRight', 'PathSpring', 'PathSquare', 'PathStairsDown', 'PathSwoosh', 'PathTeardrop', 'PathTrapezoid', 'PathTurnDown', 'PathTurnRight', 'PathTurnUp', 'PathTurnUpRight', 'PathUp', 'PathUser', 'PathVerticalFigure8', 'PathWave', 'PathZigzag', 'Peek', 'Pinwheel', 'Plus', 'RandomBars', 'RandomEffects', 'RiseUp', 'Shimmer', 'Sling', 'Spin', 'Spinner', 'Spiral', 'Split', 'Stretch', 'Strips', 'StyleEmphasis', 'Swish', 'Swivel', 'Teeter', 'Thread', 'Transparency', 'Unfold', 'VerticalGrow', 'Wave', 'Wedge', 'Wheel', 'Whip', 'Wipe', 'Magnify', 'Zoom', 'OLEObjectShow', 'OLEObjectEdit', 'OLEObjectOpen'])
221
+ return false unless type_validator.valid?(@type)
222
+ subtype_validator = EnumAttributeValidator.new('String', ['None', 'Across', 'Bottom', 'BottomLeft', 'BottomRight', 'Center', 'Clockwise', 'CounterClockwise', 'GradualAndCycleClockwise', 'GradualAndCycleCounterClockwise', 'Down', 'DownLeft', 'DownRight', 'FontAllCaps', 'FontBold', 'FontItalic', 'FontShadow', 'FontStrikethrough', 'FontUnderline', 'Gradual', 'Horizontal', 'HorizontalIn', 'HorizontalOut', 'In', 'InBottom', 'InCenter', 'InSlightly', 'Instant', 'Left', 'OrdinalMask', 'Out', 'OutBottom', 'OutCenter', 'OutSlightly', 'Right', 'Slightly', 'Top', 'TopLeft', 'TopRight', 'Up', 'UpLeft', 'UpRight', 'Vertical', 'VerticalIn', 'VerticalOut', 'Wheel1', 'Wheel2', 'Wheel3', 'Wheel4', 'Wheel8'])
223
+ return false unless subtype_validator.valid?(@subtype)
224
+ preset_class_type_validator = EnumAttributeValidator.new('String', ['Entrance', 'Exit', 'Emphasis', 'Path', 'MediaCall', 'OLEActionVerbs'])
225
+ return false unless preset_class_type_validator.valid?(@preset_class_type)
226
+ return false if @shape_index.nil?
227
+ trigger_type_validator = EnumAttributeValidator.new('String', ['AfterPrevious', 'OnClick', 'WithPrevious'])
228
+ return false unless trigger_type_validator.valid?(@trigger_type)
229
+ restart_validator = EnumAttributeValidator.new('String', ['Always', 'WhenNotActive', 'Never', 'NotDefined'])
230
+ return false unless restart_validator.valid?(@restart)
231
+ true
232
+ end
233
+
234
+ # Custom attribute writer method checking allowed values (enum).
235
+ # @param [Object] type Object to be assigned
236
+ def type=(type)
237
+ validator = EnumAttributeValidator.new('String', ['Appear', 'CurveUpDown', 'Ascend', 'Blast', 'Blinds', 'Blink', 'BoldFlash', 'BoldReveal', 'Boomerang', 'Bounce', 'Box', 'BrushOnColor', 'BrushOnUnderline', 'CenterRevolve', 'ChangeFillColor', 'ChangeFont', 'ChangeFontColor', 'ChangeFontSize', 'ChangeFontStyle', 'ChangeLineColor', 'Checkerboard', 'Circle', 'ColorBlend', 'ColorTypewriter', 'ColorWave', 'ComplementaryColor', 'ComplementaryColor2', 'Compress', 'ContrastingColor', 'Crawl', 'Credits', 'Custom', 'Darken', 'Desaturate', 'Descend', 'Diamond', 'Dissolve', 'EaseInOut', 'Expand', 'Fade', 'FadedSwivel', 'FadedZoom', 'FlashBulb', 'FlashOnce', 'Flicker', 'Flip', 'Float', 'Fly', 'Fold', 'Glide', 'GrowAndTurn', 'GrowShrink', 'GrowWithColor', 'Lighten', 'LightSpeed', 'MediaPause', 'MediaPlay', 'MediaStop', 'Path4PointStar', 'Path5PointStar', 'Path6PointStar', 'Path8PointStar', 'PathArcDown', 'PathArcLeft', 'PathArcRight', 'PathArcUp', 'PathBean', 'PathBounceLeft', 'PathBounceRight', 'PathBuzzsaw', 'PathCircle', 'PathCrescentMoon', 'PathCurvedSquare', 'PathCurvedX', 'PathCurvyLeft', 'PathCurvyRight', 'PathCurvyStar', 'PathDecayingWave', 'PathDiagonalDownRight', 'PathDiagonalUpRight', 'PathDiamond', 'PathDown', 'PathEqualTriangle', 'PathFigure8Four', 'PathFootball', 'PathFunnel', 'PathHeart', 'PathHeartbeat', 'PathHexagon', 'PathHorizontalFigure8', 'PathInvertedSquare', 'PathInvertedTriangle', 'PathLeft', 'PathLoopdeLoop', 'PathNeutron', 'PathOctagon', 'PathParallelogram', 'PathPeanut', 'PathPentagon', 'PathPlus', 'PathPointyStar', 'PathRight', 'PathRightTriangle', 'PathSCurve1', 'PathSCurve2', 'PathSineWave', 'PathSpiralLeft', 'PathSpiralRight', 'PathSpring', 'PathSquare', 'PathStairsDown', 'PathSwoosh', 'PathTeardrop', 'PathTrapezoid', 'PathTurnDown', 'PathTurnRight', 'PathTurnUp', 'PathTurnUpRight', 'PathUp', 'PathUser', 'PathVerticalFigure8', 'PathWave', 'PathZigzag', 'Peek', 'Pinwheel', 'Plus', 'RandomBars', 'RandomEffects', 'RiseUp', 'Shimmer', 'Sling', 'Spin', 'Spinner', 'Spiral', 'Split', 'Stretch', 'Strips', 'StyleEmphasis', 'Swish', 'Swivel', 'Teeter', 'Thread', 'Transparency', 'Unfold', 'VerticalGrow', 'Wave', 'Wedge', 'Wheel', 'Whip', 'Wipe', 'Magnify', 'Zoom', 'OLEObjectShow', 'OLEObjectEdit', 'OLEObjectOpen'])
238
+ unless validator.valid?(type)
239
+ fail ArgumentError, 'invalid value for "type", must be one of #{validator.allowable_values}.'
240
+ end
241
+ @type = type
242
+ end
243
+
244
+ # Custom attribute writer method checking allowed values (enum).
245
+ # @param [Object] subtype Object to be assigned
246
+ def subtype=(subtype)
247
+ validator = EnumAttributeValidator.new('String', ['None', 'Across', 'Bottom', 'BottomLeft', 'BottomRight', 'Center', 'Clockwise', 'CounterClockwise', 'GradualAndCycleClockwise', 'GradualAndCycleCounterClockwise', 'Down', 'DownLeft', 'DownRight', 'FontAllCaps', 'FontBold', 'FontItalic', 'FontShadow', 'FontStrikethrough', 'FontUnderline', 'Gradual', 'Horizontal', 'HorizontalIn', 'HorizontalOut', 'In', 'InBottom', 'InCenter', 'InSlightly', 'Instant', 'Left', 'OrdinalMask', 'Out', 'OutBottom', 'OutCenter', 'OutSlightly', 'Right', 'Slightly', 'Top', 'TopLeft', 'TopRight', 'Up', 'UpLeft', 'UpRight', 'Vertical', 'VerticalIn', 'VerticalOut', 'Wheel1', 'Wheel2', 'Wheel3', 'Wheel4', 'Wheel8'])
248
+ unless validator.valid?(subtype)
249
+ fail ArgumentError, 'invalid value for "subtype", must be one of #{validator.allowable_values}.'
250
+ end
251
+ @subtype = subtype
252
+ end
253
+
254
+ # Custom attribute writer method checking allowed values (enum).
255
+ # @param [Object] preset_class_type Object to be assigned
256
+ def preset_class_type=(preset_class_type)
257
+ validator = EnumAttributeValidator.new('String', ['Entrance', 'Exit', 'Emphasis', 'Path', 'MediaCall', 'OLEActionVerbs'])
258
+ unless validator.valid?(preset_class_type)
259
+ fail ArgumentError, 'invalid value for "preset_class_type", must be one of #{validator.allowable_values}.'
260
+ end
261
+ @preset_class_type = preset_class_type
262
+ end
263
+
264
+ # Custom attribute writer method checking allowed values (enum).
265
+ # @param [Object] trigger_type Object to be assigned
266
+ def trigger_type=(trigger_type)
267
+ validator = EnumAttributeValidator.new('String', ['AfterPrevious', 'OnClick', 'WithPrevious'])
268
+ unless validator.valid?(trigger_type)
269
+ fail ArgumentError, 'invalid value for "trigger_type", must be one of #{validator.allowable_values}.'
270
+ end
271
+ @trigger_type = trigger_type
272
+ end
273
+
274
+ # Custom attribute writer method checking allowed values (enum).
275
+ # @param [Object] restart Object to be assigned
276
+ def restart=(restart)
277
+ validator = EnumAttributeValidator.new('String', ['Always', 'WhenNotActive', 'Never', 'NotDefined'])
278
+ unless validator.valid?(restart)
279
+ fail ArgumentError, 'invalid value for "restart", must be one of #{validator.allowable_values}.'
280
+ end
281
+ @restart = restart
282
+ end
283
+
284
+ # Checks equality by comparing each attribute.
285
+ # @param [Object] Object to be compared
286
+ def ==(o)
287
+ return true if self.equal?(o)
288
+ self.class == o.class &&
289
+ type == o.type &&
290
+ subtype == o.subtype &&
291
+ preset_class_type == o.preset_class_type &&
292
+ shape_index == o.shape_index &&
293
+ paragraph_index == o.paragraph_index &&
294
+ trigger_type == o.trigger_type &&
295
+ accelerate == o.accelerate &&
296
+ auto_reverse == o.auto_reverse &&
297
+ decelerate == o.decelerate &&
298
+ duration == o.duration &&
299
+ repeat_count == o.repeat_count &&
300
+ repeat_duration == o.repeat_duration &&
301
+ restart == o.restart &&
302
+ speed == o.speed &&
303
+ trigger_delay_time == o.trigger_delay_time
304
+ end
305
+
306
+ # @see the `==` method
307
+ # @param [Object] Object to be compared
308
+ def eql?(o)
309
+ self == o
310
+ end
311
+
312
+ # Calculates hash code according to all attributes.
313
+ # @return [Fixnum] Hash code
314
+ def hash
315
+ [type, subtype, preset_class_type, shape_index, paragraph_index, trigger_type, accelerate, auto_reverse, decelerate, duration, repeat_count, repeat_duration, restart, speed, trigger_delay_time].hash
316
+ end
317
+
318
+ # Builds the object from hash
319
+ # @param [Hash] attributes Model attributes in the form of hash
320
+ # @return [Object] Returns the model itself
321
+ def build_from_hash(attributes)
322
+ return nil unless attributes.is_a?(Hash)
323
+ self.class.swagger_types.each_pair do |key, type|
324
+ mapKey = self.class.attribute_map[key]
325
+ if !mapKey.nil?
326
+ val = attributes[mapKey]
327
+ if val.nil?
328
+ mapKeyString = mapKey.to_s
329
+ mapKeyString[0] = mapKeyString[0].downcase
330
+ mapKey = mapKeyString.to_sym
331
+ val = attributes[mapKey]
332
+ end
333
+ if !val.nil?
334
+ if type =~ /\AArray<(.*)>/i
335
+ # check to ensure the input is an array given that the the attribute
336
+ # is documented as an array but the input is not
337
+ if val.is_a?(Array)
338
+ self.send("#{key}=", val.map { |v| _deserialize($1, v) })
339
+ end
340
+ else
341
+ self.send("#{key}=", _deserialize(type, val))
342
+ end
343
+ end
344
+ end
345
+ end
346
+
347
+ self
348
+ end
349
+
350
+ # Deserializes the data based on type
351
+ # @param string type Data type
352
+ # @param string value Value to be deserialized
353
+ # @return [Object] Deserialized data
354
+ def _deserialize(type, value)
355
+ case type.to_sym
356
+ when :DateTime
357
+ DateTime.parse(value)
358
+ when :Date
359
+ Date.parse(value)
360
+ when :String
361
+ value.to_s
362
+ when :Integer
363
+ value.to_i
364
+ when :Float
365
+ value.to_f
366
+ when :BOOLEAN
367
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
368
+ true
369
+ else
370
+ false
371
+ end
372
+ when :Object
373
+ # generic object (usually a Hash), return directly
374
+ value
375
+ when /\AArray<(?<inner_type>.+)>\z/
376
+ inner_type = Regexp.last_match[:inner_type]
377
+ value.map { |v| _deserialize(inner_type, v) }
378
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
379
+ k_type = Regexp.last_match[:k_type]
380
+ v_type = Regexp.last_match[:v_type]
381
+ {}.tap do |hash|
382
+ value.each do |k, v|
383
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
384
+ end
385
+ end
386
+ else # model
387
+ registry_type = AsposeSlidesCloud::TypeRegistry.get_type(type.to_s, value)
388
+ if registry_type
389
+ type = registry_type
390
+ end
391
+ temp_model = AsposeSlidesCloud.const_get(type).new
392
+ temp_model.build_from_hash(value)
393
+ end
394
+ end
395
+
396
+ # Returns the string representation of the object
397
+ # @return [String] String presentation of the object
398
+ def to_s
399
+ to_hash.to_s
400
+ end
401
+
402
+ # to_body is an alias to to_hash (backward compatibility)
403
+ # @return [Hash] Returns the object in the form of hash
404
+ def to_body
405
+ to_hash
406
+ end
407
+
408
+ # Returns the object in the form of hash
409
+ # @return [Hash] Returns the object in the form of hash
410
+ def to_hash
411
+ hash = {}
412
+ self.class.attribute_map.each_pair do |attr, param|
413
+ value = self.send(attr)
414
+ next if value.nil?
415
+ hash[param] = _to_hash(value)
416
+ end
417
+ hash
418
+ end
419
+
420
+ # Outputs non-array value in the form of hash
421
+ # For object, use to_hash. Otherwise, just return the value
422
+ # @param [Object] value Any valid value
423
+ # @return [Hash] Returns the value in the form of hash
424
+ def _to_hash(value)
425
+ if value.is_a?(Array)
426
+ value.compact.map { |v| _to_hash(v) }
427
+ elsif value.is_a?(Hash)
428
+ {}.tap do |hash|
429
+ value.each { |k, v| hash[k] = _to_hash(v) }
430
+ end
431
+ elsif value.respond_to? :to_hash
432
+ value.to_hash
433
+ else
434
+ value
435
+ end
436
+ end
437
+ end
438
+ end