aspose_words_cloud 19.12.0 → 20.6.0

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 (437) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aspose_words_cloud.rb +290 -234
  3. data/lib/aspose_words_cloud/api/words_api.rb +19429 -14971
  4. data/lib/aspose_words_cloud/api_client.rb +412 -405
  5. data/lib/aspose_words_cloud/api_error.rb +58 -58
  6. data/lib/aspose_words_cloud/configuration.rb +157 -173
  7. data/lib/aspose_words_cloud/models/available_fonts_response.rb +243 -243
  8. data/lib/aspose_words_cloud/models/bmp_save_options_data.rb +532 -477
  9. data/lib/aspose_words_cloud/models/bookmark.rb +226 -227
  10. data/lib/aspose_words_cloud/models/bookmark_data.rb +217 -217
  11. data/lib/aspose_words_cloud/models/bookmark_response.rb +216 -217
  12. data/lib/aspose_words_cloud/models/bookmarks.rb +218 -219
  13. data/lib/aspose_words_cloud/models/bookmarks_outline_level_data.rb +217 -222
  14. data/lib/aspose_words_cloud/models/bookmarks_response.rb +216 -217
  15. data/lib/aspose_words_cloud/models/border.rb +318 -320
  16. data/lib/aspose_words_cloud/models/border_response.rb +216 -217
  17. data/lib/aspose_words_cloud/models/borders_collection.rb +218 -219
  18. data/lib/aspose_words_cloud/models/borders_response.rb +216 -217
  19. data/lib/aspose_words_cloud/models/classification_response.rb +239 -239
  20. data/lib/aspose_words_cloud/models/classification_result.rb +217 -222
  21. data/lib/aspose_words_cloud/models/comment.rb +273 -277
  22. data/lib/aspose_words_cloud/models/comment_base.rb +255 -0
  23. data/lib/aspose_words_cloud/models/comment_insert.rb +255 -0
  24. data/lib/aspose_words_cloud/models/comment_link.rb +206 -207
  25. data/lib/aspose_words_cloud/models/comment_response.rb +216 -217
  26. data/lib/aspose_words_cloud/models/comment_update.rb +255 -0
  27. data/lib/aspose_words_cloud/models/comments_collection.rb +218 -219
  28. data/lib/aspose_words_cloud/models/comments_response.rb +216 -217
  29. data/lib/aspose_words_cloud/models/compare_data.rb +236 -227
  30. data/lib/aspose_words_cloud/models/compare_options.rb +324 -0
  31. data/lib/aspose_words_cloud/models/csv_data_load_options.rb +237 -0
  32. data/lib/aspose_words_cloud/models/doc_save_options_data.rb +374 -327
  33. data/lib/aspose_words_cloud/models/document.rb +295 -311
  34. data/lib/aspose_words_cloud/models/document_entry.rb +217 -217
  35. data/lib/aspose_words_cloud/models/document_entry_list.rb +209 -209
  36. data/lib/aspose_words_cloud/models/document_position.rb +216 -217
  37. data/lib/aspose_words_cloud/models/document_properties.rb +218 -219
  38. data/lib/aspose_words_cloud/models/document_properties_response.rb +216 -217
  39. data/lib/aspose_words_cloud/models/document_property.rb +236 -237
  40. data/lib/aspose_words_cloud/models/document_property_base.rb +207 -0
  41. data/lib/aspose_words_cloud/models/document_property_create_or_update.rb +207 -0
  42. data/lib/aspose_words_cloud/models/document_property_response.rb +216 -217
  43. data/lib/aspose_words_cloud/models/document_response.rb +216 -217
  44. data/lib/aspose_words_cloud/models/document_stat_data.rb +248 -264
  45. data/lib/aspose_words_cloud/models/downsample_options_data.rb +227 -227
  46. data/lib/aspose_words_cloud/models/drawing_object.rb +385 -388
  47. data/lib/aspose_words_cloud/models/drawing_object_collection.rb +218 -219
  48. data/lib/aspose_words_cloud/models/drawing_object_insert.rb +345 -0
  49. data/lib/aspose_words_cloud/models/drawing_object_link.rb +216 -217
  50. data/lib/aspose_words_cloud/models/drawing_object_response.rb +216 -217
  51. data/lib/aspose_words_cloud/models/drawing_object_update.rb +336 -0
  52. data/lib/aspose_words_cloud/models/drawing_objects_response.rb +216 -217
  53. data/lib/aspose_words_cloud/models/emf_save_options_data.rb +532 -477
  54. data/lib/aspose_words_cloud/models/epub_save_options_data.rb +782 -756
  55. data/lib/aspose_words_cloud/models/error.rb +236 -237
  56. data/lib/aspose_words_cloud/models/error_details.rb +217 -222
  57. data/lib/aspose_words_cloud/models/field.rb +246 -247
  58. data/lib/aspose_words_cloud/models/field_base.rb +217 -0
  59. data/lib/aspose_words_cloud/models/field_collection.rb +218 -219
  60. data/lib/aspose_words_cloud/models/field_insert.rb +217 -0
  61. data/lib/aspose_words_cloud/models/field_link.rb +226 -227
  62. data/lib/aspose_words_cloud/models/field_names.rb +218 -219
  63. data/lib/aspose_words_cloud/models/field_names_response.rb +216 -217
  64. data/lib/aspose_words_cloud/models/field_response.rb +216 -217
  65. data/lib/aspose_words_cloud/models/field_update.rb +217 -0
  66. data/lib/aspose_words_cloud/models/fields_response.rb +216 -217
  67. data/lib/aspose_words_cloud/models/file_link.rb +237 -237
  68. data/lib/aspose_words_cloud/models/files_list.rb +209 -209
  69. data/lib/aspose_words_cloud/models/files_upload_result.rb +221 -221
  70. data/lib/aspose_words_cloud/models/fixed_page_save_options_data.rb +403 -347
  71. data/lib/aspose_words_cloud/models/font.rb +671 -676
  72. data/lib/aspose_words_cloud/models/font_info.rb +237 -237
  73. data/lib/aspose_words_cloud/models/font_response.rb +216 -217
  74. data/lib/aspose_words_cloud/models/footnote.rb +301 -304
  75. data/lib/aspose_words_cloud/models/footnote_base.rb +273 -0
  76. data/lib/aspose_words_cloud/models/footnote_collection.rb +218 -219
  77. data/lib/aspose_words_cloud/models/footnote_insert.rb +273 -0
  78. data/lib/aspose_words_cloud/models/footnote_link.rb +216 -217
  79. data/lib/aspose_words_cloud/models/footnote_response.rb +216 -217
  80. data/lib/aspose_words_cloud/models/footnote_update.rb +273 -0
  81. data/lib/aspose_words_cloud/models/footnotes_response.rb +216 -217
  82. data/lib/aspose_words_cloud/models/footnotes_stat_data.rb +217 -227
  83. data/lib/aspose_words_cloud/models/form_field.rb +306 -307
  84. data/lib/aspose_words_cloud/models/form_field_checkbox.rb +336 -337
  85. data/lib/aspose_words_cloud/models/form_field_collection.rb +218 -219
  86. data/lib/aspose_words_cloud/models/form_field_drop_down.rb +328 -329
  87. data/lib/aspose_words_cloud/models/form_field_response.rb +216 -217
  88. data/lib/aspose_words_cloud/models/form_field_text_input.rb +383 -384
  89. data/lib/aspose_words_cloud/models/form_fields_response.rb +216 -217
  90. data/lib/aspose_words_cloud/models/gif_save_options_data.rb +532 -477
  91. data/lib/aspose_words_cloud/models/graphics_quality_options_data.rb +357 -358
  92. data/lib/aspose_words_cloud/models/header_footer.rb +283 -286
  93. data/lib/aspose_words_cloud/models/header_footer_link.rb +253 -254
  94. data/lib/aspose_words_cloud/models/header_footer_link_collection.rb +218 -219
  95. data/lib/aspose_words_cloud/models/header_footer_response.rb +216 -217
  96. data/lib/aspose_words_cloud/models/header_footers_response.rb +216 -217
  97. data/lib/aspose_words_cloud/models/html_fixed_save_options_data.rb +543 -477
  98. data/lib/aspose_words_cloud/models/html_save_options_data.rb +772 -746
  99. data/lib/aspose_words_cloud/models/hyperlink.rb +226 -227
  100. data/lib/aspose_words_cloud/models/hyperlink_response.rb +216 -217
  101. data/lib/aspose_words_cloud/models/hyperlinks.rb +218 -219
  102. data/lib/aspose_words_cloud/models/hyperlinks_response.rb +216 -217
  103. data/lib/aspose_words_cloud/models/image_save_options_data.rb +532 -477
  104. data/lib/aspose_words_cloud/models/jpeg_save_options_data.rb +532 -477
  105. data/lib/aspose_words_cloud/models/link.rb +237 -237
  106. data/lib/aspose_words_cloud/models/link_element.rb +206 -207
  107. data/lib/aspose_words_cloud/models/list_format.rb +236 -0
  108. data/lib/aspose_words_cloud/models/list_format_update.rb +217 -0
  109. data/lib/aspose_words_cloud/models/list_info.rb +274 -0
  110. data/lib/aspose_words_cloud/models/list_insert.rb +244 -0
  111. data/lib/aspose_words_cloud/models/list_level.rb +393 -0
  112. data/lib/aspose_words_cloud/models/list_level_update.rb +366 -0
  113. data/lib/aspose_words_cloud/models/list_levels.rb +218 -0
  114. data/lib/aspose_words_cloud/models/list_response.rb +216 -0
  115. data/lib/aspose_words_cloud/models/list_update.rb +207 -0
  116. data/lib/aspose_words_cloud/models/lists.rb +218 -0
  117. data/lib/aspose_words_cloud/models/lists_response.rb +216 -0
  118. data/lib/aspose_words_cloud/models/load_web_document_data.rb +216 -217
  119. data/lib/aspose_words_cloud/models/metafile_rendering_options_data.rb +247 -247
  120. data/lib/aspose_words_cloud/models/mhtml_save_options_data.rb +782 -756
  121. data/lib/aspose_words_cloud/models/modification_operation_result.rb +215 -217
  122. data/lib/aspose_words_cloud/models/node_link.rb +216 -217
  123. data/lib/aspose_words_cloud/models/odt_save_options_data.rb +390 -354
  124. data/lib/aspose_words_cloud/models/office_math_link.rb +216 -217
  125. data/lib/aspose_words_cloud/models/office_math_object.rb +324 -326
  126. data/lib/aspose_words_cloud/models/office_math_object_response.rb +216 -217
  127. data/lib/aspose_words_cloud/models/office_math_objects_collection.rb +218 -219
  128. data/lib/aspose_words_cloud/models/office_math_objects_response.rb +216 -217
  129. data/lib/aspose_words_cloud/models/ooxml_save_options_data.rb +390 -317
  130. data/lib/aspose_words_cloud/models/outline_options_data.rb +259 -259
  131. data/lib/aspose_words_cloud/models/page_number.rb +237 -247
  132. data/lib/aspose_words_cloud/models/page_setup.rb +645 -646
  133. data/lib/aspose_words_cloud/models/page_stat_data.rb +236 -252
  134. data/lib/aspose_words_cloud/models/paragraph.rb +228 -229
  135. data/lib/aspose_words_cloud/models/paragraph_format.rb +576 -568
  136. data/lib/aspose_words_cloud/models/paragraph_format_response.rb +216 -217
  137. data/lib/aspose_words_cloud/models/paragraph_insert.rb +207 -207
  138. data/lib/aspose_words_cloud/models/paragraph_link.rb +226 -227
  139. data/lib/aspose_words_cloud/models/paragraph_link_collection.rb +218 -219
  140. data/lib/aspose_words_cloud/models/paragraph_link_collection_response.rb +216 -217
  141. data/lib/aspose_words_cloud/models/paragraph_list_format_response.rb +216 -0
  142. data/lib/aspose_words_cloud/models/paragraph_response.rb +216 -217
  143. data/lib/aspose_words_cloud/models/pcl_save_options_data.rb +423 -367
  144. data/lib/aspose_words_cloud/models/pdf_digital_signature_details_data.rb +247 -247
  145. data/lib/aspose_words_cloud/models/pdf_encryption_details_data.rb +237 -237
  146. data/lib/aspose_words_cloud/models/pdf_save_options_data.rb +665 -624
  147. data/lib/aspose_words_cloud/models/png_save_options_data.rb +532 -477
  148. data/lib/aspose_words_cloud/models/preferred_width.rb +254 -259
  149. data/lib/aspose_words_cloud/models/protection_data.rb +207 -207
  150. data/lib/aspose_words_cloud/models/protection_data_response.rb +225 -227
  151. data/lib/aspose_words_cloud/models/protection_request.rb +227 -227
  152. data/lib/aspose_words_cloud/models/ps_save_options_data.rb +413 -357
  153. data/lib/aspose_words_cloud/models/range_document.rb +207 -207
  154. data/lib/aspose_words_cloud/models/range_text_response.rb +217 -217
  155. data/lib/aspose_words_cloud/models/replace_range.rb +254 -254
  156. data/lib/aspose_words_cloud/models/replace_text_parameters.rb +247 -262
  157. data/lib/aspose_words_cloud/models/replace_text_response.rb +226 -227
  158. data/lib/aspose_words_cloud/models/report_build_options.rb +26 -0
  159. data/lib/aspose_words_cloud/models/report_engine_settings.rb +275 -0
  160. data/lib/aspose_words_cloud/models/requests/AcceptAllRevisionsRequest.rb +65 -65
  161. data/lib/aspose_words_cloud/models/requests/AppendDocumentRequest.rb +77 -77
  162. data/lib/aspose_words_cloud/models/requests/ApplyStyleToDocumentElementRequest.rb +81 -0
  163. data/lib/aspose_words_cloud/models/requests/BuildReportOnlineRequest.rb +57 -0
  164. data/lib/aspose_words_cloud/models/requests/BuildReportRequest.rb +73 -0
  165. data/lib/aspose_words_cloud/models/requests/ClassifyDocumentRequest.rb +69 -69
  166. data/lib/aspose_words_cloud/models/requests/ClassifyRequest.rb +49 -49
  167. data/lib/aspose_words_cloud/models/requests/CompareDocumentRequest.rb +69 -69
  168. data/lib/aspose_words_cloud/models/requests/ConvertDocumentRequest.rb +65 -65
  169. data/lib/aspose_words_cloud/models/requests/CopyFileRequest.rb +61 -61
  170. data/lib/aspose_words_cloud/models/requests/CopyFolderRequest.rb +57 -57
  171. data/lib/aspose_words_cloud/models/requests/CopyStyleRequest.rb +77 -0
  172. data/lib/aspose_words_cloud/models/requests/CreateDocumentRequest.rb +53 -53
  173. data/lib/aspose_words_cloud/models/requests/CreateFolderRequest.rb +49 -49
  174. data/lib/aspose_words_cloud/models/requests/CreateOrUpdateDocumentPropertyRequest.rb +81 -81
  175. data/lib/aspose_words_cloud/models/requests/DeleteAllParagraphTabStopsRequest.rb +73 -0
  176. data/lib/aspose_words_cloud/models/requests/DeleteAllParagraphTabStopsWithoutNodePathRequest.rb +69 -0
  177. data/lib/aspose_words_cloud/models/requests/DeleteBorderRequest.rb +81 -81
  178. data/lib/aspose_words_cloud/models/requests/DeleteBordersRequest.rb +77 -77
  179. data/lib/aspose_words_cloud/models/requests/DeleteCommentRequest.rb +77 -77
  180. data/lib/aspose_words_cloud/models/requests/DeleteDocumentPropertyRequest.rb +77 -77
  181. data/lib/aspose_words_cloud/models/requests/DeleteDrawingObjectRequest.rb +81 -81
  182. data/lib/aspose_words_cloud/models/requests/DeleteDrawingObjectWithoutNodePathRequest.rb +77 -77
  183. data/lib/aspose_words_cloud/models/requests/DeleteFieldRequest.rb +81 -81
  184. data/lib/aspose_words_cloud/models/requests/DeleteFieldWithoutNodePathRequest.rb +77 -77
  185. data/lib/aspose_words_cloud/models/requests/DeleteFieldsRequest.rb +77 -77
  186. data/lib/aspose_words_cloud/models/requests/DeleteFieldsWithoutNodePathRequest.rb +73 -73
  187. data/lib/aspose_words_cloud/models/requests/DeleteFileRequest.rb +53 -53
  188. data/lib/aspose_words_cloud/models/requests/DeleteFolderRequest.rb +53 -53
  189. data/lib/aspose_words_cloud/models/requests/DeleteFootnoteRequest.rb +81 -81
  190. data/lib/aspose_words_cloud/models/requests/DeleteFootnoteWithoutNodePathRequest.rb +77 -77
  191. data/lib/aspose_words_cloud/models/requests/DeleteFormFieldRequest.rb +81 -81
  192. data/lib/aspose_words_cloud/models/requests/DeleteFormFieldWithoutNodePathRequest.rb +77 -77
  193. data/lib/aspose_words_cloud/models/requests/DeleteHeaderFooterRequest.rb +81 -81
  194. data/lib/aspose_words_cloud/models/requests/DeleteHeadersFootersRequest.rb +81 -81
  195. data/lib/aspose_words_cloud/models/requests/DeleteMacrosRequest.rb +73 -73
  196. data/lib/aspose_words_cloud/models/requests/DeleteOfficeMathObjectRequest.rb +81 -81
  197. data/lib/aspose_words_cloud/models/requests/DeleteOfficeMathObjectWithoutNodePathRequest.rb +77 -77
  198. data/lib/aspose_words_cloud/models/requests/DeleteParagraphListFormatRequest.rb +81 -0
  199. data/lib/aspose_words_cloud/models/requests/DeleteParagraphListFormatWithoutNodePathRequest.rb +77 -0
  200. data/lib/aspose_words_cloud/models/requests/DeleteParagraphRequest.rb +81 -81
  201. data/lib/aspose_words_cloud/models/requests/DeleteParagraphTabStopRequest.rb +77 -0
  202. data/lib/aspose_words_cloud/models/requests/DeleteParagraphTabStopWithoutNodePathRequest.rb +73 -0
  203. data/lib/aspose_words_cloud/models/requests/DeleteParagraphWithoutNodePathRequest.rb +77 -77
  204. data/lib/aspose_words_cloud/models/requests/DeleteRunRequest.rb +81 -81
  205. data/lib/aspose_words_cloud/models/requests/DeleteSectionRequest.rb +77 -77
  206. data/lib/aspose_words_cloud/models/requests/DeleteTableCellRequest.rb +81 -81
  207. data/lib/aspose_words_cloud/models/requests/DeleteTableRequest.rb +81 -81
  208. data/lib/aspose_words_cloud/models/requests/DeleteTableRowRequest.rb +81 -81
  209. data/lib/aspose_words_cloud/models/requests/DeleteTableWithoutNodePathRequest.rb +77 -77
  210. data/lib/aspose_words_cloud/models/requests/DeleteWatermarkRequest.rb +73 -73
  211. data/lib/aspose_words_cloud/models/requests/DownloadFileRequest.rb +53 -53
  212. data/lib/aspose_words_cloud/models/requests/ExecuteMailMergeOnlineRequest.rb +61 -61
  213. data/lib/aspose_words_cloud/models/requests/ExecuteMailMergeRequest.rb +85 -85
  214. data/lib/aspose_words_cloud/models/requests/GetAvailableFontsRequest.rb +45 -45
  215. data/lib/aspose_words_cloud/models/requests/GetBookmarkByNameRequest.rb +65 -65
  216. data/lib/aspose_words_cloud/models/requests/GetBookmarksRequest.rb +61 -61
  217. data/lib/aspose_words_cloud/models/requests/GetBorderRequest.rb +69 -69
  218. data/lib/aspose_words_cloud/models/requests/GetBordersRequest.rb +65 -65
  219. data/lib/aspose_words_cloud/models/requests/GetCommentRequest.rb +65 -65
  220. data/lib/aspose_words_cloud/models/requests/GetCommentsRequest.rb +61 -61
  221. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectByIndexRequest.rb +69 -69
  222. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectByIndexWithoutNodePathRequest.rb +65 -65
  223. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectImageDataRequest.rb +69 -69
  224. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectImageDataWithoutNodePathRequest.rb +65 -65
  225. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectOleDataRequest.rb +69 -69
  226. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectOleDataWithoutNodePathRequest.rb +65 -65
  227. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectsRequest.rb +65 -65
  228. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectsWithoutNodePathRequest.rb +61 -61
  229. data/lib/aspose_words_cloud/models/requests/GetDocumentFieldNamesOnlineRequest.rb +49 -49
  230. data/lib/aspose_words_cloud/models/requests/GetDocumentFieldNamesRequest.rb +65 -65
  231. data/lib/aspose_words_cloud/models/requests/GetDocumentHyperlinkByIndexRequest.rb +65 -65
  232. data/lib/aspose_words_cloud/models/requests/GetDocumentHyperlinksRequest.rb +61 -61
  233. data/lib/aspose_words_cloud/models/requests/GetDocumentPropertiesRequest.rb +61 -61
  234. data/lib/aspose_words_cloud/models/requests/GetDocumentPropertyRequest.rb +65 -65
  235. data/lib/aspose_words_cloud/models/requests/GetDocumentProtectionRequest.rb +61 -61
  236. data/lib/aspose_words_cloud/models/requests/GetDocumentRequest.rb +61 -61
  237. data/lib/aspose_words_cloud/models/requests/GetDocumentStatisticsRequest.rb +73 -73
  238. data/lib/aspose_words_cloud/models/requests/GetDocumentWithFormatRequest.rb +73 -73
  239. data/lib/aspose_words_cloud/models/requests/GetFieldRequest.rb +69 -69
  240. data/lib/aspose_words_cloud/models/requests/GetFieldWithoutNodePathRequest.rb +65 -65
  241. data/lib/aspose_words_cloud/models/requests/GetFieldsRequest.rb +65 -65
  242. data/lib/aspose_words_cloud/models/requests/GetFieldsWithoutNodePathRequest.rb +61 -61
  243. data/lib/aspose_words_cloud/models/requests/GetFilesListRequest.rb +49 -49
  244. data/lib/aspose_words_cloud/models/requests/GetFootnoteRequest.rb +69 -69
  245. data/lib/aspose_words_cloud/models/requests/GetFootnoteWithoutNodePathRequest.rb +65 -65
  246. data/lib/aspose_words_cloud/models/requests/GetFootnotesRequest.rb +65 -65
  247. data/lib/aspose_words_cloud/models/requests/GetFootnotesWithoutNodePathRequest.rb +61 -61
  248. data/lib/aspose_words_cloud/models/requests/GetFormFieldRequest.rb +69 -69
  249. data/lib/aspose_words_cloud/models/requests/GetFormFieldWithoutNodePathRequest.rb +65 -65
  250. data/lib/aspose_words_cloud/models/requests/GetFormFieldsRequest.rb +65 -65
  251. data/lib/aspose_words_cloud/models/requests/GetFormFieldsWithoutNodePathRequest.rb +61 -61
  252. data/lib/aspose_words_cloud/models/requests/GetHeaderFooterOfSectionRequest.rb +73 -73
  253. data/lib/aspose_words_cloud/models/requests/GetHeaderFooterRequest.rb +69 -69
  254. data/lib/aspose_words_cloud/models/requests/GetHeaderFootersRequest.rb +69 -69
  255. data/lib/aspose_words_cloud/models/requests/GetListRequest.rb +65 -0
  256. data/lib/aspose_words_cloud/models/requests/GetListsRequest.rb +61 -0
  257. data/lib/aspose_words_cloud/models/requests/GetOfficeMathObjectRequest.rb +69 -69
  258. data/lib/aspose_words_cloud/models/requests/GetOfficeMathObjectWithoutNodePathRequest.rb +65 -65
  259. data/lib/aspose_words_cloud/models/requests/GetOfficeMathObjectsRequest.rb +65 -65
  260. data/lib/aspose_words_cloud/models/requests/GetOfficeMathObjectsWithoutNodePathRequest.rb +61 -61
  261. data/lib/aspose_words_cloud/models/requests/GetParagraphFormatRequest.rb +69 -69
  262. data/lib/aspose_words_cloud/models/requests/GetParagraphFormatWithoutNodePathRequest.rb +65 -65
  263. data/lib/aspose_words_cloud/models/requests/GetParagraphListFormatRequest.rb +69 -0
  264. data/lib/aspose_words_cloud/models/requests/GetParagraphListFormatWithoutNodePathRequest.rb +65 -0
  265. data/lib/aspose_words_cloud/models/requests/GetParagraphRequest.rb +69 -69
  266. data/lib/aspose_words_cloud/models/requests/GetParagraphTabStopsRequest.rb +69 -0
  267. data/lib/aspose_words_cloud/models/requests/GetParagraphTabStopsWithoutNodePathRequest.rb +65 -0
  268. data/lib/aspose_words_cloud/models/requests/GetParagraphWithoutNodePathRequest.rb +65 -65
  269. data/lib/aspose_words_cloud/models/requests/GetParagraphsRequest.rb +65 -65
  270. data/lib/aspose_words_cloud/models/requests/GetParagraphsWithoutNodePathRequest.rb +61 -61
  271. data/lib/aspose_words_cloud/models/requests/GetRangeTextRequest.rb +69 -69
  272. data/lib/aspose_words_cloud/models/requests/GetRunFontRequest.rb +69 -69
  273. data/lib/aspose_words_cloud/models/requests/GetRunRequest.rb +69 -69
  274. data/lib/aspose_words_cloud/models/requests/GetRunsRequest.rb +65 -65
  275. data/lib/aspose_words_cloud/models/requests/GetSectionPageSetupRequest.rb +65 -65
  276. data/lib/aspose_words_cloud/models/requests/GetSectionRequest.rb +65 -65
  277. data/lib/aspose_words_cloud/models/requests/GetSectionsRequest.rb +61 -61
  278. data/lib/aspose_words_cloud/models/requests/GetStyleFromDocumentElementRequest.rb +65 -0
  279. data/lib/aspose_words_cloud/models/requests/GetStyleRequest.rb +65 -0
  280. data/lib/aspose_words_cloud/models/requests/GetStylesRequest.rb +61 -0
  281. data/lib/aspose_words_cloud/models/requests/GetTableCellFormatRequest.rb +69 -69
  282. data/lib/aspose_words_cloud/models/requests/GetTableCellRequest.rb +69 -69
  283. data/lib/aspose_words_cloud/models/requests/GetTablePropertiesRequest.rb +69 -69
  284. data/lib/aspose_words_cloud/models/requests/GetTablePropertiesWithoutNodePathRequest.rb +65 -65
  285. data/lib/aspose_words_cloud/models/requests/GetTableRequest.rb +69 -69
  286. data/lib/aspose_words_cloud/models/requests/GetTableRowFormatRequest.rb +69 -69
  287. data/lib/aspose_words_cloud/models/requests/GetTableRowRequest.rb +69 -69
  288. data/lib/aspose_words_cloud/models/requests/GetTableWithoutNodePathRequest.rb +65 -65
  289. data/lib/aspose_words_cloud/models/requests/GetTablesRequest.rb +65 -65
  290. data/lib/aspose_words_cloud/models/requests/GetTablesWithoutNodePathRequest.rb +61 -61
  291. data/lib/aspose_words_cloud/models/requests/InsertCommentRequest.rb +77 -77
  292. data/lib/aspose_words_cloud/models/requests/InsertDrawingObjectRequest.rb +85 -85
  293. data/lib/aspose_words_cloud/models/requests/InsertDrawingObjectWithoutNodePathRequest.rb +81 -81
  294. data/lib/aspose_words_cloud/models/requests/InsertFieldRequest.rb +85 -85
  295. data/lib/aspose_words_cloud/models/requests/InsertFieldWithoutNodePathRequest.rb +81 -81
  296. data/lib/aspose_words_cloud/models/requests/InsertFootnoteRequest.rb +81 -81
  297. data/lib/aspose_words_cloud/models/requests/InsertFootnoteWithoutNodePathRequest.rb +77 -77
  298. data/lib/aspose_words_cloud/models/requests/InsertFormFieldRequest.rb +85 -85
  299. data/lib/aspose_words_cloud/models/requests/InsertFormFieldWithoutNodePathRequest.rb +81 -81
  300. data/lib/aspose_words_cloud/models/requests/InsertHeaderFooterRequest.rb +81 -81
  301. data/lib/aspose_words_cloud/models/requests/InsertListRequest.rb +77 -0
  302. data/lib/aspose_words_cloud/models/requests/InsertOrUpdateParagraphTabStopRequest.rb +77 -0
  303. data/lib/aspose_words_cloud/models/requests/InsertOrUpdateParagraphTabStopWithoutNodePathRequest.rb +73 -0
  304. data/lib/aspose_words_cloud/models/requests/InsertPageNumbersRequest.rb +77 -77
  305. data/lib/aspose_words_cloud/models/requests/InsertParagraphRequest.rb +85 -85
  306. data/lib/aspose_words_cloud/models/requests/InsertParagraphWithoutNodePathRequest.rb +81 -0
  307. data/lib/aspose_words_cloud/models/requests/InsertRunRequest.rb +85 -85
  308. data/lib/aspose_words_cloud/models/requests/InsertStyleRequest.rb +77 -0
  309. data/lib/aspose_words_cloud/models/requests/InsertTableCellRequest.rb +81 -81
  310. data/lib/aspose_words_cloud/models/requests/InsertTableRequest.rb +81 -81
  311. data/lib/aspose_words_cloud/models/requests/InsertTableRowRequest.rb +81 -81
  312. data/lib/aspose_words_cloud/models/requests/InsertTableWithoutNodePathRequest.rb +77 -77
  313. data/lib/aspose_words_cloud/models/requests/InsertWatermarkImageRequest.rb +85 -85
  314. data/lib/aspose_words_cloud/models/requests/InsertWatermarkTextRequest.rb +77 -77
  315. data/lib/aspose_words_cloud/models/requests/LoadWebDocumentRequest.rb +49 -49
  316. data/lib/aspose_words_cloud/models/requests/MoveFileRequest.rb +61 -61
  317. data/lib/aspose_words_cloud/models/requests/MoveFolderRequest.rb +57 -57
  318. data/lib/aspose_words_cloud/models/requests/ProtectDocumentRequest.rb +69 -69
  319. data/lib/aspose_words_cloud/models/requests/RejectAllRevisionsRequest.rb +65 -65
  320. data/lib/aspose_words_cloud/models/requests/RemoveRangeRequest.rb +73 -73
  321. data/lib/aspose_words_cloud/models/requests/RenderDrawingObjectRequest.rb +77 -77
  322. data/lib/aspose_words_cloud/models/requests/RenderDrawingObjectWithoutNodePathRequest.rb +73 -73
  323. data/lib/aspose_words_cloud/models/requests/RenderMathObjectRequest.rb +77 -77
  324. data/lib/aspose_words_cloud/models/requests/RenderMathObjectWithoutNodePathRequest.rb +73 -73
  325. data/lib/aspose_words_cloud/models/requests/RenderPageRequest.rb +73 -73
  326. data/lib/aspose_words_cloud/models/requests/RenderParagraphRequest.rb +77 -77
  327. data/lib/aspose_words_cloud/models/requests/RenderParagraphWithoutNodePathRequest.rb +73 -73
  328. data/lib/aspose_words_cloud/models/requests/RenderTableRequest.rb +77 -77
  329. data/lib/aspose_words_cloud/models/requests/RenderTableWithoutNodePathRequest.rb +73 -73
  330. data/lib/aspose_words_cloud/models/requests/ReplaceTextRequest.rb +77 -77
  331. data/lib/aspose_words_cloud/models/requests/ReplaceWithTextRequest.rb +77 -77
  332. data/lib/aspose_words_cloud/models/requests/ResetCacheRequest.rb +36 -36
  333. data/lib/aspose_words_cloud/models/requests/SaveAsRangeRequest.rb +73 -73
  334. data/lib/aspose_words_cloud/models/requests/SaveAsRequest.rb +69 -69
  335. data/lib/aspose_words_cloud/models/requests/SaveAsTiffRequest.rb +137 -137
  336. data/lib/aspose_words_cloud/models/requests/SearchRequest.rb +65 -65
  337. data/lib/aspose_words_cloud/models/requests/SplitDocumentRequest.rb +85 -85
  338. data/lib/aspose_words_cloud/models/requests/UnprotectDocumentRequest.rb +69 -69
  339. data/lib/aspose_words_cloud/models/requests/UpdateBookmarkRequest.rb +81 -81
  340. data/lib/aspose_words_cloud/models/requests/UpdateBorderRequest.rb +85 -85
  341. data/lib/aspose_words_cloud/models/requests/UpdateCommentRequest.rb +81 -81
  342. data/lib/aspose_words_cloud/models/requests/UpdateDrawingObjectRequest.rb +89 -89
  343. data/lib/aspose_words_cloud/models/requests/UpdateDrawingObjectWithoutNodePathRequest.rb +85 -85
  344. data/lib/aspose_words_cloud/models/requests/UpdateFieldRequest.rb +85 -85
  345. data/lib/aspose_words_cloud/models/requests/UpdateFieldsRequest.rb +65 -65
  346. data/lib/aspose_words_cloud/models/requests/UpdateFootnoteRequest.rb +85 -85
  347. data/lib/aspose_words_cloud/models/requests/UpdateFootnoteWithoutNodePathRequest.rb +81 -81
  348. data/lib/aspose_words_cloud/models/requests/UpdateFormFieldRequest.rb +85 -85
  349. data/lib/aspose_words_cloud/models/requests/UpdateFormFieldWithoutNodePathRequest.rb +81 -81
  350. data/lib/aspose_words_cloud/models/requests/UpdateListLevelRequest.rb +85 -0
  351. data/lib/aspose_words_cloud/models/requests/UpdateListRequest.rb +81 -0
  352. data/lib/aspose_words_cloud/models/requests/UpdateParagraphFormatRequest.rb +85 -85
  353. data/lib/aspose_words_cloud/models/requests/UpdateParagraphFormatWithoutNodePathRequest.rb +81 -0
  354. data/lib/aspose_words_cloud/models/requests/UpdateParagraphListFormatRequest.rb +85 -0
  355. data/lib/aspose_words_cloud/models/requests/UpdateParagraphListFormatWithoutNodePathRequest.rb +81 -0
  356. data/lib/aspose_words_cloud/models/requests/UpdateRunFontRequest.rb +85 -85
  357. data/lib/aspose_words_cloud/models/requests/UpdateRunRequest.rb +85 -85
  358. data/lib/aspose_words_cloud/models/requests/UpdateSectionPageSetupRequest.rb +81 -81
  359. data/lib/aspose_words_cloud/models/requests/UpdateStyleRequest.rb +81 -0
  360. data/lib/aspose_words_cloud/models/requests/UpdateTableCellFormatRequest.rb +85 -85
  361. data/lib/aspose_words_cloud/models/requests/UpdateTablePropertiesRequest.rb +85 -85
  362. data/lib/aspose_words_cloud/models/requests/UpdateTablePropertiesWithoutNodePathRequest.rb +81 -81
  363. data/lib/aspose_words_cloud/models/requests/UpdateTableRowFormatRequest.rb +85 -85
  364. data/lib/aspose_words_cloud/models/requests/UploadFileRequest.rb +53 -53
  365. data/lib/aspose_words_cloud/models/response_error.rb +246 -247
  366. data/lib/aspose_words_cloud/models/revisions_modification_response.rb +216 -217
  367. data/lib/aspose_words_cloud/models/rtf_save_options_data.rb +374 -317
  368. data/lib/aspose_words_cloud/models/run.rb +226 -227
  369. data/lib/aspose_words_cloud/models/run_base.rb +207 -0
  370. data/lib/aspose_words_cloud/models/run_insert.rb +207 -0
  371. data/lib/aspose_words_cloud/models/run_link.rb +226 -227
  372. data/lib/aspose_words_cloud/models/run_response.rb +216 -217
  373. data/lib/aspose_words_cloud/models/run_update.rb +207 -0
  374. data/lib/aspose_words_cloud/models/runs.rb +218 -219
  375. data/lib/aspose_words_cloud/models/runs_response.rb +216 -217
  376. data/lib/aspose_words_cloud/models/save_options_data.rb +334 -287
  377. data/lib/aspose_words_cloud/models/save_response.rb +216 -217
  378. data/lib/aspose_words_cloud/models/save_result.rb +227 -229
  379. data/lib/aspose_words_cloud/models/search_response.rb +226 -227
  380. data/lib/aspose_words_cloud/models/search_result.rb +215 -217
  381. data/lib/aspose_words_cloud/models/search_results_collection.rb +218 -219
  382. data/lib/aspose_words_cloud/models/section.rb +254 -259
  383. data/lib/aspose_words_cloud/models/section_link.rb +216 -217
  384. data/lib/aspose_words_cloud/models/section_link_collection.rb +218 -219
  385. data/lib/aspose_words_cloud/models/section_link_collection_response.rb +216 -217
  386. data/lib/aspose_words_cloud/models/section_page_setup_response.rb +216 -217
  387. data/lib/aspose_words_cloud/models/section_response.rb +216 -217
  388. data/lib/aspose_words_cloud/models/shading.rb +262 -0
  389. data/lib/aspose_words_cloud/models/split_document_response.rb +216 -217
  390. data/lib/aspose_words_cloud/models/split_document_result.rb +227 -229
  391. data/lib/aspose_words_cloud/models/stat_data_response.rb +225 -227
  392. data/lib/aspose_words_cloud/models/storage_file.rb +247 -257
  393. data/lib/aspose_words_cloud/models/story_child_nodes.rb +209 -209
  394. data/lib/aspose_words_cloud/models/string_format_data.rb +348 -348
  395. data/lib/aspose_words_cloud/models/style.rb +370 -0
  396. data/lib/aspose_words_cloud/models/style_apply.rb +207 -0
  397. data/lib/aspose_words_cloud/models/style_copy.rb +207 -0
  398. data/lib/aspose_words_cloud/models/style_insert.rb +254 -0
  399. data/lib/aspose_words_cloud/models/style_response.rb +216 -0
  400. data/lib/aspose_words_cloud/models/style_update.rb +237 -0
  401. data/lib/aspose_words_cloud/models/styles_response.rb +219 -0
  402. data/lib/aspose_words_cloud/models/svg_save_options_data.rb +463 -407
  403. data/lib/aspose_words_cloud/models/tab_stop.rb +290 -0
  404. data/lib/aspose_words_cloud/models/tab_stop_base.rb +280 -0
  405. data/lib/aspose_words_cloud/models/tab_stop_insert.rb +280 -0
  406. data/lib/aspose_words_cloud/models/tab_stops_response.rb +219 -0
  407. data/lib/aspose_words_cloud/models/table.rb +237 -239
  408. data/lib/aspose_words_cloud/models/table_cell.rb +228 -229
  409. data/lib/aspose_words_cloud/models/table_cell_format.rb +410 -412
  410. data/lib/aspose_words_cloud/models/table_cell_format_response.rb +216 -217
  411. data/lib/aspose_words_cloud/models/table_cell_insert.rb +207 -207
  412. data/lib/aspose_words_cloud/models/table_cell_response.rb +216 -217
  413. data/lib/aspose_words_cloud/models/table_insert.rb +226 -237
  414. data/lib/aspose_words_cloud/models/table_link.rb +216 -217
  415. data/lib/aspose_words_cloud/models/table_link_collection.rb +218 -219
  416. data/lib/aspose_words_cloud/models/table_link_collection_response.rb +216 -217
  417. data/lib/aspose_words_cloud/models/table_properties.rb +430 -432
  418. data/lib/aspose_words_cloud/models/table_properties_response.rb +216 -217
  419. data/lib/aspose_words_cloud/models/table_response.rb +216 -217
  420. data/lib/aspose_words_cloud/models/table_row.rb +237 -239
  421. data/lib/aspose_words_cloud/models/table_row_format.rb +283 -284
  422. data/lib/aspose_words_cloud/models/table_row_format_response.rb +216 -217
  423. data/lib/aspose_words_cloud/models/table_row_insert.rb +217 -222
  424. data/lib/aspose_words_cloud/models/table_row_response.rb +216 -217
  425. data/lib/aspose_words_cloud/models/text_save_options_data.rb +420 -394
  426. data/lib/aspose_words_cloud/models/tiff_save_options_data.rb +562 -507
  427. data/lib/aspose_words_cloud/models/watermark_text.rb +217 -222
  428. data/lib/aspose_words_cloud/models/word_ml_save_options_data.rb +344 -297
  429. data/lib/aspose_words_cloud/models/words_api_error_response.rb +216 -217
  430. data/lib/aspose_words_cloud/models/words_api_link.rb +237 -237
  431. data/lib/aspose_words_cloud/models/words_response.rb +207 -207
  432. data/lib/aspose_words_cloud/models/xaml_fixed_save_options_data.rb +423 -367
  433. data/lib/aspose_words_cloud/models/xaml_flow_save_options_data.rb +354 -307
  434. data/lib/aspose_words_cloud/models/xml_color.rb +217 -222
  435. data/lib/aspose_words_cloud/models/xps_save_options_data.rb +442 -387
  436. data/lib/aspose_words_cloud/version.rb +29 -29
  437. metadata +78 -25
