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="BookmarksResponse.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
- # This response should be returned by the service when handling: GET bookmarks.
33
- class BookmarksResponse
34
- # Gets or sets request Id.
35
- attr_accessor :request_id
36
-
37
- # Gets or sets bookmarks which are contained in document.
38
- attr_accessor :bookmarks
39
-
40
-
41
- # Attribute mapping from ruby-style variable name to JSON key.
42
- def self.attribute_map
43
- {
44
- :'request_id' => :'RequestId',
45
- :'bookmarks' => :'Bookmarks'
46
- }
47
- end
48
-
49
- # Attribute type mapping.
50
- def self.swagger_types
51
- {
52
- :'request_id' => :'String',
53
- :'bookmarks' => :'Bookmarks'
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?(:'Bookmarks')
70
- self.bookmarks = attributes[:'Bookmarks']
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
- bookmarks == other.bookmarks
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, bookmarks].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="BookmarksResponse.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
+ # This response should be returned by the service when handling: GET bookmarks.
33
+ class BookmarksResponse
34
+ # Gets or sets request Id.
35
+ attr_accessor :request_id
36
+
37
+ attr_accessor :bookmarks
38
+
39
+
40
+ # Attribute mapping from ruby-style variable name to JSON key.
41
+ def self.attribute_map
42
+ {
43
+ :'request_id' => :'RequestId',
44
+ :'bookmarks' => :'Bookmarks'
45
+ }
46
+ end
47
+
48
+ # Attribute type mapping.
49
+ def self.swagger_types
50
+ {
51
+ :'request_id' => :'String',
52
+ :'bookmarks' => :'Bookmarks'
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?(:'Bookmarks')
69
+ self.bookmarks = attributes[:'Bookmarks']
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
+ bookmarks == other.bookmarks
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, bookmarks].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,320 +1,318 @@
1
-
2
- require 'date'
3
-
4
- module AsposeWordsCloud
5
- #
6
- # --------------------------------------------------------------------------------------------------------------------
7
- # <copyright company="Aspose" file="Border.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 a border of an object.
33
- class Border
34
- # Gets or sets link to the document.
35
- attr_accessor :link
36
-
37
- # Gets or sets the border type.
38
- attr_accessor :border_type
39
-
40
- # Gets or sets the border color.
41
- attr_accessor :color
42
-
43
- # Gets or sets distance of the border from text or from the page edge in points.
44
- attr_accessor :distance_from_text
45
-
46
- # Gets or sets the border style.
47
- attr_accessor :line_style
48
-
49
- # Gets or sets the border width in points.
50
- attr_accessor :line_width
51
-
52
- # Gets or sets a value indicating whether the border has a shadow.
53
- attr_accessor :shadow
54
-
55
- class EnumAttributeValidator
56
- attr_reader :datatype
57
- attr_reader :allowable_values
58
-
59
- def initialize(datatype, allowable_values)
60
- @allowable_values = allowable_values.map do |value|
61
- case datatype.to_s
62
- when /Integer/i
63
- value.to_i
64
- when /Float/i
65
- value.to_f
66
- else
67
- value
68
- end
69
- end
70
- end
71
-
72
- def valid?(value)
73
- !value || allowable_values.include?(value)
74
- end
75
- end
76
-
77
- # Attribute mapping from ruby-style variable name to JSON key.
78
- def self.attribute_map
79
- {
80
- :'link' => :'link',
81
- :'border_type' => :'BorderType',
82
- :'color' => :'Color',
83
- :'distance_from_text' => :'DistanceFromText',
84
- :'line_style' => :'LineStyle',
85
- :'line_width' => :'LineWidth',
86
- :'shadow' => :'Shadow'
87
- }
88
- end
89
-
90
- # Attribute type mapping.
91
- def self.swagger_types
92
- {
93
- :'link' => :'WordsApiLink',
94
- :'border_type' => :'String',
95
- :'color' => :'XmlColor',
96
- :'distance_from_text' => :'Float',
97
- :'line_style' => :'String',
98
- :'line_width' => :'Float',
99
- :'shadow' => :'BOOLEAN'
100
- }
101
- end
102
-
103
- # Initializes the object
104
- # @param [Hash] attributes Model attributes in the form of hash
105
- def initialize(attributes = {})
106
- return unless attributes.is_a?(Hash)
107
-
108
- # convert string to symbol for hash key
109
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
110
-
111
- if attributes.key?(:'link')
112
- self.link = attributes[:'link']
113
- end
114
-
115
- if attributes.key?(:'BorderType')
116
- self.border_type = attributes[:'BorderType']
117
- end
118
-
119
- if attributes.key?(:'Color')
120
- self.color = attributes[:'Color']
121
- end
122
-
123
- if attributes.key?(:'DistanceFromText')
124
- self.distance_from_text = attributes[:'DistanceFromText']
125
- end
126
-
127
- if attributes.key?(:'LineStyle')
128
- self.line_style = attributes[:'LineStyle']
129
- end
130
-
131
- if attributes.key?(:'LineWidth')
132
- self.line_width = attributes[:'LineWidth']
133
- end
134
-
135
- if attributes.key?(:'Shadow')
136
- self.shadow = attributes[:'Shadow']
137
- end
138
-
139
- end
140
-
141
- # Show invalid properties with the reasons. Usually used together with valid?
142
- # @return Array for valid properies with the reasons
143
- def list_invalid_properties
144
- invalid_properties = []
145
- return invalid_properties
146
- end
147
-
148
- # Check to see if the all the properties in the model are valid
149
- # @return true if the model is valid
150
- def valid?
151
- border_type_validator = EnumAttributeValidator.new('String', ["Bottom", "Left", "Right", "Top", "Horizontal", "Vertical", "DiagonalDown", "DiagonalUp", "None"])
152
- return false unless border_type_validator.valid?(@border_type)
153
- line_style_validator = EnumAttributeValidator.new('String', ["None", "Single", "Thick", "Double", "Hairline", "Dot", "DashLargeGap", "DotDash", "DotDotDash", "Triple", "ThinThickSmallGap", "ThickThinSmallGap", "ThinThickThinSmallGap", "ThinThickMediumGap", "ThickThinMediumGap", "ThinThickThinMediumGap", "ThinThickLargeGap", "ThickThinLargeGap", "ThinThickThinLargeGap", "Wave", "DoubleWave", "DashSmallGap", "DashDotStroker", "Emboss3D", "Engrave3D", "Outset", "Inset"])
154
- return false unless line_style_validator.valid?(@line_style)
155
- return true
156
- end
157
-
158
- # Custom attribute writer method checking allowed values (enum).
159
- # @param [Object] border_type Object to be assigned
160
- def border_type=(border_type)
161
- validator = EnumAttributeValidator.new('String', ["Bottom", "Left", "Right", "Top", "Horizontal", "Vertical", "DiagonalDown", "DiagonalUp", "None"])
162
- if border_type.to_i == 0
163
- unless validator.valid?(border_type)
164
- raise ArgumentError, "invalid value for 'border_type', must be one of #{validator.allowable_values}."
165
- end
166
- @border_type = border_type
167
- else
168
- @border_type = validator.allowable_values[border_type.to_i]
169
- end
170
- end
171
-
172
- # Custom attribute writer method checking allowed values (enum).
173
- # @param [Object] line_style Object to be assigned
174
- def line_style=(line_style)
175
- validator = EnumAttributeValidator.new('String', ["None", "Single", "Thick", "Double", "Hairline", "Dot", "DashLargeGap", "DotDash", "DotDotDash", "Triple", "ThinThickSmallGap", "ThickThinSmallGap", "ThinThickThinSmallGap", "ThinThickMediumGap", "ThickThinMediumGap", "ThinThickThinMediumGap", "ThinThickLargeGap", "ThickThinLargeGap", "ThinThickThinLargeGap", "Wave", "DoubleWave", "DashSmallGap", "DashDotStroker", "Emboss3D", "Engrave3D", "Outset", "Inset"])
176
- if line_style.to_i == 0
177
- unless validator.valid?(line_style)
178
- raise ArgumentError, "invalid value for 'line_style', must be one of #{validator.allowable_values}."
179
- end
180
- @line_style = line_style
181
- else
182
- @line_style = validator.allowable_values[line_style.to_i]
183
- end
184
- end
185
-
186
- # Checks equality by comparing each attribute.
187
- # @param [Object] Object to be compared
188
- def ==(other)
189
- return true if self.equal?(other)
190
- self.class == other.class &&
191
- link == other.link &&
192
- border_type == other.border_type &&
193
- color == other.color &&
194
- distance_from_text == other.distance_from_text &&
195
- line_style == other.line_style &&
196
- line_width == other.line_width &&
197
- shadow == other.shadow
198
- end
199
-
200
- # @see the `==` method
201
- # @param [Object] Object to be compared
202
- def eql?(other)
203
- self == other
204
- end
205
-
206
- # Calculates hash code according to all attributes.
207
- # @return [Fixnum] Hash code
208
- def hash
209
- [link, border_type, color, distance_from_text, line_style, line_width, shadow].hash
210
- end
211
-
212
- # Builds the object from hash
213
- # @param [Hash] attributes Model attributes in the form of hash
214
- # @return [Object] Returns the model itself
215
- def build_from_hash(attributes)
216
- return nil unless attributes.is_a?(Hash)
217
- self.class.swagger_types.each_pair do |key, type|
218
- if type =~ /\AArray<(.*)>/i
219
- # check to ensure the input is an array given that the the attribute
220
- # is documented as an array but the input is not
221
- if attributes[self.class.attribute_map[key]].is_a?(Array)
222
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
223
- end
224
- elsif !attributes[self.class.attribute_map[key]].nil?
225
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
226
- end
227
- # or else data not found in attributes(hash), not an issue as the data can be optional
228
- end
229
-
230
- self
231
- end
232
-
233
- # Deserializes the data based on type
234
- # @param string type Data type
235
- # @param string value Value to be deserialized
236
- # @return [Object] Deserialized data
237
- def _deserialize(type, value)
238
- case type.to_sym
239
- when :DateTime
240
- Time.at(/\d/.match(value)[0].to_f).to_datetime
241
- when :Date
242
- Time.at(/\d/.match(value)[0].to_f).to_date
243
- when :String
244
- value.to_s
245
- when :Integer
246
- value.to_i
247
- when :Float
248
- value.to_f
249
- when :BOOLEAN
250
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
251
- true
252
- else
253
- false
254
- end
255
- when :Object
256
- # generic object (usually a Hash), return directly
257
- value
258
- when /\AArray<(?<inner_type>.+)>\z/
259
- inner_type = Regexp.last_match[:inner_type]
260
- value.map { |v| _deserialize(inner_type, v) }
261
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
262
- k_type = Regexp.last_match[:k_type]
263
- v_type = Regexp.last_match[:v_type]
264
- {}.tap do |hash|
265
- value.each do |k, v|
266
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
267
- end
268
- end
269
- else
270
- # model
271
- temp_model = AsposeWordsCloud.const_get(type).new
272
- temp_model.build_from_hash(value)
273
- end
274
- end
275
-
276
- # Returns the string representation of the object
277
- # @return [String] String presentation of the object
278
- def to_s
279
- to_hash.to_s
280
- end
281
-
282
- # to_body is an alias to to_hash (backward compatibility)
283
- # @return [Hash] Returns the object in the form of hash
284
- def to_body
285
- to_hash
286
- end
287
-
288
- # Returns the object in the form of hash
289
- # @return [Hash] Returns the object in the form of hash
290
- def to_hash
291
- hash = {}
292
- self.class.attribute_map.each_pair do |attr, param|
293
- value = self.send(attr)
294
- next if value.nil?
295
- hash[param] = _to_hash(value)
296
- end
297
- hash
298
- end
299
-
300
- # Outputs non-array value in the form of hash
301
- # For object, use to_hash. Otherwise, just return the value
302
- # @param [Object] value Any valid value
303
- # @return [Hash] Returns the value in the form of hash
304
- def _to_hash(value)
305
- if value.is_a?(Array)
306
- value.compact.map { |v| _to_hash(v) }
307
- elsif value.is_a?(Hash)
308
- {}.tap do |hash|
309
- value.each { |k, v| hash[k] = _to_hash(v) }
310
- end
311
- elsif value.respond_to? :to_hash
312
- value.to_hash
313
- else
314
- value
315
- end
316
- end
317
-
318
- end
319
-
320
- end
1
+
2
+ require 'date'
3
+
4
+ module AsposeWordsCloud
5
+ #
6
+ # --------------------------------------------------------------------------------------------------------------------
7
+ # <copyright company="Aspose" file="Border.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 a border of an object.
33
+ class Border
34
+ attr_accessor :link
35
+
36
+ # Gets or sets the border type.
37
+ attr_accessor :border_type
38
+
39
+ attr_accessor :color
40
+
41
+ # Gets or sets distance of the border from text or from the page edge in points.
42
+ attr_accessor :distance_from_text
43
+
44
+ # Gets or sets the border style.
45
+ attr_accessor :line_style
46
+
47
+ # Gets or sets the border width in points.
48
+ attr_accessor :line_width
49
+
50
+ # Gets or sets a value indicating whether the border has a shadow.
51
+ attr_accessor :shadow
52
+
53
+ class EnumAttributeValidator
54
+ attr_reader :datatype
55
+ attr_reader :allowable_values
56
+
57
+ def initialize(datatype, allowable_values)
58
+ @allowable_values = allowable_values.map do |value|
59
+ case datatype.to_s
60
+ when /Integer/i
61
+ value.to_i
62
+ when /Float/i
63
+ value.to_f
64
+ else
65
+ value
66
+ end
67
+ end
68
+ end
69
+
70
+ def valid?(value)
71
+ !value || allowable_values.include?(value)
72
+ end
73
+ end
74
+
75
+ # Attribute mapping from ruby-style variable name to JSON key.
76
+ def self.attribute_map
77
+ {
78
+ :'link' => :'link',
79
+ :'border_type' => :'BorderType',
80
+ :'color' => :'Color',
81
+ :'distance_from_text' => :'DistanceFromText',
82
+ :'line_style' => :'LineStyle',
83
+ :'line_width' => :'LineWidth',
84
+ :'shadow' => :'Shadow'
85
+ }
86
+ end
87
+
88
+ # Attribute type mapping.
89
+ def self.swagger_types
90
+ {
91
+ :'link' => :'WordsApiLink',
92
+ :'border_type' => :'String',
93
+ :'color' => :'XmlColor',
94
+ :'distance_from_text' => :'Float',
95
+ :'line_style' => :'String',
96
+ :'line_width' => :'Float',
97
+ :'shadow' => :'BOOLEAN'
98
+ }
99
+ end
100
+
101
+ # Initializes the object
102
+ # @param [Hash] attributes Model attributes in the form of hash
103
+ def initialize(attributes = {})
104
+ return unless attributes.is_a?(Hash)
105
+
106
+ # convert string to symbol for hash key
107
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
108
+
109
+ if attributes.key?(:'link')
110
+ self.link = attributes[:'link']
111
+ end
112
+
113
+ if attributes.key?(:'BorderType')
114
+ self.border_type = attributes[:'BorderType']
115
+ end
116
+
117
+ if attributes.key?(:'Color')
118
+ self.color = attributes[:'Color']
119
+ end
120
+
121
+ if attributes.key?(:'DistanceFromText')
122
+ self.distance_from_text = attributes[:'DistanceFromText']
123
+ end
124
+
125
+ if attributes.key?(:'LineStyle')
126
+ self.line_style = attributes[:'LineStyle']
127
+ end
128
+
129
+ if attributes.key?(:'LineWidth')
130
+ self.line_width = attributes[:'LineWidth']
131
+ end
132
+
133
+ if attributes.key?(:'Shadow')
134
+ self.shadow = attributes[:'Shadow']
135
+ end
136
+
137
+ end
138
+
139
+ # Show invalid properties with the reasons. Usually used together with valid?
140
+ # @return Array for valid properies with the reasons
141
+ def list_invalid_properties
142
+ invalid_properties = []
143
+ return invalid_properties
144
+ end
145
+
146
+ # Check to see if the all the properties in the model are valid
147
+ # @return true if the model is valid
148
+ def valid?
149
+ border_type_validator = EnumAttributeValidator.new('String', ["Bottom", "Left", "Right", "Top", "Horizontal", "Vertical", "DiagonalDown", "DiagonalUp", "None"])
150
+ return false unless border_type_validator.valid?(@border_type)
151
+ line_style_validator = EnumAttributeValidator.new('String', ["None", "Single", "Thick", "Double", "Hairline", "Dot", "DashLargeGap", "DotDash", "DotDotDash", "Triple", "ThinThickSmallGap", "ThickThinSmallGap", "ThinThickThinSmallGap", "ThinThickMediumGap", "ThickThinMediumGap", "ThinThickThinMediumGap", "ThinThickLargeGap", "ThickThinLargeGap", "ThinThickThinLargeGap", "Wave", "DoubleWave", "DashSmallGap", "DashDotStroker", "Emboss3D", "Engrave3D", "Outset", "Inset"])
152
+ return false unless line_style_validator.valid?(@line_style)
153
+ return true
154
+ end
155
+
156
+ # Custom attribute writer method checking allowed values (enum).
157
+ # @param [Object] border_type Object to be assigned
158
+ def border_type=(border_type)
159
+ validator = EnumAttributeValidator.new('String', ["Bottom", "Left", "Right", "Top", "Horizontal", "Vertical", "DiagonalDown", "DiagonalUp", "None"])
160
+ if border_type.to_i == 0
161
+ unless validator.valid?(border_type)
162
+ raise ArgumentError, "invalid value for 'border_type', must be one of #{validator.allowable_values}."
163
+ end
164
+ @border_type = border_type
165
+ else
166
+ @border_type = validator.allowable_values[border_type.to_i]
167
+ end
168
+ end
169
+
170
+ # Custom attribute writer method checking allowed values (enum).
171
+ # @param [Object] line_style Object to be assigned
172
+ def line_style=(line_style)
173
+ validator = EnumAttributeValidator.new('String', ["None", "Single", "Thick", "Double", "Hairline", "Dot", "DashLargeGap", "DotDash", "DotDotDash", "Triple", "ThinThickSmallGap", "ThickThinSmallGap", "ThinThickThinSmallGap", "ThinThickMediumGap", "ThickThinMediumGap", "ThinThickThinMediumGap", "ThinThickLargeGap", "ThickThinLargeGap", "ThinThickThinLargeGap", "Wave", "DoubleWave", "DashSmallGap", "DashDotStroker", "Emboss3D", "Engrave3D", "Outset", "Inset"])
174
+ if line_style.to_i == 0
175
+ unless validator.valid?(line_style)
176
+ raise ArgumentError, "invalid value for 'line_style', must be one of #{validator.allowable_values}."
177
+ end
178
+ @line_style = line_style
179
+ else
180
+ @line_style = validator.allowable_values[line_style.to_i]
181
+ end
182
+ end
183
+
184
+ # Checks equality by comparing each attribute.
185
+ # @param [Object] Object to be compared
186
+ def ==(other)
187
+ return true if self.equal?(other)
188
+ self.class == other.class &&
189
+ link == other.link &&
190
+ border_type == other.border_type &&
191
+ color == other.color &&
192
+ distance_from_text == other.distance_from_text &&
193
+ line_style == other.line_style &&
194
+ line_width == other.line_width &&
195
+ shadow == other.shadow
196
+ end
197
+
198
+ # @see the `==` method
199
+ # @param [Object] Object to be compared
200
+ def eql?(other)
201
+ self == other
202
+ end
203
+
204
+ # Calculates hash code according to all attributes.
205
+ # @return [Fixnum] Hash code
206
+ def hash
207
+ [link, border_type, color, distance_from_text, line_style, line_width, shadow].hash
208
+ end
209
+
210
+ # Builds the object from hash
211
+ # @param [Hash] attributes Model attributes in the form of hash
212
+ # @return [Object] Returns the model itself
213
+ def build_from_hash(attributes)
214
+ return nil unless attributes.is_a?(Hash)
215
+ self.class.swagger_types.each_pair do |key, type|
216
+ if type =~ /\AArray<(.*)>/i
217
+ # check to ensure the input is an array given that the the attribute
218
+ # is documented as an array but the input is not
219
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
220
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
221
+ end
222
+ elsif !attributes[self.class.attribute_map[key]].nil?
223
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
224
+ end
225
+ # or else data not found in attributes(hash), not an issue as the data can be optional
226
+ end
227
+
228
+ self
229
+ end
230
+
231
+ # Deserializes the data based on type
232
+ # @param string type Data type
233
+ # @param string value Value to be deserialized
234
+ # @return [Object] Deserialized data
235
+ def _deserialize(type, value)
236
+ case type.to_sym
237
+ when :DateTime
238
+ Time.at(/\d/.match(value)[0].to_f).to_datetime
239
+ when :Date
240
+ Time.at(/\d/.match(value)[0].to_f).to_date
241
+ when :String
242
+ value.to_s
243
+ when :Integer
244
+ value.to_i
245
+ when :Float
246
+ value.to_f
247
+ when :BOOLEAN
248
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
249
+ true
250
+ else
251
+ false
252
+ end
253
+ when :Object
254
+ # generic object (usually a Hash), return directly
255
+ value
256
+ when /\AArray<(?<inner_type>.+)>\z/
257
+ inner_type = Regexp.last_match[:inner_type]
258
+ value.map { |v| _deserialize(inner_type, v) }
259
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
260
+ k_type = Regexp.last_match[:k_type]
261
+ v_type = Regexp.last_match[:v_type]
262
+ {}.tap do |hash|
263
+ value.each do |k, v|
264
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
265
+ end
266
+ end
267
+ else
268
+ # model
269
+ temp_model = AsposeWordsCloud.const_get(type).new
270
+ temp_model.build_from_hash(value)
271
+ end
272
+ end
273
+
274
+ # Returns the string representation of the object
275
+ # @return [String] String presentation of the object
276
+ def to_s
277
+ to_hash.to_s
278
+ end
279
+
280
+ # to_body is an alias to to_hash (backward compatibility)
281
+ # @return [Hash] Returns the object in the form of hash
282
+ def to_body
283
+ to_hash
284
+ end
285
+
286
+ # Returns the object in the form of hash
287
+ # @return [Hash] Returns the object in the form of hash
288
+ def to_hash
289
+ hash = {}
290
+ self.class.attribute_map.each_pair do |attr, param|
291
+ value = self.send(attr)
292
+ next if value.nil?
293
+ hash[param] = _to_hash(value)
294
+ end
295
+ hash
296
+ end
297
+
298
+ # Outputs non-array value in the form of hash
299
+ # For object, use to_hash. Otherwise, just return the value
300
+ # @param [Object] value Any valid value
301
+ # @return [Hash] Returns the value in the form of hash
302
+ def _to_hash(value)
303
+ if value.is_a?(Array)
304
+ value.compact.map { |v| _to_hash(v) }
305
+ elsif value.is_a?(Hash)
306
+ {}.tap do |hash|
307
+ value.each { |k, v| hash[k] = _to_hash(v) }
308
+ end
309
+ elsif value.respond_to? :to_hash
310
+ value.to_hash
311
+ else
312
+ value
313
+ end
314
+ end
315
+
316
+ end
317
+
318
+ end