aspose_slides_cloud 22.4.0 → 22.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (285) 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 +129 -105
  7. data/Rakefile +8 -8
  8. data/TestData/TemplatingCVDataWithBase64.xml +22 -22
  9. data/TestData/oleObject.xlsx +0 -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 +20248 -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/{waterfall_series.rb → alpha_bi_level_effect.rb} +238 -248
  24. data/lib/aspose_slides_cloud/models/alpha_ceiling_effect.rb +223 -0
  25. data/lib/aspose_slides_cloud/models/alpha_floor_effect.rb +223 -0
  26. data/lib/aspose_slides_cloud/models/alpha_inverse_effect.rb +223 -0
  27. data/lib/aspose_slides_cloud/models/alpha_modulate_effect.rb +223 -0
  28. data/lib/aspose_slides_cloud/models/alpha_modulate_fixed_effect.rb +238 -0
  29. data/lib/aspose_slides_cloud/models/alpha_replace_effect.rb +238 -0
  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 -0
  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 -0
  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 -0
  58. data/lib/aspose_slides_cloud/models/color_replace_effect.rb +233 -0
  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 -0
  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/{box_and_whisker_series.rb → fill_overlay_image_effect.rb} +260 -300
  86. data/lib/aspose_slides_cloud/models/font_fallback_rule.rb +243 -243
  87. data/lib/aspose_slides_cloud/models/font_scheme.rb +231 -231
  88. data/lib/aspose_slides_cloud/models/font_set.rb +231 -231
  89. data/lib/aspose_slides_cloud/models/format_scheme.rb +249 -249
  90. data/lib/aspose_slides_cloud/models/fraction_element.rb +265 -265
  91. data/lib/aspose_slides_cloud/models/function_element.rb +243 -243
  92. data/lib/aspose_slides_cloud/models/geometry_path.rb +267 -267
  93. data/lib/aspose_slides_cloud/models/geometry_paths.rb +213 -213
  94. data/lib/aspose_slides_cloud/models/geometry_shape.rb +266 -266
  95. data/lib/aspose_slides_cloud/models/gif_export_options.rb +235 -235
  96. data/lib/aspose_slides_cloud/models/glow_effect.rb +226 -226
  97. data/lib/aspose_slides_cloud/models/gradient_fill.rb +346 -346
  98. data/lib/aspose_slides_cloud/models/gradient_fill_stop.rb +226 -226
  99. data/lib/aspose_slides_cloud/models/graphical_object.rb +240 -240
  100. data/lib/aspose_slides_cloud/models/{waterfall_chart_data_point.rb → gray_scale_effect.rb} +223 -210
  101. data/lib/aspose_slides_cloud/models/group_shape.rb +250 -250
  102. data/lib/aspose_slides_cloud/models/grouping_character_element.rb +287 -287
  103. data/lib/aspose_slides_cloud/models/header_footer.rb +251 -251
  104. data/lib/aspose_slides_cloud/models/hsl_effect.rb +268 -0
  105. data/lib/aspose_slides_cloud/models/html5_export_options.rb +223 -223
  106. data/lib/aspose_slides_cloud/models/html_export_options.rb +381 -381
  107. data/lib/aspose_slides_cloud/models/hyperlink.rb +352 -352
  108. data/lib/aspose_slides_cloud/models/i_shape_export_options.rb +201 -201
  109. data/lib/aspose_slides_cloud/models/image.rb +241 -241
  110. data/lib/aspose_slides_cloud/models/image_export_format.rb +43 -43
  111. data/lib/aspose_slides_cloud/models/image_export_options.rb +291 -291
  112. data/lib/aspose_slides_cloud/models/image_export_options_base.rb +222 -222
  113. data/lib/aspose_slides_cloud/models/image_transform_effect.rb +244 -0
  114. data/lib/aspose_slides_cloud/models/images.rb +213 -213
  115. data/lib/aspose_slides_cloud/models/inner_shadow_effect.rb +256 -256
  116. data/lib/aspose_slides_cloud/models/input.rb +231 -231
  117. data/lib/aspose_slides_cloud/models/input_file.rb +254 -254
  118. data/lib/aspose_slides_cloud/models/interactive_sequence.rb +228 -228
  119. data/lib/aspose_slides_cloud/models/layout_slide.rb +282 -282
  120. data/lib/aspose_slides_cloud/models/layout_slides.rb +213 -213
  121. data/lib/aspose_slides_cloud/models/left_sub_superscript_element.rb +253 -253
  122. data/lib/aspose_slides_cloud/models/legend.rb +335 -335
  123. data/lib/aspose_slides_cloud/models/light_rig.rb +297 -297
  124. data/lib/aspose_slides_cloud/models/limit_element.rb +253 -253
  125. data/lib/aspose_slides_cloud/models/line_format.rb +415 -415
  126. data/lib/aspose_slides_cloud/models/line_to_path_segment.rb +253 -253
  127. data/lib/aspose_slides_cloud/models/luminance_effect.rb +253 -0
  128. data/lib/aspose_slides_cloud/models/master_slide.rb +235 -235
  129. data/lib/aspose_slides_cloud/models/master_slides.rb +213 -213
  130. data/lib/aspose_slides_cloud/models/math_element.rb +244 -244
  131. data/lib/aspose_slides_cloud/models/math_paragraph.rb +257 -257
  132. data/lib/aspose_slides_cloud/models/matrix_element.rb +341 -341
  133. data/lib/aspose_slides_cloud/models/merge.rb +235 -235
  134. data/lib/aspose_slides_cloud/models/merging_source.rb +223 -223
  135. data/lib/aspose_slides_cloud/models/move_to_path_segment.rb +253 -253
  136. data/lib/aspose_slides_cloud/models/nary_operator_element.rb +315 -315
  137. data/lib/aspose_slides_cloud/models/no_fill.rb +223 -223
  138. data/lib/aspose_slides_cloud/models/normal_view_restored_properties.rb +221 -221
  139. data/lib/aspose_slides_cloud/models/notes_slide.rb +221 -221
  140. data/lib/aspose_slides_cloud/models/notes_slide_export_format.rb +61 -43
  141. data/lib/aspose_slides_cloud/models/notes_slide_header_footer.rb +271 -271
  142. data/lib/aspose_slides_cloud/models/object_exist.rb +231 -231
  143. data/lib/aspose_slides_cloud/models/ole_object_frame.rb +335 -335
  144. data/lib/aspose_slides_cloud/models/one_value_chart_data_point.rb +234 -214
  145. data/lib/aspose_slides_cloud/models/one_value_series.rb +330 -258
  146. data/lib/aspose_slides_cloud/models/ordered_merge_request.rb +213 -213
  147. data/lib/aspose_slides_cloud/models/outer_shadow_effect.rb +256 -256
  148. data/lib/aspose_slides_cloud/models/output_file.rb +244 -244
  149. data/lib/aspose_slides_cloud/models/paragraph.rb +531 -531
  150. data/lib/aspose_slides_cloud/models/paragraphs.rb +213 -213
  151. data/lib/aspose_slides_cloud/models/path_input_file.rb +244 -244
  152. data/lib/aspose_slides_cloud/models/path_output_file.rb +243 -243
  153. data/lib/aspose_slides_cloud/models/path_segment.rb +244 -244
  154. data/lib/aspose_slides_cloud/models/pattern_fill.rb +270 -270
  155. data/lib/aspose_slides_cloud/models/pdf_export_options.rb +465 -465
  156. data/lib/aspose_slides_cloud/models/picture_fill.rb +367 -355
  157. data/lib/aspose_slides_cloud/models/picture_frame.rb +251 -251
  158. data/lib/aspose_slides_cloud/models/pipeline.rb +223 -223
  159. data/lib/aspose_slides_cloud/models/placeholder.rb +329 -329
  160. data/lib/aspose_slides_cloud/models/placeholders.rb +213 -213
  161. data/lib/aspose_slides_cloud/models/plot_area.rb +315 -315
  162. data/lib/aspose_slides_cloud/models/portion.rb +653 -653
  163. data/lib/aspose_slides_cloud/models/portion_format.rb +633 -633
  164. data/lib/aspose_slides_cloud/models/portions.rb +213 -213
  165. data/lib/aspose_slides_cloud/models/pptx_export_options.rb +247 -247
  166. data/lib/aspose_slides_cloud/models/presentation_to_merge.rb +277 -277
  167. data/lib/aspose_slides_cloud/models/presentations_merge_request.rb +225 -225
  168. data/lib/aspose_slides_cloud/models/preset_shadow_effect.rb +290 -290
  169. data/lib/aspose_slides_cloud/models/protection_properties.rb +271 -271
  170. data/lib/aspose_slides_cloud/models/quadratic_bezier_to_path_segment.rb +283 -283
  171. data/lib/aspose_slides_cloud/models/radical_element.rb +253 -253
  172. data/lib/aspose_slides_cloud/models/reflection_effect.rb +445 -445
  173. data/lib/aspose_slides_cloud/models/remove_shape.rb +233 -233
  174. data/lib/aspose_slides_cloud/models/remove_slide.rb +238 -238
  175. data/lib/aspose_slides_cloud/models/reorder_slide.rb +253 -253
  176. data/lib/aspose_slides_cloud/models/replace_text.rb +273 -273
  177. data/lib/aspose_slides_cloud/models/request_input_file.rb +239 -239
  178. data/lib/aspose_slides_cloud/models/reset_slide.rb +238 -238
  179. data/lib/aspose_slides_cloud/models/resource_base.rb +223 -223
  180. data/lib/aspose_slides_cloud/models/resource_uri.rb +261 -241
  181. data/lib/aspose_slides_cloud/models/response_output_file.rb +223 -223
  182. data/lib/aspose_slides_cloud/models/right_sub_superscript_element.rb +263 -263
  183. data/lib/aspose_slides_cloud/models/save.rb +270 -270
  184. data/lib/aspose_slides_cloud/models/save_shape.rb +280 -280
  185. data/lib/aspose_slides_cloud/models/save_slide.rb +305 -305
  186. data/lib/aspose_slides_cloud/models/scatter_chart_data_point.rb +229 -229
  187. data/lib/aspose_slides_cloud/models/scatter_series.rb +250 -250
  188. data/lib/aspose_slides_cloud/models/section.rb +238 -238
  189. data/lib/aspose_slides_cloud/models/section_zoom_frame.rb +255 -255
  190. data/lib/aspose_slides_cloud/models/sections.rb +213 -213
  191. data/lib/aspose_slides_cloud/models/series.rb +386 -386
  192. data/lib/aspose_slides_cloud/models/series_marker.rb +285 -285
  193. data/lib/aspose_slides_cloud/models/shape.rb +271 -271
  194. data/lib/aspose_slides_cloud/models/shape_base.rb +399 -399
  195. data/lib/aspose_slides_cloud/models/shape_bevel.rb +265 -265
  196. data/lib/aspose_slides_cloud/models/shape_export_format.rb +44 -44
  197. data/lib/aspose_slides_cloud/models/shape_image_export_options.rb +275 -275
  198. data/lib/aspose_slides_cloud/models/shape_thumbnail_bounds.rb +41 -41
  199. data/lib/aspose_slides_cloud/models/shape_type.rb +54 -54
  200. data/lib/aspose_slides_cloud/models/shapes.rb +213 -213
  201. data/lib/aspose_slides_cloud/models/shapes_alignment_type.rb +46 -46
  202. data/lib/aspose_slides_cloud/models/slide.rb +326 -326
  203. data/lib/aspose_slides_cloud/models/slide_animation.rb +225 -225
  204. data/lib/aspose_slides_cloud/models/slide_background.rb +270 -270
  205. data/lib/aspose_slides_cloud/models/slide_comment.rb +227 -227
  206. data/lib/aspose_slides_cloud/models/slide_comment_base.rb +286 -286
  207. data/lib/aspose_slides_cloud/models/slide_comments.rb +213 -213
  208. data/lib/aspose_slides_cloud/models/slide_export_format.rb +61 -60
  209. data/lib/aspose_slides_cloud/models/slide_modern_comment.rb +269 -269
  210. data/lib/aspose_slides_cloud/models/slide_properties.rb +319 -319
  211. data/lib/aspose_slides_cloud/models/slide_replace_result.rb +227 -227
  212. data/lib/aspose_slides_cloud/models/slides.rb +213 -213
  213. data/lib/aspose_slides_cloud/models/smart_art.rb +348 -348
  214. data/lib/aspose_slides_cloud/models/smart_art_node.rb +307 -297
  215. data/lib/aspose_slides_cloud/models/smart_art_shape.rb +241 -241
  216. data/lib/aspose_slides_cloud/models/soft_edge_effect.rb +216 -216
  217. data/lib/aspose_slides_cloud/models/solid_fill.rb +233 -233
  218. data/lib/aspose_slides_cloud/models/special_slide_type.rb +41 -41
  219. data/lib/aspose_slides_cloud/models/split_document_result.rb +213 -213
  220. data/lib/aspose_slides_cloud/models/storage_exist.rb +216 -216
  221. data/lib/aspose_slides_cloud/models/storage_file.rb +261 -261
  222. data/lib/aspose_slides_cloud/models/subscript_element.rb +243 -243
  223. data/lib/aspose_slides_cloud/models/summary_zoom_frame.rb +274 -274
  224. data/lib/aspose_slides_cloud/models/summary_zoom_section.rb +266 -266
  225. data/lib/aspose_slides_cloud/models/superscript_element.rb +243 -243
  226. data/lib/aspose_slides_cloud/models/svg_export_options.rb +339 -339
  227. data/lib/aspose_slides_cloud/models/swf_export_options.rb +449 -449
  228. data/lib/aspose_slides_cloud/models/table.rb +356 -356
  229. data/lib/aspose_slides_cloud/models/table_cell.rb +427 -427
  230. data/lib/aspose_slides_cloud/models/table_column.rb +216 -216
  231. data/lib/aspose_slides_cloud/models/table_row.rb +243 -243
  232. data/lib/aspose_slides_cloud/models/task.rb +244 -244
  233. data/lib/aspose_slides_cloud/models/text_bounds.rb +261 -261
  234. data/lib/aspose_slides_cloud/models/text_element.rb +233 -233
  235. data/lib/aspose_slides_cloud/models/text_frame_format.rb +255 -255
  236. data/lib/aspose_slides_cloud/models/text_item.rb +221 -221
  237. data/lib/aspose_slides_cloud/models/text_items.rb +213 -213
  238. data/lib/aspose_slides_cloud/models/theme.rb +241 -241
  239. data/lib/aspose_slides_cloud/models/three_d_format.rb +335 -335
  240. data/lib/aspose_slides_cloud/models/tiff_export_options.rb +375 -375
  241. data/lib/aspose_slides_cloud/models/tint_effect.rb +253 -0
  242. data/lib/aspose_slides_cloud/models/update_background.rb +245 -245
  243. data/lib/aspose_slides_cloud/models/update_shape.rb +243 -243
  244. data/lib/aspose_slides_cloud/models/video_export_options.rb +289 -289
  245. data/lib/aspose_slides_cloud/models/video_frame.rb +345 -335
  246. data/lib/aspose_slides_cloud/models/view_properties.rb +361 -361
  247. data/lib/aspose_slides_cloud/models/xaml_export_options.rb +213 -213
  248. data/lib/aspose_slides_cloud/models/xps_export_options.rb +233 -233
  249. data/lib/aspose_slides_cloud/models/xy_series.rb +255 -255
  250. data/lib/aspose_slides_cloud/models/zoom_frame.rb +255 -255
  251. data/lib/aspose_slides_cloud/models/zoom_object.rb +301 -301
  252. data/lib/aspose_slides_cloud/type_registry.rb +464 -432
  253. data/lib/aspose_slides_cloud/version.rb +25 -25
  254. data/lib/aspose_slides_cloud.rb +286 -268
  255. data/spec/api/slides_api_spec.rb +55582 -53418
  256. data/spec/spec_helper.rb +122 -122
  257. data/spec/spec_utils.rb +188 -188
  258. data/spec/use_cases/abstract_class_spec.rb +38 -38
  259. data/spec/use_cases/animation_spec.rb +193 -193
  260. data/spec/use_cases/auth_spec.rb +91 -91
  261. data/spec/use_cases/chart_spec.rb +291 -291
  262. data/spec/use_cases/convert_spec.rb +154 -154
  263. data/spec/use_cases/create_spec.rb +101 -101
  264. data/spec/use_cases/header_footer_spec.rb +78 -78
  265. data/spec/use_cases/hyperlink_spec.rb +92 -92
  266. data/spec/use_cases/image_spec.rb +102 -102
  267. data/spec/use_cases/layout_slide_spec.rb +190 -190
  268. data/spec/use_cases/master_slide_spec.rb +190 -190
  269. data/spec/use_cases/math_spec.rb +163 -163
  270. data/spec/use_cases/merge_spec.rb +105 -105
  271. data/spec/use_cases/notes_slide_spec.rb +172 -172
  272. data/spec/use_cases/nullable_field_spec.rb +86 -86
  273. data/spec/use_cases/pipeline_spec.rb +61 -61
  274. data/spec/use_cases/property_spec.rb +177 -177
  275. data/spec/use_cases/section_spec.rb +104 -104
  276. data/spec/use_cases/shape_format_spec.rb +126 -126
  277. data/spec/use_cases/shape_spec.rb +397 -397
  278. data/spec/use_cases/split_spec.rb +88 -88
  279. data/spec/use_cases/text_spec.rb +74 -74
  280. data/spec/use_cases/timeout_spec.rb +44 -44
  281. data/spec/use_cases/watermark_spec.rb +158 -158
  282. data/testConfig.json +7 -7
  283. data/testRules.json +546 -527
  284. metadata +31 -10
  285. data/.gitignore +0 -1
