aspose_cells_cloud 20.11 → 20.11.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (281) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +21 -0
  3. data/README.md +116 -0
  4. data/lib/aspose_cells_cloud.rb +296 -0
  5. data/lib/aspose_cells_cloud/api/cells_api.rb +19867 -0
  6. data/lib/aspose_cells_cloud/api_client.rb +493 -0
  7. data/lib/aspose_cells_cloud/api_error.rb +48 -0
  8. data/lib/aspose_cells_cloud/configuration.rb +178 -0
  9. data/lib/aspose_cells_cloud/models/above_average.rb +234 -0
  10. data/lib/aspose_cells_cloud/models/access_token_response.rb +261 -0
  11. data/lib/aspose_cells_cloud/models/area.rb +243 -0
  12. data/lib/aspose_cells_cloud/models/auto_filter.rb +227 -0
  13. data/lib/aspose_cells_cloud/models/auto_filter_response.rb +221 -0
  14. data/lib/aspose_cells_cloud/models/auto_fitter_options.rb +231 -0
  15. data/lib/aspose_cells_cloud/models/auto_shape.rb +504 -0
  16. data/lib/aspose_cells_cloud/models/auto_shape_response.rb +221 -0
  17. data/lib/aspose_cells_cloud/models/auto_shapes.rb +209 -0
  18. data/lib/aspose_cells_cloud/models/auto_shapes_response.rb +221 -0
  19. data/lib/aspose_cells_cloud/models/border.rb +216 -0
  20. data/lib/aspose_cells_cloud/models/calculation_options.rb +225 -0
  21. data/lib/aspose_cells_cloud/models/cell.rb +401 -0
  22. data/lib/aspose_cells_cloud/models/cell_area.rb +245 -0
  23. data/lib/aspose_cells_cloud/models/cell_response.rb +221 -0
  24. data/lib/aspose_cells_cloud/models/cell_value.rb +234 -0
  25. data/lib/aspose_cells_cloud/models/cells.rb +270 -0
  26. data/lib/aspose_cells_cloud/models/cells_cloud_file_info.rb +230 -0
  27. data/lib/aspose_cells_cloud/models/cells_cloud_response.rb +212 -0
  28. data/lib/aspose_cells_cloud/models/cells_color.rb +234 -0
  29. data/lib/aspose_cells_cloud/models/cells_document_properties.rb +209 -0
  30. data/lib/aspose_cells_cloud/models/cells_document_properties_response.rb +221 -0
  31. data/lib/aspose_cells_cloud/models/cells_document_property.rb +225 -0
  32. data/lib/aspose_cells_cloud/models/cells_document_property_response.rb +221 -0
  33. data/lib/aspose_cells_cloud/models/cells_error.rb +229 -0
  34. data/lib/aspose_cells_cloud/models/cells_object_operate_task_parameter.rb +216 -0
  35. data/lib/aspose_cells_cloud/models/cells_response.rb +221 -0
  36. data/lib/aspose_cells_cloud/models/chart.rb +626 -0
  37. data/lib/aspose_cells_cloud/models/chart_area.rb +317 -0
  38. data/lib/aspose_cells_cloud/models/chart_area_response.rb +221 -0
  39. data/lib/aspose_cells_cloud/models/chart_frame.rb +317 -0
  40. data/lib/aspose_cells_cloud/models/chart_operate_parameter.rb +279 -0
  41. data/lib/aspose_cells_cloud/models/charts.rb +209 -0
  42. data/lib/aspose_cells_cloud/models/charts_response.rb +221 -0
  43. data/lib/aspose_cells_cloud/models/color.rb +245 -0
  44. data/lib/aspose_cells_cloud/models/color_filter.rb +234 -0
  45. data/lib/aspose_cells_cloud/models/color_filter_request.rb +216 -0
  46. data/lib/aspose_cells_cloud/models/color_scale.rb +249 -0
  47. data/lib/aspose_cells_cloud/models/column.rb +243 -0
  48. data/lib/aspose_cells_cloud/models/column_response.rb +221 -0
  49. data/lib/aspose_cells_cloud/models/columns.rb +237 -0
  50. data/lib/aspose_cells_cloud/models/columns_response.rb +221 -0
  51. data/lib/aspose_cells_cloud/models/comment.rb +297 -0
  52. data/lib/aspose_cells_cloud/models/comment_response.rb +221 -0
  53. data/lib/aspose_cells_cloud/models/comments.rb +209 -0
  54. data/lib/aspose_cells_cloud/models/comments_response.rb +221 -0
  55. data/lib/aspose_cells_cloud/models/conditional_formatting.rb +218 -0
  56. data/lib/aspose_cells_cloud/models/conditional_formatting_icon.rb +235 -0
  57. data/lib/aspose_cells_cloud/models/conditional_formatting_response.rb +221 -0
  58. data/lib/aspose_cells_cloud/models/conditional_formatting_value.rb +219 -0
  59. data/lib/aspose_cells_cloud/models/conditional_formattings.rb +223 -0
  60. data/lib/aspose_cells_cloud/models/conditional_formattings_response.rb +221 -0
  61. data/lib/aspose_cells_cloud/models/convert_task_parameter.rb +216 -0
  62. data/lib/aspose_cells_cloud/models/copy_options.rb +248 -0
  63. data/lib/aspose_cells_cloud/models/create_pivot_table_request.rb +263 -0
  64. data/lib/aspose_cells_cloud/models/custom_filter.rb +207 -0
  65. data/lib/aspose_cells_cloud/models/custom_parser_config.rb +216 -0
  66. data/lib/aspose_cells_cloud/models/data_bar.rb +309 -0
  67. data/lib/aspose_cells_cloud/models/data_bar_border.rb +209 -0
  68. data/lib/aspose_cells_cloud/models/data_sorter.rb +227 -0
  69. data/lib/aspose_cells_cloud/models/dif_save_options.rb +265 -0
  70. data/lib/aspose_cells_cloud/models/disc_usage.rb +219 -0
  71. data/lib/aspose_cells_cloud/models/dynamic_filter.rb +216 -0
  72. data/lib/aspose_cells_cloud/models/error_details.rb +214 -0
  73. data/lib/aspose_cells_cloud/models/file_source.rb +207 -0
  74. data/lib/aspose_cells_cloud/models/file_version.rb +274 -0
  75. data/lib/aspose_cells_cloud/models/file_versions.rb +201 -0
  76. data/lib/aspose_cells_cloud/models/files_list.rb +201 -0
  77. data/lib/aspose_cells_cloud/models/files_upload_result.rb +213 -0
  78. data/lib/aspose_cells_cloud/models/fill_format.rb +259 -0
  79. data/lib/aspose_cells_cloud/models/fill_format_response.rb +221 -0
  80. data/lib/aspose_cells_cloud/models/filter_column.rb +277 -0
  81. data/lib/aspose_cells_cloud/models/font.rb +279 -0
  82. data/lib/aspose_cells_cloud/models/font_setting.rb +244 -0
  83. data/lib/aspose_cells_cloud/models/format_condition.rb +327 -0
  84. data/lib/aspose_cells_cloud/models/gradient_fill.rb +227 -0
  85. data/lib/aspose_cells_cloud/models/gradient_fill_stop.rb +226 -0
  86. data/lib/aspose_cells_cloud/models/horizontal_page_break.rb +231 -0
  87. data/lib/aspose_cells_cloud/models/horizontal_page_break_response.rb +221 -0
  88. data/lib/aspose_cells_cloud/models/horizontal_page_breaks.rb +209 -0
  89. data/lib/aspose_cells_cloud/models/horizontal_page_breaks_response.rb +221 -0
  90. data/lib/aspose_cells_cloud/models/html_save_options.rb +373 -0
  91. data/lib/aspose_cells_cloud/models/hyperlink.rb +234 -0
  92. data/lib/aspose_cells_cloud/models/hyperlink_response.rb +221 -0
  93. data/lib/aspose_cells_cloud/models/hyperlinks.rb +223 -0
  94. data/lib/aspose_cells_cloud/models/hyperlinks_response.rb +221 -0
  95. data/lib/aspose_cells_cloud/models/icon_filter.rb +212 -0
  96. data/lib/aspose_cells_cloud/models/icon_set.rb +253 -0
  97. data/lib/aspose_cells_cloud/models/image_save_options.rb +373 -0
  98. data/lib/aspose_cells_cloud/models/import_batch_data_option.rb +236 -0
  99. data/lib/aspose_cells_cloud/models/import_csv_data_option.rb +281 -0
  100. data/lib/aspose_cells_cloud/models/import_data_task_parameter.rb +216 -0
  101. data/lib/aspose_cells_cloud/models/import_double_array_option.rb +263 -0
  102. data/lib/aspose_cells_cloud/models/import_int_array_option.rb +263 -0
  103. data/lib/aspose_cells_cloud/models/import_option.rb +225 -0
  104. data/lib/aspose_cells_cloud/models/import_string_array_option.rb +263 -0
  105. data/lib/aspose_cells_cloud/models/legend.rb +335 -0
  106. data/lib/aspose_cells_cloud/models/legend_response.rb +221 -0
  107. data/lib/aspose_cells_cloud/models/line.rb +360 -0
  108. data/lib/aspose_cells_cloud/models/line_format.rb +358 -0
  109. data/lib/aspose_cells_cloud/models/line_response.rb +221 -0
  110. data/lib/aspose_cells_cloud/models/link.rb +225 -0
  111. data/lib/aspose_cells_cloud/models/link_element.rb +198 -0
  112. data/lib/aspose_cells_cloud/models/list_column.rb +209 -0
  113. data/lib/aspose_cells_cloud/models/list_object.rb +350 -0
  114. data/lib/aspose_cells_cloud/models/list_object_operate_parameter.rb +207 -0
  115. data/lib/aspose_cells_cloud/models/list_object_response.rb +221 -0
  116. data/lib/aspose_cells_cloud/models/list_objects.rb +209 -0
  117. data/lib/aspose_cells_cloud/models/list_objects_response.rb +221 -0
  118. data/lib/aspose_cells_cloud/models/m_html_save_options.rb +373 -0
  119. data/lib/aspose_cells_cloud/models/markdown_save_options.rb +292 -0
  120. data/lib/aspose_cells_cloud/models/merged_cell.rb +254 -0
  121. data/lib/aspose_cells_cloud/models/merged_cell_response.rb +221 -0
  122. data/lib/aspose_cells_cloud/models/merged_cells.rb +223 -0
  123. data/lib/aspose_cells_cloud/models/merged_cells_response.rb +221 -0
  124. data/lib/aspose_cells_cloud/models/multiple_filter.rb +189 -0
  125. data/lib/aspose_cells_cloud/models/multiple_filters.rb +209 -0
  126. data/lib/aspose_cells_cloud/models/name.rb +276 -0
  127. data/lib/aspose_cells_cloud/models/name_response.rb +221 -0
  128. data/lib/aspose_cells_cloud/models/names.rb +223 -0
  129. data/lib/aspose_cells_cloud/models/names_response.rb +221 -0
  130. data/lib/aspose_cells_cloud/models/negative_bar_format.rb +229 -0
  131. data/lib/aspose_cells_cloud/models/object_exist.rb +219 -0
  132. data/lib/aspose_cells_cloud/models/ods_save_options.rb +265 -0
  133. data/lib/aspose_cells_cloud/models/ole_object.rb +567 -0
  134. data/lib/aspose_cells_cloud/models/ole_object_response.rb +221 -0
  135. data/lib/aspose_cells_cloud/models/ole_objects.rb +209 -0
  136. data/lib/aspose_cells_cloud/models/ole_objects_response.rb +221 -0
  137. data/lib/aspose_cells_cloud/models/ooxml_save_options.rb +274 -0
  138. data/lib/aspose_cells_cloud/models/operate_object.rb +207 -0
  139. data/lib/aspose_cells_cloud/models/operate_object_position.rb +243 -0
  140. data/lib/aspose_cells_cloud/models/operate_parameter.rb +198 -0
  141. data/lib/aspose_cells_cloud/models/page_break_operate_parameter.rb +252 -0
  142. data/lib/aspose_cells_cloud/models/page_section.rb +259 -0
  143. data/lib/aspose_cells_cloud/models/page_sections_response.rb +223 -0
  144. data/lib/aspose_cells_cloud/models/page_setup.rb +542 -0
  145. data/lib/aspose_cells_cloud/models/page_setup_operate_parameter.rb +207 -0
  146. data/lib/aspose_cells_cloud/models/page_setup_response.rb +221 -0
  147. data/lib/aspose_cells_cloud/models/password_request.rb +198 -0
  148. data/lib/aspose_cells_cloud/models/paste_options.rb +225 -0
  149. data/lib/aspose_cells_cloud/models/pattern_fill.rb +252 -0
  150. data/lib/aspose_cells_cloud/models/pdf_save_options.rb +355 -0
  151. data/lib/aspose_cells_cloud/models/pdf_security_options.rb +283 -0
  152. data/lib/aspose_cells_cloud/models/pic_format_option.rb +243 -0
  153. data/lib/aspose_cells_cloud/models/picture.rb +558 -0
  154. data/lib/aspose_cells_cloud/models/picture_response.rb +221 -0
  155. data/lib/aspose_cells_cloud/models/pictures.rb +209 -0
  156. data/lib/aspose_cells_cloud/models/pictures_response.rb +221 -0
  157. data/lib/aspose_cells_cloud/models/pivot_field.rb +546 -0
  158. data/lib/aspose_cells_cloud/models/pivot_field_response.rb +221 -0
  159. data/lib/aspose_cells_cloud/models/pivot_filter.rb +279 -0
  160. data/lib/aspose_cells_cloud/models/pivot_filter_response.rb +221 -0
  161. data/lib/aspose_cells_cloud/models/pivot_filters_response.rb +223 -0
  162. data/lib/aspose_cells_cloud/models/pivot_item.rb +228 -0
  163. data/lib/aspose_cells_cloud/models/pivot_table.rb +824 -0
  164. data/lib/aspose_cells_cloud/models/pivot_table_field_request.rb +200 -0
  165. data/lib/aspose_cells_cloud/models/pivot_table_operate_parameter.rb +276 -0
  166. data/lib/aspose_cells_cloud/models/pivot_table_response.rb +221 -0
  167. data/lib/aspose_cells_cloud/models/pivot_tables.rb +209 -0
  168. data/lib/aspose_cells_cloud/models/pivot_tables_response.rb +221 -0
  169. data/lib/aspose_cells_cloud/models/protect_sheet_parameter.rb +335 -0
  170. data/lib/aspose_cells_cloud/models/range.rb +309 -0
  171. data/lib/aspose_cells_cloud/models/range_copy_request.rb +225 -0
  172. data/lib/aspose_cells_cloud/models/range_set_outline_border_request.rb +225 -0
  173. data/lib/aspose_cells_cloud/models/range_set_style_request.rb +207 -0
  174. data/lib/aspose_cells_cloud/models/range_value_response.rb +223 -0
  175. data/lib/aspose_cells_cloud/models/ranges.rb +200 -0
  176. data/lib/aspose_cells_cloud/models/ranges_response.rb +221 -0
  177. data/lib/aspose_cells_cloud/models/result_destination.rb +216 -0
  178. data/lib/aspose_cells_cloud/models/row.rb +261 -0
  179. data/lib/aspose_cells_cloud/models/row_response.rb +221 -0
  180. data/lib/aspose_cells_cloud/models/rows.rb +237 -0
  181. data/lib/aspose_cells_cloud/models/rows_response.rb +221 -0
  182. data/lib/aspose_cells_cloud/models/save_options.rb +265 -0
  183. data/lib/aspose_cells_cloud/models/save_response.rb +221 -0
  184. data/lib/aspose_cells_cloud/models/save_result.rb +200 -0
  185. data/lib/aspose_cells_cloud/models/save_result_task_parameter.rb +207 -0
  186. data/lib/aspose_cells_cloud/models/shadow_effect.rb +252 -0
  187. data/lib/aspose_cells_cloud/models/shape.rb +504 -0
  188. data/lib/aspose_cells_cloud/models/shape_operate_parameter.rb +207 -0
  189. data/lib/aspose_cells_cloud/models/shape_response.rb +221 -0
  190. data/lib/aspose_cells_cloud/models/shapes.rb +209 -0
  191. data/lib/aspose_cells_cloud/models/shapes_response.rb +221 -0
  192. data/lib/aspose_cells_cloud/models/single_value.rb +207 -0
  193. data/lib/aspose_cells_cloud/models/single_value_response.rb +221 -0
  194. data/lib/aspose_cells_cloud/models/smart_marker_task_parameter.rb +216 -0
  195. data/lib/aspose_cells_cloud/models/solid_fill.rb +216 -0
  196. data/lib/aspose_cells_cloud/models/sort_key.rb +221 -0
  197. data/lib/aspose_cells_cloud/models/sparkline.rb +226 -0
  198. data/lib/aspose_cells_cloud/models/sparkline_group.rb +434 -0
  199. data/lib/aspose_cells_cloud/models/sparkline_group_response.rb +221 -0
  200. data/lib/aspose_cells_cloud/models/sparkline_groups.rb +200 -0
  201. data/lib/aspose_cells_cloud/models/sparkline_groups_response.rb +221 -0
  202. data/lib/aspose_cells_cloud/models/split_result.rb +200 -0
  203. data/lib/aspose_cells_cloud/models/split_result_document.rb +212 -0
  204. data/lib/aspose_cells_cloud/models/split_result_response.rb +222 -0
  205. data/lib/aspose_cells_cloud/models/split_workbook_task_parameter.rb +243 -0
  206. data/lib/aspose_cells_cloud/models/spreadsheet_ml2003_save_options.rb +292 -0
  207. data/lib/aspose_cells_cloud/models/storage_exist.rb +204 -0
  208. data/lib/aspose_cells_cloud/models/storage_file.rb +249 -0
  209. data/lib/aspose_cells_cloud/models/style.rb +407 -0
  210. data/lib/aspose_cells_cloud/models/style_response.rb +221 -0
  211. data/lib/aspose_cells_cloud/models/svg_save_options.rb +274 -0
  212. data/lib/aspose_cells_cloud/models/task_data.rb +200 -0
  213. data/lib/aspose_cells_cloud/models/task_description.rb +207 -0
  214. data/lib/aspose_cells_cloud/models/task_parameter.rb +189 -0
  215. data/lib/aspose_cells_cloud/models/text_item.rb +207 -0
  216. data/lib/aspose_cells_cloud/models/text_items.rb +209 -0
  217. data/lib/aspose_cells_cloud/models/text_items_response.rb +221 -0
  218. data/lib/aspose_cells_cloud/models/text_options.rb +333 -0
  219. data/lib/aspose_cells_cloud/models/text_water_marker_request.rb +239 -0
  220. data/lib/aspose_cells_cloud/models/texture_fill.rb +243 -0
  221. data/lib/aspose_cells_cloud/models/theme_color.rb +207 -0
  222. data/lib/aspose_cells_cloud/models/tile_pic_option.rb +263 -0
  223. data/lib/aspose_cells_cloud/models/title.rb +380 -0
  224. data/lib/aspose_cells_cloud/models/title_response.rb +221 -0
  225. data/lib/aspose_cells_cloud/models/top10.rb +219 -0
  226. data/lib/aspose_cells_cloud/models/top10_filter.rb +240 -0
  227. data/lib/aspose_cells_cloud/models/txt_save_options.rb +301 -0
  228. data/lib/aspose_cells_cloud/models/validation.rb +360 -0
  229. data/lib/aspose_cells_cloud/models/validation_response.rb +221 -0
  230. data/lib/aspose_cells_cloud/models/validations.rb +223 -0
  231. data/lib/aspose_cells_cloud/models/validations_response.rb +221 -0
  232. data/lib/aspose_cells_cloud/models/value_type.rb +189 -0
  233. data/lib/aspose_cells_cloud/models/vertical_page_break.rb +231 -0
  234. data/lib/aspose_cells_cloud/models/vertical_page_break_response.rb +221 -0
  235. data/lib/aspose_cells_cloud/models/vertical_page_breaks.rb +209 -0
  236. data/lib/aspose_cells_cloud/models/vertical_page_breaks_response.rb +221 -0
  237. data/lib/aspose_cells_cloud/models/workbook.rb +290 -0
  238. data/lib/aspose_cells_cloud/models/workbook_encryption_request.rb +224 -0
  239. data/lib/aspose_cells_cloud/models/workbook_operate_parameter.rb +198 -0
  240. data/lib/aspose_cells_cloud/models/workbook_protection_request.rb +209 -0
  241. data/lib/aspose_cells_cloud/models/workbook_replace_response.rb +235 -0
  242. data/lib/aspose_cells_cloud/models/workbook_response.rb +221 -0
  243. data/lib/aspose_cells_cloud/models/workbook_settings.rb +626 -0
  244. data/lib/aspose_cells_cloud/models/workbook_settings_operate_parameter.rb +207 -0
  245. data/lib/aspose_cells_cloud/models/workbook_settings_response.rb +221 -0
  246. data/lib/aspose_cells_cloud/models/worksheet.rb +510 -0
  247. data/lib/aspose_cells_cloud/models/worksheet_moving_request.rb +209 -0
  248. data/lib/aspose_cells_cloud/models/worksheet_replace_response.rb +235 -0
  249. data/lib/aspose_cells_cloud/models/worksheet_response.rb +221 -0
  250. data/lib/aspose_cells_cloud/models/worksheets.rb +209 -0
  251. data/lib/aspose_cells_cloud/models/worksheets_response.rb +221 -0
  252. data/lib/aspose_cells_cloud/models/xls_save_options.rb +265 -0
  253. data/lib/aspose_cells_cloud/models/xlsb_save_options.rb +265 -0
  254. data/lib/aspose_cells_cloud/models/xps_save_options.rb +265 -0
  255. data/lib/aspose_cells_cloud/version.rb +25 -0
  256. data/spec/api/cells_api_spec.rb +1145 -0
  257. data/spec/api/cells_auto_filter_api_spec.rb +430 -0
  258. data/spec/api/cells_chart_area_api_spec.rb +92 -0
  259. data/spec/api/cells_charts_api_spec.rb +390 -0
  260. data/spec/api/cells_conditional_formattings_api_spec.rb +259 -0
  261. data/spec/api/cells_hypelinks_api_spec.rb +170 -0
  262. data/spec/api/cells_list_objects_api_spec.rb +245 -0
  263. data/spec/api/cells_ole_objects_api_spec.rb +177 -0
  264. data/spec/api/cells_page_breaks_api_spec.rb +269 -0
  265. data/spec/api/cells_page_setup_api_spec.rb +198 -0
  266. data/spec/api/cells_pictures_api_spec.rb +174 -0
  267. data/spec/api/cells_pivot_tables_api_spec.rb +525 -0
  268. data/spec/api/cells_properties_api_spec.rb +129 -0
  269. data/spec/api/cells_ranges_api_spec.rb +284 -0
  270. data/spec/api/cells_save_as_api_spec.rb +74 -0
  271. data/spec/api/cells_shapes_api_spec.rb +174 -0
  272. data/spec/api/cells_simple_spec.rb +44 -0
  273. data/spec/api/cells_sparkline_group_spec.rb +43 -0
  274. data/spec/api/cells_storage_api_spec.rb +69 -0
  275. data/spec/api/cells_storage_spec.rb +45 -0
  276. data/spec/api/cells_task_api_spec.rb +61 -0
  277. data/spec/api/cells_workbook_api_spec.rb +641 -0
  278. data/spec/api/cells_worksheet_validations_api_spec.rb +139 -0
  279. data/spec/api/cells_worksheets_api_spec.rb +843 -0
  280. data/spec/spec_helper.rb +132 -0
  281. metadata +282 -3
