aspose_slides_cloud 21.12.0 → 22.2.0

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