aspose_cells_cloud 20.11 → 21.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (296) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +21 -0
  3. data/README.md +123 -0
  4. data/lib/aspose_cells_cloud.rb +301 -0
  5. data/lib/aspose_cells_cloud/api/cells_api.rb +20104 -0
  6. data/lib/aspose_cells_cloud/api/lite_cells_api.rb +893 -0
  7. data/lib/aspose_cells_cloud/api_client.rb +493 -0
  8. data/lib/aspose_cells_cloud/api_error.rb +48 -0
  9. data/lib/aspose_cells_cloud/configuration.rb +178 -0
  10. data/lib/aspose_cells_cloud/models/above_average.rb +234 -0
  11. data/lib/aspose_cells_cloud/models/access_token_response.rb +261 -0
  12. data/lib/aspose_cells_cloud/models/area.rb +243 -0
  13. data/lib/aspose_cells_cloud/models/auto_filter.rb +227 -0
  14. data/lib/aspose_cells_cloud/models/auto_filter_response.rb +221 -0
  15. data/lib/aspose_cells_cloud/models/auto_fitter_options.rb +231 -0
  16. data/lib/aspose_cells_cloud/models/auto_shape.rb +504 -0
  17. data/lib/aspose_cells_cloud/models/auto_shape_response.rb +221 -0
  18. data/lib/aspose_cells_cloud/models/auto_shapes.rb +209 -0
  19. data/lib/aspose_cells_cloud/models/auto_shapes_response.rb +221 -0
  20. data/lib/aspose_cells_cloud/models/border.rb +216 -0
  21. data/lib/aspose_cells_cloud/models/calculation_options.rb +225 -0
  22. data/lib/aspose_cells_cloud/models/cell.rb +401 -0
  23. data/lib/aspose_cells_cloud/models/cell_area.rb +245 -0
  24. data/lib/aspose_cells_cloud/models/cell_response.rb +221 -0
  25. data/lib/aspose_cells_cloud/models/cell_value.rb +234 -0
  26. data/lib/aspose_cells_cloud/models/cells.rb +270 -0
  27. data/lib/aspose_cells_cloud/models/cells_cloud_file_info.rb +230 -0
  28. data/lib/aspose_cells_cloud/models/cells_cloud_response.rb +212 -0
  29. data/lib/aspose_cells_cloud/models/cells_color.rb +234 -0
  30. data/lib/aspose_cells_cloud/models/cells_document_properties.rb +209 -0
  31. data/lib/aspose_cells_cloud/models/cells_document_properties_response.rb +221 -0
  32. data/lib/aspose_cells_cloud/models/cells_document_property.rb +258 -0
  33. data/lib/aspose_cells_cloud/models/cells_document_property_response.rb +221 -0
  34. data/lib/aspose_cells_cloud/models/cells_error.rb +229 -0
  35. data/lib/aspose_cells_cloud/models/cells_object_operate_task_parameter.rb +216 -0
  36. data/lib/aspose_cells_cloud/models/cells_response.rb +221 -0
  37. data/lib/aspose_cells_cloud/models/chart.rb +626 -0
  38. data/lib/aspose_cells_cloud/models/chart_area.rb +317 -0
  39. data/lib/aspose_cells_cloud/models/chart_area_response.rb +221 -0
  40. data/lib/aspose_cells_cloud/models/chart_frame.rb +317 -0
  41. data/lib/aspose_cells_cloud/models/chart_operate_parameter.rb +279 -0
  42. data/lib/aspose_cells_cloud/models/charts.rb +209 -0
  43. data/lib/aspose_cells_cloud/models/charts_response.rb +221 -0
  44. data/lib/aspose_cells_cloud/models/color.rb +245 -0
  45. data/lib/aspose_cells_cloud/models/color_filter.rb +234 -0
  46. data/lib/aspose_cells_cloud/models/color_filter_request.rb +216 -0
  47. data/lib/aspose_cells_cloud/models/color_scale.rb +249 -0
  48. data/lib/aspose_cells_cloud/models/column.rb +243 -0
  49. data/lib/aspose_cells_cloud/models/column_response.rb +221 -0
  50. data/lib/aspose_cells_cloud/models/columns.rb +237 -0
  51. data/lib/aspose_cells_cloud/models/columns_response.rb +221 -0
  52. data/lib/aspose_cells_cloud/models/comment.rb +297 -0
  53. data/lib/aspose_cells_cloud/models/comment_response.rb +221 -0
  54. data/lib/aspose_cells_cloud/models/comments.rb +209 -0
  55. data/lib/aspose_cells_cloud/models/comments_response.rb +221 -0
  56. data/lib/aspose_cells_cloud/models/conditional_formatting.rb +218 -0
  57. data/lib/aspose_cells_cloud/models/conditional_formatting_icon.rb +235 -0
  58. data/lib/aspose_cells_cloud/models/conditional_formatting_response.rb +221 -0
  59. data/lib/aspose_cells_cloud/models/conditional_formatting_value.rb +219 -0
  60. data/lib/aspose_cells_cloud/models/conditional_formattings.rb +223 -0
  61. data/lib/aspose_cells_cloud/models/conditional_formattings_response.rb +221 -0
  62. data/lib/aspose_cells_cloud/models/convert_task_parameter.rb +216 -0
  63. data/lib/aspose_cells_cloud/models/convert_worksheet_task_parameter.rb +261 -0
  64. data/lib/aspose_cells_cloud/models/copy_options.rb +248 -0
  65. data/lib/aspose_cells_cloud/models/create_pivot_table_request.rb +263 -0
  66. data/lib/aspose_cells_cloud/models/custom_filter.rb +207 -0
  67. data/lib/aspose_cells_cloud/models/custom_parser_config.rb +216 -0
  68. data/lib/aspose_cells_cloud/models/data_bar.rb +309 -0
  69. data/lib/aspose_cells_cloud/models/data_bar_border.rb +209 -0
  70. data/lib/aspose_cells_cloud/models/data_sorter.rb +227 -0
  71. data/lib/aspose_cells_cloud/models/dif_save_options.rb +265 -0
  72. data/lib/aspose_cells_cloud/models/disc_usage.rb +219 -0
  73. data/lib/aspose_cells_cloud/models/dynamic_filter.rb +216 -0
  74. data/lib/aspose_cells_cloud/models/error_details.rb +214 -0
  75. data/lib/aspose_cells_cloud/models/file_info.rb +221 -0
  76. data/lib/aspose_cells_cloud/models/file_source.rb +207 -0
  77. data/lib/aspose_cells_cloud/models/file_version.rb +274 -0
  78. data/lib/aspose_cells_cloud/models/file_versions.rb +201 -0
  79. data/lib/aspose_cells_cloud/models/files_list.rb +201 -0
  80. data/lib/aspose_cells_cloud/models/files_result.rb +200 -0
  81. data/lib/aspose_cells_cloud/models/files_upload_result.rb +213 -0
  82. data/lib/aspose_cells_cloud/models/fill_format.rb +259 -0
  83. data/lib/aspose_cells_cloud/models/fill_format_response.rb +221 -0
  84. data/lib/aspose_cells_cloud/models/filter_column.rb +277 -0
  85. data/lib/aspose_cells_cloud/models/font.rb +279 -0
  86. data/lib/aspose_cells_cloud/models/font_setting.rb +244 -0
  87. data/lib/aspose_cells_cloud/models/format_condition.rb +327 -0
  88. data/lib/aspose_cells_cloud/models/gradient_fill.rb +227 -0
  89. data/lib/aspose_cells_cloud/models/gradient_fill_stop.rb +226 -0
  90. data/lib/aspose_cells_cloud/models/horizontal_page_break.rb +231 -0
  91. data/lib/aspose_cells_cloud/models/horizontal_page_break_response.rb +221 -0
  92. data/lib/aspose_cells_cloud/models/horizontal_page_breaks.rb +209 -0
  93. data/lib/aspose_cells_cloud/models/horizontal_page_breaks_response.rb +221 -0
  94. data/lib/aspose_cells_cloud/models/html_save_options.rb +373 -0
  95. data/lib/aspose_cells_cloud/models/hyperlink.rb +234 -0
  96. data/lib/aspose_cells_cloud/models/hyperlink_response.rb +221 -0
  97. data/lib/aspose_cells_cloud/models/hyperlinks.rb +223 -0
  98. data/lib/aspose_cells_cloud/models/hyperlinks_response.rb +221 -0
  99. data/lib/aspose_cells_cloud/models/icon_filter.rb +212 -0
  100. data/lib/aspose_cells_cloud/models/icon_set.rb +253 -0
  101. data/lib/aspose_cells_cloud/models/image_save_options.rb +373 -0
  102. data/lib/aspose_cells_cloud/models/import_batch_data_option.rb +236 -0
  103. data/lib/aspose_cells_cloud/models/import_csv_data_option.rb +281 -0
  104. data/lib/aspose_cells_cloud/models/import_data_task_parameter.rb +216 -0
  105. data/lib/aspose_cells_cloud/models/import_double_array_option.rb +263 -0
  106. data/lib/aspose_cells_cloud/models/import_int_array_option.rb +263 -0
  107. data/lib/aspose_cells_cloud/models/import_option.rb +225 -0
  108. data/lib/aspose_cells_cloud/models/import_string_array_option.rb +263 -0
  109. data/lib/aspose_cells_cloud/models/legend.rb +335 -0
  110. data/lib/aspose_cells_cloud/models/legend_response.rb +221 -0
  111. data/lib/aspose_cells_cloud/models/line.rb +360 -0
  112. data/lib/aspose_cells_cloud/models/line_format.rb +358 -0
  113. data/lib/aspose_cells_cloud/models/line_response.rb +221 -0
  114. data/lib/aspose_cells_cloud/models/link.rb +225 -0
  115. data/lib/aspose_cells_cloud/models/link_element.rb +198 -0
  116. data/lib/aspose_cells_cloud/models/list_column.rb +209 -0
  117. data/lib/aspose_cells_cloud/models/list_object.rb +350 -0
  118. data/lib/aspose_cells_cloud/models/list_object_operate_parameter.rb +207 -0
  119. data/lib/aspose_cells_cloud/models/list_object_response.rb +221 -0
  120. data/lib/aspose_cells_cloud/models/list_objects.rb +209 -0
  121. data/lib/aspose_cells_cloud/models/list_objects_response.rb +221 -0
  122. data/lib/aspose_cells_cloud/models/m_html_save_options.rb +373 -0
  123. data/lib/aspose_cells_cloud/models/markdown_save_options.rb +292 -0
  124. data/lib/aspose_cells_cloud/models/merged_cell.rb +254 -0
  125. data/lib/aspose_cells_cloud/models/merged_cell_response.rb +221 -0
  126. data/lib/aspose_cells_cloud/models/merged_cells.rb +223 -0
  127. data/lib/aspose_cells_cloud/models/merged_cells_response.rb +221 -0
  128. data/lib/aspose_cells_cloud/models/multiple_filter.rb +189 -0
  129. data/lib/aspose_cells_cloud/models/multiple_filters.rb +209 -0
  130. data/lib/aspose_cells_cloud/models/name.rb +276 -0
  131. data/lib/aspose_cells_cloud/models/name_response.rb +221 -0
  132. data/lib/aspose_cells_cloud/models/names.rb +223 -0
  133. data/lib/aspose_cells_cloud/models/names_response.rb +221 -0
  134. data/lib/aspose_cells_cloud/models/negative_bar_format.rb +229 -0
  135. data/lib/aspose_cells_cloud/models/object_exist.rb +219 -0
  136. data/lib/aspose_cells_cloud/models/ods_save_options.rb +265 -0
  137. data/lib/aspose_cells_cloud/models/ole_object.rb +567 -0
  138. data/lib/aspose_cells_cloud/models/ole_object_response.rb +221 -0
  139. data/lib/aspose_cells_cloud/models/ole_objects.rb +209 -0
  140. data/lib/aspose_cells_cloud/models/ole_objects_response.rb +221 -0
  141. data/lib/aspose_cells_cloud/models/ooxml_save_options.rb +274 -0
  142. data/lib/aspose_cells_cloud/models/operate_object.rb +207 -0
  143. data/lib/aspose_cells_cloud/models/operate_object_position.rb +243 -0
  144. data/lib/aspose_cells_cloud/models/operate_parameter.rb +198 -0
  145. data/lib/aspose_cells_cloud/models/page_break_operate_parameter.rb +252 -0
  146. data/lib/aspose_cells_cloud/models/page_section.rb +259 -0
  147. data/lib/aspose_cells_cloud/models/page_sections_response.rb +223 -0
  148. data/lib/aspose_cells_cloud/models/page_setup.rb +542 -0
  149. data/lib/aspose_cells_cloud/models/page_setup_operate_parameter.rb +207 -0
  150. data/lib/aspose_cells_cloud/models/page_setup_response.rb +221 -0
  151. data/lib/aspose_cells_cloud/models/password_request.rb +198 -0
  152. data/lib/aspose_cells_cloud/models/paste_options.rb +225 -0
  153. data/lib/aspose_cells_cloud/models/pattern_fill.rb +252 -0
  154. data/lib/aspose_cells_cloud/models/pdf_save_options.rb +355 -0
  155. data/lib/aspose_cells_cloud/models/pdf_security_options.rb +283 -0
  156. data/lib/aspose_cells_cloud/models/pic_format_option.rb +243 -0
  157. data/lib/aspose_cells_cloud/models/picture.rb +558 -0
  158. data/lib/aspose_cells_cloud/models/picture_response.rb +221 -0
  159. data/lib/aspose_cells_cloud/models/pictures.rb +209 -0
  160. data/lib/aspose_cells_cloud/models/pictures_response.rb +221 -0
  161. data/lib/aspose_cells_cloud/models/pivot_field.rb +546 -0
  162. data/lib/aspose_cells_cloud/models/pivot_field_response.rb +221 -0
  163. data/lib/aspose_cells_cloud/models/pivot_filter.rb +279 -0
  164. data/lib/aspose_cells_cloud/models/pivot_filter_response.rb +221 -0
  165. data/lib/aspose_cells_cloud/models/pivot_filters_response.rb +223 -0
  166. data/lib/aspose_cells_cloud/models/pivot_item.rb +228 -0
  167. data/lib/aspose_cells_cloud/models/pivot_table.rb +824 -0
  168. data/lib/aspose_cells_cloud/models/pivot_table_field_request.rb +200 -0
  169. data/lib/aspose_cells_cloud/models/pivot_table_operate_parameter.rb +276 -0
  170. data/lib/aspose_cells_cloud/models/pivot_table_response.rb +221 -0
  171. data/lib/aspose_cells_cloud/models/pivot_tables.rb +209 -0
  172. data/lib/aspose_cells_cloud/models/pivot_tables_response.rb +221 -0
  173. data/lib/aspose_cells_cloud/models/protect_sheet_parameter.rb +335 -0
  174. data/lib/aspose_cells_cloud/models/range.rb +309 -0
  175. data/lib/aspose_cells_cloud/models/range_copy_request.rb +225 -0
  176. data/lib/aspose_cells_cloud/models/range_set_outline_border_request.rb +225 -0
  177. data/lib/aspose_cells_cloud/models/range_set_style_request.rb +207 -0
  178. data/lib/aspose_cells_cloud/models/range_value_response.rb +223 -0
  179. data/lib/aspose_cells_cloud/models/ranges.rb +200 -0
  180. data/lib/aspose_cells_cloud/models/ranges_response.rb +221 -0
  181. data/lib/aspose_cells_cloud/models/result_destination.rb +216 -0
  182. data/lib/aspose_cells_cloud/models/row.rb +261 -0
  183. data/lib/aspose_cells_cloud/models/row_response.rb +221 -0
  184. data/lib/aspose_cells_cloud/models/rows.rb +237 -0
  185. data/lib/aspose_cells_cloud/models/rows_response.rb +221 -0
  186. data/lib/aspose_cells_cloud/models/save_options.rb +265 -0
  187. data/lib/aspose_cells_cloud/models/save_response.rb +221 -0
  188. data/lib/aspose_cells_cloud/models/save_result.rb +200 -0
  189. data/lib/aspose_cells_cloud/models/save_result_task_parameter.rb +207 -0
  190. data/lib/aspose_cells_cloud/models/shadow_effect.rb +252 -0
  191. data/lib/aspose_cells_cloud/models/shape.rb +504 -0
  192. data/lib/aspose_cells_cloud/models/shape_operate_parameter.rb +207 -0
  193. data/lib/aspose_cells_cloud/models/shape_response.rb +221 -0
  194. data/lib/aspose_cells_cloud/models/shapes.rb +209 -0
  195. data/lib/aspose_cells_cloud/models/shapes_response.rb +221 -0
  196. data/lib/aspose_cells_cloud/models/single_value.rb +207 -0
  197. data/lib/aspose_cells_cloud/models/single_value_response.rb +221 -0
  198. data/lib/aspose_cells_cloud/models/smart_marker_task_parameter.rb +216 -0
  199. data/lib/aspose_cells_cloud/models/solid_fill.rb +216 -0
  200. data/lib/aspose_cells_cloud/models/sort_key.rb +221 -0
  201. data/lib/aspose_cells_cloud/models/sparkline.rb +226 -0
  202. data/lib/aspose_cells_cloud/models/sparkline_group.rb +434 -0
  203. data/lib/aspose_cells_cloud/models/sparkline_group_response.rb +221 -0
  204. data/lib/aspose_cells_cloud/models/sparkline_groups.rb +200 -0
  205. data/lib/aspose_cells_cloud/models/sparkline_groups_response.rb +221 -0
  206. data/lib/aspose_cells_cloud/models/split_result.rb +200 -0
  207. data/lib/aspose_cells_cloud/models/split_result_document.rb +212 -0
  208. data/lib/aspose_cells_cloud/models/split_result_response.rb +222 -0
  209. data/lib/aspose_cells_cloud/models/split_workbook_task_parameter.rb +243 -0
  210. data/lib/aspose_cells_cloud/models/spreadsheet_ml2003_save_options.rb +292 -0
  211. data/lib/aspose_cells_cloud/models/storage_exist.rb +204 -0
  212. data/lib/aspose_cells_cloud/models/storage_file.rb +249 -0
  213. data/lib/aspose_cells_cloud/models/style.rb +407 -0
  214. data/lib/aspose_cells_cloud/models/style_response.rb +221 -0
  215. data/lib/aspose_cells_cloud/models/svg_save_options.rb +274 -0
  216. data/lib/aspose_cells_cloud/models/task_data.rb +200 -0
  217. data/lib/aspose_cells_cloud/models/task_description.rb +207 -0
  218. data/lib/aspose_cells_cloud/models/task_parameter.rb +189 -0
  219. data/lib/aspose_cells_cloud/models/text_item.rb +207 -0
  220. data/lib/aspose_cells_cloud/models/text_items.rb +209 -0
  221. data/lib/aspose_cells_cloud/models/text_items_response.rb +221 -0
  222. data/lib/aspose_cells_cloud/models/text_options.rb +333 -0
  223. data/lib/aspose_cells_cloud/models/text_water_marker_request.rb +239 -0
  224. data/lib/aspose_cells_cloud/models/texture_fill.rb +243 -0
  225. data/lib/aspose_cells_cloud/models/theme_color.rb +207 -0
  226. data/lib/aspose_cells_cloud/models/tile_pic_option.rb +263 -0
  227. data/lib/aspose_cells_cloud/models/title.rb +380 -0
  228. data/lib/aspose_cells_cloud/models/title_response.rb +221 -0
  229. data/lib/aspose_cells_cloud/models/top10.rb +219 -0
  230. data/lib/aspose_cells_cloud/models/top10_filter.rb +240 -0
  231. data/lib/aspose_cells_cloud/models/txt_save_options.rb +301 -0
  232. data/lib/aspose_cells_cloud/models/validation.rb +360 -0
  233. data/lib/aspose_cells_cloud/models/validation_response.rb +221 -0
  234. data/lib/aspose_cells_cloud/models/validations.rb +223 -0
  235. data/lib/aspose_cells_cloud/models/validations_response.rb +221 -0
  236. data/lib/aspose_cells_cloud/models/value_type.rb +189 -0
  237. data/lib/aspose_cells_cloud/models/vertical_page_break.rb +231 -0
  238. data/lib/aspose_cells_cloud/models/vertical_page_break_response.rb +221 -0
  239. data/lib/aspose_cells_cloud/models/vertical_page_breaks.rb +209 -0
  240. data/lib/aspose_cells_cloud/models/vertical_page_breaks_response.rb +221 -0
  241. data/lib/aspose_cells_cloud/models/workbook.rb +290 -0
  242. data/lib/aspose_cells_cloud/models/workbook_encryption_request.rb +224 -0
  243. data/lib/aspose_cells_cloud/models/workbook_operate_parameter.rb +198 -0
  244. data/lib/aspose_cells_cloud/models/workbook_protection_request.rb +209 -0
  245. data/lib/aspose_cells_cloud/models/workbook_replace_response.rb +235 -0
  246. data/lib/aspose_cells_cloud/models/workbook_response.rb +221 -0
  247. data/lib/aspose_cells_cloud/models/workbook_settings.rb +626 -0
  248. data/lib/aspose_cells_cloud/models/workbook_settings_operate_parameter.rb +207 -0
  249. data/lib/aspose_cells_cloud/models/workbook_settings_response.rb +221 -0
  250. data/lib/aspose_cells_cloud/models/worksheet.rb +510 -0
  251. data/lib/aspose_cells_cloud/models/worksheet_moving_request.rb +209 -0
  252. data/lib/aspose_cells_cloud/models/worksheet_operate_parameter.rb +234 -0
  253. data/lib/aspose_cells_cloud/models/worksheet_replace_response.rb +235 -0
  254. data/lib/aspose_cells_cloud/models/worksheet_response.rb +221 -0
  255. data/lib/aspose_cells_cloud/models/worksheets.rb +209 -0
  256. data/lib/aspose_cells_cloud/models/worksheets_response.rb +221 -0
  257. data/lib/aspose_cells_cloud/models/xls_save_options.rb +265 -0
  258. data/lib/aspose_cells_cloud/models/xlsb_save_options.rb +265 -0
  259. data/lib/aspose_cells_cloud/models/xps_save_options.rb +265 -0
  260. data/lib/aspose_cells_cloud/version.rb +25 -0
  261. data/spec/api/cells_api_spec.rb +1145 -0
  262. data/spec/api/cells_assembly_spec.rb +44 -0
  263. data/spec/api/cells_auto_filter_api_spec.rb +430 -0
  264. data/spec/api/cells_chart_area_api_spec.rb +92 -0
  265. data/spec/api/cells_charts_api_spec.rb +390 -0
  266. data/spec/api/cells_clear_objects_spec.rb +43 -0
  267. data/spec/api/cells_conditional_formattings_api_spec.rb +259 -0
  268. data/spec/api/cells_export_spec.rb +43 -0
  269. data/spec/api/cells_hypelinks_api_spec.rb +170 -0
  270. data/spec/api/cells_list_objects_api_spec.rb +245 -0
  271. data/spec/api/cells_merge_spec.rb +43 -0
  272. data/spec/api/cells_metadata_spec.rb +72 -0
  273. data/spec/api/cells_ole_objects_api_spec.rb +177 -0
  274. data/spec/api/cells_page_breaks_api_spec.rb +269 -0
  275. data/spec/api/cells_page_setup_api_spec.rb +198 -0
  276. data/spec/api/cells_pictures_api_spec.rb +174 -0
  277. data/spec/api/cells_pivot_tables_api_spec.rb +525 -0
  278. data/spec/api/cells_properties_api_spec.rb +129 -0
  279. data/spec/api/cells_protect_spec.rb +43 -0
  280. data/spec/api/cells_ranges_api_spec.rb +312 -0
  281. data/spec/api/cells_save_as_api_spec.rb +74 -0
  282. data/spec/api/cells_search_spec.rb +43 -0
  283. data/spec/api/cells_shapes_api_spec.rb +174 -0
  284. data/spec/api/cells_simple_spec.rb +44 -0
  285. data/spec/api/cells_sparkline_group_spec.rb +43 -0
  286. data/spec/api/cells_split_spec.rb +44 -0
  287. data/spec/api/cells_storage_api_spec.rb +69 -0
  288. data/spec/api/cells_storage_spec.rb +45 -0
  289. data/spec/api/cells_task_api_spec.rb +61 -0
  290. data/spec/api/cells_unlock_spec.rb +43 -0
  291. data/spec/api/cells_watermark_spec.rb +42 -0
  292. data/spec/api/cells_workbook_api_spec.rb +667 -0
  293. data/spec/api/cells_worksheet_validations_api_spec.rb +139 -0
  294. data/spec/api/cells_worksheets_api_spec.rb +843 -0
  295. data/spec/spec_helper.rb +136 -0
  296. metadata +297 -3
