aspose_cells_cloud 20.8 → 21.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (549) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +47 -52
  4. data/lib/aspose_cells_cloud.rb +297 -291
  5. data/lib/aspose_cells_cloud/api/cells_api.rb +20033 -19207
  6. data/lib/aspose_cells_cloud/api_client.rb +493 -489
  7. data/lib/aspose_cells_cloud/api_error.rb +18 -8
  8. data/lib/aspose_cells_cloud/configuration.rb +178 -178
  9. data/lib/aspose_cells_cloud/models/above_average.rb +234 -234
  10. data/lib/aspose_cells_cloud/models/access_token_response.rb +261 -261
  11. data/lib/aspose_cells_cloud/models/area.rb +243 -243
  12. data/lib/aspose_cells_cloud/models/auto_filter.rb +227 -227
  13. data/lib/aspose_cells_cloud/models/auto_filter_response.rb +221 -221
  14. data/lib/aspose_cells_cloud/models/auto_fitter_options.rb +231 -231
  15. data/lib/aspose_cells_cloud/models/auto_shape.rb +504 -504
  16. data/lib/aspose_cells_cloud/models/auto_shape_response.rb +221 -221
  17. data/lib/aspose_cells_cloud/models/auto_shapes.rb +209 -209
  18. data/lib/aspose_cells_cloud/models/auto_shapes_response.rb +221 -221
  19. data/lib/aspose_cells_cloud/models/border.rb +216 -216
  20. data/lib/aspose_cells_cloud/models/calculation_options.rb +225 -225
  21. data/lib/aspose_cells_cloud/models/cell.rb +401 -401
  22. data/lib/aspose_cells_cloud/models/cell_area.rb +245 -245
  23. data/lib/aspose_cells_cloud/models/cell_response.rb +221 -221
  24. data/lib/aspose_cells_cloud/models/cell_value.rb +234 -234
  25. data/lib/aspose_cells_cloud/models/cells.rb +270 -270
  26. data/lib/aspose_cells_cloud/models/cells_cloud_file_info.rb +230 -230
  27. data/lib/aspose_cells_cloud/models/cells_cloud_response.rb +212 -212
  28. data/lib/aspose_cells_cloud/models/cells_color.rb +234 -234
  29. data/lib/aspose_cells_cloud/models/cells_document_properties.rb +209 -209
  30. data/lib/aspose_cells_cloud/models/cells_document_properties_response.rb +221 -221
  31. data/lib/aspose_cells_cloud/models/cells_document_property.rb +225 -225
  32. data/lib/aspose_cells_cloud/models/cells_document_property_response.rb +221 -221
  33. data/lib/aspose_cells_cloud/models/{error.rb → cells_error.rb} +229 -229
  34. data/lib/aspose_cells_cloud/models/cells_object_operate_task_parameter.rb +216 -216
  35. data/lib/aspose_cells_cloud/models/cells_response.rb +221 -221
  36. data/lib/aspose_cells_cloud/models/chart.rb +626 -626
  37. data/lib/aspose_cells_cloud/models/chart_area.rb +317 -317
  38. data/lib/aspose_cells_cloud/models/chart_area_response.rb +221 -221
  39. data/lib/aspose_cells_cloud/models/chart_frame.rb +317 -317
  40. data/lib/aspose_cells_cloud/models/chart_operate_parameter.rb +279 -279
  41. data/lib/aspose_cells_cloud/models/charts.rb +209 -209
  42. data/lib/aspose_cells_cloud/models/charts_response.rb +221 -221
  43. data/lib/aspose_cells_cloud/models/color.rb +245 -245
  44. data/lib/aspose_cells_cloud/models/color_filter.rb +234 -234
  45. data/lib/aspose_cells_cloud/models/color_filter_request.rb +216 -216
  46. data/lib/aspose_cells_cloud/models/color_scale.rb +249 -249
  47. data/lib/aspose_cells_cloud/models/column.rb +243 -243
  48. data/lib/aspose_cells_cloud/models/column_response.rb +221 -221
  49. data/lib/aspose_cells_cloud/models/columns.rb +237 -237
  50. data/lib/aspose_cells_cloud/models/columns_response.rb +221 -221
  51. data/lib/aspose_cells_cloud/models/comment.rb +297 -297
  52. data/lib/aspose_cells_cloud/models/comment_response.rb +221 -221
  53. data/lib/aspose_cells_cloud/models/comments.rb +209 -209
  54. data/lib/aspose_cells_cloud/models/comments_response.rb +221 -221
  55. data/lib/aspose_cells_cloud/models/conditional_formatting.rb +218 -218
  56. data/lib/aspose_cells_cloud/models/conditional_formatting_icon.rb +235 -235
  57. data/lib/aspose_cells_cloud/models/conditional_formatting_response.rb +221 -221
  58. data/lib/aspose_cells_cloud/models/conditional_formatting_value.rb +219 -219
  59. data/lib/aspose_cells_cloud/models/conditional_formattings.rb +223 -223
  60. data/lib/aspose_cells_cloud/models/conditional_formattings_response.rb +221 -221
  61. data/lib/aspose_cells_cloud/models/convert_task_parameter.rb +216 -216
  62. data/lib/aspose_cells_cloud/models/convert_worksheet_task_parameter.rb +261 -0
  63. data/lib/aspose_cells_cloud/models/copy_options.rb +248 -248
  64. data/lib/aspose_cells_cloud/models/create_pivot_table_request.rb +263 -263
  65. data/lib/aspose_cells_cloud/models/custom_filter.rb +207 -207
  66. data/lib/aspose_cells_cloud/models/custom_parser_config.rb +216 -216
  67. data/lib/aspose_cells_cloud/models/data_bar.rb +309 -309
  68. data/lib/aspose_cells_cloud/models/data_bar_border.rb +209 -209
  69. data/lib/aspose_cells_cloud/models/data_sorter.rb +227 -227
  70. data/lib/aspose_cells_cloud/models/dif_save_options.rb +265 -265
  71. data/lib/aspose_cells_cloud/models/disc_usage.rb +219 -219
  72. data/lib/aspose_cells_cloud/models/dynamic_filter.rb +216 -216
  73. data/lib/aspose_cells_cloud/models/error_details.rb +214 -214
  74. data/lib/aspose_cells_cloud/models/file_source.rb +207 -207
  75. data/lib/aspose_cells_cloud/models/file_version.rb +274 -274
  76. data/lib/aspose_cells_cloud/models/file_versions.rb +201 -201
  77. data/lib/aspose_cells_cloud/models/files_list.rb +201 -201
  78. data/lib/aspose_cells_cloud/models/files_upload_result.rb +213 -213
  79. data/lib/aspose_cells_cloud/models/fill_format.rb +259 -259
  80. data/lib/aspose_cells_cloud/models/fill_format_response.rb +221 -221
  81. data/lib/aspose_cells_cloud/models/filter_column.rb +277 -277
  82. data/lib/aspose_cells_cloud/models/font.rb +279 -279
  83. data/lib/aspose_cells_cloud/models/font_setting.rb +244 -244
  84. data/lib/aspose_cells_cloud/models/format_condition.rb +327 -327
  85. data/lib/aspose_cells_cloud/models/gradient_fill.rb +227 -227
  86. data/lib/aspose_cells_cloud/models/gradient_fill_stop.rb +226 -226
  87. data/lib/aspose_cells_cloud/models/horizontal_page_break.rb +231 -231
  88. data/lib/aspose_cells_cloud/models/horizontal_page_break_response.rb +221 -221
  89. data/lib/aspose_cells_cloud/models/horizontal_page_breaks.rb +209 -209
  90. data/lib/aspose_cells_cloud/models/horizontal_page_breaks_response.rb +221 -221
  91. data/lib/aspose_cells_cloud/models/html_save_options.rb +373 -373
  92. data/lib/aspose_cells_cloud/models/hyperlink.rb +234 -234
  93. data/lib/aspose_cells_cloud/models/hyperlink_response.rb +221 -221
  94. data/lib/aspose_cells_cloud/models/hyperlinks.rb +223 -223
  95. data/lib/aspose_cells_cloud/models/hyperlinks_response.rb +221 -221
  96. data/lib/aspose_cells_cloud/models/icon_filter.rb +212 -212
  97. data/lib/aspose_cells_cloud/models/icon_set.rb +253 -253
  98. data/lib/aspose_cells_cloud/models/image_save_options.rb +373 -373
  99. data/lib/aspose_cells_cloud/models/import_batch_data_option.rb +236 -236
  100. data/lib/aspose_cells_cloud/models/import_csv_data_option.rb +281 -281
  101. data/lib/aspose_cells_cloud/models/import_data_task_parameter.rb +216 -216
  102. data/lib/aspose_cells_cloud/models/import_double_array_option.rb +263 -263
  103. data/lib/aspose_cells_cloud/models/import_int_array_option.rb +263 -263
  104. data/lib/aspose_cells_cloud/models/import_option.rb +225 -225
  105. data/lib/aspose_cells_cloud/models/import_string_array_option.rb +263 -263
  106. data/lib/aspose_cells_cloud/models/legend.rb +335 -335
  107. data/lib/aspose_cells_cloud/models/legend_response.rb +221 -221
  108. data/lib/aspose_cells_cloud/models/line.rb +360 -360
  109. data/lib/aspose_cells_cloud/models/line_format.rb +358 -358
  110. data/lib/aspose_cells_cloud/models/line_response.rb +221 -221
  111. data/lib/aspose_cells_cloud/models/link.rb +225 -225
  112. data/lib/aspose_cells_cloud/models/link_element.rb +198 -198
  113. data/lib/aspose_cells_cloud/models/list_column.rb +209 -209
  114. data/lib/aspose_cells_cloud/models/list_object.rb +350 -350
  115. data/lib/aspose_cells_cloud/models/list_object_operate_parameter.rb +207 -207
  116. data/lib/aspose_cells_cloud/models/list_object_response.rb +221 -221
  117. data/lib/aspose_cells_cloud/models/list_objects.rb +209 -209
  118. data/lib/aspose_cells_cloud/models/list_objects_response.rb +221 -221
  119. data/lib/aspose_cells_cloud/models/m_html_save_options.rb +373 -373
  120. data/lib/aspose_cells_cloud/models/markdown_save_options.rb +292 -292
  121. data/lib/aspose_cells_cloud/models/merged_cell.rb +254 -254
  122. data/lib/aspose_cells_cloud/models/merged_cell_response.rb +221 -221
  123. data/lib/aspose_cells_cloud/models/merged_cells.rb +223 -223
  124. data/lib/aspose_cells_cloud/models/merged_cells_response.rb +221 -221
  125. data/lib/aspose_cells_cloud/models/multiple_filter.rb +189 -189
  126. data/lib/aspose_cells_cloud/models/multiple_filters.rb +209 -209
  127. data/lib/aspose_cells_cloud/models/name.rb +276 -276
  128. data/lib/aspose_cells_cloud/models/name_response.rb +221 -221
  129. data/lib/aspose_cells_cloud/models/names.rb +223 -223
  130. data/lib/aspose_cells_cloud/models/names_response.rb +221 -221
  131. data/lib/aspose_cells_cloud/models/negative_bar_format.rb +229 -229
  132. data/lib/aspose_cells_cloud/models/object_exist.rb +219 -219
  133. data/lib/aspose_cells_cloud/models/ods_save_options.rb +265 -265
  134. data/lib/aspose_cells_cloud/models/ole_object.rb +567 -567
  135. data/lib/aspose_cells_cloud/models/ole_object_response.rb +221 -221
  136. data/lib/aspose_cells_cloud/models/ole_objects.rb +209 -209
  137. data/lib/aspose_cells_cloud/models/ole_objects_response.rb +221 -221
  138. data/lib/aspose_cells_cloud/models/ooxml_save_options.rb +274 -274
  139. data/lib/aspose_cells_cloud/models/operate_object.rb +207 -207
  140. data/lib/aspose_cells_cloud/models/operate_object_position.rb +243 -243
  141. data/lib/aspose_cells_cloud/models/operate_parameter.rb +198 -198
  142. data/lib/aspose_cells_cloud/models/page_break_operate_parameter.rb +252 -252
  143. data/lib/aspose_cells_cloud/models/page_section.rb +259 -259
  144. data/lib/aspose_cells_cloud/models/page_sections_response.rb +223 -223
  145. data/lib/aspose_cells_cloud/models/page_setup.rb +542 -542
  146. data/lib/aspose_cells_cloud/models/page_setup_operate_parameter.rb +207 -207
  147. data/lib/aspose_cells_cloud/models/page_setup_response.rb +221 -221
  148. data/lib/aspose_cells_cloud/models/password_request.rb +198 -198
  149. data/lib/aspose_cells_cloud/models/paste_options.rb +225 -225
  150. data/lib/aspose_cells_cloud/models/pattern_fill.rb +252 -252
  151. data/lib/aspose_cells_cloud/models/pdf_save_options.rb +355 -355
  152. data/lib/aspose_cells_cloud/models/pdf_security_options.rb +283 -283
  153. data/lib/aspose_cells_cloud/models/pic_format_option.rb +243 -243
  154. data/lib/aspose_cells_cloud/models/picture.rb +558 -558
  155. data/lib/aspose_cells_cloud/models/picture_response.rb +221 -221
  156. data/lib/aspose_cells_cloud/models/pictures.rb +209 -209
  157. data/lib/aspose_cells_cloud/models/pictures_response.rb +221 -221
  158. data/lib/aspose_cells_cloud/models/pivot_field.rb +546 -546
  159. data/lib/aspose_cells_cloud/models/pivot_field_response.rb +221 -221
  160. data/lib/aspose_cells_cloud/models/pivot_filter.rb +279 -279
  161. data/lib/aspose_cells_cloud/models/pivot_filter_response.rb +221 -221
  162. data/lib/aspose_cells_cloud/models/pivot_filters_response.rb +223 -223
  163. data/lib/aspose_cells_cloud/models/pivot_item.rb +228 -228
  164. data/lib/aspose_cells_cloud/models/pivot_table.rb +824 -824
  165. data/lib/aspose_cells_cloud/models/pivot_table_field_request.rb +200 -200
  166. data/lib/aspose_cells_cloud/models/pivot_table_operate_parameter.rb +276 -276
  167. data/lib/aspose_cells_cloud/models/pivot_table_response.rb +221 -221
  168. data/lib/aspose_cells_cloud/models/pivot_tables.rb +209 -209
  169. data/lib/aspose_cells_cloud/models/pivot_tables_response.rb +221 -221
  170. data/lib/aspose_cells_cloud/models/protect_sheet_parameter.rb +335 -335
  171. data/lib/aspose_cells_cloud/models/range.rb +309 -309
  172. data/lib/aspose_cells_cloud/models/range_copy_request.rb +225 -225
  173. data/lib/aspose_cells_cloud/models/range_set_outline_border_request.rb +225 -225
  174. data/lib/aspose_cells_cloud/models/range_set_style_request.rb +207 -207
  175. data/lib/aspose_cells_cloud/models/range_value_response.rb +223 -223
  176. data/lib/aspose_cells_cloud/models/ranges.rb +200 -200
  177. data/lib/aspose_cells_cloud/models/ranges_response.rb +221 -221
  178. data/lib/aspose_cells_cloud/models/result_destination.rb +216 -216
  179. data/lib/aspose_cells_cloud/models/row.rb +261 -261
  180. data/lib/aspose_cells_cloud/models/row_response.rb +221 -221
  181. data/lib/aspose_cells_cloud/models/rows.rb +237 -237
  182. data/lib/aspose_cells_cloud/models/rows_response.rb +221 -221
  183. data/lib/aspose_cells_cloud/models/save_options.rb +265 -265
  184. data/lib/aspose_cells_cloud/models/save_response.rb +221 -221
  185. data/lib/aspose_cells_cloud/models/save_result.rb +200 -200
  186. data/lib/aspose_cells_cloud/models/save_result_task_parameter.rb +207 -207
  187. data/lib/aspose_cells_cloud/models/shadow_effect.rb +252 -252
  188. data/lib/aspose_cells_cloud/models/shape.rb +504 -504
  189. data/lib/aspose_cells_cloud/models/shape_operate_parameter.rb +207 -207
  190. data/lib/aspose_cells_cloud/models/shape_response.rb +221 -221
  191. data/lib/aspose_cells_cloud/models/shapes.rb +209 -209
  192. data/lib/aspose_cells_cloud/models/shapes_response.rb +221 -221
  193. data/lib/aspose_cells_cloud/models/single_value.rb +207 -207
  194. data/lib/aspose_cells_cloud/models/single_value_response.rb +221 -221
  195. data/lib/aspose_cells_cloud/models/smart_marker_task_parameter.rb +216 -216
  196. data/lib/aspose_cells_cloud/models/solid_fill.rb +216 -216
  197. data/lib/aspose_cells_cloud/models/sort_key.rb +221 -221
  198. data/lib/aspose_cells_cloud/models/sparkline.rb +226 -0
  199. data/lib/aspose_cells_cloud/models/sparkline_group.rb +434 -0
  200. data/lib/aspose_cells_cloud/models/sparkline_group_response.rb +221 -0
  201. data/lib/aspose_cells_cloud/models/sparkline_groups.rb +200 -0
  202. data/lib/aspose_cells_cloud/models/sparkline_groups_response.rb +221 -0
  203. data/lib/aspose_cells_cloud/models/split_result.rb +200 -200
  204. data/lib/aspose_cells_cloud/models/split_result_document.rb +212 -212
  205. data/lib/aspose_cells_cloud/models/split_result_response.rb +222 -222
  206. data/lib/aspose_cells_cloud/models/split_workbook_task_parameter.rb +243 -243
  207. data/lib/aspose_cells_cloud/models/spreadsheet_ml2003_save_options.rb +292 -292
  208. data/lib/aspose_cells_cloud/models/storage_exist.rb +204 -204
  209. data/lib/aspose_cells_cloud/models/storage_file.rb +249 -249
  210. data/lib/aspose_cells_cloud/models/style.rb +407 -407
  211. data/lib/aspose_cells_cloud/models/style_response.rb +221 -221
  212. data/lib/aspose_cells_cloud/models/svg_save_options.rb +274 -274
  213. data/lib/aspose_cells_cloud/models/task_data.rb +200 -200
  214. data/lib/aspose_cells_cloud/models/task_description.rb +207 -207
  215. data/lib/aspose_cells_cloud/models/task_parameter.rb +189 -189
  216. data/lib/aspose_cells_cloud/models/text_item.rb +207 -207
  217. data/lib/aspose_cells_cloud/models/text_items.rb +209 -209
  218. data/lib/aspose_cells_cloud/models/text_items_response.rb +221 -221
  219. data/lib/aspose_cells_cloud/models/text_options.rb +333 -333
  220. data/lib/aspose_cells_cloud/models/text_water_marker_request.rb +239 -239
  221. data/lib/aspose_cells_cloud/models/texture_fill.rb +243 -243
  222. data/lib/aspose_cells_cloud/models/theme_color.rb +207 -207
  223. data/lib/aspose_cells_cloud/models/tile_pic_option.rb +263 -263
  224. data/lib/aspose_cells_cloud/models/title.rb +380 -380
  225. data/lib/aspose_cells_cloud/models/title_response.rb +221 -221
  226. data/lib/aspose_cells_cloud/models/top10.rb +219 -219
  227. data/lib/aspose_cells_cloud/models/top10_filter.rb +240 -240
  228. data/lib/aspose_cells_cloud/models/txt_save_options.rb +301 -301
  229. data/lib/aspose_cells_cloud/models/validation.rb +360 -360
  230. data/lib/aspose_cells_cloud/models/validation_response.rb +221 -221
  231. data/lib/aspose_cells_cloud/models/validations.rb +223 -223
  232. data/lib/aspose_cells_cloud/models/validations_response.rb +221 -221
  233. data/lib/aspose_cells_cloud/models/value_type.rb +189 -189
  234. data/lib/aspose_cells_cloud/models/vertical_page_break.rb +231 -231
  235. data/lib/aspose_cells_cloud/models/vertical_page_break_response.rb +221 -221
  236. data/lib/aspose_cells_cloud/models/vertical_page_breaks.rb +209 -209
  237. data/lib/aspose_cells_cloud/models/vertical_page_breaks_response.rb +221 -221
  238. data/lib/aspose_cells_cloud/models/workbook.rb +290 -290
  239. data/lib/aspose_cells_cloud/models/workbook_encryption_request.rb +224 -224
  240. data/lib/aspose_cells_cloud/models/workbook_operate_parameter.rb +198 -198
  241. data/lib/aspose_cells_cloud/models/workbook_protection_request.rb +209 -209
  242. data/lib/aspose_cells_cloud/models/workbook_replace_response.rb +235 -235
  243. data/lib/aspose_cells_cloud/models/workbook_response.rb +221 -221
  244. data/lib/aspose_cells_cloud/models/workbook_settings.rb +626 -626
  245. data/lib/aspose_cells_cloud/models/workbook_settings_operate_parameter.rb +207 -207
  246. data/lib/aspose_cells_cloud/models/workbook_settings_response.rb +221 -221
  247. data/lib/aspose_cells_cloud/models/worksheet.rb +510 -510
  248. data/lib/aspose_cells_cloud/models/worksheet_moving_request.rb +209 -209
  249. data/lib/aspose_cells_cloud/models/worksheet_replace_response.rb +235 -235
  250. data/lib/aspose_cells_cloud/models/worksheet_response.rb +221 -221
  251. data/lib/aspose_cells_cloud/models/worksheets.rb +209 -209
  252. data/lib/aspose_cells_cloud/models/worksheets_response.rb +221 -221
  253. data/lib/aspose_cells_cloud/models/xls_save_options.rb +265 -265
  254. data/lib/aspose_cells_cloud/models/xlsb_save_options.rb +265 -265
  255. data/lib/aspose_cells_cloud/models/xps_save_options.rb +265 -265
  256. data/lib/aspose_cells_cloud/version.rb +25 -25
  257. data/spec/api/cells_api_spec.rb +2 -1
  258. data/spec/api/cells_auto_filter_api_spec.rb +2 -1
  259. data/spec/api/cells_chart_area_api_spec.rb +2 -1
  260. data/spec/api/cells_charts_api_spec.rb +2 -1
  261. data/spec/api/cells_conditional_formattings_api_spec.rb +2 -1
  262. data/spec/api/cells_hypelinks_api_spec.rb +2 -1
  263. data/spec/api/cells_list_objects_api_spec.rb +2 -1
  264. data/spec/api/cells_ole_objects_api_spec.rb +2 -1
  265. data/spec/api/cells_page_breaks_api_spec.rb +2 -1
  266. data/spec/api/cells_page_setup_api_spec.rb +2 -1
  267. data/spec/api/cells_pictures_api_spec.rb +2 -1
  268. data/spec/api/cells_pivot_tables_api_spec.rb +33 -1
  269. data/spec/api/cells_properties_api_spec.rb +2 -1
  270. data/spec/api/cells_ranges_api_spec.rb +30 -1
  271. data/spec/api/cells_save_as_api_spec.rb +2 -1
  272. data/spec/api/cells_shapes_api_spec.rb +2 -1
  273. data/spec/api/cells_simple_spec.rb +2 -1
  274. data/spec/api/cells_sparkline_group_spec.rb +43 -0
  275. data/spec/api/cells_storage_api_spec.rb +69 -68
  276. data/spec/api/cells_storage_spec.rb +3 -2
  277. data/spec/api/cells_task_api_spec.rb +2 -1
  278. data/spec/api/cells_workbook_api_spec.rb +3 -2
  279. data/spec/api/cells_worksheet_validations_api_spec.rb +2 -1
  280. data/spec/api/cells_worksheets_api_spec.rb +60 -58
  281. data/spec/spec_helper.rb +6 -4
  282. metadata +12 -299
  283. data/Gemfile +0 -7
  284. data/Rakefile +0 -8
  285. data/aspose_cells_cloud-20.2.gem +0 -0
  286. data/aspose_cells_cloud-20.4.gem +0 -0
  287. data/aspose_cells_cloud-20.6.gem +0 -0
  288. data/aspose_cells_cloud-20.7.gem +0 -0
  289. data/aspose_cells_cloud.gemspec +0 -48
  290. data/data/Book1.xlsx +0 -0
  291. data/data/ImportData.xlsx +0 -0
  292. data/data/NewCopy.xlsx +0 -0
  293. data/data/OLEDoc.docx +0 -0
  294. data/data/PivTestFile2.xlsx +0 -0
  295. data/data/ReportData.xml +0 -1
  296. data/data/TestCase.xlsx +0 -0
  297. data/data/TestImportData.xlsx +0 -0
  298. data/data/TestImportDataCSV.csv +0 -3
  299. data/data/WaterMark.png +0 -0
  300. data/data/markdowntest.md +0 -41
  301. data/data/myDocument.xlsx +0 -0
  302. data/data/word.jpg +0 -0
  303. data/docs/AboveAverage.md +0 -10
  304. data/docs/AccessTokenResponse.md +0 -15
  305. data/docs/Area.md +0 -13
  306. data/docs/AutoFilter.md +0 -11
  307. data/docs/AutoFilterResponse.md +0 -10
  308. data/docs/AutoFitterOptions.md +0 -10
  309. data/docs/AutoShape.md +0 -42
  310. data/docs/AutoShapeResponse.md +0 -10
  311. data/docs/AutoShapes.md +0 -9
  312. data/docs/AutoShapesResponse.md +0 -10
  313. data/docs/Border.md +0 -10
  314. data/docs/CalculationOptions.md +0 -11
  315. data/docs/Cell.md +0 -24
  316. data/docs/CellArea.md +0 -11
  317. data/docs/CellResponse.md +0 -10
  318. data/docs/CellValue.md +0 -12
  319. data/docs/Cells.md +0 -14
  320. data/docs/CellsApi.md +0 -14581
  321. data/docs/CellsCloudResponse.md +0 -9
  322. data/docs/CellsColor.md +0 -12
  323. data/docs/CellsDocumentProperties.md +0 -9
  324. data/docs/CellsDocumentPropertiesResponse.md +0 -10
  325. data/docs/CellsDocumentProperty.md +0 -11
  326. data/docs/CellsDocumentPropertyResponse.md +0 -10
  327. data/docs/CellsObjectOperateTaskParameter.md +0 -10
  328. data/docs/CellsResponse.md +0 -10
  329. data/docs/Chart.md +0 -51
  330. data/docs/ChartArea.md +0 -21
  331. data/docs/ChartAreaResponse.md +0 -10
  332. data/docs/ChartFrame.md +0 -21
  333. data/docs/ChartOperateParameter.md +0 -17
  334. data/docs/Charts.md +0 -9
  335. data/docs/ChartsResponse.md +0 -10
  336. data/docs/Color.md +0 -11
  337. data/docs/ColorFilter.md +0 -12
  338. data/docs/ColorFilterRequest.md +0 -10
  339. data/docs/ColorScale.md +0 -13
  340. data/docs/Column.md +0 -13
  341. data/docs/ColumnResponse.md +0 -10
  342. data/docs/Columns.md +0 -11
  343. data/docs/ColumnsResponse.md +0 -10
  344. data/docs/Comment.md +0 -19
  345. data/docs/CommentResponse.md +0 -10
  346. data/docs/Comments.md +0 -9
  347. data/docs/CommentsResponse.md +0 -10
  348. data/docs/ConditionalFormatting.md +0 -10
  349. data/docs/ConditionalFormattingIcon.md +0 -10
  350. data/docs/ConditionalFormattingResponse.md +0 -10
  351. data/docs/ConditionalFormattingValue.md +0 -10
  352. data/docs/ConditionalFormattings.md +0 -10
  353. data/docs/ConditionalFormattingsResponse.md +0 -10
  354. data/docs/ConvertTaskParameter.md +0 -10
  355. data/docs/CopyOptions.md +0 -13
  356. data/docs/CreatePivotTableRequest.md +0 -14
  357. data/docs/CustomFilter.md +0 -9
  358. data/docs/CustomParserConfig.md +0 -10
  359. data/docs/DataBar.md +0 -19
  360. data/docs/DataBarBorder.md +0 -9
  361. data/docs/DataSorter.md +0 -11
  362. data/docs/DifSaveOptions.md +0 -15
  363. data/docs/DiscUsage.md +0 -9
  364. data/docs/DynamicFilter.md +0 -10
  365. data/docs/Error.md +0 -11
  366. data/docs/ErrorDetails.md +0 -9
  367. data/docs/FileSource.md +0 -9
  368. data/docs/FileVersion.md +0 -14
  369. data/docs/FileVersions.md +0 -8
  370. data/docs/FilesList.md +0 -8
  371. data/docs/FilesUploadResult.md +0 -9
  372. data/docs/FillFormat.md +0 -13
  373. data/docs/FillFormatResponse.md +0 -10
  374. data/docs/FilterColumn.md +0 -16
  375. data/docs/Font.md +0 -17
  376. data/docs/FontSetting.md +0 -12
  377. data/docs/FormatCondition.md +0 -22
  378. data/docs/GradientFill.md +0 -11
  379. data/docs/GradientFillStop.md +0 -10
  380. data/docs/HorizontalPageBreak.md +0 -10
  381. data/docs/HorizontalPageBreakResponse.md +0 -10
  382. data/docs/HorizontalPageBreaks.md +0 -9
  383. data/docs/HorizontalPageBreaksResponse.md +0 -10
  384. data/docs/HtmlSaveOptions.md +0 -27
  385. data/docs/Hyperlink.md +0 -12
  386. data/docs/HyperlinkResponse.md +0 -10
  387. data/docs/Hyperlinks.md +0 -10
  388. data/docs/HyperlinksResponse.md +0 -10
  389. data/docs/IconFilter.md +0 -9
  390. data/docs/IconSet.md +0 -13
  391. data/docs/ImageSaveOptions.md +0 -27
  392. data/docs/ImportBatchDataOption.md +0 -12
  393. data/docs/ImportCSVDataOption.md +0 -17
  394. data/docs/ImportDataTaskParameter.md +0 -10
  395. data/docs/ImportDoubleArrayOption.md +0 -15
  396. data/docs/ImportIntArrayOption.md +0 -15
  397. data/docs/ImportOption.md +0 -11
  398. data/docs/ImportStringArrayOption.md +0 -15
  399. data/docs/Legend.md +0 -23
  400. data/docs/LegendResponse.md +0 -10
  401. data/docs/Line.md +0 -26
  402. data/docs/LineFormat.md +0 -24
  403. data/docs/LineResponse.md +0 -10
  404. data/docs/Link.md +0 -11
  405. data/docs/LinkElement.md +0 -8
  406. data/docs/ListColumn.md +0 -9
  407. data/docs/ListObject.md +0 -23
  408. data/docs/ListObjectOperateParameter.md +0 -9
  409. data/docs/ListObjectResponse.md +0 -10
  410. data/docs/ListObjects.md +0 -9
  411. data/docs/ListObjectsResponse.md +0 -10
  412. data/docs/MHtmlSaveOptions.md +0 -27
  413. data/docs/MarkdownSaveOptions.md +0 -18
  414. data/docs/MergedCell.md +0 -12
  415. data/docs/MergedCellResponse.md +0 -10
  416. data/docs/MergedCells.md +0 -10
  417. data/docs/MergedCellsResponse.md +0 -10
  418. data/docs/MultipleFilter.md +0 -7
  419. data/docs/MultipleFilters.md +0 -9
  420. data/docs/Name.md +0 -15
  421. data/docs/NameResponse.md +0 -10
  422. data/docs/Names.md +0 -10
  423. data/docs/NamesResponse.md +0 -10
  424. data/docs/NegativeBarFormat.md +0 -11
  425. data/docs/ObjectExist.md +0 -9
  426. data/docs/OdsSaveOptions.md +0 -15
  427. data/docs/OleObject.md +0 -49
  428. data/docs/OleObjectResponse.md +0 -10
  429. data/docs/OleObjects.md +0 -9
  430. data/docs/OleObjectsResponse.md +0 -10
  431. data/docs/OoxmlSaveOptions.md +0 -16
  432. data/docs/OperateObject.md +0 -9
  433. data/docs/OperateObjectPosition.md +0 -13
  434. data/docs/OperateParameter.md +0 -8
  435. data/docs/PageBreakOperateParameter.md +0 -14
  436. data/docs/PageSection.md +0 -12
  437. data/docs/PageSectionsResponse.md +0 -10
  438. data/docs/PageSetup.md +0 -42
  439. data/docs/PageSetupOperateParameter.md +0 -9
  440. data/docs/PageSetupResponse.md +0 -10
  441. data/docs/PasswordRequest.md +0 -8
  442. data/docs/PasteOptions.md +0 -11
  443. data/docs/PatternFill.md +0 -14
  444. data/docs/PdfSaveOptions.md +0 -25
  445. data/docs/PdfSecurityOptions.md +0 -17
  446. data/docs/PicFormatOption.md +0 -13
  447. data/docs/Picture.md +0 -48
  448. data/docs/PictureResponse.md +0 -10
  449. data/docs/Pictures.md +0 -9
  450. data/docs/PicturesResponse.md +0 -10
  451. data/docs/PivotField.md +0 -46
  452. data/docs/PivotFieldResponse.md +0 -10
  453. data/docs/PivotFilter.md +0 -16
  454. data/docs/PivotFilterResponse.md +0 -10
  455. data/docs/PivotFiltersResponse.md +0 -10
  456. data/docs/PivotItem.md +0 -11
  457. data/docs/PivotTable.md +0 -76
  458. data/docs/PivotTableFieldRequest.md +0 -8
  459. data/docs/PivotTableOperateParameter.md +0 -16
  460. data/docs/PivotTableResponse.md +0 -10
  461. data/docs/PivotTables.md +0 -9
  462. data/docs/PivotTablesResponse.md +0 -10
  463. data/docs/ProtectSheetParameter.md +0 -23
  464. data/docs/Range.md +0 -16
  465. data/docs/RangeCopyRequest.md +0 -11
  466. data/docs/RangeSetOutlineBorderRequest.md +0 -11
  467. data/docs/RangeSetStyleRequest.md +0 -9
  468. data/docs/RangeValueResponse.md +0 -10
  469. data/docs/Ranges.md +0 -8
  470. data/docs/RangesResponse.md +0 -10
  471. data/docs/ResultDestination.md +0 -10
  472. data/docs/Row.md +0 -15
  473. data/docs/RowResponse.md +0 -10
  474. data/docs/Rows.md +0 -11
  475. data/docs/RowsResponse.md +0 -10
  476. data/docs/SaveOptions.md +0 -15
  477. data/docs/SaveResponse.md +0 -10
  478. data/docs/SaveResult.md +0 -10
  479. data/docs/SaveResultTaskParameter.md +0 -9
  480. data/docs/ShadowEffect.md +0 -14
  481. data/docs/Shape.md +0 -42
  482. data/docs/ShapeOperateParameter.md +0 -9
  483. data/docs/ShapeResponse.md +0 -10
  484. data/docs/Shapes.md +0 -9
  485. data/docs/ShapesResponse.md +0 -10
  486. data/docs/SingleValue.md +0 -9
  487. data/docs/SingleValueResponse.md +0 -10
  488. data/docs/SmartMarkerTaskParameter.md +0 -10
  489. data/docs/SolidFill.md +0 -10
  490. data/docs/SortKey.md +0 -10
  491. data/docs/SplitResult.md +0 -8
  492. data/docs/SplitResultDocument.md +0 -9
  493. data/docs/SplitResultResponse.md +0 -10
  494. data/docs/SplitWorkbookTaskParameter.md +0 -13
  495. data/docs/SpreadsheetML2003SaveOptions.md +0 -18
  496. data/docs/StorageExist.md +0 -8
  497. data/docs/StorageFile.md +0 -12
  498. data/docs/Style.md +0 -31
  499. data/docs/StyleResponse.md +0 -10
  500. data/docs/SvgSaveOptions.md +0 -16
  501. data/docs/TaskData.md +0 -8
  502. data/docs/TaskDescription.md +0 -9
  503. data/docs/TaskParameter.md +0 -7
  504. data/docs/TextItem.md +0 -9
  505. data/docs/TextItems.md +0 -9
  506. data/docs/TextItemsResponse.md +0 -10
  507. data/docs/TextOptions.md +0 -23
  508. data/docs/TextureFill.md +0 -13
  509. data/docs/ThemeColor.md +0 -9
  510. data/docs/TilePicOption.md +0 -13
  511. data/docs/Title.md +0 -28
  512. data/docs/TitleResponse.md +0 -10
  513. data/docs/Top10.md +0 -10
  514. data/docs/Top10Filter.md +0 -11
  515. data/docs/TxtSaveOptions.md +0 -19
  516. data/docs/Validation.md +0 -24
  517. data/docs/ValidationResponse.md +0 -10
  518. data/docs/Validations.md +0 -10
  519. data/docs/ValidationsResponse.md +0 -10
  520. data/docs/ValueType.md +0 -7
  521. data/docs/VerticalPageBreak.md +0 -10
  522. data/docs/VerticalPageBreakResponse.md +0 -10
  523. data/docs/VerticalPageBreaks.md +0 -9
  524. data/docs/VerticalPageBreaksResponse.md +0 -10
  525. data/docs/Workbook.md +0 -18
  526. data/docs/WorkbookEncryptionRequest.md +0 -10
  527. data/docs/WorkbookOperateParameter.md +0 -8
  528. data/docs/WorkbookProtectionRequest.md +0 -9
  529. data/docs/WorkbookReplaceResponse.md +0 -11
  530. data/docs/WorkbookResponse.md +0 -10
  531. data/docs/WorkbookSettings.md +0 -52
  532. data/docs/WorkbookSettingsOperateParameter.md +0 -9
  533. data/docs/WorkbookSettingsResponse.md +0 -10
  534. data/docs/Worksheet.md +0 -39
  535. data/docs/WorksheetMovingRequest.md +0 -9
  536. data/docs/WorksheetReplaceResponse.md +0 -11
  537. data/docs/WorksheetResponse.md +0 -10
  538. data/docs/Worksheets.md +0 -9
  539. data/docs/WorksheetsResponse.md +0 -10
  540. data/docs/XlsSaveOptions.md +0 -15
  541. data/docs/XlsbSaveOptions.md +0 -15
  542. data/docs/XpsSaveOptions.md +0 -15
  543. data/git_push.sh +0 -55
  544. data/nohup.out +0 -2
  545. data/runTest.sh +0 -4
  546. data/spec/api/cells_autoshapes_api_spec.rb +0 -66
  547. data/spec/api/cells_one_spec.rb +0 -37
  548. data/test.pdf +0 -0
  549. data/testResult.txt +0 -132