@@ -0,0 +1,542 @@
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
+ # excel print page setting
27
+ class PageSetup
28
+ attr_accessor :link
29
+
30
+ # True means that the header/footer of the first page is different with other pages.
31
+ attr_accessor :is_hf_diff_first
32
+
33
+ # Represents the number of pages wide the worksheet will be scaled to when it's printed.
34
+ attr_accessor :fit_to_pages_wide
35
+
36
+ # Represents the print quality.
37
+ attr_accessor :print_quality
38
+
39
+ # Represents if the sheet will be printed without graphics.
40
+ attr_accessor :print_draft
41
+
42
+ # Represents the first page number that will be used when this sheet is printed.
43
+ attr_accessor :first_page_number
44
+
45
+ # Represents the size of the paper.
46
+ attr_accessor :paper_size
47
+
48
+ # Represents the way comments are printed with the sheet.
49
+ attr_accessor :print_comments
50
+
51
+ # Specifies the type of print error displayed.
52
+ attr_accessor :print_errors
53
+
54
+ # Represent if the sheet is printed centered vertically.
55
+ attr_accessor :center_vertically
56
+
57
+ # If this property is False, the FitToPagesWide and FitToPagesTall properties control how the worksheet is scaled.
58
+ attr_accessor :is_percent_scale
59
+
60
+ # Represents if elements of the document will be printed in black and white. True/False
61
+ attr_accessor :black_and_white
62
+
63
+ # Represents the columns that contain the cells to be repeated on the left side of each page.
64
+ attr_accessor :print_title_columns
65
+
66
+ # Indicates whether header and footer margins are aligned with the page margins.Only applies for Excel 2007.
67
+ attr_accessor :is_hf_align_margins
68
+
69
+ # Represents the range to be printed.
70
+ attr_accessor :print_area
71
+
72
+ # Represents the distance from the bottom of the page to the footer, in unit of centimeters.
73
+ attr_accessor :footer_margin
74
+
75
+ # Represents the size of the left margin, in unit of centimeters.
76
+ attr_accessor :left_margin
77
+
78
+ # Represent if the sheet is printed centered horizontally.
79
+ attr_accessor :center_horizontally
80
+
81
+ # Represents the distance from the top of the page to the header, in unit of centimeters.
82
+ attr_accessor :header_margin
83
+
84
+ # Represents the size of the top margin, in unit of centimeters.
85
+ attr_accessor :top_margin
86
+
87
+ # Represents the page footor.
88
+ attr_accessor :footer
89
+
90
+ # Represents the number of pages tall the worksheet will be scaled to when it's printed.
91
+ attr_accessor :fit_to_pages_tall
92
+
93
+ # Indicates whether header and footer are scaled with document scaling.Only applies for Excel 2007.
94
+ attr_accessor :is_hf_scale_with_doc
95
+
96
+ # Represents if row and column headings are printed with this page.
97
+ attr_accessor :print_headings
98
+
99
+ # Represents the scaling factor in percent. It should be between 10 and 400.
100
+ attr_accessor :zoom
101
+
102
+ # Represents the rows that contain the cells to be repeated at the top of each page.
103
+ attr_accessor :print_title_rows
104
+
105
+ # Represents the order that Microsoft Excel uses to number pages when printing a large worksheet.
106
+ attr_accessor :order
107
+
108
+ # Get and sets number of copies to print.
109
+ attr_accessor :print_copies
110
+
111
+ # Represents page print orientation.
112
+ attr_accessor :orientation
113
+
114
+ # Represents the size of the right margin, in unit of centimeters.
115
+ attr_accessor :right_margin
116
+
117
+ # Represents if cell gridlines are printed on the page.
118
+ attr_accessor :print_gridlines
119
+
120
+ # Indicates whether the first the page number is automatically assigned.
121
+ attr_accessor :is_auto_first_page_number
122
+
123
+ # Represents the page header.
124
+ attr_accessor :header
125
+
126
+ # True means that the header/footer of the odd pages is different with odd pages.
127
+ attr_accessor :is_hf_diff_odd_even
128
+
129
+ # Represents the size of the bottom margin, in unit of centimeters.
130
+ attr_accessor :bottom_margin
131
+
132
+
133
+ # Attribute mapping from ruby-style variable name to JSON key.
134
+ def self.attribute_map
135
+ {
136
+ :'link' => :'link',
137
+ :'is_hf_diff_first' => :'IsHFDiffFirst',
138
+ :'fit_to_pages_wide' => :'FitToPagesWide',
139
+ :'print_quality' => :'PrintQuality',
140
+ :'print_draft' => :'PrintDraft',
141
+ :'first_page_number' => :'FirstPageNumber',
142
+ :'paper_size' => :'PaperSize',
143
+ :'print_comments' => :'PrintComments',
144
+ :'print_errors' => :'PrintErrors',
145
+ :'center_vertically' => :'CenterVertically',
146
+ :'is_percent_scale' => :'IsPercentScale',
147
+ :'black_and_white' => :'BlackAndWhite',
148
+ :'print_title_columns' => :'PrintTitleColumns',
149
+ :'is_hf_align_margins' => :'IsHFAlignMargins',
150
+ :'print_area' => :'PrintArea',
151
+ :'footer_margin' => :'FooterMargin',
152
+ :'left_margin' => :'LeftMargin',
153
+ :'center_horizontally' => :'CenterHorizontally',
154
+ :'header_margin' => :'HeaderMargin',
155
+ :'top_margin' => :'TopMargin',
156
+ :'footer' => :'Footer',
157
+ :'fit_to_pages_tall' => :'FitToPagesTall',
158
+ :'is_hf_scale_with_doc' => :'IsHFScaleWithDoc',
159
+ :'print_headings' => :'PrintHeadings',
160
+ :'zoom' => :'Zoom',
161
+ :'print_title_rows' => :'PrintTitleRows',
162
+ :'order' => :'Order',
163
+ :'print_copies' => :'PrintCopies',
164
+ :'orientation' => :'Orientation',
165
+ :'right_margin' => :'RightMargin',
166
+ :'print_gridlines' => :'PrintGridlines',
167
+ :'is_auto_first_page_number' => :'IsAutoFirstPageNumber',
168
+ :'header' => :'Header',
169
+ :'is_hf_diff_odd_even' => :'IsHFDiffOddEven',
170
+ :'bottom_margin' => :'BottomMargin'
171
+ }
172
+ end
173
+
174
+ # Attribute type mapping.
175
+ def self.swagger_types
176
+ {
177
+ :'link' => :'Link',
178
+ :'is_hf_diff_first' => :'BOOLEAN',
179
+ :'fit_to_pages_wide' => :'Integer',
180
+ :'print_quality' => :'Integer',
181
+ :'print_draft' => :'BOOLEAN',
182
+ :'first_page_number' => :'Integer',
183
+ :'paper_size' => :'String',
184
+ :'print_comments' => :'String',
185
+ :'print_errors' => :'String',
186
+ :'center_vertically' => :'BOOLEAN',
187
+ :'is_percent_scale' => :'BOOLEAN',
188
+ :'black_and_white' => :'BOOLEAN',
189
+ :'print_title_columns' => :'String',
190
+ :'is_hf_align_margins' => :'BOOLEAN',
191
+ :'print_area' => :'String',
192
+ :'footer_margin' => :'Float',
193
+ :'left_margin' => :'Float',
194
+ :'center_horizontally' => :'BOOLEAN',
195
+ :'header_margin' => :'Float',
196
+ :'top_margin' => :'Float',
197
+ :'footer' => :'Array<PageSection>',
198
+ :'fit_to_pages_tall' => :'Integer',
199
+ :'is_hf_scale_with_doc' => :'BOOLEAN',
200
+ :'print_headings' => :'BOOLEAN',
201
+ :'zoom' => :'Integer',
202
+ :'print_title_rows' => :'String',
203
+ :'order' => :'String',
204
+ :'print_copies' => :'Integer',
205
+ :'orientation' => :'String',
206
+ :'right_margin' => :'Float',
207
+ :'print_gridlines' => :'BOOLEAN',
208
+ :'is_auto_first_page_number' => :'BOOLEAN',
209
+ :'header' => :'Array<PageSection>',
210
+ :'is_hf_diff_odd_even' => :'BOOLEAN',
211
+ :'bottom_margin' => :'Float'
212
+ }
213
+ end
214
+
215
+ # Initializes the object
216
+ # @param [Hash] attributes Model attributes in the form of hash
217
+ def initialize(attributes = {})
218
+ return unless attributes.is_a?(Hash)
219
+
220
+ # convert string to symbol for hash key
221
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
222
+
223
+ if attributes.has_key?(:'link')
224
+ self.link = attributes[:'link']
225
+ end
226
+
227
+ if attributes.has_key?(:'IsHFDiffFirst')
228
+ self.is_hf_diff_first = attributes[:'IsHFDiffFirst']
229
+ end
230
+
231
+ if attributes.has_key?(:'FitToPagesWide')
232
+ self.fit_to_pages_wide = attributes[:'FitToPagesWide']
233
+ end
234
+
235
+ if attributes.has_key?(:'PrintQuality')
236
+ self.print_quality = attributes[:'PrintQuality']
237
+ end
238
+
239
+ if attributes.has_key?(:'PrintDraft')
240
+ self.print_draft = attributes[:'PrintDraft']
241
+ end
242
+
243
+ if attributes.has_key?(:'FirstPageNumber')
244
+ self.first_page_number = attributes[:'FirstPageNumber']
245
+ end
246
+
247
+ if attributes.has_key?(:'PaperSize')
248
+ self.paper_size = attributes[:'PaperSize']
249
+ end
250
+
251
+ if attributes.has_key?(:'PrintComments')
252
+ self.print_comments = attributes[:'PrintComments']
253
+ end
254
+
255
+ if attributes.has_key?(:'PrintErrors')
256
+ self.print_errors = attributes[:'PrintErrors']
257
+ end
258
+
259
+ if attributes.has_key?(:'CenterVertically')
260
+ self.center_vertically = attributes[:'CenterVertically']
261
+ end
262
+
263
+ if attributes.has_key?(:'IsPercentScale')
264
+ self.is_percent_scale = attributes[:'IsPercentScale']
265
+ end
266
+
267
+ if attributes.has_key?(:'BlackAndWhite')
268
+ self.black_and_white = attributes[:'BlackAndWhite']
269
+ end
270
+
271
+ if attributes.has_key?(:'PrintTitleColumns')
272
+ self.print_title_columns = attributes[:'PrintTitleColumns']
273
+ end
274
+
275
+ if attributes.has_key?(:'IsHFAlignMargins')
276
+ self.is_hf_align_margins = attributes[:'IsHFAlignMargins']
277
+ end
278
+
279
+ if attributes.has_key?(:'PrintArea')
280
+ self.print_area = attributes[:'PrintArea']
281
+ end
282
+
283
+ if attributes.has_key?(:'FooterMargin')
284
+ self.footer_margin = attributes[:'FooterMargin']
285
+ end
286
+
287
+ if attributes.has_key?(:'LeftMargin')
288
+ self.left_margin = attributes[:'LeftMargin']
289
+ end
290
+
291
+ if attributes.has_key?(:'CenterHorizontally')
292
+ self.center_horizontally = attributes[:'CenterHorizontally']
293
+ end
294
+
295
+ if attributes.has_key?(:'HeaderMargin')
296
+ self.header_margin = attributes[:'HeaderMargin']
297
+ end
298
+
299
+ if attributes.has_key?(:'TopMargin')
300
+ self.top_margin = attributes[:'TopMargin']
301
+ end
302
+
303
+ if attributes.has_key?(:'Footer')
304
+ if (value = attributes[:'Footer']).is_a?(Array)
305
+ self.footer = value
306
+ end
307
+ end
308
+
309
+ if attributes.has_key?(:'FitToPagesTall')
310
+ self.fit_to_pages_tall = attributes[:'FitToPagesTall']
311
+ end
312
+
313
+ if attributes.has_key?(:'IsHFScaleWithDoc')
314
+ self.is_hf_scale_with_doc = attributes[:'IsHFScaleWithDoc']
315
+ end
316
+
317
+ if attributes.has_key?(:'PrintHeadings')
318
+ self.print_headings = attributes[:'PrintHeadings']
319
+ end
320
+
321
+ if attributes.has_key?(:'Zoom')
322
+ self.zoom = attributes[:'Zoom']
323
+ end
324
+
325
+ if attributes.has_key?(:'PrintTitleRows')
326
+ self.print_title_rows = attributes[:'PrintTitleRows']
327
+ end
328
+
329
+ if attributes.has_key?(:'Order')
330
+ self.order = attributes[:'Order']
331
+ end
332
+
333
+ if attributes.has_key?(:'PrintCopies')
334
+ self.print_copies = attributes[:'PrintCopies']
335
+ end
336
+
337
+ if attributes.has_key?(:'Orientation')
338
+ self.orientation = attributes[:'Orientation']
339
+ end
340
+
341
+ if attributes.has_key?(:'RightMargin')
342
+ self.right_margin = attributes[:'RightMargin']
343
+ end
344
+
345
+ if attributes.has_key?(:'PrintGridlines')
346
+ self.print_gridlines = attributes[:'PrintGridlines']
347
+ end
348
+
349
+ if attributes.has_key?(:'IsAutoFirstPageNumber')
350
+ self.is_auto_first_page_number = attributes[:'IsAutoFirstPageNumber']
351
+ end
352
+
353
+ if attributes.has_key?(:'Header')
354
+ if (value = attributes[:'Header']).is_a?(Array)
355
+ self.header = value
356
+ end
357
+ end
358
+
359
+ if attributes.has_key?(:'IsHFDiffOddEven')
360
+ self.is_hf_diff_odd_even = attributes[:'IsHFDiffOddEven']
361
+ end
362
+
363
+ if attributes.has_key?(:'BottomMargin')
364
+ self.bottom_margin = attributes[:'BottomMargin']
365
+ end
366
+
367
+ end
368
+
369
+ # Show invalid properties with the reasons. Usually used together with valid?
370
+ # @return Array for valid properies with the reasons
371
+ def list_invalid_properties
372
+ invalid_properties = Array.new
373
+ return invalid_properties
374
+ end
375
+
376
+ # Check to see if the all the properties in the model are valid
377
+ # @return true if the model is valid
378
+ def valid?
379
+ return true
380
+ end
381
+
382
+ # Checks equality by comparing each attribute.
383
+ # @param [Object] Object to be compared
384
+ def ==(o)
385
+ return true if self.equal?(o)
386
+ self.class == o.class &&
387
+ link == o.link &&
388
+ is_hf_diff_first == o.is_hf_diff_first &&
389
+ fit_to_pages_wide == o.fit_to_pages_wide &&
390
+ print_quality == o.print_quality &&
391
+ print_draft == o.print_draft &&
392
+ first_page_number == o.first_page_number &&
393
+ paper_size == o.paper_size &&
394
+ print_comments == o.print_comments &&
395
+ print_errors == o.print_errors &&
396
+ center_vertically == o.center_vertically &&
397
+ is_percent_scale == o.is_percent_scale &&
398
+ black_and_white == o.black_and_white &&
399
+ print_title_columns == o.print_title_columns &&
400
+ is_hf_align_margins == o.is_hf_align_margins &&
401
+ print_area == o.print_area &&
402
+ footer_margin == o.footer_margin &&
403
+ left_margin == o.left_margin &&
404
+ center_horizontally == o.center_horizontally &&
405
+ header_margin == o.header_margin &&
406
+ top_margin == o.top_margin &&
407
+ footer == o.footer &&
408
+ fit_to_pages_tall == o.fit_to_pages_tall &&
409
+ is_hf_scale_with_doc == o.is_hf_scale_with_doc &&
410
+ print_headings == o.print_headings &&
411
+ zoom == o.zoom &&
412
+ print_title_rows == o.print_title_rows &&
413
+ order == o.order &&
414
+ print_copies == o.print_copies &&
415
+ orientation == o.orientation &&
416
+ right_margin == o.right_margin &&
417
+ print_gridlines == o.print_gridlines &&
418
+ is_auto_first_page_number == o.is_auto_first_page_number &&
419
+ header == o.header &&
420
+ is_hf_diff_odd_even == o.is_hf_diff_odd_even &&
421
+ bottom_margin == o.bottom_margin
422
+ end
423
+
424
+ # @see the `==` method
425
+ # @param [Object] Object to be compared
426
+ def eql?(o)
427
+ self == o
428
+ end
429
+
430
+ # Calculates hash code according to all attributes.
431
+ # @return [Fixnum] Hash code
432
+ def hash
433
+ [link, is_hf_diff_first, fit_to_pages_wide, print_quality, print_draft, first_page_number, paper_size, print_comments, print_errors, center_vertically, is_percent_scale, black_and_white, print_title_columns, is_hf_align_margins, print_area, footer_margin, left_margin, center_horizontally, header_margin, top_margin, footer, fit_to_pages_tall, is_hf_scale_with_doc, print_headings, zoom, print_title_rows, order, print_copies, orientation, right_margin, print_gridlines, is_auto_first_page_number, header, is_hf_diff_odd_even, bottom_margin].hash
434
+ end
435
+
436
+ # Builds the object from hash
437
+ # @param [Hash] attributes Model attributes in the form of hash
438
+ # @return [Object] Returns the model itself
439
+ def build_from_hash(attributes)
440
+ return nil unless attributes.is_a?(Hash)
441
+ self.class.swagger_types.each_pair do |key, type|
442
+ if type =~ /\AArray<(.*)>/i
443
+ # check to ensure the input is an array given that the the attribute
444
+ # is documented as an array but the input is not
445
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
446
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
447
+ end
448
+ elsif !attributes[self.class.attribute_map[key]].nil?
449
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
450
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
451
+ end
452
+
453
+ self
454
+ end
455
+
456
+ # Deserializes the data based on type
457
+ # @param string type Data type
458
+ # @param string value Value to be deserialized
459
+ # @return [Object] Deserialized data
460
+ def _deserialize(type, value)
461
+ case type.to_sym
462
+ when :DateTime
463
+ DateTime.parse(value)
464
+ when :Date
465
+ Date.parse(value)
466
+ when :String
467
+ value.to_s
468
+ when :Integer
469
+ value.to_i
470
+ when :Float
471
+ value.to_f
472
+ when :BOOLEAN
473
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
474
+ true
475
+ else
476
+ false
477
+ end
478
+ when :Object
479
+ # generic object (usually a Hash), return directly
480
+ value
481
+ when /\AArray<(?<inner_type>.+)>\z/
482
+ inner_type = Regexp.last_match[:inner_type]
483
+ value.map { |v| _deserialize(inner_type, v) }
484
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
485
+ k_type = Regexp.last_match[:k_type]
486
+ v_type = Regexp.last_match[:v_type]
487
+ {}.tap do |hash|
488
+ value.each do |k, v|
489
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
490
+ end
491
+ end
492
+ else # model
493
+ temp_model = AsposeCellsCloud.const_get(type).new
494
+ temp_model.build_from_hash(value)
495
+ end
496
+ end
497
+
498
+ # Returns the string representation of the object
499
+ # @return [String] String presentation of the object
500
+ def to_s
501
+ to_hash.to_s
502
+ end
503
+
504
+ # to_body is an alias to to_hash (backward compatibility)
505
+ # @return [Hash] Returns the object in the form of hash
506
+ def to_body
507
+ to_hash
508
+ end
509
+
510
+ # Returns the object in the form of hash
511
+ # @return [Hash] Returns the object in the form of hash
512
+ def to_hash
513
+ hash = {}
514
+ self.class.attribute_map.each_pair do |attr, param|
515
+ value = self.send(attr)
516
+ next if value.nil?
517
+ hash[param] = _to_hash(value)
518
+ end
519
+ hash
520
+ end
521
+
522
+ # Outputs non-array value in the form of hash
523
+ # For object, use to_hash. Otherwise, just return the value
524
+ # @param [Object] value Any valid value
525
+ # @return [Hash] Returns the value in the form of hash
526
+ def _to_hash(value)
527
+ if value.is_a?(Array)
528
+ value.compact.map{ |v| _to_hash(v) }
529
+ elsif value.is_a?(Hash)
530
+ {}.tap do |hash|
531
+ value.each { |k, v| hash[k] = _to_hash(v) }
532
+ end
533
+ elsif value.respond_to? :to_hash
534
+ value.to_hash
535
+ else
536
+ value
537
+ end
538
+ end
539
+
540
+ end
541
+
542
+ end