@@ -0,0 +1,252 @@
1
+ =begin
2
+ --------------------------------------------------------------------------------------------------------------------
3
+ Copyright (c) 2021 Aspose.Cells Cloud
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
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
+ SOFTWARE.
19
+ --------------------------------------------------------------------------------------------------------------------
20
+
21
+ =end
22
+
23
+ require 'date'
24
+
25
+ module AsposeCellsCloud
26
+
27
+ class ShadowEffect
28
+ attr_accessor :distance
29
+
30
+ attr_accessor :angle
31
+
32
+ attr_accessor :preset_type
33
+
34
+ attr_accessor :color
35
+
36
+ attr_accessor :transparency
37
+
38
+ attr_accessor :blur
39
+
40
+ attr_accessor :size
41
+
42
+
43
+ # Attribute mapping from ruby-style variable name to JSON key.
44
+ def self.attribute_map
45
+ {
46
+ :'distance' => :'Distance',
47
+ :'angle' => :'Angle',
48
+ :'preset_type' => :'PresetType',
49
+ :'color' => :'Color',
50
+ :'transparency' => :'Transparency',
51
+ :'blur' => :'Blur',
52
+ :'size' => :'Size'
53
+ }
54
+ end
55
+
56
+ # Attribute type mapping.
57
+ def self.swagger_types
58
+ {
59
+ :'distance' => :'Float',
60
+ :'angle' => :'Float',
61
+ :'preset_type' => :'String',
62
+ :'color' => :'CellsColor',
63
+ :'transparency' => :'Float',
64
+ :'blur' => :'Float',
65
+ :'size' => :'Float'
66
+ }
67
+ end
68
+
69
+ # Initializes the object
70
+ # @param [Hash] attributes Model attributes in the form of hash
71
+ def initialize(attributes = {})
72
+ return unless attributes.is_a?(Hash)
73
+
74
+ # convert string to symbol for hash key
75
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
76
+
77
+ if attributes.has_key?(:'Distance')
78
+ self.distance = attributes[:'Distance']
79
+ end
80
+
81
+ if attributes.has_key?(:'Angle')
82
+ self.angle = attributes[:'Angle']
83
+ end
84
+
85
+ if attributes.has_key?(:'PresetType')
86
+ self.preset_type = attributes[:'PresetType']
87
+ end
88
+
89
+ if attributes.has_key?(:'Color')
90
+ self.color = attributes[:'Color']
91
+ end
92
+
93
+ if attributes.has_key?(:'Transparency')
94
+ self.transparency = attributes[:'Transparency']
95
+ end
96
+
97
+ if attributes.has_key?(:'Blur')
98
+ self.blur = attributes[:'Blur']
99
+ end
100
+
101
+ if attributes.has_key?(:'Size')
102
+ self.size = attributes[:'Size']
103
+ end
104
+
105
+ end
106
+
107
+ # Show invalid properties with the reasons. Usually used together with valid?
108
+ # @return Array for valid properies with the reasons
109
+ def list_invalid_properties
110
+ invalid_properties = Array.new
111
+ return invalid_properties
112
+ end
113
+
114
+ # Check to see if the all the properties in the model are valid
115
+ # @return true if the model is valid
116
+ def valid?
117
+ return true
118
+ end
119
+
120
+ # Checks equality by comparing each attribute.
121
+ # @param [Object] Object to be compared
122
+ def ==(o)
123
+ return true if self.equal?(o)
124
+ self.class == o.class &&
125
+ distance == o.distance &&
126
+ angle == o.angle &&
127
+ preset_type == o.preset_type &&
128
+ color == o.color &&
129
+ transparency == o.transparency &&
130
+ blur == o.blur &&
131
+ size == o.size
132
+ end
133
+
134
+ # @see the `==` method
135
+ # @param [Object] Object to be compared
136
+ def eql?(o)
137
+ self == o
138
+ end
139
+
140
+ # Calculates hash code according to all attributes.
141
+ # @return [Fixnum] Hash code
142
+ def hash
143
+ [distance, angle, preset_type, color, transparency, blur, size].hash
144
+ end
145
+
146
+ # Builds the object from hash
147
+ # @param [Hash] attributes Model attributes in the form of hash
148
+ # @return [Object] Returns the model itself
149
+ def build_from_hash(attributes)
150
+ return nil unless attributes.is_a?(Hash)
151
+ self.class.swagger_types.each_pair do |key, type|
152
+ if type =~ /\AArray<(.*)>/i
153
+ # check to ensure the input is an array given that the the attribute
154
+ # is documented as an array but the input is not
155
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
156
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
157
+ end
158
+ elsif !attributes[self.class.attribute_map[key]].nil?
159
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
160
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
161
+ end
162
+
163
+ self
164
+ end
165
+
166
+ # Deserializes the data based on type
167
+ # @param string type Data type
168
+ # @param string value Value to be deserialized
169
+ # @return [Object] Deserialized data
170
+ def _deserialize(type, value)
171
+ case type.to_sym
172
+ when :DateTime
173
+ DateTime.parse(value)
174
+ when :Date
175
+ Date.parse(value)
176
+ when :String
177
+ value.to_s
178
+ when :Integer
179
+ value.to_i
180
+ when :Float
181
+ value.to_f
182
+ when :BOOLEAN
183
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
184
+ true
185
+ else
186
+ false
187
+ end
188
+ when :Object
189
+ # generic object (usually a Hash), return directly
190
+ value
191
+ when /\AArray<(?<inner_type>.+)>\z/
192
+ inner_type = Regexp.last_match[:inner_type]
193
+ value.map { |v| _deserialize(inner_type, v) }
194
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
195
+ k_type = Regexp.last_match[:k_type]
196
+ v_type = Regexp.last_match[:v_type]
197
+ {}.tap do |hash|
198
+ value.each do |k, v|
199
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
200
+ end
201
+ end
202
+ else # model
203
+ temp_model = AsposeCellsCloud.const_get(type).new
204
+ temp_model.build_from_hash(value)
205
+ end
206
+ end
207
+
208
+ # Returns the string representation of the object
209
+ # @return [String] String presentation of the object
210
+ def to_s
211
+ to_hash.to_s
212
+ end
213
+
214
+ # to_body is an alias to to_hash (backward compatibility)
215
+ # @return [Hash] Returns the object in the form of hash
216
+ def to_body
217
+ to_hash
218
+ end
219
+
220
+ # Returns the object in the form of hash
221
+ # @return [Hash] Returns the object in the form of hash
222
+ def to_hash
223
+ hash = {}
224
+ self.class.attribute_map.each_pair do |attr, param|
225
+ value = self.send(attr)
226
+ next if value.nil?
227
+ hash[param] = _to_hash(value)
228
+ end
229
+ hash
230
+ end
231
+
232
+ # Outputs non-array value in the form of hash
233
+ # For object, use to_hash. Otherwise, just return the value
234
+ # @param [Object] value Any valid value
235
+ # @return [Hash] Returns the value in the form of hash
236
+ def _to_hash(value)
237
+ if value.is_a?(Array)
238
+ value.compact.map{ |v| _to_hash(v) }
239
+ elsif value.is_a?(Hash)
240
+ {}.tap do |hash|
241
+ value.each { |k, v| hash[k] = _to_hash(v) }
242
+ end
243
+ elsif value.respond_to? :to_hash
244
+ value.to_hash
245
+ else
246
+ value
247
+ end
248
+ end
249
+
250
+ end
251
+
252
+ end
@@ -0,0 +1,504 @@
1
+ =begin
2
+ --------------------------------------------------------------------------------------------------------------------
3
+ Copyright (c) 2021 Aspose.Cells Cloud
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
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
+ SOFTWARE.
19
+ --------------------------------------------------------------------------------------------------------------------
20
+
21
+ =end
22
+
23
+ require 'date'
24
+
25
+ module AsposeCellsCloud
26
+
27
+ class Shape
28
+ attr_accessor :link
29
+
30
+ attr_accessor :alternative_text
31
+
32
+ attr_accessor :bottom
33
+
34
+ attr_accessor :top
35
+
36
+ attr_accessor :width
37
+
38
+ attr_accessor :html_text
39
+
40
+ attr_accessor :text_vertical_alignment
41
+
42
+ attr_accessor :auto_shape_type
43
+
44
+ attr_accessor :is_printable
45
+
46
+ attr_accessor :upper_left_column
47
+
48
+ attr_accessor :is_lock_aspect_ratio
49
+
50
+ attr_accessor :is_group
51
+
52
+ attr_accessor :rotation_angle
53
+
54
+ attr_accessor :z_order_position
55
+
56
+ attr_accessor :text_horizontal_overflow
57
+
58
+ attr_accessor :mso_drawing_type
59
+
60
+ attr_accessor :text_orientation_type
61
+
62
+ attr_accessor :placement
63
+
64
+ attr_accessor :name
65
+
66
+ attr_accessor :is_word_art
67
+
68
+ attr_accessor :linked_cell
69
+
70
+ attr_accessor :upper_left_row
71
+
72
+ attr_accessor :is_locked
73
+
74
+ attr_accessor :lower_right_row
75
+
76
+ attr_accessor :is_text_wrapped
77
+
78
+ attr_accessor :y
79
+
80
+ attr_accessor :x
81
+
82
+ attr_accessor :is_hidden
83
+
84
+ attr_accessor :left
85
+
86
+ attr_accessor :right
87
+
88
+ attr_accessor :text
89
+
90
+ attr_accessor :lower_right_column
91
+
92
+ attr_accessor :height
93
+
94
+ attr_accessor :text_horizontal_alignment
95
+
96
+ attr_accessor :text_vertical_overflow
97
+
98
+
99
+ # Attribute mapping from ruby-style variable name to JSON key.
100
+ def self.attribute_map
101
+ {
102
+ :'link' => :'link',
103
+ :'alternative_text' => :'AlternativeText',
104
+ :'bottom' => :'Bottom',
105
+ :'top' => :'Top',
106
+ :'width' => :'Width',
107
+ :'html_text' => :'HtmlText',
108
+ :'text_vertical_alignment' => :'TextVerticalAlignment',
109
+ :'auto_shape_type' => :'AutoShapeType',
110
+ :'is_printable' => :'IsPrintable',
111
+ :'upper_left_column' => :'UpperLeftColumn',
112
+ :'is_lock_aspect_ratio' => :'IsLockAspectRatio',
113
+ :'is_group' => :'IsGroup',
114
+ :'rotation_angle' => :'RotationAngle',
115
+ :'z_order_position' => :'ZOrderPosition',
116
+ :'text_horizontal_overflow' => :'TextHorizontalOverflow',
117
+ :'mso_drawing_type' => :'MsoDrawingType',
118
+ :'text_orientation_type' => :'TextOrientationType',
119
+ :'placement' => :'Placement',
120
+ :'name' => :'Name',
121
+ :'is_word_art' => :'IsWordArt',
122
+ :'linked_cell' => :'LinkedCell',
123
+ :'upper_left_row' => :'UpperLeftRow',
124
+ :'is_locked' => :'IsLocked',
125
+ :'lower_right_row' => :'LowerRightRow',
126
+ :'is_text_wrapped' => :'IsTextWrapped',
127
+ :'y' => :'Y',
128
+ :'x' => :'X',
129
+ :'is_hidden' => :'IsHidden',
130
+ :'left' => :'Left',
131
+ :'right' => :'Right',
132
+ :'text' => :'Text',
133
+ :'lower_right_column' => :'LowerRightColumn',
134
+ :'height' => :'Height',
135
+ :'text_horizontal_alignment' => :'TextHorizontalAlignment',
136
+ :'text_vertical_overflow' => :'TextVerticalOverflow'
137
+ }
138
+ end
139
+
140
+ # Attribute type mapping.
141
+ def self.swagger_types
142
+ {
143
+ :'link' => :'Link',
144
+ :'alternative_text' => :'String',
145
+ :'bottom' => :'Integer',
146
+ :'top' => :'Integer',
147
+ :'width' => :'Integer',
148
+ :'html_text' => :'String',
149
+ :'text_vertical_alignment' => :'String',
150
+ :'auto_shape_type' => :'String',
151
+ :'is_printable' => :'BOOLEAN',
152
+ :'upper_left_column' => :'Integer',
153
+ :'is_lock_aspect_ratio' => :'BOOLEAN',
154
+ :'is_group' => :'BOOLEAN',
155
+ :'rotation_angle' => :'Float',
156
+ :'z_order_position' => :'Integer',
157
+ :'text_horizontal_overflow' => :'String',
158
+ :'mso_drawing_type' => :'String',
159
+ :'text_orientation_type' => :'String',
160
+ :'placement' => :'String',
161
+ :'name' => :'String',
162
+ :'is_word_art' => :'BOOLEAN',
163
+ :'linked_cell' => :'String',
164
+ :'upper_left_row' => :'Integer',
165
+ :'is_locked' => :'BOOLEAN',
166
+ :'lower_right_row' => :'Integer',
167
+ :'is_text_wrapped' => :'BOOLEAN',
168
+ :'y' => :'Integer',
169
+ :'x' => :'Integer',
170
+ :'is_hidden' => :'BOOLEAN',
171
+ :'left' => :'Integer',
172
+ :'right' => :'Integer',
173
+ :'text' => :'String',
174
+ :'lower_right_column' => :'Integer',
175
+ :'height' => :'Integer',
176
+ :'text_horizontal_alignment' => :'String',
177
+ :'text_vertical_overflow' => :'String'
178
+ }
179
+ end
180
+
181
+ # Initializes the object
182
+ # @param [Hash] attributes Model attributes in the form of hash
183
+ def initialize(attributes = {})
184
+ return unless attributes.is_a?(Hash)
185
+
186
+ # convert string to symbol for hash key
187
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
188
+
189
+ if attributes.has_key?(:'link')
190
+ self.link = attributes[:'link']
191
+ end
192
+
193
+ if attributes.has_key?(:'AlternativeText')
194
+ self.alternative_text = attributes[:'AlternativeText']
195
+ end
196
+
197
+ if attributes.has_key?(:'Bottom')
198
+ self.bottom = attributes[:'Bottom']
199
+ end
200
+
201
+ if attributes.has_key?(:'Top')
202
+ self.top = attributes[:'Top']
203
+ end
204
+
205
+ if attributes.has_key?(:'Width')
206
+ self.width = attributes[:'Width']
207
+ end
208
+
209
+ if attributes.has_key?(:'HtmlText')
210
+ self.html_text = attributes[:'HtmlText']
211
+ end
212
+
213
+ if attributes.has_key?(:'TextVerticalAlignment')
214
+ self.text_vertical_alignment = attributes[:'TextVerticalAlignment']
215
+ end
216
+
217
+ if attributes.has_key?(:'AutoShapeType')
218
+ self.auto_shape_type = attributes[:'AutoShapeType']
219
+ end
220
+
221
+ if attributes.has_key?(:'IsPrintable')
222
+ self.is_printable = attributes[:'IsPrintable']
223
+ end
224
+
225
+ if attributes.has_key?(:'UpperLeftColumn')
226
+ self.upper_left_column = attributes[:'UpperLeftColumn']
227
+ end
228
+
229
+ if attributes.has_key?(:'IsLockAspectRatio')
230
+ self.is_lock_aspect_ratio = attributes[:'IsLockAspectRatio']
231
+ end
232
+
233
+ if attributes.has_key?(:'IsGroup')
234
+ self.is_group = attributes[:'IsGroup']
235
+ end
236
+
237
+ if attributes.has_key?(:'RotationAngle')
238
+ self.rotation_angle = attributes[:'RotationAngle']
239
+ end
240
+
241
+ if attributes.has_key?(:'ZOrderPosition')
242
+ self.z_order_position = attributes[:'ZOrderPosition']
243
+ end
244
+
245
+ if attributes.has_key?(:'TextHorizontalOverflow')
246
+ self.text_horizontal_overflow = attributes[:'TextHorizontalOverflow']
247
+ end
248
+
249
+ if attributes.has_key?(:'MsoDrawingType')
250
+ self.mso_drawing_type = attributes[:'MsoDrawingType']
251
+ end
252
+
253
+ if attributes.has_key?(:'TextOrientationType')
254
+ self.text_orientation_type = attributes[:'TextOrientationType']
255
+ end
256
+
257
+ if attributes.has_key?(:'Placement')
258
+ self.placement = attributes[:'Placement']
259
+ end
260
+
261
+ if attributes.has_key?(:'Name')
262
+ self.name = attributes[:'Name']
263
+ end
264
+
265
+ if attributes.has_key?(:'IsWordArt')
266
+ self.is_word_art = attributes[:'IsWordArt']
267
+ end
268
+
269
+ if attributes.has_key?(:'LinkedCell')
270
+ self.linked_cell = attributes[:'LinkedCell']
271
+ end
272
+
273
+ if attributes.has_key?(:'UpperLeftRow')
274
+ self.upper_left_row = attributes[:'UpperLeftRow']
275
+ end
276
+
277
+ if attributes.has_key?(:'IsLocked')
278
+ self.is_locked = attributes[:'IsLocked']
279
+ end
280
+
281
+ if attributes.has_key?(:'LowerRightRow')
282
+ self.lower_right_row = attributes[:'LowerRightRow']
283
+ end
284
+
285
+ if attributes.has_key?(:'IsTextWrapped')
286
+ self.is_text_wrapped = attributes[:'IsTextWrapped']
287
+ end
288
+
289
+ if attributes.has_key?(:'Y')
290
+ self.y = attributes[:'Y']
291
+ end
292
+
293
+ if attributes.has_key?(:'X')
294
+ self.x = attributes[:'X']
295
+ end
296
+
297
+ if attributes.has_key?(:'IsHidden')
298
+ self.is_hidden = attributes[:'IsHidden']
299
+ end
300
+
301
+ if attributes.has_key?(:'Left')
302
+ self.left = attributes[:'Left']
303
+ end
304
+
305
+ if attributes.has_key?(:'Right')
306
+ self.right = attributes[:'Right']
307
+ end
308
+
309
+ if attributes.has_key?(:'Text')
310
+ self.text = attributes[:'Text']
311
+ end
312
+
313
+ if attributes.has_key?(:'LowerRightColumn')
314
+ self.lower_right_column = attributes[:'LowerRightColumn']
315
+ end
316
+
317
+ if attributes.has_key?(:'Height')
318
+ self.height = attributes[:'Height']
319
+ end
320
+
321
+ if attributes.has_key?(:'TextHorizontalAlignment')
322
+ self.text_horizontal_alignment = attributes[:'TextHorizontalAlignment']
323
+ end
324
+
325
+ if attributes.has_key?(:'TextVerticalOverflow')
326
+ self.text_vertical_overflow = attributes[:'TextVerticalOverflow']
327
+ end
328
+
329
+ end
330
+
331
+ # Show invalid properties with the reasons. Usually used together with valid?
332
+ # @return Array for valid properies with the reasons
333
+ def list_invalid_properties
334
+ invalid_properties = Array.new
335
+ return invalid_properties
336
+ end
337
+
338
+ # Check to see if the all the properties in the model are valid
339
+ # @return true if the model is valid
340
+ def valid?
341
+ return true
342
+ end
343
+
344
+ # Checks equality by comparing each attribute.
345
+ # @param [Object] Object to be compared
346
+ def ==(o)
347
+ return true if self.equal?(o)
348
+ self.class == o.class &&
349
+ link == o.link &&
350
+ alternative_text == o.alternative_text &&
351
+ bottom == o.bottom &&
352
+ top == o.top &&
353
+ width == o.width &&
354
+ html_text == o.html_text &&
355
+ text_vertical_alignment == o.text_vertical_alignment &&
356
+ auto_shape_type == o.auto_shape_type &&
357
+ is_printable == o.is_printable &&
358
+ upper_left_column == o.upper_left_column &&
359
+ is_lock_aspect_ratio == o.is_lock_aspect_ratio &&
360
+ is_group == o.is_group &&
361
+ rotation_angle == o.rotation_angle &&
362
+ z_order_position == o.z_order_position &&
363
+ text_horizontal_overflow == o.text_horizontal_overflow &&
364
+ mso_drawing_type == o.mso_drawing_type &&
365
+ text_orientation_type == o.text_orientation_type &&
366
+ placement == o.placement &&
367
+ name == o.name &&
368
+ is_word_art == o.is_word_art &&
369
+ linked_cell == o.linked_cell &&
370
+ upper_left_row == o.upper_left_row &&
371
+ is_locked == o.is_locked &&
372
+ lower_right_row == o.lower_right_row &&
373
+ is_text_wrapped == o.is_text_wrapped &&
374
+ y == o.y &&
375
+ x == o.x &&
376
+ is_hidden == o.is_hidden &&
377
+ left == o.left &&
378
+ right == o.right &&
379
+ text == o.text &&
380
+ lower_right_column == o.lower_right_column &&
381
+ height == o.height &&
382
+ text_horizontal_alignment == o.text_horizontal_alignment &&
383
+ text_vertical_overflow == o.text_vertical_overflow
384
+ end
385
+
386
+ # @see the `==` method
387
+ # @param [Object] Object to be compared
388
+ def eql?(o)
389
+ self == o
390
+ end
391
+
392
+ # Calculates hash code according to all attributes.
393
+ # @return [Fixnum] Hash code
394
+ def hash
395
+ [link, alternative_text, bottom, top, width, html_text, text_vertical_alignment, auto_shape_type, is_printable, upper_left_column, is_lock_aspect_ratio, is_group, rotation_angle, z_order_position, text_horizontal_overflow, mso_drawing_type, text_orientation_type, placement, name, is_word_art, linked_cell, upper_left_row, is_locked, lower_right_row, is_text_wrapped, y, x, is_hidden, left, right, text, lower_right_column, height, text_horizontal_alignment, text_vertical_overflow].hash
396
+ end
397
+
398
+ # Builds the object from hash
399
+ # @param [Hash] attributes Model attributes in the form of hash
400
+ # @return [Object] Returns the model itself
401
+ def build_from_hash(attributes)
402
+ return nil unless attributes.is_a?(Hash)
403
+ self.class.swagger_types.each_pair do |key, type|
404
+ if type =~ /\AArray<(.*)>/i
405
+ # check to ensure the input is an array given that the the attribute
406
+ # is documented as an array but the input is not
407
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
408
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
409
+ end
410
+ elsif !attributes[self.class.attribute_map[key]].nil?
411
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
412
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
413
+ end
414
+
415
+ self
416
+ end
417
+
418
+ # Deserializes the data based on type
419
+ # @param string type Data type
420
+ # @param string value Value to be deserialized
421
+ # @return [Object] Deserialized data
422
+ def _deserialize(type, value)
423
+ case type.to_sym
424
+ when :DateTime
425
+ DateTime.parse(value)
426
+ when :Date
427
+ Date.parse(value)
428
+ when :String
429
+ value.to_s
430
+ when :Integer
431
+ value.to_i
432
+ when :Float
433
+ value.to_f
434
+ when :BOOLEAN
435
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
436
+ true
437
+ else
438
+ false
439
+ end
440
+ when :Object
441
+ # generic object (usually a Hash), return directly
442
+ value
443
+ when /\AArray<(?<inner_type>.+)>\z/
444
+ inner_type = Regexp.last_match[:inner_type]
445
+ value.map { |v| _deserialize(inner_type, v) }
446
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
447
+ k_type = Regexp.last_match[:k_type]
448
+ v_type = Regexp.last_match[:v_type]
449
+ {}.tap do |hash|
450
+ value.each do |k, v|
451
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
452
+ end
453
+ end
454
+ else # model
455
+ temp_model = AsposeCellsCloud.const_get(type).new
456
+ temp_model.build_from_hash(value)
457
+ end
458
+ end
459
+
460
+ # Returns the string representation of the object
461
+ # @return [String] String presentation of the object
462
+ def to_s
463
+ to_hash.to_s
464
+ end
465
+
466
+ # to_body is an alias to to_hash (backward compatibility)
467
+ # @return [Hash] Returns the object in the form of hash
468
+ def to_body
469
+ to_hash
470
+ end
471
+
472
+ # Returns the object in the form of hash
473
+ # @return [Hash] Returns the object in the form of hash
474
+ def to_hash
475
+ hash = {}
476
+ self.class.attribute_map.each_pair do |attr, param|
477
+ value = self.send(attr)
478
+ next if value.nil?
479
+ hash[param] = _to_hash(value)
480
+ end
481
+ hash
482
+ end
483
+
484
+ # Outputs non-array value in the form of hash
485
+ # For object, use to_hash. Otherwise, just return the value
486
+ # @param [Object] value Any valid value
487
+ # @return [Hash] Returns the value in the form of hash
488
+ def _to_hash(value)
489
+ if value.is_a?(Array)
490
+ value.compact.map{ |v| _to_hash(v) }
491
+ elsif value.is_a?(Hash)
492
+ {}.tap do |hash|
493
+ value.each { |k, v| hash[k] = _to_hash(v) }
494
+ end
495
+ elsif value.respond_to? :to_hash
496
+ value.to_hash
497
+ else
498
+ value
499
+ end
500
+ end
501
+
502
+ end
503
+
504
+ end