@@ -1,221 +1,221 @@
1
- =begin
2
- --------------------------------------------------------------------------------------------------------------------
3
- Copyright (c) 2020 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 PivotTablesResponse
28
- attr_accessor :status
29
-
30
- attr_accessor :code
31
-
32
- attr_accessor :pivot_tables
33
-
34
-
35
- # Attribute mapping from ruby-style variable name to JSON key.
36
- def self.attribute_map
37
- {
38
- :'status' => :'Status',
39
- :'code' => :'Code',
40
- :'pivot_tables' => :'PivotTables'
41
- }
42
- end
43
-
44
- # Attribute type mapping.
45
- def self.swagger_types
46
- {
47
- :'status' => :'String',
48
- :'code' => :'Integer',
49
- :'pivot_tables' => :'PivotTables'
50
- }
51
- end
52
-
53
- # Initializes the object
54
- # @param [Hash] attributes Model attributes in the form of hash
55
- def initialize(attributes = {})
56
- return unless attributes.is_a?(Hash)
57
-
58
- # convert string to symbol for hash key
59
- attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
60
-
61
- if attributes.has_key?(:'Status')
62
- self.status = attributes[:'Status']
63
- end
64
-
65
- if attributes.has_key?(:'Code')
66
- self.code = attributes[:'Code']
67
- end
68
-
69
- if attributes.has_key?(:'PivotTables')
70
- self.pivot_tables = attributes[:'PivotTables']
71
- end
72
-
73
- end
74
-
75
- # Show invalid properties with the reasons. Usually used together with valid?
76
- # @return Array for valid properies with the reasons
77
- def list_invalid_properties
78
- invalid_properties = Array.new
79
- if @code.nil?
80
- invalid_properties.push("invalid value for 'code', code cannot be nil.")
81
- end
82
-
83
- return invalid_properties
84
- end
85
-
86
- # Check to see if the all the properties in the model are valid
87
- # @return true if the model is valid
88
- def valid?
89
- return false if @code.nil?
90
- return true
91
- end
92
-
93
- # Checks equality by comparing each attribute.
94
- # @param [Object] Object to be compared
95
- def ==(o)
96
- return true if self.equal?(o)
97
- self.class == o.class &&
98
- status == o.status &&
99
- code == o.code &&
100
- pivot_tables == o.pivot_tables
101
- end
102
-
103
- # @see the `==` method
104
- # @param [Object] Object to be compared
105
- def eql?(o)
106
- self == o
107
- end
108
-
109
- # Calculates hash code according to all attributes.
110
- # @return [Fixnum] Hash code
111
- def hash
112
- [status, code, pivot_tables].hash
113
- end
114
-
115
- # Builds the object from hash
116
- # @param [Hash] attributes Model attributes in the form of hash
117
- # @return [Object] Returns the model itself
118
- def build_from_hash(attributes)
119
- return nil unless attributes.is_a?(Hash)
120
- self.class.swagger_types.each_pair do |key, type|
121
- if type =~ /\AArray<(.*)>/i
122
- # check to ensure the input is an array given that the the attribute
123
- # is documented as an array but the input is not
124
- if attributes[self.class.attribute_map[key]].is_a?(Array)
125
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
126
- end
127
- elsif !attributes[self.class.attribute_map[key]].nil?
128
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
129
- end # or else data not found in attributes(hash), not an issue as the data can be optional
130
- end
131
-
132
- self
133
- end
134
-
135
- # Deserializes the data based on type
136
- # @param string type Data type
137
- # @param string value Value to be deserialized
138
- # @return [Object] Deserialized data
139
- def _deserialize(type, value)
140
- case type.to_sym
141
- when :DateTime
142
- DateTime.parse(value)
143
- when :Date
144
- Date.parse(value)
145
- when :String
146
- value.to_s
147
- when :Integer
148
- value.to_i
149
- when :Float
150
- value.to_f
151
- when :BOOLEAN
152
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
153
- true
154
- else
155
- false
156
- end
157
- when :Object
158
- # generic object (usually a Hash), return directly
159
- value
160
- when /\AArray<(?<inner_type>.+)>\z/
161
- inner_type = Regexp.last_match[:inner_type]
162
- value.map { |v| _deserialize(inner_type, v) }
163
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
164
- k_type = Regexp.last_match[:k_type]
165
- v_type = Regexp.last_match[:v_type]
166
- {}.tap do |hash|
167
- value.each do |k, v|
168
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
169
- end
170
- end
171
- else # model
172
- temp_model = AsposeCellsCloud.const_get(type).new
173
- temp_model.build_from_hash(value)
174
- end
175
- end
176
-
177
- # Returns the string representation of the object
178
- # @return [String] String presentation of the object
179
- def to_s
180
- to_hash.to_s
181
- end
182
-
183
- # to_body is an alias to to_hash (backward compatibility)
184
- # @return [Hash] Returns the object in the form of hash
185
- def to_body
186
- to_hash
187
- end
188
-
189
- # Returns the object in the form of hash
190
- # @return [Hash] Returns the object in the form of hash
191
- def to_hash
192
- hash = {}
193
- self.class.attribute_map.each_pair do |attr, param|
194
- value = self.send(attr)
195
- next if value.nil?
196
- hash[param] = _to_hash(value)
197
- end
198
- hash
199
- end
200
-
201
- # Outputs non-array value in the form of hash
202
- # For object, use to_hash. Otherwise, just return the value
203
- # @param [Object] value Any valid value
204
- # @return [Hash] Returns the value in the form of hash
205
- def _to_hash(value)
206
- if value.is_a?(Array)
207
- value.compact.map{ |v| _to_hash(v) }
208
- elsif value.is_a?(Hash)
209
- {}.tap do |hash|
210
- value.each { |k, v| hash[k] = _to_hash(v) }
211
- end
212
- elsif value.respond_to? :to_hash
213
- value.to_hash
214
- else
215
- value
216
- end
217
- end
218
-
219
- end
220
-
221
- end
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 PivotTablesResponse
28
+ attr_accessor :status
29
+
30
+ attr_accessor :code
31
+
32
+ attr_accessor :pivot_tables
33
+
34
+
35
+ # Attribute mapping from ruby-style variable name to JSON key.
36
+ def self.attribute_map
37
+ {
38
+ :'status' => :'Status',
39
+ :'code' => :'Code',
40
+ :'pivot_tables' => :'PivotTables'
41
+ }
42
+ end
43
+
44
+ # Attribute type mapping.
45
+ def self.swagger_types
46
+ {
47
+ :'status' => :'String',
48
+ :'code' => :'Integer',
49
+ :'pivot_tables' => :'PivotTables'
50
+ }
51
+ end
52
+
53
+ # Initializes the object
54
+ # @param [Hash] attributes Model attributes in the form of hash
55
+ def initialize(attributes = {})
56
+ return unless attributes.is_a?(Hash)
57
+
58
+ # convert string to symbol for hash key
59
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
60
+
61
+ if attributes.has_key?(:'Status')
62
+ self.status = attributes[:'Status']
63
+ end
64
+
65
+ if attributes.has_key?(:'Code')
66
+ self.code = attributes[:'Code']
67
+ end
68
+
69
+ if attributes.has_key?(:'PivotTables')
70
+ self.pivot_tables = attributes[:'PivotTables']
71
+ end
72
+
73
+ end
74
+
75
+ # Show invalid properties with the reasons. Usually used together with valid?
76
+ # @return Array for valid properies with the reasons
77
+ def list_invalid_properties
78
+ invalid_properties = Array.new
79
+ if @code.nil?
80
+ invalid_properties.push("invalid value for 'code', code cannot be nil.")
81
+ end
82
+
83
+ return invalid_properties
84
+ end
85
+
86
+ # Check to see if the all the properties in the model are valid
87
+ # @return true if the model is valid
88
+ def valid?
89
+ return false if @code.nil?
90
+ return true
91
+ end
92
+
93
+ # Checks equality by comparing each attribute.
94
+ # @param [Object] Object to be compared
95
+ def ==(o)
96
+ return true if self.equal?(o)
97
+ self.class == o.class &&
98
+ status == o.status &&
99
+ code == o.code &&
100
+ pivot_tables == o.pivot_tables
101
+ end
102
+
103
+ # @see the `==` method
104
+ # @param [Object] Object to be compared
105
+ def eql?(o)
106
+ self == o
107
+ end
108
+
109
+ # Calculates hash code according to all attributes.
110
+ # @return [Fixnum] Hash code
111
+ def hash
112
+ [status, code, pivot_tables].hash
113
+ end
114
+
115
+ # Builds the object from hash
116
+ # @param [Hash] attributes Model attributes in the form of hash
117
+ # @return [Object] Returns the model itself
118
+ def build_from_hash(attributes)
119
+ return nil unless attributes.is_a?(Hash)
120
+ self.class.swagger_types.each_pair do |key, type|
121
+ if type =~ /\AArray<(.*)>/i
122
+ # check to ensure the input is an array given that the the attribute
123
+ # is documented as an array but the input is not
124
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
125
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
126
+ end
127
+ elsif !attributes[self.class.attribute_map[key]].nil?
128
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
129
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
130
+ end
131
+
132
+ self
133
+ end
134
+
135
+ # Deserializes the data based on type
136
+ # @param string type Data type
137
+ # @param string value Value to be deserialized
138
+ # @return [Object] Deserialized data
139
+ def _deserialize(type, value)
140
+ case type.to_sym
141
+ when :DateTime
142
+ DateTime.parse(value)
143
+ when :Date
144
+ Date.parse(value)
145
+ when :String
146
+ value.to_s
147
+ when :Integer
148
+ value.to_i
149
+ when :Float
150
+ value.to_f
151
+ when :BOOLEAN
152
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
153
+ true
154
+ else
155
+ false
156
+ end
157
+ when :Object
158
+ # generic object (usually a Hash), return directly
159
+ value
160
+ when /\AArray<(?<inner_type>.+)>\z/
161
+ inner_type = Regexp.last_match[:inner_type]
162
+ value.map { |v| _deserialize(inner_type, v) }
163
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
164
+ k_type = Regexp.last_match[:k_type]
165
+ v_type = Regexp.last_match[:v_type]
166
+ {}.tap do |hash|
167
+ value.each do |k, v|
168
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
169
+ end
170
+ end
171
+ else # model
172
+ temp_model = AsposeCellsCloud.const_get(type).new
173
+ temp_model.build_from_hash(value)
174
+ end
175
+ end
176
+
177
+ # Returns the string representation of the object
178
+ # @return [String] String presentation of the object
179
+ def to_s
180
+ to_hash.to_s
181
+ end
182
+
183
+ # to_body is an alias to to_hash (backward compatibility)
184
+ # @return [Hash] Returns the object in the form of hash
185
+ def to_body
186
+ to_hash
187
+ end
188
+
189
+ # Returns the object in the form of hash
190
+ # @return [Hash] Returns the object in the form of hash
191
+ def to_hash
192
+ hash = {}
193
+ self.class.attribute_map.each_pair do |attr, param|
194
+ value = self.send(attr)
195
+ next if value.nil?
196
+ hash[param] = _to_hash(value)
197
+ end
198
+ hash
199
+ end
200
+
201
+ # Outputs non-array value in the form of hash
202
+ # For object, use to_hash. Otherwise, just return the value
203
+ # @param [Object] value Any valid value
204
+ # @return [Hash] Returns the value in the form of hash
205
+ def _to_hash(value)
206
+ if value.is_a?(Array)
207
+ value.compact.map{ |v| _to_hash(v) }
208
+ elsif value.is_a?(Hash)
209
+ {}.tap do |hash|
210
+ value.each { |k, v| hash[k] = _to_hash(v) }
211
+ end
212
+ elsif value.respond_to? :to_hash
213
+ value.to_hash
214
+ else
215
+ value
216
+ end
217
+ end
218
+
219
+ end
220
+
221
+ end
@@ -1,335 +1,335 @@
1
- =begin
2
- --------------------------------------------------------------------------------------------------------------------
3
- Copyright (c) 2020 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 ProtectSheetParameter
28
- attr_accessor :allow_selecting_unlocked_cell
29
-
30
- attr_accessor :allow_filtering
31
-
32
- attr_accessor :allow_deleting_column
33
-
34
- attr_accessor :allow_selecting_locked_cell
35
-
36
- attr_accessor :allow_using_pivot_table
37
-
38
- attr_accessor :allow_edit_area
39
-
40
- attr_accessor :allow_inserting_hyperlink
41
-
42
- attr_accessor :allow_formatting_cell
43
-
44
- attr_accessor :allow_formatting_row
45
-
46
- attr_accessor :allow_inserting_row
47
-
48
- attr_accessor :allow_formatting_column
49
-
50
- attr_accessor :allow_sorting
51
-
52
- attr_accessor :allow_inserting_column
53
-
54
- attr_accessor :password
55
-
56
- attr_accessor :allow_deleting_row
57
-
58
- attr_accessor :protection_type
59
-
60
-
61
- # Attribute mapping from ruby-style variable name to JSON key.
62
- def self.attribute_map
63
- {
64
- :'allow_selecting_unlocked_cell' => :'AllowSelectingUnlockedCell',
65
- :'allow_filtering' => :'AllowFiltering',
66
- :'allow_deleting_column' => :'AllowDeletingColumn',
67
- :'allow_selecting_locked_cell' => :'AllowSelectingLockedCell',
68
- :'allow_using_pivot_table' => :'AllowUsingPivotTable',
69
- :'allow_edit_area' => :'AllowEditArea',
70
- :'allow_inserting_hyperlink' => :'AllowInsertingHyperlink',
71
- :'allow_formatting_cell' => :'AllowFormattingCell',
72
- :'allow_formatting_row' => :'AllowFormattingRow',
73
- :'allow_inserting_row' => :'AllowInsertingRow',
74
- :'allow_formatting_column' => :'AllowFormattingColumn',
75
- :'allow_sorting' => :'AllowSorting',
76
- :'allow_inserting_column' => :'AllowInsertingColumn',
77
- :'password' => :'Password',
78
- :'allow_deleting_row' => :'AllowDeletingRow',
79
- :'protection_type' => :'ProtectionType'
80
- }
81
- end
82
-
83
- # Attribute type mapping.
84
- def self.swagger_types
85
- {
86
- :'allow_selecting_unlocked_cell' => :'String',
87
- :'allow_filtering' => :'String',
88
- :'allow_deleting_column' => :'String',
89
- :'allow_selecting_locked_cell' => :'String',
90
- :'allow_using_pivot_table' => :'String',
91
- :'allow_edit_area' => :'Array<String>',
92
- :'allow_inserting_hyperlink' => :'String',
93
- :'allow_formatting_cell' => :'String',
94
- :'allow_formatting_row' => :'String',
95
- :'allow_inserting_row' => :'String',
96
- :'allow_formatting_column' => :'String',
97
- :'allow_sorting' => :'String',
98
- :'allow_inserting_column' => :'String',
99
- :'password' => :'String',
100
- :'allow_deleting_row' => :'String',
101
- :'protection_type' => :'String'
102
- }
103
- end
104
-
105
- # Initializes the object
106
- # @param [Hash] attributes Model attributes in the form of hash
107
- def initialize(attributes = {})
108
- return unless attributes.is_a?(Hash)
109
-
110
- # convert string to symbol for hash key
111
- attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
112
-
113
- if attributes.has_key?(:'AllowSelectingUnlockedCell')
114
- self.allow_selecting_unlocked_cell = attributes[:'AllowSelectingUnlockedCell']
115
- end
116
-
117
- if attributes.has_key?(:'AllowFiltering')
118
- self.allow_filtering = attributes[:'AllowFiltering']
119
- end
120
-
121
- if attributes.has_key?(:'AllowDeletingColumn')
122
- self.allow_deleting_column = attributes[:'AllowDeletingColumn']
123
- end
124
-
125
- if attributes.has_key?(:'AllowSelectingLockedCell')
126
- self.allow_selecting_locked_cell = attributes[:'AllowSelectingLockedCell']
127
- end
128
-
129
- if attributes.has_key?(:'AllowUsingPivotTable')
130
- self.allow_using_pivot_table = attributes[:'AllowUsingPivotTable']
131
- end
132
-
133
- if attributes.has_key?(:'AllowEditArea')
134
- if (value = attributes[:'AllowEditArea']).is_a?(Array)
135
- self.allow_edit_area = value
136
- end
137
- end
138
-
139
- if attributes.has_key?(:'AllowInsertingHyperlink')
140
- self.allow_inserting_hyperlink = attributes[:'AllowInsertingHyperlink']
141
- end
142
-
143
- if attributes.has_key?(:'AllowFormattingCell')
144
- self.allow_formatting_cell = attributes[:'AllowFormattingCell']
145
- end
146
-
147
- if attributes.has_key?(:'AllowFormattingRow')
148
- self.allow_formatting_row = attributes[:'AllowFormattingRow']
149
- end
150
-
151
- if attributes.has_key?(:'AllowInsertingRow')
152
- self.allow_inserting_row = attributes[:'AllowInsertingRow']
153
- end
154
-
155
- if attributes.has_key?(:'AllowFormattingColumn')
156
- self.allow_formatting_column = attributes[:'AllowFormattingColumn']
157
- end
158
-
159
- if attributes.has_key?(:'AllowSorting')
160
- self.allow_sorting = attributes[:'AllowSorting']
161
- end
162
-
163
- if attributes.has_key?(:'AllowInsertingColumn')
164
- self.allow_inserting_column = attributes[:'AllowInsertingColumn']
165
- end
166
-
167
- if attributes.has_key?(:'Password')
168
- self.password = attributes[:'Password']
169
- end
170
-
171
- if attributes.has_key?(:'AllowDeletingRow')
172
- self.allow_deleting_row = attributes[:'AllowDeletingRow']
173
- end
174
-
175
- if attributes.has_key?(:'ProtectionType')
176
- self.protection_type = attributes[:'ProtectionType']
177
- end
178
-
179
- end
180
-
181
- # Show invalid properties with the reasons. Usually used together with valid?
182
- # @return Array for valid properies with the reasons
183
- def list_invalid_properties
184
- invalid_properties = Array.new
185
- return invalid_properties
186
- end
187
-
188
- # Check to see if the all the properties in the model are valid
189
- # @return true if the model is valid
190
- def valid?
191
- return true
192
- end
193
-
194
- # Checks equality by comparing each attribute.
195
- # @param [Object] Object to be compared
196
- def ==(o)
197
- return true if self.equal?(o)
198
- self.class == o.class &&
199
- allow_selecting_unlocked_cell == o.allow_selecting_unlocked_cell &&
200
- allow_filtering == o.allow_filtering &&
201
- allow_deleting_column == o.allow_deleting_column &&
202
- allow_selecting_locked_cell == o.allow_selecting_locked_cell &&
203
- allow_using_pivot_table == o.allow_using_pivot_table &&
204
- allow_edit_area == o.allow_edit_area &&
205
- allow_inserting_hyperlink == o.allow_inserting_hyperlink &&
206
- allow_formatting_cell == o.allow_formatting_cell &&
207
- allow_formatting_row == o.allow_formatting_row &&
208
- allow_inserting_row == o.allow_inserting_row &&
209
- allow_formatting_column == o.allow_formatting_column &&
210
- allow_sorting == o.allow_sorting &&
211
- allow_inserting_column == o.allow_inserting_column &&
212
- password == o.password &&
213
- allow_deleting_row == o.allow_deleting_row &&
214
- protection_type == o.protection_type
215
- end
216
-
217
- # @see the `==` method
218
- # @param [Object] Object to be compared
219
- def eql?(o)
220
- self == o
221
- end
222
-
223
- # Calculates hash code according to all attributes.
224
- # @return [Fixnum] Hash code
225
- def hash
226
- [allow_selecting_unlocked_cell, allow_filtering, allow_deleting_column, allow_selecting_locked_cell, allow_using_pivot_table, allow_edit_area, allow_inserting_hyperlink, allow_formatting_cell, allow_formatting_row, allow_inserting_row, allow_formatting_column, allow_sorting, allow_inserting_column, password, allow_deleting_row, protection_type].hash
227
- end
228
-
229
- # Builds the object from hash
230
- # @param [Hash] attributes Model attributes in the form of hash
231
- # @return [Object] Returns the model itself
232
- def build_from_hash(attributes)
233
- return nil unless attributes.is_a?(Hash)
234
- self.class.swagger_types.each_pair do |key, type|
235
- if type =~ /\AArray<(.*)>/i
236
- # check to ensure the input is an array given that the the attribute
237
- # is documented as an array but the input is not
238
- if attributes[self.class.attribute_map[key]].is_a?(Array)
239
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
240
- end
241
- elsif !attributes[self.class.attribute_map[key]].nil?
242
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
243
- end # or else data not found in attributes(hash), not an issue as the data can be optional
244
- end
245
-
246
- self
247
- end
248
-
249
- # Deserializes the data based on type
250
- # @param string type Data type
251
- # @param string value Value to be deserialized
252
- # @return [Object] Deserialized data
253
- def _deserialize(type, value)
254
- case type.to_sym
255
- when :DateTime
256
- DateTime.parse(value)
257
- when :Date
258
- Date.parse(value)
259
- when :String
260
- value.to_s
261
- when :Integer
262
- value.to_i
263
- when :Float
264
- value.to_f
265
- when :BOOLEAN
266
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
267
- true
268
- else
269
- false
270
- end
271
- when :Object
272
- # generic object (usually a Hash), return directly
273
- value
274
- when /\AArray<(?<inner_type>.+)>\z/
275
- inner_type = Regexp.last_match[:inner_type]
276
- value.map { |v| _deserialize(inner_type, v) }
277
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
278
- k_type = Regexp.last_match[:k_type]
279
- v_type = Regexp.last_match[:v_type]
280
- {}.tap do |hash|
281
- value.each do |k, v|
282
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
283
- end
284
- end
285
- else # model
286
- temp_model = AsposeCellsCloud.const_get(type).new
287
- temp_model.build_from_hash(value)
288
- end
289
- end
290
-
291
- # Returns the string representation of the object
292
- # @return [String] String presentation of the object
293
- def to_s
294
- to_hash.to_s
295
- end
296
-
297
- # to_body is an alias to to_hash (backward compatibility)
298
- # @return [Hash] Returns the object in the form of hash
299
- def to_body
300
- to_hash
301
- end
302
-
303
- # Returns the object in the form of hash
304
- # @return [Hash] Returns the object in the form of hash
305
- def to_hash
306
- hash = {}
307
- self.class.attribute_map.each_pair do |attr, param|
308
- value = self.send(attr)
309
- next if value.nil?
310
- hash[param] = _to_hash(value)
311
- end
312
- hash
313
- end
314
-
315
- # Outputs non-array value in the form of hash
316
- # For object, use to_hash. Otherwise, just return the value
317
- # @param [Object] value Any valid value
318
- # @return [Hash] Returns the value in the form of hash
319
- def _to_hash(value)
320
- if value.is_a?(Array)
321
- value.compact.map{ |v| _to_hash(v) }
322
- elsif value.is_a?(Hash)
323
- {}.tap do |hash|
324
- value.each { |k, v| hash[k] = _to_hash(v) }
325
- end
326
- elsif value.respond_to? :to_hash
327
- value.to_hash
328
- else
329
- value
330
- end
331
- end
332
-
333
- end
334
-
335
- end
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 ProtectSheetParameter
28
+ attr_accessor :allow_selecting_unlocked_cell
29
+
30
+ attr_accessor :allow_filtering
31
+
32
+ attr_accessor :allow_deleting_column
33
+
34
+ attr_accessor :allow_selecting_locked_cell
35
+
36
+ attr_accessor :allow_using_pivot_table
37
+
38
+ attr_accessor :allow_edit_area
39
+
40
+ attr_accessor :allow_inserting_hyperlink
41
+
42
+ attr_accessor :allow_formatting_cell
43
+
44
+ attr_accessor :allow_formatting_row
45
+
46
+ attr_accessor :allow_inserting_row
47
+
48
+ attr_accessor :allow_formatting_column
49
+
50
+ attr_accessor :allow_sorting
51
+
52
+ attr_accessor :allow_inserting_column
53
+
54
+ attr_accessor :password
55
+
56
+ attr_accessor :allow_deleting_row
57
+
58
+ attr_accessor :protection_type
59
+
60
+
61
+ # Attribute mapping from ruby-style variable name to JSON key.
62
+ def self.attribute_map
63
+ {
64
+ :'allow_selecting_unlocked_cell' => :'AllowSelectingUnlockedCell',
65
+ :'allow_filtering' => :'AllowFiltering',
66
+ :'allow_deleting_column' => :'AllowDeletingColumn',
67
+ :'allow_selecting_locked_cell' => :'AllowSelectingLockedCell',
68
+ :'allow_using_pivot_table' => :'AllowUsingPivotTable',
69
+ :'allow_edit_area' => :'AllowEditArea',
70
+ :'allow_inserting_hyperlink' => :'AllowInsertingHyperlink',
71
+ :'allow_formatting_cell' => :'AllowFormattingCell',
72
+ :'allow_formatting_row' => :'AllowFormattingRow',
73
+ :'allow_inserting_row' => :'AllowInsertingRow',
74
+ :'allow_formatting_column' => :'AllowFormattingColumn',
75
+ :'allow_sorting' => :'AllowSorting',
76
+ :'allow_inserting_column' => :'AllowInsertingColumn',
77
+ :'password' => :'Password',
78
+ :'allow_deleting_row' => :'AllowDeletingRow',
79
+ :'protection_type' => :'ProtectionType'
80
+ }
81
+ end
82
+
83
+ # Attribute type mapping.
84
+ def self.swagger_types
85
+ {
86
+ :'allow_selecting_unlocked_cell' => :'String',
87
+ :'allow_filtering' => :'String',
88
+ :'allow_deleting_column' => :'String',
89
+ :'allow_selecting_locked_cell' => :'String',
90
+ :'allow_using_pivot_table' => :'String',
91
+ :'allow_edit_area' => :'Array<String>',
92
+ :'allow_inserting_hyperlink' => :'String',
93
+ :'allow_formatting_cell' => :'String',
94
+ :'allow_formatting_row' => :'String',
95
+ :'allow_inserting_row' => :'String',
96
+ :'allow_formatting_column' => :'String',
97
+ :'allow_sorting' => :'String',
98
+ :'allow_inserting_column' => :'String',
99
+ :'password' => :'String',
100
+ :'allow_deleting_row' => :'String',
101
+ :'protection_type' => :'String'
102
+ }
103
+ end
104
+
105
+ # Initializes the object
106
+ # @param [Hash] attributes Model attributes in the form of hash
107
+ def initialize(attributes = {})
108
+ return unless attributes.is_a?(Hash)
109
+
110
+ # convert string to symbol for hash key
111
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
112
+
113
+ if attributes.has_key?(:'AllowSelectingUnlockedCell')
114
+ self.allow_selecting_unlocked_cell = attributes[:'AllowSelectingUnlockedCell']
115
+ end
116
+
117
+ if attributes.has_key?(:'AllowFiltering')
118
+ self.allow_filtering = attributes[:'AllowFiltering']
119
+ end
120
+
121
+ if attributes.has_key?(:'AllowDeletingColumn')
122
+ self.allow_deleting_column = attributes[:'AllowDeletingColumn']
123
+ end
124
+
125
+ if attributes.has_key?(:'AllowSelectingLockedCell')
126
+ self.allow_selecting_locked_cell = attributes[:'AllowSelectingLockedCell']
127
+ end
128
+
129
+ if attributes.has_key?(:'AllowUsingPivotTable')
130
+ self.allow_using_pivot_table = attributes[:'AllowUsingPivotTable']
131
+ end
132
+
133
+ if attributes.has_key?(:'AllowEditArea')
134
+ if (value = attributes[:'AllowEditArea']).is_a?(Array)
135
+ self.allow_edit_area = value
136
+ end
137
+ end
138
+
139
+ if attributes.has_key?(:'AllowInsertingHyperlink')
140
+ self.allow_inserting_hyperlink = attributes[:'AllowInsertingHyperlink']
141
+ end
142
+
143
+ if attributes.has_key?(:'AllowFormattingCell')
144
+ self.allow_formatting_cell = attributes[:'AllowFormattingCell']
145
+ end
146
+
147
+ if attributes.has_key?(:'AllowFormattingRow')
148
+ self.allow_formatting_row = attributes[:'AllowFormattingRow']
149
+ end
150
+
151
+ if attributes.has_key?(:'AllowInsertingRow')
152
+ self.allow_inserting_row = attributes[:'AllowInsertingRow']
153
+ end
154
+
155
+ if attributes.has_key?(:'AllowFormattingColumn')
156
+ self.allow_formatting_column = attributes[:'AllowFormattingColumn']
157
+ end
158
+
159
+ if attributes.has_key?(:'AllowSorting')
160
+ self.allow_sorting = attributes[:'AllowSorting']
161
+ end
162
+
163
+ if attributes.has_key?(:'AllowInsertingColumn')
164
+ self.allow_inserting_column = attributes[:'AllowInsertingColumn']
165
+ end
166
+
167
+ if attributes.has_key?(:'Password')
168
+ self.password = attributes[:'Password']
169
+ end
170
+
171
+ if attributes.has_key?(:'AllowDeletingRow')
172
+ self.allow_deleting_row = attributes[:'AllowDeletingRow']
173
+ end
174
+
175
+ if attributes.has_key?(:'ProtectionType')
176
+ self.protection_type = attributes[:'ProtectionType']
177
+ end
178
+
179
+ end
180
+
181
+ # Show invalid properties with the reasons. Usually used together with valid?
182
+ # @return Array for valid properies with the reasons
183
+ def list_invalid_properties
184
+ invalid_properties = Array.new
185
+ return invalid_properties
186
+ end
187
+
188
+ # Check to see if the all the properties in the model are valid
189
+ # @return true if the model is valid
190
+ def valid?
191
+ return true
192
+ end
193
+
194
+ # Checks equality by comparing each attribute.
195
+ # @param [Object] Object to be compared
196
+ def ==(o)
197
+ return true if self.equal?(o)
198
+ self.class == o.class &&
199
+ allow_selecting_unlocked_cell == o.allow_selecting_unlocked_cell &&
200
+ allow_filtering == o.allow_filtering &&
201
+ allow_deleting_column == o.allow_deleting_column &&
202
+ allow_selecting_locked_cell == o.allow_selecting_locked_cell &&
203
+ allow_using_pivot_table == o.allow_using_pivot_table &&
204
+ allow_edit_area == o.allow_edit_area &&
205
+ allow_inserting_hyperlink == o.allow_inserting_hyperlink &&
206
+ allow_formatting_cell == o.allow_formatting_cell &&
207
+ allow_formatting_row == o.allow_formatting_row &&
208
+ allow_inserting_row == o.allow_inserting_row &&
209
+ allow_formatting_column == o.allow_formatting_column &&
210
+ allow_sorting == o.allow_sorting &&
211
+ allow_inserting_column == o.allow_inserting_column &&
212
+ password == o.password &&
213
+ allow_deleting_row == o.allow_deleting_row &&
214
+ protection_type == o.protection_type
215
+ end
216
+
217
+ # @see the `==` method
218
+ # @param [Object] Object to be compared
219
+ def eql?(o)
220
+ self == o
221
+ end
222
+
223
+ # Calculates hash code according to all attributes.
224
+ # @return [Fixnum] Hash code
225
+ def hash
226
+ [allow_selecting_unlocked_cell, allow_filtering, allow_deleting_column, allow_selecting_locked_cell, allow_using_pivot_table, allow_edit_area, allow_inserting_hyperlink, allow_formatting_cell, allow_formatting_row, allow_inserting_row, allow_formatting_column, allow_sorting, allow_inserting_column, password, allow_deleting_row, protection_type].hash
227
+ end
228
+
229
+ # Builds the object from hash
230
+ # @param [Hash] attributes Model attributes in the form of hash
231
+ # @return [Object] Returns the model itself
232
+ def build_from_hash(attributes)
233
+ return nil unless attributes.is_a?(Hash)
234
+ self.class.swagger_types.each_pair do |key, type|
235
+ if type =~ /\AArray<(.*)>/i
236
+ # check to ensure the input is an array given that the the attribute
237
+ # is documented as an array but the input is not
238
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
239
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
240
+ end
241
+ elsif !attributes[self.class.attribute_map[key]].nil?
242
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
243
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
244
+ end
245
+
246
+ self
247
+ end
248
+
249
+ # Deserializes the data based on type
250
+ # @param string type Data type
251
+ # @param string value Value to be deserialized
252
+ # @return [Object] Deserialized data
253
+ def _deserialize(type, value)
254
+ case type.to_sym
255
+ when :DateTime
256
+ DateTime.parse(value)
257
+ when :Date
258
+ Date.parse(value)
259
+ when :String
260
+ value.to_s
261
+ when :Integer
262
+ value.to_i
263
+ when :Float
264
+ value.to_f
265
+ when :BOOLEAN
266
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
267
+ true
268
+ else
269
+ false
270
+ end
271
+ when :Object
272
+ # generic object (usually a Hash), return directly
273
+ value
274
+ when /\AArray<(?<inner_type>.+)>\z/
275
+ inner_type = Regexp.last_match[:inner_type]
276
+ value.map { |v| _deserialize(inner_type, v) }
277
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
278
+ k_type = Regexp.last_match[:k_type]
279
+ v_type = Regexp.last_match[:v_type]
280
+ {}.tap do |hash|
281
+ value.each do |k, v|
282
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
283
+ end
284
+ end
285
+ else # model
286
+ temp_model = AsposeCellsCloud.const_get(type).new
287
+ temp_model.build_from_hash(value)
288
+ end
289
+ end
290
+
291
+ # Returns the string representation of the object
292
+ # @return [String] String presentation of the object
293
+ def to_s
294
+ to_hash.to_s
295
+ end
296
+
297
+ # to_body is an alias to to_hash (backward compatibility)
298
+ # @return [Hash] Returns the object in the form of hash
299
+ def to_body
300
+ to_hash
301
+ end
302
+
303
+ # Returns the object in the form of hash
304
+ # @return [Hash] Returns the object in the form of hash
305
+ def to_hash
306
+ hash = {}
307
+ self.class.attribute_map.each_pair do |attr, param|
308
+ value = self.send(attr)
309
+ next if value.nil?
310
+ hash[param] = _to_hash(value)
311
+ end
312
+ hash
313
+ end
314
+
315
+ # Outputs non-array value in the form of hash
316
+ # For object, use to_hash. Otherwise, just return the value
317
+ # @param [Object] value Any valid value
318
+ # @return [Hash] Returns the value in the form of hash
319
+ def _to_hash(value)
320
+ if value.is_a?(Array)
321
+ value.compact.map{ |v| _to_hash(v) }
322
+ elsif value.is_a?(Hash)
323
+ {}.tap do |hash|
324
+ value.each { |k, v| hash[k] = _to_hash(v) }
325
+ end
326
+ elsif value.respond_to? :to_hash
327
+ value.to_hash
328
+ else
329
+ value
330
+ end
331
+ end
332
+
333
+ end
334
+
335
+ end