@@ -1,465 +1,465 @@
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 Pdf format.
27
- class PdfExportOptions < ExportOptions
28
- # Specifies compression type to be used for all textual content in the document.
29
- attr_accessor :text_compression
30
-
31
- # Determines if all characters of font should be embedded or only used subset.
32
- attr_accessor :embed_full_fonts
33
-
34
- # Desired conformance level for generated PDF document.
35
- attr_accessor :compliance
36
-
37
- # Returns or sets a value determining resolution of images inside PDF document. Property affects on file size, time of export and image quality. The default value is 96.
38
- attr_accessor :sufficient_resolution
39
-
40
- # Returns or sets a value determining the quality of the JPEG images inside PDF document.
41
- attr_accessor :jpeg_quality
42
-
43
- # True to draw black frame around each slide.
44
- attr_accessor :draw_slides_frame
45
-
46
- # Specifies whether the generated document should include hidden slides or not. Default is false.
47
- attr_accessor :show_hidden_slides
48
-
49
- # True to convert all metafiles used in a presentation to the PNG images.
50
- attr_accessor :save_metafiles_as_png
51
-
52
- # Setting user password to protect the PDF document.
53
- attr_accessor :password
54
-
55
- # Determines if Aspose.Slides will embed common fonts for ASCII (33..127 code range) text. Fonts for character codes greater than 127 are always embedded. Common fonts list includes PDF's base 14 fonts and additional user specified fonts.
56
- attr_accessor :embed_true_type_fonts_for_ascii
57
-
58
- # Returns or sets an array of user-defined names of font families which Aspose.Slides should consider common.
59
- attr_accessor :additional_common_font_families
60
-
61
- # Gets or sets the position of the notes on the page.
62
- attr_accessor :notes_position
63
-
64
- # Gets or sets the position of the comments on the page.
65
- attr_accessor :comments_position
66
-
67
- # Gets or sets the width of the comment output area in pixels (Applies only if comments are displayed on the right).
68
- attr_accessor :comments_area_width
69
-
70
- # Gets or sets the color of comments area (Applies only if comments are displayed on the right).
71
- attr_accessor :comments_area_color
72
-
73
- # True if comments that have no author are displayed. (Applies only if comments are displayed).
74
- attr_accessor :show_comments_by_no_author
75
-
76
- # Image transparent color.
77
- attr_accessor :image_transparent_color
78
-
79
- # True to apply specified ImageTransparentColor to an image.
80
- attr_accessor :apply_image_transparent
81
-
82
- # Access permissions that should be granted when the document is opened with user access. Default is AccessPermissions.None.
83
- attr_accessor :access_permissions
84
-
85
- class EnumAttributeValidator
86
- attr_reader :datatype
87
- attr_reader :allowable_values
88
-
89
- def initialize(datatype, allowable_values)
90
- @allowable_values = allowable_values.map do |value|
91
- case datatype.to_s
92
- when /Integer/i
93
- value.to_i
94
- when /Float/i
95
- value.to_f
96
- else
97
- value
98
- end
99
- end
100
- end
101
-
102
- def valid?(value)
103
- !value || allowable_values.any?{ |s| s.casecmp(value) == 0 }
104
- end
105
- end
106
-
107
- # Attribute mapping from ruby-style variable name to JSON key.
108
- def self.attribute_map
109
- super.merge({
110
- :'text_compression' => :'TextCompression',
111
- :'embed_full_fonts' => :'EmbedFullFonts',
112
- :'compliance' => :'Compliance',
113
- :'sufficient_resolution' => :'SufficientResolution',
114
- :'jpeg_quality' => :'JpegQuality',
115
- :'draw_slides_frame' => :'DrawSlidesFrame',
116
- :'show_hidden_slides' => :'ShowHiddenSlides',
117
- :'save_metafiles_as_png' => :'SaveMetafilesAsPng',
118
- :'password' => :'Password',
119
- :'embed_true_type_fonts_for_ascii' => :'EmbedTrueTypeFontsForASCII',
120
- :'additional_common_font_families' => :'AdditionalCommonFontFamilies',
121
- :'notes_position' => :'NotesPosition',
122
- :'comments_position' => :'CommentsPosition',
123
- :'comments_area_width' => :'CommentsAreaWidth',
124
- :'comments_area_color' => :'CommentsAreaColor',
125
- :'show_comments_by_no_author' => :'ShowCommentsByNoAuthor',
126
- :'image_transparent_color' => :'ImageTransparentColor',
127
- :'apply_image_transparent' => :'ApplyImageTransparent',
128
- :'access_permissions' => :'AccessPermissions',
129
- })
130
- end
131
-
132
- # Attribute type mapping.
133
- def self.swagger_types
134
- super.merge({
135
- :'text_compression' => :'String',
136
- :'embed_full_fonts' => :'BOOLEAN',
137
- :'compliance' => :'String',
138
- :'sufficient_resolution' => :'Float',
139
- :'jpeg_quality' => :'Integer',
140
- :'draw_slides_frame' => :'BOOLEAN',
141
- :'show_hidden_slides' => :'BOOLEAN',
142
- :'save_metafiles_as_png' => :'BOOLEAN',
143
- :'password' => :'String',
144
- :'embed_true_type_fonts_for_ascii' => :'BOOLEAN',
145
- :'additional_common_font_families' => :'Array<String>',
146
- :'notes_position' => :'String',
147
- :'comments_position' => :'String',
148
- :'comments_area_width' => :'Integer',
149
- :'comments_area_color' => :'String',
150
- :'show_comments_by_no_author' => :'BOOLEAN',
151
- :'image_transparent_color' => :'String',
152
- :'apply_image_transparent' => :'BOOLEAN',
153
- :'access_permissions' => :'AccessPermissions',
154
- })
155
- end
156
-
157
- # Initializes the object
158
- # @param [Hash] attributes Model attributes in the form of hash
159
- def initialize(attributes = {})
160
- super
161
-
162
- if attributes.has_key?(:'TextCompression')
163
- self.text_compression = attributes[:'TextCompression']
164
- end
165
-
166
- if attributes.has_key?(:'EmbedFullFonts')
167
- self.embed_full_fonts = attributes[:'EmbedFullFonts']
168
- end
169
-
170
- if attributes.has_key?(:'Compliance')
171
- self.compliance = attributes[:'Compliance']
172
- end
173
-
174
- if attributes.has_key?(:'SufficientResolution')
175
- self.sufficient_resolution = attributes[:'SufficientResolution']
176
- end
177
-
178
- if attributes.has_key?(:'JpegQuality')
179
- self.jpeg_quality = attributes[:'JpegQuality']
180
- end
181
-
182
- if attributes.has_key?(:'DrawSlidesFrame')
183
- self.draw_slides_frame = attributes[:'DrawSlidesFrame']
184
- end
185
-
186
- if attributes.has_key?(:'ShowHiddenSlides')
187
- self.show_hidden_slides = attributes[:'ShowHiddenSlides']
188
- end
189
-
190
- if attributes.has_key?(:'SaveMetafilesAsPng')
191
- self.save_metafiles_as_png = attributes[:'SaveMetafilesAsPng']
192
- end
193
-
194
- if attributes.has_key?(:'Password')
195
- self.password = attributes[:'Password']
196
- end
197
-
198
- if attributes.has_key?(:'EmbedTrueTypeFontsForASCII')
199
- self.embed_true_type_fonts_for_ascii = attributes[:'EmbedTrueTypeFontsForASCII']
200
- end
201
-
202
- if attributes.has_key?(:'AdditionalCommonFontFamilies')
203
- if (value = attributes[:'AdditionalCommonFontFamilies']).is_a?(Array)
204
- self.additional_common_font_families = value
205
- end
206
- end
207
-
208
- if attributes.has_key?(:'NotesPosition')
209
- self.notes_position = attributes[:'NotesPosition']
210
- end
211
-
212
- if attributes.has_key?(:'CommentsPosition')
213
- self.comments_position = attributes[:'CommentsPosition']
214
- end
215
-
216
- if attributes.has_key?(:'CommentsAreaWidth')
217
- self.comments_area_width = attributes[:'CommentsAreaWidth']
218
- end
219
-
220
- if attributes.has_key?(:'CommentsAreaColor')
221
- self.comments_area_color = attributes[:'CommentsAreaColor']
222
- end
223
-
224
- if attributes.has_key?(:'ShowCommentsByNoAuthor')
225
- self.show_comments_by_no_author = attributes[:'ShowCommentsByNoAuthor']
226
- end
227
-
228
- if attributes.has_key?(:'ImageTransparentColor')
229
- self.image_transparent_color = attributes[:'ImageTransparentColor']
230
- end
231
-
232
- if attributes.has_key?(:'ApplyImageTransparent')
233
- self.apply_image_transparent = attributes[:'ApplyImageTransparent']
234
- end
235
-
236
- if attributes.has_key?(:'AccessPermissions')
237
- self.access_permissions = attributes[:'AccessPermissions']
238
- end
239
- self.format = "pdf"
240
- end
241
-
242
- # Show invalid properties with the reasons. Usually used together with valid?
243
- # @return Array for valid properties with the reasons
244
- def list_invalid_properties
245
- invalid_properties = super
246
- invalid_properties
247
- end
248
-
249
- # Check to see if the all the properties in the model are valid
250
- # @return true if the model is valid
251
- def valid?
252
- return false if !super
253
- text_compression_validator = EnumAttributeValidator.new('String', ['None', 'Flate'])
254
- return false unless text_compression_validator.valid?(@text_compression)
255
- compliance_validator = EnumAttributeValidator.new('String', ['Pdf15', 'PdfA1b', 'PdfA1a', 'PdfUa'])
256
- return false unless compliance_validator.valid?(@compliance)
257
- notes_position_validator = EnumAttributeValidator.new('String', ['None', 'BottomFull', 'BottomTruncated'])
258
- return false unless notes_position_validator.valid?(@notes_position)
259
- comments_position_validator = EnumAttributeValidator.new('String', ['None', 'Bottom', 'Right'])
260
- return false unless comments_position_validator.valid?(@comments_position)
261
- true
262
- end
263
-
264
- # Custom attribute writer method checking allowed values (enum).
265
- # @param [Object] text_compression Object to be assigned
266
- def text_compression=(text_compression)
267
- validator = EnumAttributeValidator.new('String', ['None', 'Flate'])
268
- unless validator.valid?(text_compression)
269
- fail ArgumentError, 'invalid value for "text_compression", must be one of #{validator.allowable_values}.'
270
- end
271
- @text_compression = text_compression
272
- end
273
-
274
- # Custom attribute writer method checking allowed values (enum).
275
- # @param [Object] compliance Object to be assigned
276
- def compliance=(compliance)
277
- validator = EnumAttributeValidator.new('String', ['Pdf15', 'PdfA1b', 'PdfA1a', 'PdfUa'])
278
- unless validator.valid?(compliance)
279
- fail ArgumentError, 'invalid value for "compliance", must be one of #{validator.allowable_values}.'
280
- end
281
- @compliance = compliance
282
- end
283
-
284
- # Custom attribute writer method checking allowed values (enum).
285
- # @param [Object] notes_position Object to be assigned
286
- def notes_position=(notes_position)
287
- validator = EnumAttributeValidator.new('String', ['None', 'BottomFull', 'BottomTruncated'])
288
- unless validator.valid?(notes_position)
289
- fail ArgumentError, 'invalid value for "notes_position", must be one of #{validator.allowable_values}.'
290
- end
291
- @notes_position = notes_position
292
- end
293
-
294
- # Custom attribute writer method checking allowed values (enum).
295
- # @param [Object] comments_position Object to be assigned
296
- def comments_position=(comments_position)
297
- validator = EnumAttributeValidator.new('String', ['None', 'Bottom', 'Right'])
298
- unless validator.valid?(comments_position)
299
- fail ArgumentError, 'invalid value for "comments_position", must be one of #{validator.allowable_values}.'
300
- end
301
- @comments_position = comments_position
302
- end
303
-
304
- # Checks equality by comparing each attribute.
305
- # @param [Object] Object to be compared
306
- def ==(o)
307
- return true if self.equal?(o)
308
- self.class == o.class &&
309
- default_regular_font == o.default_regular_font &&
310
- font_fallback_rules == o.font_fallback_rules &&
311
- format == o.format &&
312
- text_compression == o.text_compression &&
313
- embed_full_fonts == o.embed_full_fonts &&
314
- compliance == o.compliance &&
315
- sufficient_resolution == o.sufficient_resolution &&
316
- jpeg_quality == o.jpeg_quality &&
317
- draw_slides_frame == o.draw_slides_frame &&
318
- show_hidden_slides == o.show_hidden_slides &&
319
- save_metafiles_as_png == o.save_metafiles_as_png &&
320
- password == o.password &&
321
- embed_true_type_fonts_for_ascii == o.embed_true_type_fonts_for_ascii &&
322
- additional_common_font_families == o.additional_common_font_families &&
323
- notes_position == o.notes_position &&
324
- comments_position == o.comments_position &&
325
- comments_area_width == o.comments_area_width &&
326
- comments_area_color == o.comments_area_color &&
327
- show_comments_by_no_author == o.show_comments_by_no_author &&
328
- image_transparent_color == o.image_transparent_color &&
329
- apply_image_transparent == o.apply_image_transparent &&
330
- access_permissions == o.access_permissions
331
- end
332
-
333
- # @see the `==` method
334
- # @param [Object] Object to be compared
335
- def eql?(o)
336
- self == o
337
- end
338
-
339
- # Calculates hash code according to all attributes.
340
- # @return [Fixnum] Hash code
341
- def hash
342
- [default_regular_font, font_fallback_rules, format, text_compression, embed_full_fonts, compliance, sufficient_resolution, jpeg_quality, draw_slides_frame, show_hidden_slides, save_metafiles_as_png, password, embed_true_type_fonts_for_ascii, additional_common_font_families, notes_position, comments_position, comments_area_width, comments_area_color, show_comments_by_no_author, image_transparent_color, apply_image_transparent, access_permissions].hash
343
- end
344
-
345
- # Builds the object from hash
346
- # @param [Hash] attributes Model attributes in the form of hash
347
- # @return [Object] Returns the model itself
348
- def build_from_hash(attributes)
349
- return nil unless attributes.is_a?(Hash)
350
- self.class.swagger_types.each_pair do |key, type|
351
- mapKey = self.class.attribute_map[key]
352
- if !mapKey.nil?
353
- val = attributes[mapKey]
354
- if val.nil?
355
- mapKeyString = mapKey.to_s
356
- mapKeyString[0] = mapKeyString[0].downcase
357
- mapKey = mapKeyString.to_sym
358
- val = attributes[mapKey]
359
- end
360
- if !val.nil?
361
- if type =~ /\AArray<(.*)>/i
362
- # check to ensure the input is an array given that the the attribute
363
- # is documented as an array but the input is not
364
- if val.is_a?(Array)
365
- self.send("#{key}=", val.map { |v| _deserialize($1, v) })
366
- end
367
- else
368
- self.send("#{key}=", _deserialize(type, val))
369
- end
370
- end
371
- end
372
- end
373
-
374
- self
375
- end
376
-
377
- # Deserializes the data based on type
378
- # @param string type Data type
379
- # @param string value Value to be deserialized
380
- # @return [Object] Deserialized data
381
- def _deserialize(type, value)
382
- case type.to_sym
383
- when :DateTime
384
- DateTime.parse(value)
385
- when :Date
386
- Date.parse(value)
387
- when :String
388
- value.to_s
389
- when :Integer
390
- value.to_i
391
- when :Float
392
- value.to_f
393
- when :BOOLEAN
394
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
395
- true
396
- else
397
- false
398
- end
399
- when :Object
400
- # generic object (usually a Hash), return directly
401
- value
402
- when /\AArray<(?<inner_type>.+)>\z/
403
- inner_type = Regexp.last_match[:inner_type]
404
- value.map { |v| _deserialize(inner_type, v) }
405
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
406
- k_type = Regexp.last_match[:k_type]
407
- v_type = Regexp.last_match[:v_type]
408
- {}.tap do |hash|
409
- value.each do |k, v|
410
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
411
- end
412
- end
413
- else # model
414
- registry_type = AsposeSlidesCloud::TypeRegistry.get_type(type.to_s, value)
415
- if registry_type
416
- type = registry_type
417
- end
418
- temp_model = AsposeSlidesCloud.const_get(type).new
419
- temp_model.build_from_hash(value)
420
- end
421
- end
422
-
423
- # Returns the string representation of the object
424
- # @return [String] String presentation of the object
425
- def to_s
426
- to_hash.to_s
427
- end
428
-
429
- # to_body is an alias to to_hash (backward compatibility)
430
- # @return [Hash] Returns the object in the form of hash
431
- def to_body
432
- to_hash
433
- end
434
-
435
- # Returns the object in the form of hash
436
- # @return [Hash] Returns the object in the form of hash
437
- def to_hash
438
- hash = {}
439
- self.class.attribute_map.each_pair do |attr, param|
440
- value = self.send(attr)
441
- next if value.nil?
442
- hash[param] = _to_hash(value)
443
- end
444
- hash
445
- end
446
-
447
- # Outputs non-array value in the form of hash
448
- # For object, use to_hash. Otherwise, just return the value
449
- # @param [Object] value Any valid value
450
- # @return [Hash] Returns the value in the form of hash
451
- def _to_hash(value)
452
- if value.is_a?(Array)
453
- value.compact.map { |v| _to_hash(v) }
454
- elsif value.is_a?(Hash)
455
- {}.tap do |hash|
456
- value.each { |k, v| hash[k] = _to_hash(v) }
457
- end
458
- elsif value.respond_to? :to_hash
459
- value.to_hash
460
- else
461
- value
462
- end
463
- end
464
- end
465
- 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 Pdf format.
27
+ class PdfExportOptions < ExportOptions
28
+ # Specifies compression type to be used for all textual content in the document.
29
+ attr_accessor :text_compression
30
+
31
+ # Determines if all characters of font should be embedded or only used subset.
32
+ attr_accessor :embed_full_fonts
33
+
34
+ # Desired conformance level for generated PDF document.
35
+ attr_accessor :compliance
36
+
37
+ # Returns or sets a value determining resolution of images inside PDF document. Property affects on file size, time of export and image quality. The default value is 96.
38
+ attr_accessor :sufficient_resolution
39
+
40
+ # Returns or sets a value determining the quality of the JPEG images inside PDF document.
41
+ attr_accessor :jpeg_quality
42
+
43
+ # True to draw black frame around each slide.
44
+ attr_accessor :draw_slides_frame
45
+
46
+ # Specifies whether the generated document should include hidden slides or not. Default is false.
47
+ attr_accessor :show_hidden_slides
48
+
49
+ # True to convert all metafiles used in a presentation to the PNG images.
50
+ attr_accessor :save_metafiles_as_png
51
+
52
+ # Setting user password to protect the PDF document.
53
+ attr_accessor :password
54
+
55
+ # Determines if Aspose.Slides will embed common fonts for ASCII (33..127 code range) text. Fonts for character codes greater than 127 are always embedded. Common fonts list includes PDF's base 14 fonts and additional user specified fonts.
56
+ attr_accessor :embed_true_type_fonts_for_ascii
57
+
58
+ # Returns or sets an array of user-defined names of font families which Aspose.Slides should consider common.
59
+ attr_accessor :additional_common_font_families
60
+
61
+ # Gets or sets the position of the notes on the page.
62
+ attr_accessor :notes_position
63
+
64
+ # Gets or sets the position of the comments on the page.
65
+ attr_accessor :comments_position
66
+
67
+ # Gets or sets the width of the comment output area in pixels (Applies only if comments are displayed on the right).
68
+ attr_accessor :comments_area_width
69
+
70
+ # Gets or sets the color of comments area (Applies only if comments are displayed on the right).
71
+ attr_accessor :comments_area_color
72
+
73
+ # True if comments that have no author are displayed. (Applies only if comments are displayed).
74
+ attr_accessor :show_comments_by_no_author
75
+
76
+ # Image transparent color.
77
+ attr_accessor :image_transparent_color
78
+
79
+ # True to apply specified ImageTransparentColor to an image.
80
+ attr_accessor :apply_image_transparent
81
+
82
+ # Access permissions that should be granted when the document is opened with user access. Default is AccessPermissions.None.
83
+ attr_accessor :access_permissions
84
+
85
+ class EnumAttributeValidator
86
+ attr_reader :datatype
87
+ attr_reader :allowable_values
88
+
89
+ def initialize(datatype, allowable_values)
90
+ @allowable_values = allowable_values.map do |value|
91
+ case datatype.to_s
92
+ when /Integer/i
93
+ value.to_i
94
+ when /Float/i
95
+ value.to_f
96
+ else
97
+ value
98
+ end
99
+ end
100
+ end
101
+
102
+ def valid?(value)
103
+ !value || allowable_values.any?{ |s| s.casecmp(value) == 0 }
104
+ end
105
+ end
106
+
107
+ # Attribute mapping from ruby-style variable name to JSON key.
108
+ def self.attribute_map
109
+ super.merge({
110
+ :'text_compression' => :'TextCompression',
111
+ :'embed_full_fonts' => :'EmbedFullFonts',
112
+ :'compliance' => :'Compliance',
113
+ :'sufficient_resolution' => :'SufficientResolution',
114
+ :'jpeg_quality' => :'JpegQuality',
115
+ :'draw_slides_frame' => :'DrawSlidesFrame',
116
+ :'show_hidden_slides' => :'ShowHiddenSlides',
117
+ :'save_metafiles_as_png' => :'SaveMetafilesAsPng',
118
+ :'password' => :'Password',
119
+ :'embed_true_type_fonts_for_ascii' => :'EmbedTrueTypeFontsForASCII',
120
+ :'additional_common_font_families' => :'AdditionalCommonFontFamilies',
121
+ :'notes_position' => :'NotesPosition',
122
+ :'comments_position' => :'CommentsPosition',
123
+ :'comments_area_width' => :'CommentsAreaWidth',
124
+ :'comments_area_color' => :'CommentsAreaColor',
125
+ :'show_comments_by_no_author' => :'ShowCommentsByNoAuthor',
126
+ :'image_transparent_color' => :'ImageTransparentColor',
127
+ :'apply_image_transparent' => :'ApplyImageTransparent',
128
+ :'access_permissions' => :'AccessPermissions',
129
+ })
130
+ end
131
+
132
+ # Attribute type mapping.
133
+ def self.swagger_types
134
+ super.merge({
135
+ :'text_compression' => :'String',
136
+ :'embed_full_fonts' => :'BOOLEAN',
137
+ :'compliance' => :'String',
138
+ :'sufficient_resolution' => :'Float',
139
+ :'jpeg_quality' => :'Integer',
140
+ :'draw_slides_frame' => :'BOOLEAN',
141
+ :'show_hidden_slides' => :'BOOLEAN',
142
+ :'save_metafiles_as_png' => :'BOOLEAN',
143
+ :'password' => :'String',
144
+ :'embed_true_type_fonts_for_ascii' => :'BOOLEAN',
145
+ :'additional_common_font_families' => :'Array<String>',
146
+ :'notes_position' => :'String',
147
+ :'comments_position' => :'String',
148
+ :'comments_area_width' => :'Integer',
149
+ :'comments_area_color' => :'String',
150
+ :'show_comments_by_no_author' => :'BOOLEAN',
151
+ :'image_transparent_color' => :'String',
152
+ :'apply_image_transparent' => :'BOOLEAN',
153
+ :'access_permissions' => :'AccessPermissions',
154
+ })
155
+ end
156
+
157
+ # Initializes the object
158
+ # @param [Hash] attributes Model attributes in the form of hash
159
+ def initialize(attributes = {})
160
+ super
161
+
162
+ if attributes.has_key?(:'TextCompression')
163
+ self.text_compression = attributes[:'TextCompression']
164
+ end
165
+
166
+ if attributes.has_key?(:'EmbedFullFonts')
167
+ self.embed_full_fonts = attributes[:'EmbedFullFonts']
168
+ end
169
+
170
+ if attributes.has_key?(:'Compliance')
171
+ self.compliance = attributes[:'Compliance']
172
+ end
173
+
174
+ if attributes.has_key?(:'SufficientResolution')
175
+ self.sufficient_resolution = attributes[:'SufficientResolution']
176
+ end
177
+
178
+ if attributes.has_key?(:'JpegQuality')
179
+ self.jpeg_quality = attributes[:'JpegQuality']
180
+ end
181
+
182
+ if attributes.has_key?(:'DrawSlidesFrame')
183
+ self.draw_slides_frame = attributes[:'DrawSlidesFrame']
184
+ end
185
+
186
+ if attributes.has_key?(:'ShowHiddenSlides')
187
+ self.show_hidden_slides = attributes[:'ShowHiddenSlides']
188
+ end
189
+
190
+ if attributes.has_key?(:'SaveMetafilesAsPng')
191
+ self.save_metafiles_as_png = attributes[:'SaveMetafilesAsPng']
192
+ end
193
+
194
+ if attributes.has_key?(:'Password')
195
+ self.password = attributes[:'Password']
196
+ end
197
+
198
+ if attributes.has_key?(:'EmbedTrueTypeFontsForASCII')
199
+ self.embed_true_type_fonts_for_ascii = attributes[:'EmbedTrueTypeFontsForASCII']
200
+ end
201
+
202
+ if attributes.has_key?(:'AdditionalCommonFontFamilies')
203
+ if (value = attributes[:'AdditionalCommonFontFamilies']).is_a?(Array)
204
+ self.additional_common_font_families = value
205
+ end
206
+ end
207
+
208
+ if attributes.has_key?(:'NotesPosition')
209
+ self.notes_position = attributes[:'NotesPosition']
210
+ end
211
+
212
+ if attributes.has_key?(:'CommentsPosition')
213
+ self.comments_position = attributes[:'CommentsPosition']
214
+ end
215
+
216
+ if attributes.has_key?(:'CommentsAreaWidth')
217
+ self.comments_area_width = attributes[:'CommentsAreaWidth']
218
+ end
219
+
220
+ if attributes.has_key?(:'CommentsAreaColor')
221
+ self.comments_area_color = attributes[:'CommentsAreaColor']
222
+ end
223
+
224
+ if attributes.has_key?(:'ShowCommentsByNoAuthor')
225
+ self.show_comments_by_no_author = attributes[:'ShowCommentsByNoAuthor']
226
+ end
227
+
228
+ if attributes.has_key?(:'ImageTransparentColor')
229
+ self.image_transparent_color = attributes[:'ImageTransparentColor']
230
+ end
231
+
232
+ if attributes.has_key?(:'ApplyImageTransparent')
233
+ self.apply_image_transparent = attributes[:'ApplyImageTransparent']
234
+ end
235
+
236
+ if attributes.has_key?(:'AccessPermissions')
237
+ self.access_permissions = attributes[:'AccessPermissions']
238
+ end
239
+ self.format = "pdf"
240
+ end
241
+
242
+ # Show invalid properties with the reasons. Usually used together with valid?
243
+ # @return Array for valid properties with the reasons
244
+ def list_invalid_properties
245
+ invalid_properties = super
246
+ invalid_properties
247
+ end
248
+
249
+ # Check to see if the all the properties in the model are valid
250
+ # @return true if the model is valid
251
+ def valid?
252
+ return false if !super
253
+ text_compression_validator = EnumAttributeValidator.new('String', ['None', 'Flate'])
254
+ return false unless text_compression_validator.valid?(@text_compression)
255
+ compliance_validator = EnumAttributeValidator.new('String', ['Pdf15', 'PdfA1b', 'PdfA1a', 'PdfUa'])
256
+ return false unless compliance_validator.valid?(@compliance)
257
+ notes_position_validator = EnumAttributeValidator.new('String', ['None', 'BottomFull', 'BottomTruncated'])
258
+ return false unless notes_position_validator.valid?(@notes_position)
259
+ comments_position_validator = EnumAttributeValidator.new('String', ['None', 'Bottom', 'Right'])
260
+ return false unless comments_position_validator.valid?(@comments_position)
261
+ true
262
+ end
263
+
264
+ # Custom attribute writer method checking allowed values (enum).
265
+ # @param [Object] text_compression Object to be assigned
266
+ def text_compression=(text_compression)
267
+ validator = EnumAttributeValidator.new('String', ['None', 'Flate'])
268
+ unless validator.valid?(text_compression)
269
+ fail ArgumentError, 'invalid value for "text_compression", must be one of #{validator.allowable_values}.'
270
+ end
271
+ @text_compression = text_compression
272
+ end
273
+
274
+ # Custom attribute writer method checking allowed values (enum).
275
+ # @param [Object] compliance Object to be assigned
276
+ def compliance=(compliance)
277
+ validator = EnumAttributeValidator.new('String', ['Pdf15', 'PdfA1b', 'PdfA1a', 'PdfUa'])
278
+ unless validator.valid?(compliance)
279
+ fail ArgumentError, 'invalid value for "compliance", must be one of #{validator.allowable_values}.'
280
+ end
281
+ @compliance = compliance
282
+ end
283
+
284
+ # Custom attribute writer method checking allowed values (enum).
285
+ # @param [Object] notes_position Object to be assigned
286
+ def notes_position=(notes_position)
287
+ validator = EnumAttributeValidator.new('String', ['None', 'BottomFull', 'BottomTruncated'])
288
+ unless validator.valid?(notes_position)
289
+ fail ArgumentError, 'invalid value for "notes_position", must be one of #{validator.allowable_values}.'
290
+ end
291
+ @notes_position = notes_position
292
+ end
293
+
294
+ # Custom attribute writer method checking allowed values (enum).
295
+ # @param [Object] comments_position Object to be assigned
296
+ def comments_position=(comments_position)
297
+ validator = EnumAttributeValidator.new('String', ['None', 'Bottom', 'Right'])
298
+ unless validator.valid?(comments_position)
299
+ fail ArgumentError, 'invalid value for "comments_position", must be one of #{validator.allowable_values}.'
300
+ end
301
+ @comments_position = comments_position
302
+ end
303
+
304
+ # Checks equality by comparing each attribute.
305
+ # @param [Object] Object to be compared
306
+ def ==(o)
307
+ return true if self.equal?(o)
308
+ self.class == o.class &&
309
+ default_regular_font == o.default_regular_font &&
310
+ font_fallback_rules == o.font_fallback_rules &&
311
+ format == o.format &&
312
+ text_compression == o.text_compression &&
313
+ embed_full_fonts == o.embed_full_fonts &&
314
+ compliance == o.compliance &&
315
+ sufficient_resolution == o.sufficient_resolution &&
316
+ jpeg_quality == o.jpeg_quality &&
317
+ draw_slides_frame == o.draw_slides_frame &&
318
+ show_hidden_slides == o.show_hidden_slides &&
319
+ save_metafiles_as_png == o.save_metafiles_as_png &&
320
+ password == o.password &&
321
+ embed_true_type_fonts_for_ascii == o.embed_true_type_fonts_for_ascii &&
322
+ additional_common_font_families == o.additional_common_font_families &&
323
+ notes_position == o.notes_position &&
324
+ comments_position == o.comments_position &&
325
+ comments_area_width == o.comments_area_width &&
326
+ comments_area_color == o.comments_area_color &&
327
+ show_comments_by_no_author == o.show_comments_by_no_author &&
328
+ image_transparent_color == o.image_transparent_color &&
329
+ apply_image_transparent == o.apply_image_transparent &&
330
+ access_permissions == o.access_permissions
331
+ end
332
+
333
+ # @see the `==` method
334
+ # @param [Object] Object to be compared
335
+ def eql?(o)
336
+ self == o
337
+ end
338
+
339
+ # Calculates hash code according to all attributes.
340
+ # @return [Fixnum] Hash code
341
+ def hash
342
+ [default_regular_font, font_fallback_rules, format, text_compression, embed_full_fonts, compliance, sufficient_resolution, jpeg_quality, draw_slides_frame, show_hidden_slides, save_metafiles_as_png, password, embed_true_type_fonts_for_ascii, additional_common_font_families, notes_position, comments_position, comments_area_width, comments_area_color, show_comments_by_no_author, image_transparent_color, apply_image_transparent, access_permissions].hash
343
+ end
344
+
345
+ # Builds the object from hash
346
+ # @param [Hash] attributes Model attributes in the form of hash
347
+ # @return [Object] Returns the model itself
348
+ def build_from_hash(attributes)
349
+ return nil unless attributes.is_a?(Hash)
350
+ self.class.swagger_types.each_pair do |key, type|
351
+ mapKey = self.class.attribute_map[key]
352
+ if !mapKey.nil?
353
+ val = attributes[mapKey]
354
+ if val.nil?
355
+ mapKeyString = mapKey.to_s
356
+ mapKeyString[0] = mapKeyString[0].downcase
357
+ mapKey = mapKeyString.to_sym
358
+ val = attributes[mapKey]
359
+ end
360
+ if !val.nil?
361
+ if type =~ /\AArray<(.*)>/i
362
+ # check to ensure the input is an array given that the the attribute
363
+ # is documented as an array but the input is not
364
+ if val.is_a?(Array)
365
+ self.send("#{key}=", val.map { |v| _deserialize($1, v) })
366
+ end
367
+ else
368
+ self.send("#{key}=", _deserialize(type, val))
369
+ end
370
+ end
371
+ end
372
+ end
373
+
374
+ self
375
+ end
376
+
377
+ # Deserializes the data based on type
378
+ # @param string type Data type
379
+ # @param string value Value to be deserialized
380
+ # @return [Object] Deserialized data
381
+ def _deserialize(type, value)
382
+ case type.to_sym
383
+ when :DateTime
384
+ DateTime.parse(value)
385
+ when :Date
386
+ Date.parse(value)
387
+ when :String
388
+ value.to_s
389
+ when :Integer
390
+ value.to_i
391
+ when :Float
392
+ value.to_f
393
+ when :BOOLEAN
394
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
395
+ true
396
+ else
397
+ false
398
+ end
399
+ when :Object
400
+ # generic object (usually a Hash), return directly
401
+ value
402
+ when /\AArray<(?<inner_type>.+)>\z/
403
+ inner_type = Regexp.last_match[:inner_type]
404
+ value.map { |v| _deserialize(inner_type, v) }
405
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
406
+ k_type = Regexp.last_match[:k_type]
407
+ v_type = Regexp.last_match[:v_type]
408
+ {}.tap do |hash|
409
+ value.each do |k, v|
410
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
411
+ end
412
+ end
413
+ else # model
414
+ registry_type = AsposeSlidesCloud::TypeRegistry.get_type(type.to_s, value)
415
+ if registry_type
416
+ type = registry_type
417
+ end
418
+ temp_model = AsposeSlidesCloud.const_get(type).new
419
+ temp_model.build_from_hash(value)
420
+ end
421
+ end
422
+
423
+ # Returns the string representation of the object
424
+ # @return [String] String presentation of the object
425
+ def to_s
426
+ to_hash.to_s
427
+ end
428
+
429
+ # to_body is an alias to to_hash (backward compatibility)
430
+ # @return [Hash] Returns the object in the form of hash
431
+ def to_body
432
+ to_hash
433
+ end
434
+
435
+ # Returns the object in the form of hash
436
+ # @return [Hash] Returns the object in the form of hash
437
+ def to_hash
438
+ hash = {}
439
+ self.class.attribute_map.each_pair do |attr, param|
440
+ value = self.send(attr)
441
+ next if value.nil?
442
+ hash[param] = _to_hash(value)
443
+ end
444
+ hash
445
+ end
446
+
447
+ # Outputs non-array value in the form of hash
448
+ # For object, use to_hash. Otherwise, just return the value
449
+ # @param [Object] value Any valid value
450
+ # @return [Hash] Returns the value in the form of hash
451
+ def _to_hash(value)
452
+ if value.is_a?(Array)
453
+ value.compact.map { |v| _to_hash(v) }
454
+ elsif value.is_a?(Hash)
455
+ {}.tap do |hash|
456
+ value.each { |k, v| hash[k] = _to_hash(v) }
457
+ end
458
+ elsif value.respond_to? :to_hash
459
+ value.to_hash
460
+ else
461
+ value
462
+ end
463
+ end
464
+ end
465
+ end