@@ -1,217 +1,216 @@
1
-
2
- require 'date'
3
-
4
- module AsposeWordsCloud
5
- #
6
- # --------------------------------------------------------------------------------------------------------------------
7
- # <copyright company="Aspose" file="DocumentResponse.rb">
8
- # Copyright (c) 2019 Aspose.Words for Cloud
9
- # </copyright>
10
- # <summary>
11
- # Permission is hereby granted, free of charge, to any person obtaining a copy
12
- # of this software and associated documentation files (the "Software"), to deal
13
- # in the Software without restriction, including without limitation the rights
14
- # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15
- # copies of the Software, and to permit persons to whom the Software is
16
- # furnished to do so, subject to the following conditions:
17
- #
18
- # The above copyright notice and this permission notice shall be included in all
19
- # copies or substantial portions of the Software.
20
- #
21
- # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
- # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
- # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24
- # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25
- # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26
- # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27
- # SOFTWARE.
28
- # </summary>
29
- # --------------------------------------------------------------------------------------------------------------------
30
- #
31
-
32
- # Represents the response with document description.
33
- class DocumentResponse
34
- # Gets or sets request Id.
35
- attr_accessor :request_id
36
-
37
- # Gets or sets document description.
38
- attr_accessor :document
39
-
40
-
41
- # Attribute mapping from ruby-style variable name to JSON key.
42
- def self.attribute_map
43
- {
44
- :'request_id' => :'RequestId',
45
- :'document' => :'Document'
46
- }
47
- end
48
-
49
- # Attribute type mapping.
50
- def self.swagger_types
51
- {
52
- :'request_id' => :'String',
53
- :'document' => :'Document'
54
- }
55
- end
56
-
57
- # Initializes the object
58
- # @param [Hash] attributes Model attributes in the form of hash
59
- def initialize(attributes = {})
60
- return unless attributes.is_a?(Hash)
61
-
62
- # convert string to symbol for hash key
63
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
64
-
65
- if attributes.key?(:'RequestId')
66
- self.request_id = attributes[:'RequestId']
67
- end
68
-
69
- if attributes.key?(:'Document')
70
- self.document = attributes[:'Document']
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 = []
79
- return invalid_properties
80
- end
81
-
82
- # Check to see if the all the properties in the model are valid
83
- # @return true if the model is valid
84
- def valid?
85
- return true
86
- end
87
-
88
- # Checks equality by comparing each attribute.
89
- # @param [Object] Object to be compared
90
- def ==(other)
91
- return true if self.equal?(other)
92
- self.class == other.class &&
93
- request_id == other.request_id &&
94
- document == other.document
95
- end
96
-
97
- # @see the `==` method
98
- # @param [Object] Object to be compared
99
- def eql?(other)
100
- self == other
101
- end
102
-
103
- # Calculates hash code according to all attributes.
104
- # @return [Fixnum] Hash code
105
- def hash
106
- [request_id, document].hash
107
- end
108
-
109
- # Builds the object from hash
110
- # @param [Hash] attributes Model attributes in the form of hash
111
- # @return [Object] Returns the model itself
112
- def build_from_hash(attributes)
113
- return nil unless attributes.is_a?(Hash)
114
- self.class.swagger_types.each_pair do |key, type|
115
- if type =~ /\AArray<(.*)>/i
116
- # check to ensure the input is an array given that the the attribute
117
- # is documented as an array but the input is not
118
- if attributes[self.class.attribute_map[key]].is_a?(Array)
119
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
120
- end
121
- elsif !attributes[self.class.attribute_map[key]].nil?
122
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
123
- end
124
- # or else data not found in attributes(hash), not an issue as the data can be optional
125
- end
126
-
127
- self
128
- end
129
-
130
- # Deserializes the data based on type
131
- # @param string type Data type
132
- # @param string value Value to be deserialized
133
- # @return [Object] Deserialized data
134
- def _deserialize(type, value)
135
- case type.to_sym
136
- when :DateTime
137
- Time.at(/\d/.match(value)[0].to_f).to_datetime
138
- when :Date
139
- Time.at(/\d/.match(value)[0].to_f).to_date
140
- when :String
141
- value.to_s
142
- when :Integer
143
- value.to_i
144
- when :Float
145
- value.to_f
146
- when :BOOLEAN
147
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
148
- true
149
- else
150
- false
151
- end
152
- when :Object
153
- # generic object (usually a Hash), return directly
154
- value
155
- when /\AArray<(?<inner_type>.+)>\z/
156
- inner_type = Regexp.last_match[:inner_type]
157
- value.map { |v| _deserialize(inner_type, v) }
158
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
159
- k_type = Regexp.last_match[:k_type]
160
- v_type = Regexp.last_match[:v_type]
161
- {}.tap do |hash|
162
- value.each do |k, v|
163
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
164
- end
165
- end
166
- else
167
- # model
168
- temp_model = AsposeWordsCloud.const_get(type).new
169
- temp_model.build_from_hash(value)
170
- end
171
- end
172
-
173
- # Returns the string representation of the object
174
- # @return [String] String presentation of the object
175
- def to_s
176
- to_hash.to_s
177
- end
178
-
179
- # to_body is an alias to to_hash (backward compatibility)
180
- # @return [Hash] Returns the object in the form of hash
181
- def to_body
182
- to_hash
183
- end
184
-
185
- # Returns the object in the form of hash
186
- # @return [Hash] Returns the object in the form of hash
187
- def to_hash
188
- hash = {}
189
- self.class.attribute_map.each_pair do |attr, param|
190
- value = self.send(attr)
191
- next if value.nil?
192
- hash[param] = _to_hash(value)
193
- end
194
- hash
195
- end
196
-
197
- # Outputs non-array value in the form of hash
198
- # For object, use to_hash. Otherwise, just return the value
199
- # @param [Object] value Any valid value
200
- # @return [Hash] Returns the value in the form of hash
201
- def _to_hash(value)
202
- if value.is_a?(Array)
203
- value.compact.map { |v| _to_hash(v) }
204
- elsif value.is_a?(Hash)
205
- {}.tap do |hash|
206
- value.each { |k, v| hash[k] = _to_hash(v) }
207
- end
208
- elsif value.respond_to? :to_hash
209
- value.to_hash
210
- else
211
- value
212
- end
213
- end
214
-
215
- end
216
-
217
- end
1
+
2
+ require 'date'
3
+
4
+ module AsposeWordsCloud
5
+ #
6
+ # --------------------------------------------------------------------------------------------------------------------
7
+ # <copyright company="Aspose" file="DocumentResponse.rb">
8
+ # Copyright (c) 2019 Aspose.Words for Cloud
9
+ # </copyright>
10
+ # <summary>
11
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
12
+ # of this software and associated documentation files (the "Software"), to deal
13
+ # in the Software without restriction, including without limitation the rights
14
+ # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15
+ # copies of the Software, and to permit persons to whom the Software is
16
+ # furnished to do so, subject to the following conditions:
17
+ #
18
+ # The above copyright notice and this permission notice shall be included in all
19
+ # copies or substantial portions of the Software.
20
+ #
21
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26
+ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27
+ # SOFTWARE.
28
+ # </summary>
29
+ # --------------------------------------------------------------------------------------------------------------------
30
+ #
31
+
32
+ # Represents the response with document description.
33
+ class DocumentResponse
34
+ # Gets or sets request Id.
35
+ attr_accessor :request_id
36
+
37
+ attr_accessor :document
38
+
39
+
40
+ # Attribute mapping from ruby-style variable name to JSON key.
41
+ def self.attribute_map
42
+ {
43
+ :'request_id' => :'RequestId',
44
+ :'document' => :'Document'
45
+ }
46
+ end
47
+
48
+ # Attribute type mapping.
49
+ def self.swagger_types
50
+ {
51
+ :'request_id' => :'String',
52
+ :'document' => :'Document'
53
+ }
54
+ end
55
+
56
+ # Initializes the object
57
+ # @param [Hash] attributes Model attributes in the form of hash
58
+ def initialize(attributes = {})
59
+ return unless attributes.is_a?(Hash)
60
+
61
+ # convert string to symbol for hash key
62
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
63
+
64
+ if attributes.key?(:'RequestId')
65
+ self.request_id = attributes[:'RequestId']
66
+ end
67
+
68
+ if attributes.key?(:'Document')
69
+ self.document = attributes[:'Document']
70
+ end
71
+
72
+ end
73
+
74
+ # Show invalid properties with the reasons. Usually used together with valid?
75
+ # @return Array for valid properies with the reasons
76
+ def list_invalid_properties
77
+ invalid_properties = []
78
+ return invalid_properties
79
+ end
80
+
81
+ # Check to see if the all the properties in the model are valid
82
+ # @return true if the model is valid
83
+ def valid?
84
+ return true
85
+ end
86
+
87
+ # Checks equality by comparing each attribute.
88
+ # @param [Object] Object to be compared
89
+ def ==(other)
90
+ return true if self.equal?(other)
91
+ self.class == other.class &&
92
+ request_id == other.request_id &&
93
+ document == other.document
94
+ end
95
+
96
+ # @see the `==` method
97
+ # @param [Object] Object to be compared
98
+ def eql?(other)
99
+ self == other
100
+ end
101
+
102
+ # Calculates hash code according to all attributes.
103
+ # @return [Fixnum] Hash code
104
+ def hash
105
+ [request_id, document].hash
106
+ end
107
+
108
+ # Builds the object from hash
109
+ # @param [Hash] attributes Model attributes in the form of hash
110
+ # @return [Object] Returns the model itself
111
+ def build_from_hash(attributes)
112
+ return nil unless attributes.is_a?(Hash)
113
+ self.class.swagger_types.each_pair do |key, type|
114
+ if type =~ /\AArray<(.*)>/i
115
+ # check to ensure the input is an array given that the the attribute
116
+ # is documented as an array but the input is not
117
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
118
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
119
+ end
120
+ elsif !attributes[self.class.attribute_map[key]].nil?
121
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
122
+ end
123
+ # or else data not found in attributes(hash), not an issue as the data can be optional
124
+ end
125
+
126
+ self
127
+ end
128
+
129
+ # Deserializes the data based on type
130
+ # @param string type Data type
131
+ # @param string value Value to be deserialized
132
+ # @return [Object] Deserialized data
133
+ def _deserialize(type, value)
134
+ case type.to_sym
135
+ when :DateTime
136
+ Time.at(/\d/.match(value)[0].to_f).to_datetime
137
+ when :Date
138
+ Time.at(/\d/.match(value)[0].to_f).to_date
139
+ when :String
140
+ value.to_s
141
+ when :Integer
142
+ value.to_i
143
+ when :Float
144
+ value.to_f
145
+ when :BOOLEAN
146
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
147
+ true
148
+ else
149
+ false
150
+ end
151
+ when :Object
152
+ # generic object (usually a Hash), return directly
153
+ value
154
+ when /\AArray<(?<inner_type>.+)>\z/
155
+ inner_type = Regexp.last_match[:inner_type]
156
+ value.map { |v| _deserialize(inner_type, v) }
157
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
158
+ k_type = Regexp.last_match[:k_type]
159
+ v_type = Regexp.last_match[:v_type]
160
+ {}.tap do |hash|
161
+ value.each do |k, v|
162
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
163
+ end
164
+ end
165
+ else
166
+ # model
167
+ temp_model = AsposeWordsCloud.const_get(type).new
168
+ temp_model.build_from_hash(value)
169
+ end
170
+ end
171
+
172
+ # Returns the string representation of the object
173
+ # @return [String] String presentation of the object
174
+ def to_s
175
+ to_hash.to_s
176
+ end
177
+
178
+ # to_body is an alias to to_hash (backward compatibility)
179
+ # @return [Hash] Returns the object in the form of hash
180
+ def to_body
181
+ to_hash
182
+ end
183
+
184
+ # Returns the object in the form of hash
185
+ # @return [Hash] Returns the object in the form of hash
186
+ def to_hash
187
+ hash = {}
188
+ self.class.attribute_map.each_pair do |attr, param|
189
+ value = self.send(attr)
190
+ next if value.nil?
191
+ hash[param] = _to_hash(value)
192
+ end
193
+ hash
194
+ end
195
+
196
+ # Outputs non-array value in the form of hash
197
+ # For object, use to_hash. Otherwise, just return the value
198
+ # @param [Object] value Any valid value
199
+ # @return [Hash] Returns the value in the form of hash
200
+ def _to_hash(value)
201
+ if value.is_a?(Array)
202
+ value.compact.map { |v| _to_hash(v) }
203
+ elsif value.is_a?(Hash)
204
+ {}.tap do |hash|
205
+ value.each { |k, v| hash[k] = _to_hash(v) }
206
+ end
207
+ elsif value.respond_to? :to_hash
208
+ value.to_hash
209
+ else
210
+ value
211
+ end
212
+ end
213
+
214
+ end
215
+
216
+ end
@@ -1,264 +1,248 @@
1
-
2
- require 'date'
3
-
4
- module AsposeWordsCloud
5
- #
6
- # --------------------------------------------------------------------------------------------------------------------
7
- # <copyright company="Aspose" file="DocumentStatData.rb">
8
- # Copyright (c) 2019 Aspose.Words for Cloud
9
- # </copyright>
10
- # <summary>
11
- # Permission is hereby granted, free of charge, to any person obtaining a copy
12
- # of this software and associated documentation files (the "Software"), to deal
13
- # in the Software without restriction, including without limitation the rights
14
- # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15
- # copies of the Software, and to permit persons to whom the Software is
16
- # furnished to do so, subject to the following conditions:
17
- #
18
- # The above copyright notice and this permission notice shall be included in all
19
- # copies or substantial portions of the Software.
20
- #
21
- # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
- # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
- # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24
- # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25
- # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26
- # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27
- # SOFTWARE.
28
- # </summary>
29
- # --------------------------------------------------------------------------------------------------------------------
30
- #
31
-
32
- # Container for the document's statistical data.
33
- class DocumentStatData
34
- # Gets or sets total count of words in the document.
35
- attr_accessor :word_count
36
-
37
- # Gets or sets total count of paragraphs in the document.
38
- attr_accessor :paragraph_count
39
-
40
- # Gets or sets total count of pages in the document.
41
- attr_accessor :page_count
42
-
43
- # Gets or sets detailed statistics of footnotes.
44
- attr_accessor :footnotes_stat_data
45
-
46
- # Gets or sets detailed statistics of all pages.
47
- attr_accessor :page_stat_data
48
-
49
-
50
- # Attribute mapping from ruby-style variable name to JSON key.
51
- def self.attribute_map
52
- {
53
- :'word_count' => :'WordCount',
54
- :'paragraph_count' => :'ParagraphCount',
55
- :'page_count' => :'PageCount',
56
- :'footnotes_stat_data' => :'FootnotesStatData',
57
- :'page_stat_data' => :'PageStatData'
58
- }
59
- end
60
-
61
- # Attribute type mapping.
62
- def self.swagger_types
63
- {
64
- :'word_count' => :'Integer',
65
- :'paragraph_count' => :'Integer',
66
- :'page_count' => :'Integer',
67
- :'footnotes_stat_data' => :'FootnotesStatData',
68
- :'page_stat_data' => :'Array<PageStatData>'
69
- }
70
- end
71
-
72
- # Initializes the object
73
- # @param [Hash] attributes Model attributes in the form of hash
74
- def initialize(attributes = {})
75
- return unless attributes.is_a?(Hash)
76
-
77
- # convert string to symbol for hash key
78
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
79
-
80
- if attributes.key?(:'WordCount')
81
- self.word_count = attributes[:'WordCount']
82
- end
83
-
84
- if attributes.key?(:'ParagraphCount')
85
- self.paragraph_count = attributes[:'ParagraphCount']
86
- end
87
-
88
- if attributes.key?(:'PageCount')
89
- self.page_count = attributes[:'PageCount']
90
- end
91
-
92
- if attributes.key?(:'FootnotesStatData')
93
- self.footnotes_stat_data = attributes[:'FootnotesStatData']
94
- end
95
-
96
- if attributes.key?(:'PageStatData')
97
- if (value = attributes[:'PageStatData']).is_a?(Array)
98
- self.page_stat_data = value
99
- end
100
- end
101
-
102
- end
103
-
104
- # Show invalid properties with the reasons. Usually used together with valid?
105
- # @return Array for valid properies with the reasons
106
- def list_invalid_properties
107
- invalid_properties = []
108
- if @word_count.nil?
109
- invalid_properties.push("invalid value for 'word_count', word_count cannot be nil.")
110
- end
111
-
112
- if @paragraph_count.nil?
113
- invalid_properties.push("invalid value for 'paragraph_count', paragraph_count cannot be nil.")
114
- end
115
-
116
- if @page_count.nil?
117
- invalid_properties.push("invalid value for 'page_count', page_count cannot be nil.")
118
- end
119
-
120
- return invalid_properties
121
- end
122
-
123
- # Check to see if the all the properties in the model are valid
124
- # @return true if the model is valid
125
- def valid?
126
- return false if @word_count.nil?
127
- return false if @paragraph_count.nil?
128
- return false if @page_count.nil?
129
- return true
130
- end
131
-
132
- # Checks equality by comparing each attribute.
133
- # @param [Object] Object to be compared
134
- def ==(other)
135
- return true if self.equal?(other)
136
- self.class == other.class &&
137
- word_count == other.word_count &&
138
- paragraph_count == other.paragraph_count &&
139
- page_count == other.page_count &&
140
- footnotes_stat_data == other.footnotes_stat_data &&
141
- page_stat_data == other.page_stat_data
142
- end
143
-
144
- # @see the `==` method
145
- # @param [Object] Object to be compared
146
- def eql?(other)
147
- self == other
148
- end
149
-
150
- # Calculates hash code according to all attributes.
151
- # @return [Fixnum] Hash code
152
- def hash
153
- [word_count, paragraph_count, page_count, footnotes_stat_data, page_stat_data].hash
154
- end
155
-
156
- # Builds the object from hash
157
- # @param [Hash] attributes Model attributes in the form of hash
158
- # @return [Object] Returns the model itself
159
- def build_from_hash(attributes)
160
- return nil unless attributes.is_a?(Hash)
161
- self.class.swagger_types.each_pair do |key, type|
162
- if type =~ /\AArray<(.*)>/i
163
- # check to ensure the input is an array given that the the attribute
164
- # is documented as an array but the input is not
165
- if attributes[self.class.attribute_map[key]].is_a?(Array)
166
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
167
- end
168
- elsif !attributes[self.class.attribute_map[key]].nil?
169
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
170
- end
171
- # or else data not found in attributes(hash), not an issue as the data can be optional
172
- end
173
-
174
- self
175
- end
176
-
177
- # Deserializes the data based on type
178
- # @param string type Data type
179
- # @param string value Value to be deserialized
180
- # @return [Object] Deserialized data
181
- def _deserialize(type, value)
182
- case type.to_sym
183
- when :DateTime
184
- Time.at(/\d/.match(value)[0].to_f).to_datetime
185
- when :Date
186
- Time.at(/\d/.match(value)[0].to_f).to_date
187
- when :String
188
- value.to_s
189
- when :Integer
190
- value.to_i
191
- when :Float
192
- value.to_f
193
- when :BOOLEAN
194
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
195
- true
196
- else
197
- false
198
- end
199
- when :Object
200
- # generic object (usually a Hash), return directly
201
- value
202
- when /\AArray<(?<inner_type>.+)>\z/
203
- inner_type = Regexp.last_match[:inner_type]
204
- value.map { |v| _deserialize(inner_type, v) }
205
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
206
- k_type = Regexp.last_match[:k_type]
207
- v_type = Regexp.last_match[:v_type]
208
- {}.tap do |hash|
209
- value.each do |k, v|
210
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
211
- end
212
- end
213
- else
214
- # model
215
- temp_model = AsposeWordsCloud.const_get(type).new
216
- temp_model.build_from_hash(value)
217
- end
218
- end
219
-
220
- # Returns the string representation of the object
221
- # @return [String] String presentation of the object
222
- def to_s
223
- to_hash.to_s
224
- end
225
-
226
- # to_body is an alias to to_hash (backward compatibility)
227
- # @return [Hash] Returns the object in the form of hash
228
- def to_body
229
- to_hash
230
- end
231
-
232
- # Returns the object in the form of hash
233
- # @return [Hash] Returns the object in the form of hash
234
- def to_hash
235
- hash = {}
236
- self.class.attribute_map.each_pair do |attr, param|
237
- value = self.send(attr)
238
- next if value.nil?
239
- hash[param] = _to_hash(value)
240
- end
241
- hash
242
- end
243
-
244
- # Outputs non-array value in the form of hash
245
- # For object, use to_hash. Otherwise, just return the value
246
- # @param [Object] value Any valid value
247
- # @return [Hash] Returns the value in the form of hash
248
- def _to_hash(value)
249
- if value.is_a?(Array)
250
- value.compact.map { |v| _to_hash(v) }
251
- elsif value.is_a?(Hash)
252
- {}.tap do |hash|
253
- value.each { |k, v| hash[k] = _to_hash(v) }
254
- end
255
- elsif value.respond_to? :to_hash
256
- value.to_hash
257
- else
258
- value
259
- end
260
- end
261
-
262
- end
263
-
264
- end
1
+
2
+ require 'date'
3
+
4
+ module AsposeWordsCloud
5
+ #
6
+ # --------------------------------------------------------------------------------------------------------------------
7
+ # <copyright company="Aspose" file="DocumentStatData.rb">
8
+ # Copyright (c) 2019 Aspose.Words for Cloud
9
+ # </copyright>
10
+ # <summary>
11
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
12
+ # of this software and associated documentation files (the "Software"), to deal
13
+ # in the Software without restriction, including without limitation the rights
14
+ # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15
+ # copies of the Software, and to permit persons to whom the Software is
16
+ # furnished to do so, subject to the following conditions:
17
+ #
18
+ # The above copyright notice and this permission notice shall be included in all
19
+ # copies or substantial portions of the Software.
20
+ #
21
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26
+ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27
+ # SOFTWARE.
28
+ # </summary>
29
+ # --------------------------------------------------------------------------------------------------------------------
30
+ #
31
+
32
+ # Container for the document's statistical data.
33
+ class DocumentStatData
34
+ # Gets or sets total count of words in the document.
35
+ attr_accessor :word_count
36
+
37
+ # Gets or sets total count of paragraphs in the document.
38
+ attr_accessor :paragraph_count
39
+
40
+ # Gets or sets total count of pages in the document.
41
+ attr_accessor :page_count
42
+
43
+ attr_accessor :footnotes_stat_data
44
+
45
+ # Gets or sets detailed statistics of all pages.
46
+ attr_accessor :page_stat_data
47
+
48
+
49
+ # Attribute mapping from ruby-style variable name to JSON key.
50
+ def self.attribute_map
51
+ {
52
+ :'word_count' => :'WordCount',
53
+ :'paragraph_count' => :'ParagraphCount',
54
+ :'page_count' => :'PageCount',
55
+ :'footnotes_stat_data' => :'FootnotesStatData',
56
+ :'page_stat_data' => :'PageStatData'
57
+ }
58
+ end
59
+
60
+ # Attribute type mapping.
61
+ def self.swagger_types
62
+ {
63
+ :'word_count' => :'Integer',
64
+ :'paragraph_count' => :'Integer',
65
+ :'page_count' => :'Integer',
66
+ :'footnotes_stat_data' => :'FootnotesStatData',
67
+ :'page_stat_data' => :'Array<PageStatData>'
68
+ }
69
+ end
70
+
71
+ # Initializes the object
72
+ # @param [Hash] attributes Model attributes in the form of hash
73
+ def initialize(attributes = {})
74
+ return unless attributes.is_a?(Hash)
75
+
76
+ # convert string to symbol for hash key
77
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
78
+
79
+ if attributes.key?(:'WordCount')
80
+ self.word_count = attributes[:'WordCount']
81
+ end
82
+
83
+ if attributes.key?(:'ParagraphCount')
84
+ self.paragraph_count = attributes[:'ParagraphCount']
85
+ end
86
+
87
+ if attributes.key?(:'PageCount')
88
+ self.page_count = attributes[:'PageCount']
89
+ end
90
+
91
+ if attributes.key?(:'FootnotesStatData')
92
+ self.footnotes_stat_data = attributes[:'FootnotesStatData']
93
+ end
94
+
95
+ if attributes.key?(:'PageStatData')
96
+ if (value = attributes[:'PageStatData']).is_a?(Array)
97
+ self.page_stat_data = value
98
+ end
99
+ end
100
+
101
+ end
102
+
103
+ # Show invalid properties with the reasons. Usually used together with valid?
104
+ # @return Array for valid properies with the reasons
105
+ def list_invalid_properties
106
+ invalid_properties = []
107
+ return invalid_properties
108
+ end
109
+
110
+ # Check to see if the all the properties in the model are valid
111
+ # @return true if the model is valid
112
+ def valid?
113
+ return true
114
+ end
115
+
116
+ # Checks equality by comparing each attribute.
117
+ # @param [Object] Object to be compared
118
+ def ==(other)
119
+ return true if self.equal?(other)
120
+ self.class == other.class &&
121
+ word_count == other.word_count &&
122
+ paragraph_count == other.paragraph_count &&
123
+ page_count == other.page_count &&
124
+ footnotes_stat_data == other.footnotes_stat_data &&
125
+ page_stat_data == other.page_stat_data
126
+ end
127
+
128
+ # @see the `==` method
129
+ # @param [Object] Object to be compared
130
+ def eql?(other)
131
+ self == other
132
+ end
133
+
134
+ # Calculates hash code according to all attributes.
135
+ # @return [Fixnum] Hash code
136
+ def hash
137
+ [word_count, paragraph_count, page_count, footnotes_stat_data, page_stat_data].hash
138
+ end
139
+
140
+ # Builds the object from hash
141
+ # @param [Hash] attributes Model attributes in the form of hash
142
+ # @return [Object] Returns the model itself
143
+ def build_from_hash(attributes)
144
+ return nil unless attributes.is_a?(Hash)
145
+ self.class.swagger_types.each_pair do |key, type|
146
+ if type =~ /\AArray<(.*)>/i
147
+ # check to ensure the input is an array given that the the attribute
148
+ # is documented as an array but the input is not
149
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
150
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
151
+ end
152
+ elsif !attributes[self.class.attribute_map[key]].nil?
153
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
154
+ end
155
+ # or else data not found in attributes(hash), not an issue as the data can be optional
156
+ end
157
+
158
+ self
159
+ end
160
+
161
+ # Deserializes the data based on type
162
+ # @param string type Data type
163
+ # @param string value Value to be deserialized
164
+ # @return [Object] Deserialized data
165
+ def _deserialize(type, value)
166
+ case type.to_sym
167
+ when :DateTime
168
+ Time.at(/\d/.match(value)[0].to_f).to_datetime
169
+ when :Date
170
+ Time.at(/\d/.match(value)[0].to_f).to_date
171
+ when :String
172
+ value.to_s
173
+ when :Integer
174
+ value.to_i
175
+ when :Float
176
+ value.to_f
177
+ when :BOOLEAN
178
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
179
+ true
180
+ else
181
+ false
182
+ end
183
+ when :Object
184
+ # generic object (usually a Hash), return directly
185
+ value
186
+ when /\AArray<(?<inner_type>.+)>\z/
187
+ inner_type = Regexp.last_match[:inner_type]
188
+ value.map { |v| _deserialize(inner_type, v) }
189
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
190
+ k_type = Regexp.last_match[:k_type]
191
+ v_type = Regexp.last_match[:v_type]
192
+ {}.tap do |hash|
193
+ value.each do |k, v|
194
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
195
+ end
196
+ end
197
+ else
198
+ # model
199
+ temp_model = AsposeWordsCloud.const_get(type).new
200
+ temp_model.build_from_hash(value)
201
+ end
202
+ end
203
+
204
+ # Returns the string representation of the object
205
+ # @return [String] String presentation of the object
206
+ def to_s
207
+ to_hash.to_s
208
+ end
209
+
210
+ # to_body is an alias to to_hash (backward compatibility)
211
+ # @return [Hash] Returns the object in the form of hash
212
+ def to_body
213
+ to_hash
214
+ end
215
+
216
+ # Returns the object in the form of hash
217
+ # @return [Hash] Returns the object in the form of hash
218
+ def to_hash
219
+ hash = {}
220
+ self.class.attribute_map.each_pair do |attr, param|
221
+ value = self.send(attr)
222
+ next if value.nil?
223
+ hash[param] = _to_hash(value)
224
+ end
225
+ hash
226
+ end
227
+
228
+ # Outputs non-array value in the form of hash
229
+ # For object, use to_hash. Otherwise, just return the value
230
+ # @param [Object] value Any valid value
231
+ # @return [Hash] Returns the value in the form of hash
232
+ def _to_hash(value)
233
+ if value.is_a?(Array)
234
+ value.compact.map { |v| _to_hash(v) }
235
+ elsif value.is_a?(Hash)
236
+ {}.tap do |hash|
237
+ value.each { |k, v| hash[k] = _to_hash(v) }
238
+ end
239
+ elsif value.respond_to? :to_hash
240
+ value.to_hash
241
+ else
242
+ value
243
+ end
244
+ end
245
+
246
+ end
247
+
248
+ end