aspose_words_cloud 20.3.0 → 20.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (570) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aspose_words_cloud.rb +298 -89
  3. data/lib/aspose_words_cloud/api/words_api.rb +6983 -12194
  4. data/lib/aspose_words_cloud/api_client.rb +16 -10
  5. data/lib/aspose_words_cloud/api_error.rb +6 -6
  6. data/lib/aspose_words_cloud/configuration.rb +16 -36
  7. data/lib/aspose_words_cloud/models/available_fonts_response.rb +25 -31
  8. data/lib/aspose_words_cloud/models/bmp_save_options_data.rb +139 -70
  9. data/lib/aspose_words_cloud/models/bookmark.rb +27 -33
  10. data/lib/aspose_words_cloud/models/bookmark_data.rb +24 -30
  11. data/lib/aspose_words_cloud/models/bookmark_response.rb +24 -30
  12. data/lib/aspose_words_cloud/models/bookmarks.rb +27 -33
  13. data/lib/aspose_words_cloud/models/bookmarks_outline_level_data.rb +36 -47
  14. data/lib/aspose_words_cloud/models/bookmarks_response.rb +24 -30
  15. data/lib/aspose_words_cloud/models/border.rb +31 -33
  16. data/lib/aspose_words_cloud/models/border_response.rb +27 -32
  17. data/lib/aspose_words_cloud/models/borders_collection.rb +27 -33
  18. data/lib/aspose_words_cloud/models/borders_response.rb +27 -32
  19. data/lib/aspose_words_cloud/models/classification_response.rb +27 -32
  20. data/lib/aspose_words_cloud/models/classification_result.rb +24 -35
  21. data/lib/aspose_words_cloud/models/comment.rb +27 -33
  22. data/lib/aspose_words_cloud/models/comment_base.rb +251 -0
  23. data/lib/aspose_words_cloud/models/comment_insert.rb +251 -0
  24. data/lib/aspose_words_cloud/models/comment_link.rb +27 -33
  25. data/lib/aspose_words_cloud/models/comment_response.rb +27 -32
  26. data/lib/aspose_words_cloud/models/comment_update.rb +251 -0
  27. data/lib/aspose_words_cloud/models/comments_collection.rb +27 -33
  28. data/lib/aspose_words_cloud/models/comments_response.rb +27 -32
  29. data/lib/aspose_words_cloud/models/compare_data.rb +45 -41
  30. data/lib/aspose_words_cloud/models/compare_options.rb +329 -0
  31. data/lib/aspose_words_cloud/models/csv_data_load_options.rb +231 -0
  32. data/lib/aspose_words_cloud/models/doc_save_options_data.rb +129 -67
  33. data/lib/aspose_words_cloud/models/document.rb +54 -70
  34. data/lib/aspose_words_cloud/models/document_entry.rb +24 -30
  35. data/lib/aspose_words_cloud/models/document_entry_list.rb +35 -31
  36. data/lib/aspose_words_cloud/models/document_position.rb +24 -30
  37. data/lib/aspose_words_cloud/models/document_properties.rb +27 -33
  38. data/lib/aspose_words_cloud/models/document_properties_response.rb +24 -30
  39. data/lib/aspose_words_cloud/models/document_property.rb +29 -34
  40. data/lib/aspose_words_cloud/models/document_property_base.rb +201 -0
  41. data/lib/aspose_words_cloud/models/document_property_create_or_update.rb +201 -0
  42. data/lib/aspose_words_cloud/models/document_property_response.rb +24 -30
  43. data/lib/aspose_words_cloud/models/document_response.rb +24 -30
  44. data/lib/aspose_words_cloud/models/document_stat_data.rb +52 -73
  45. data/lib/aspose_words_cloud/models/downsample_options_data.rb +28 -31
  46. data/lib/aspose_words_cloud/models/drawing_object.rb +32 -34
  47. data/lib/aspose_words_cloud/models/drawing_object_collection.rb +27 -33
  48. data/lib/aspose_words_cloud/models/drawing_object_insert.rb +344 -0
  49. data/lib/aspose_words_cloud/models/drawing_object_link.rb +27 -33
  50. data/lib/aspose_words_cloud/models/drawing_object_response.rb +26 -32
  51. data/lib/aspose_words_cloud/models/drawing_object_update.rb +334 -0
  52. data/lib/aspose_words_cloud/models/drawing_objects_response.rb +24 -30
  53. data/lib/aspose_words_cloud/models/emf_save_options_data.rb +139 -70
  54. data/lib/aspose_words_cloud/models/epub_save_options_data.rb +125 -74
  55. data/lib/aspose_words_cloud/models/error.rb +41 -47
  56. data/lib/aspose_words_cloud/models/error_details.rb +38 -49
  57. data/lib/aspose_words_cloud/models/field.rb +27 -33
  58. data/lib/aspose_words_cloud/models/field_base.rb +211 -0
  59. data/lib/aspose_words_cloud/models/field_collection.rb +27 -33
  60. data/lib/aspose_words_cloud/models/field_insert.rb +211 -0
  61. data/lib/aspose_words_cloud/models/field_link.rb +27 -33
  62. data/lib/aspose_words_cloud/models/field_names.rb +27 -33
  63. data/lib/aspose_words_cloud/models/field_names_response.rb +24 -30
  64. data/lib/aspose_words_cloud/models/field_response.rb +27 -32
  65. data/lib/aspose_words_cloud/models/field_update.rb +211 -0
  66. data/lib/aspose_words_cloud/models/fields_response.rb +27 -32
  67. data/lib/aspose_words_cloud/models/file_link.rb +47 -45
  68. data/lib/aspose_words_cloud/models/files_list.rb +27 -33
  69. data/lib/aspose_words_cloud/models/files_upload_result.rb +40 -46
  70. data/lib/aspose_words_cloud/models/fixed_page_save_options_data.rb +130 -67
  71. data/lib/aspose_words_cloud/models/font.rb +67 -67
  72. data/lib/aspose_words_cloud/models/font_info.rb +38 -44
  73. data/lib/aspose_words_cloud/models/font_response.rb +27 -32
  74. data/lib/aspose_words_cloud/models/footnote.rb +31 -32
  75. data/lib/aspose_words_cloud/models/footnote_base.rb +273 -0
  76. data/lib/aspose_words_cloud/models/footnote_collection.rb +27 -33
  77. data/lib/aspose_words_cloud/models/footnote_insert.rb +273 -0
  78. data/lib/aspose_words_cloud/models/footnote_link.rb +27 -33
  79. data/lib/aspose_words_cloud/models/footnote_response.rb +27 -32
  80. data/lib/aspose_words_cloud/models/footnote_update.rb +273 -0
  81. data/lib/aspose_words_cloud/models/footnotes_response.rb +27 -32
  82. data/lib/aspose_words_cloud/models/footnotes_stat_data.rb +36 -52
  83. data/lib/aspose_words_cloud/models/form_field.rb +27 -33
  84. data/lib/aspose_words_cloud/models/form_field_checkbox.rb +28 -34
  85. data/lib/aspose_words_cloud/models/form_field_collection.rb +27 -33
  86. data/lib/aspose_words_cloud/models/form_field_drop_down.rb +27 -33
  87. data/lib/aspose_words_cloud/models/form_field_response.rb +27 -32
  88. data/lib/aspose_words_cloud/models/form_field_text_input.rb +29 -31
  89. data/lib/aspose_words_cloud/models/form_fields_response.rb +27 -32
  90. data/lib/aspose_words_cloud/models/gif_save_options_data.rb +139 -70
  91. data/lib/aspose_words_cloud/models/graphics_quality_options_data.rb +26 -28
  92. data/lib/aspose_words_cloud/models/header_footer.rb +29 -31
  93. data/lib/aspose_words_cloud/models/header_footer_link.rb +29 -31
  94. data/lib/aspose_words_cloud/models/header_footer_link_collection.rb +27 -33
  95. data/lib/aspose_words_cloud/models/header_footer_response.rb +27 -32
  96. data/lib/aspose_words_cloud/models/header_footers_response.rb +27 -32
  97. data/lib/aspose_words_cloud/models/html_fixed_save_options_data.rb +157 -73
  98. data/lib/aspose_words_cloud/models/html_save_options_data.rb +125 -74
  99. data/lib/aspose_words_cloud/models/hyperlink.rb +27 -33
  100. data/lib/aspose_words_cloud/models/hyperlink_response.rb +24 -30
  101. data/lib/aspose_words_cloud/models/hyperlinks.rb +30 -36
  102. data/lib/aspose_words_cloud/models/hyperlinks_response.rb +24 -30
  103. data/lib/aspose_words_cloud/models/image_save_options_data.rb +139 -70
  104. data/lib/aspose_words_cloud/models/jpeg_save_options_data.rb +139 -70
  105. data/lib/aspose_words_cloud/models/link.rb +50 -47
  106. data/lib/aspose_words_cloud/models/link_element.rb +27 -33
  107. data/lib/aspose_words_cloud/models/list_format.rb +231 -0
  108. data/lib/aspose_words_cloud/models/list_format_update.rb +211 -0
  109. data/lib/aspose_words_cloud/models/list_info.rb +271 -0
  110. data/lib/aspose_words_cloud/models/list_insert.rb +242 -0
  111. data/lib/aspose_words_cloud/models/list_level.rb +398 -0
  112. data/lib/aspose_words_cloud/models/list_level_update.rb +368 -0
  113. data/lib/aspose_words_cloud/models/list_levels.rb +213 -0
  114. data/lib/aspose_words_cloud/models/list_response.rb +212 -0
  115. data/lib/aspose_words_cloud/models/list_update.rb +201 -0
  116. data/lib/aspose_words_cloud/models/lists.rb +213 -0
  117. data/lib/aspose_words_cloud/models/lists_response.rb +212 -0
  118. data/lib/aspose_words_cloud/models/load_web_document_data.rb +24 -30
  119. data/lib/aspose_words_cloud/models/markdown_save_options_data.rb +422 -0
  120. data/lib/aspose_words_cloud/models/metafile_rendering_options_data.rb +39 -44
  121. data/lib/aspose_words_cloud/models/mhtml_save_options_data.rb +127 -75
  122. data/lib/aspose_words_cloud/models/modification_operation_result.rb +36 -42
  123. data/lib/aspose_words_cloud/models/node_link.rb +27 -33
  124. data/lib/aspose_words_cloud/models/odt_save_options_data.rb +116 -66
  125. data/lib/aspose_words_cloud/models/office_math_link.rb +27 -33
  126. data/lib/aspose_words_cloud/models/office_math_object.rb +31 -32
  127. data/lib/aspose_words_cloud/models/office_math_object_response.rb +27 -32
  128. data/lib/aspose_words_cloud/models/office_math_objects_collection.rb +27 -33
  129. data/lib/aspose_words_cloud/models/office_math_objects_response.rb +27 -32
  130. data/lib/aspose_words_cloud/models/ooxml_save_options_data.rb +151 -65
  131. data/lib/aspose_words_cloud/models/optimization_options.rb +242 -0
  132. data/lib/aspose_words_cloud/models/outline_options_data.rb +40 -43
  133. data/lib/aspose_words_cloud/models/page_number.rb +35 -51
  134. data/lib/aspose_words_cloud/models/page_setup.rb +68 -62
  135. data/lib/aspose_words_cloud/models/page_stat_data.rb +42 -63
  136. data/lib/aspose_words_cloud/models/paragraph.rb +27 -33
  137. data/lib/aspose_words_cloud/models/paragraph_format.rb +95 -71
  138. data/lib/aspose_words_cloud/models/paragraph_format_base.rb +572 -0
  139. data/lib/aspose_words_cloud/models/paragraph_format_response.rb +27 -32
  140. data/lib/aspose_words_cloud/models/paragraph_format_update.rb +572 -0
  141. data/lib/aspose_words_cloud/models/paragraph_insert.rb +24 -30
  142. data/lib/aspose_words_cloud/models/paragraph_link.rb +27 -33
  143. data/lib/aspose_words_cloud/models/paragraph_link_collection.rb +27 -33
  144. data/lib/aspose_words_cloud/models/paragraph_link_collection_response.rb +27 -32
  145. data/lib/aspose_words_cloud/models/paragraph_list_format_response.rb +212 -0
  146. data/lib/aspose_words_cloud/models/paragraph_response.rb +27 -32
  147. data/lib/aspose_words_cloud/models/pcl_save_options_data.rb +130 -67
  148. data/lib/aspose_words_cloud/models/pdf_digital_signature_details_data.rb +24 -30
  149. data/lib/aspose_words_cloud/models/pdf_encryption_details_data.rb +24 -30
  150. data/lib/aspose_words_cloud/models/pdf_save_options_data.rb +130 -72
  151. data/lib/aspose_words_cloud/models/png_save_options_data.rb +139 -70
  152. data/lib/aspose_words_cloud/models/preferred_width.rb +27 -34
  153. data/lib/aspose_words_cloud/models/protection_data.rb +24 -30
  154. data/lib/aspose_words_cloud/models/protection_data_response.rb +24 -30
  155. data/lib/aspose_words_cloud/models/protection_request.rb +35 -41
  156. data/lib/aspose_words_cloud/models/ps_save_options_data.rb +130 -67
  157. data/lib/aspose_words_cloud/models/range_document.rb +24 -30
  158. data/lib/aspose_words_cloud/models/range_text_response.rb +27 -32
  159. data/lib/aspose_words_cloud/models/replace_range.rb +26 -28
  160. data/lib/aspose_words_cloud/models/replace_text_parameters.rb +46 -67
  161. data/lib/aspose_words_cloud/models/replace_text_response.rb +26 -32
  162. data/lib/aspose_words_cloud/models/report_build_options.rb +46 -0
  163. data/lib/aspose_words_cloud/models/report_engine_settings.rb +274 -0
  164. data/lib/aspose_words_cloud/models/requests/accept_all_revisions_request.rb +68 -0
  165. data/lib/aspose_words_cloud/models/requests/append_document_request.rb +83 -0
  166. data/lib/aspose_words_cloud/models/requests/apply_style_to_document_element_request.rb +88 -0
  167. data/lib/aspose_words_cloud/models/requests/build_report_online_request.rb +58 -0
  168. data/lib/aspose_words_cloud/models/requests/build_report_request.rb +78 -0
  169. data/lib/aspose_words_cloud/models/requests/classify_document_request.rb +73 -0
  170. data/lib/aspose_words_cloud/models/requests/classify_request.rb +48 -0
  171. data/lib/aspose_words_cloud/models/requests/compare_document_request.rb +73 -0
  172. data/lib/aspose_words_cloud/models/requests/convert_document_request.rb +68 -0
  173. data/lib/aspose_words_cloud/models/requests/copy_file_request.rb +63 -0
  174. data/lib/aspose_words_cloud/models/requests/copy_folder_request.rb +58 -0
  175. data/lib/aspose_words_cloud/models/requests/copy_style_request.rb +83 -0
  176. data/lib/aspose_words_cloud/models/requests/create_document_request.rb +53 -0
  177. data/lib/aspose_words_cloud/models/requests/create_folder_request.rb +48 -0
  178. data/lib/aspose_words_cloud/models/requests/create_or_update_document_property_request.rb +88 -0
  179. data/lib/aspose_words_cloud/models/requests/delete_all_paragraph_tab_stops_request.rb +78 -0
  180. data/lib/aspose_words_cloud/models/requests/delete_border_request.rb +88 -0
  181. data/lib/aspose_words_cloud/models/requests/delete_borders_request.rb +83 -0
  182. data/lib/aspose_words_cloud/models/requests/delete_comment_request.rb +83 -0
  183. data/lib/aspose_words_cloud/models/requests/delete_document_property_request.rb +83 -0
  184. data/lib/aspose_words_cloud/models/requests/delete_drawing_object_request.rb +88 -0
  185. data/lib/aspose_words_cloud/models/requests/delete_field_request.rb +88 -0
  186. data/lib/aspose_words_cloud/models/requests/delete_fields_request.rb +83 -0
  187. data/lib/aspose_words_cloud/models/requests/delete_file_request.rb +53 -0
  188. data/lib/aspose_words_cloud/models/requests/delete_folder_request.rb +53 -0
  189. data/lib/aspose_words_cloud/models/requests/delete_footnote_request.rb +88 -0
  190. data/lib/aspose_words_cloud/models/requests/delete_form_field_request.rb +88 -0
  191. data/lib/aspose_words_cloud/models/requests/delete_header_footer_request.rb +88 -0
  192. data/lib/aspose_words_cloud/models/requests/delete_headers_footers_request.rb +88 -0
  193. data/lib/aspose_words_cloud/models/requests/delete_macros_request.rb +78 -0
  194. data/lib/aspose_words_cloud/models/requests/delete_office_math_object_request.rb +88 -0
  195. data/lib/aspose_words_cloud/models/requests/delete_paragraph_list_format_request.rb +88 -0
  196. data/lib/aspose_words_cloud/models/requests/delete_paragraph_request.rb +88 -0
  197. data/lib/aspose_words_cloud/models/requests/delete_paragraph_tab_stop_request.rb +83 -0
  198. data/lib/aspose_words_cloud/models/requests/delete_run_request.rb +88 -0
  199. data/lib/aspose_words_cloud/models/requests/delete_section_request.rb +83 -0
  200. data/lib/aspose_words_cloud/models/requests/delete_table_cell_request.rb +88 -0
  201. data/lib/aspose_words_cloud/models/requests/delete_table_request.rb +88 -0
  202. data/lib/aspose_words_cloud/models/requests/delete_table_row_request.rb +88 -0
  203. data/lib/aspose_words_cloud/models/requests/delete_watermark_request.rb +78 -0
  204. data/lib/aspose_words_cloud/models/requests/download_file_request.rb +53 -0
  205. data/lib/aspose_words_cloud/models/requests/execute_mail_merge_online_request.rb +63 -0
  206. data/lib/aspose_words_cloud/models/requests/execute_mail_merge_request.rb +95 -0
  207. data/lib/aspose_words_cloud/models/requests/get_available_fonts_request.rb +43 -0
  208. data/lib/aspose_words_cloud/models/requests/get_bookmark_by_name_request.rb +68 -0
  209. data/lib/aspose_words_cloud/models/requests/get_bookmarks_request.rb +63 -0
  210. data/lib/aspose_words_cloud/models/requests/get_border_request.rb +73 -0
  211. data/lib/aspose_words_cloud/models/requests/get_borders_request.rb +68 -0
  212. data/lib/aspose_words_cloud/models/requests/get_comment_request.rb +68 -0
  213. data/lib/aspose_words_cloud/models/requests/get_comments_request.rb +63 -0
  214. data/lib/aspose_words_cloud/models/requests/get_document_drawing_object_by_index_request.rb +73 -0
  215. data/lib/aspose_words_cloud/models/requests/get_document_drawing_object_image_data_request.rb +73 -0
  216. data/lib/aspose_words_cloud/models/requests/get_document_drawing_object_ole_data_request.rb +73 -0
  217. data/lib/aspose_words_cloud/models/requests/get_document_drawing_objects_request.rb +68 -0
  218. data/lib/aspose_words_cloud/models/requests/get_document_field_names_online_request.rb +48 -0
  219. data/lib/aspose_words_cloud/models/requests/get_document_field_names_request.rb +68 -0
  220. data/lib/aspose_words_cloud/models/requests/get_document_hyperlink_by_index_request.rb +68 -0
  221. data/lib/aspose_words_cloud/models/requests/get_document_hyperlinks_request.rb +63 -0
  222. data/lib/aspose_words_cloud/models/requests/get_document_properties_request.rb +63 -0
  223. data/lib/aspose_words_cloud/models/requests/get_document_property_request.rb +68 -0
  224. data/lib/aspose_words_cloud/models/requests/get_document_protection_request.rb +63 -0
  225. data/lib/aspose_words_cloud/models/requests/get_document_request.rb +63 -0
  226. data/lib/aspose_words_cloud/models/requests/get_document_statistics_request.rb +78 -0
  227. data/lib/aspose_words_cloud/models/requests/get_document_with_format_request.rb +78 -0
  228. data/lib/aspose_words_cloud/models/requests/get_field_request.rb +73 -0
  229. data/lib/aspose_words_cloud/models/requests/get_fields_request.rb +68 -0
  230. data/lib/aspose_words_cloud/models/requests/get_files_list_request.rb +48 -0
  231. data/lib/aspose_words_cloud/models/requests/get_footnote_request.rb +73 -0
  232. data/lib/aspose_words_cloud/models/requests/get_footnotes_request.rb +68 -0
  233. data/lib/aspose_words_cloud/models/requests/get_form_field_request.rb +73 -0
  234. data/lib/aspose_words_cloud/models/requests/get_form_fields_request.rb +68 -0
  235. data/lib/aspose_words_cloud/models/requests/get_header_footer_of_section_request.rb +78 -0
  236. data/lib/aspose_words_cloud/models/requests/get_header_footer_request.rb +73 -0
  237. data/lib/aspose_words_cloud/models/requests/get_header_footers_request.rb +73 -0
  238. data/lib/aspose_words_cloud/models/requests/get_list_request.rb +68 -0
  239. data/lib/aspose_words_cloud/models/requests/get_lists_request.rb +63 -0
  240. data/lib/aspose_words_cloud/models/requests/get_office_math_object_request.rb +73 -0
  241. data/lib/aspose_words_cloud/models/requests/get_office_math_objects_request.rb +68 -0
  242. data/lib/aspose_words_cloud/models/requests/get_paragraph_format_request.rb +73 -0
  243. data/lib/aspose_words_cloud/models/requests/get_paragraph_list_format_request.rb +73 -0
  244. data/lib/aspose_words_cloud/models/requests/get_paragraph_request.rb +73 -0
  245. data/lib/aspose_words_cloud/models/requests/get_paragraph_tab_stops_request.rb +73 -0
  246. data/lib/aspose_words_cloud/models/requests/get_paragraphs_request.rb +68 -0
  247. data/lib/aspose_words_cloud/models/requests/get_range_text_request.rb +75 -0
  248. data/lib/aspose_words_cloud/models/requests/get_run_font_request.rb +73 -0
  249. data/lib/aspose_words_cloud/models/requests/get_run_request.rb +73 -0
  250. data/lib/aspose_words_cloud/models/requests/get_runs_request.rb +68 -0
  251. data/lib/aspose_words_cloud/models/requests/get_section_page_setup_request.rb +68 -0
  252. data/lib/aspose_words_cloud/models/requests/get_section_request.rb +68 -0
  253. data/lib/aspose_words_cloud/models/requests/get_sections_request.rb +63 -0
  254. data/lib/aspose_words_cloud/models/requests/get_style_from_document_element_request.rb +68 -0
  255. data/lib/aspose_words_cloud/models/requests/get_style_request.rb +68 -0
  256. data/lib/aspose_words_cloud/models/requests/get_styles_request.rb +63 -0
  257. data/lib/aspose_words_cloud/models/requests/get_table_cell_format_request.rb +73 -0
  258. data/lib/aspose_words_cloud/models/requests/get_table_cell_request.rb +73 -0
  259. data/lib/aspose_words_cloud/models/requests/get_table_properties_request.rb +73 -0
  260. data/lib/aspose_words_cloud/models/requests/get_table_request.rb +73 -0
  261. data/lib/aspose_words_cloud/models/requests/get_table_row_format_request.rb +73 -0
  262. data/lib/aspose_words_cloud/models/requests/get_table_row_request.rb +73 -0
  263. data/lib/aspose_words_cloud/models/requests/get_tables_request.rb +68 -0
  264. data/lib/aspose_words_cloud/models/requests/insert_comment_request.rb +83 -0
  265. data/lib/aspose_words_cloud/models/requests/insert_drawing_object_request.rb +93 -0
  266. data/lib/aspose_words_cloud/models/requests/insert_field_request.rb +93 -0
  267. data/lib/aspose_words_cloud/models/requests/insert_footnote_request.rb +88 -0
  268. data/lib/aspose_words_cloud/models/requests/insert_form_field_request.rb +93 -0
  269. data/lib/aspose_words_cloud/models/requests/insert_header_footer_request.rb +88 -0
  270. data/lib/aspose_words_cloud/models/requests/insert_list_request.rb +83 -0
  271. data/lib/aspose_words_cloud/models/requests/insert_or_update_paragraph_tab_stop_request.rb +83 -0
  272. data/lib/aspose_words_cloud/models/requests/insert_page_numbers_request.rb +83 -0
  273. data/lib/aspose_words_cloud/models/requests/insert_paragraph_request.rb +93 -0
  274. data/lib/aspose_words_cloud/models/requests/insert_run_request.rb +93 -0
  275. data/lib/aspose_words_cloud/models/requests/insert_style_request.rb +83 -0
  276. data/lib/aspose_words_cloud/models/requests/insert_table_cell_request.rb +88 -0
  277. data/lib/aspose_words_cloud/models/requests/insert_table_request.rb +88 -0
  278. data/lib/aspose_words_cloud/models/requests/insert_table_row_request.rb +88 -0
  279. data/lib/aspose_words_cloud/models/requests/insert_watermark_image_request.rb +93 -0
  280. data/lib/aspose_words_cloud/models/requests/insert_watermark_text_request.rb +83 -0
  281. data/lib/aspose_words_cloud/models/requests/load_web_document_request.rb +48 -0
  282. data/lib/aspose_words_cloud/models/requests/move_file_request.rb +63 -0
  283. data/lib/aspose_words_cloud/models/requests/move_folder_request.rb +58 -0
  284. data/lib/aspose_words_cloud/models/requests/optimize_document_request.rb +83 -0
  285. data/lib/aspose_words_cloud/models/requests/protect_document_request.rb +73 -0
  286. data/lib/aspose_words_cloud/models/requests/reject_all_revisions_request.rb +68 -0
  287. data/lib/aspose_words_cloud/models/requests/remove_range_request.rb +80 -0
  288. data/lib/aspose_words_cloud/models/requests/render_drawing_object_request.rb +83 -0
  289. data/lib/aspose_words_cloud/models/requests/render_math_object_request.rb +83 -0
  290. data/lib/aspose_words_cloud/models/requests/render_page_request.rb +78 -0
  291. data/lib/aspose_words_cloud/models/requests/render_paragraph_request.rb +83 -0
  292. data/lib/aspose_words_cloud/models/requests/render_table_request.rb +83 -0
  293. data/lib/aspose_words_cloud/models/requests/replace_text_request.rb +83 -0
  294. data/lib/aspose_words_cloud/models/requests/replace_with_text_request.rb +85 -0
  295. data/lib/aspose_words_cloud/models/requests/reset_cache_request.rb +33 -0
  296. data/lib/aspose_words_cloud/models/requests/save_as_range_request.rb +80 -0
  297. data/lib/aspose_words_cloud/models/requests/save_as_request.rb +73 -0
  298. data/lib/aspose_words_cloud/models/requests/save_as_tiff_request.rb +158 -0
  299. data/lib/aspose_words_cloud/models/requests/search_request.rb +68 -0
  300. data/lib/aspose_words_cloud/models/requests/split_document_request.rb +93 -0
  301. data/lib/aspose_words_cloud/models/requests/unprotect_document_request.rb +73 -0
  302. data/lib/aspose_words_cloud/models/requests/update_bookmark_request.rb +88 -0
  303. data/lib/aspose_words_cloud/models/requests/update_border_request.rb +93 -0
  304. data/lib/aspose_words_cloud/models/requests/update_comment_request.rb +88 -0
  305. data/lib/aspose_words_cloud/models/requests/update_drawing_object_request.rb +98 -0
  306. data/lib/aspose_words_cloud/models/requests/update_field_request.rb +93 -0
  307. data/lib/aspose_words_cloud/models/requests/update_fields_request.rb +68 -0
  308. data/lib/aspose_words_cloud/models/requests/update_footnote_request.rb +93 -0
  309. data/lib/aspose_words_cloud/models/requests/update_form_field_request.rb +93 -0
  310. data/lib/aspose_words_cloud/models/requests/update_list_level_request.rb +93 -0
  311. data/lib/aspose_words_cloud/models/requests/update_list_request.rb +88 -0
  312. data/lib/aspose_words_cloud/models/requests/update_paragraph_format_request.rb +93 -0
  313. data/lib/aspose_words_cloud/models/requests/update_paragraph_list_format_request.rb +93 -0
  314. data/lib/aspose_words_cloud/models/requests/update_run_font_request.rb +93 -0
  315. data/lib/aspose_words_cloud/models/requests/update_run_request.rb +93 -0
  316. data/lib/aspose_words_cloud/models/requests/update_section_page_setup_request.rb +88 -0
  317. data/lib/aspose_words_cloud/models/requests/update_style_request.rb +88 -0
  318. data/lib/aspose_words_cloud/models/requests/update_table_cell_format_request.rb +93 -0
  319. data/lib/aspose_words_cloud/models/requests/update_table_properties_request.rb +93 -0
  320. data/lib/aspose_words_cloud/models/requests/update_table_row_format_request.rb +93 -0
  321. data/lib/aspose_words_cloud/models/requests/upload_file_request.rb +55 -0
  322. data/lib/aspose_words_cloud/models/response_error.rb +43 -49
  323. data/lib/aspose_words_cloud/models/revisions_modification_response.rb +24 -30
  324. data/lib/aspose_words_cloud/models/rtf_save_options_data.rb +126 -66
  325. data/lib/aspose_words_cloud/models/run.rb +27 -33
  326. data/lib/aspose_words_cloud/models/run_base.rb +201 -0
  327. data/lib/aspose_words_cloud/models/run_insert.rb +201 -0
  328. data/lib/aspose_words_cloud/models/run_link.rb +27 -33
  329. data/lib/aspose_words_cloud/models/run_response.rb +27 -32
  330. data/lib/aspose_words_cloud/models/run_update.rb +201 -0
  331. data/lib/aspose_words_cloud/models/runs.rb +27 -33
  332. data/lib/aspose_words_cloud/models/runs_response.rb +27 -32
  333. data/lib/aspose_words_cloud/models/save_options_data.rb +125 -65
  334. data/lib/aspose_words_cloud/models/save_response.rb +24 -30
  335. data/lib/aspose_words_cloud/models/save_result.rb +41 -47
  336. data/lib/aspose_words_cloud/models/search_response.rb +27 -32
  337. data/lib/aspose_words_cloud/models/search_result.rb +36 -42
  338. data/lib/aspose_words_cloud/models/search_results_collection.rb +27 -33
  339. data/lib/aspose_words_cloud/models/section.rb +27 -33
  340. data/lib/aspose_words_cloud/models/section_link.rb +27 -33
  341. data/lib/aspose_words_cloud/models/section_link_collection.rb +27 -33
  342. data/lib/aspose_words_cloud/models/section_link_collection_response.rb +27 -32
  343. data/lib/aspose_words_cloud/models/section_page_setup_response.rb +27 -32
  344. data/lib/aspose_words_cloud/models/section_response.rb +27 -32
  345. data/lib/aspose_words_cloud/models/shading.rb +262 -0
  346. data/lib/aspose_words_cloud/models/split_document_response.rb +24 -30
  347. data/lib/aspose_words_cloud/models/split_document_result.rb +35 -41
  348. data/lib/aspose_words_cloud/models/stat_data_response.rb +24 -30
  349. data/lib/aspose_words_cloud/models/storage_file.rb +45 -61
  350. data/lib/aspose_words_cloud/models/story_child_nodes.rb +26 -32
  351. data/lib/aspose_words_cloud/models/string_format_data.rb +26 -28
  352. data/lib/aspose_words_cloud/models/style.rb +373 -0
  353. data/lib/aspose_words_cloud/models/style_apply.rb +201 -0
  354. data/lib/aspose_words_cloud/models/style_copy.rb +201 -0
  355. data/lib/aspose_words_cloud/models/style_insert.rb +252 -0
  356. data/lib/aspose_words_cloud/models/style_response.rb +212 -0
  357. data/lib/aspose_words_cloud/models/style_update.rb +232 -0
  358. data/lib/aspose_words_cloud/models/styles_response.rb +214 -0
  359. data/lib/aspose_words_cloud/models/svg_save_options_data.rb +130 -67
  360. data/lib/aspose_words_cloud/models/tab_stop.rb +288 -0
  361. data/lib/aspose_words_cloud/models/tab_stop_base.rb +278 -0
  362. data/lib/aspose_words_cloud/models/tab_stop_insert.rb +278 -0
  363. data/lib/aspose_words_cloud/models/tab_stops_response.rb +214 -0
  364. data/lib/aspose_words_cloud/models/table.rb +27 -33
  365. data/lib/aspose_words_cloud/models/table_cell.rb +27 -33
  366. data/lib/aspose_words_cloud/models/table_cell_format.rb +29 -31
  367. data/lib/aspose_words_cloud/models/table_cell_format_response.rb +27 -32
  368. data/lib/aspose_words_cloud/models/table_cell_insert.rb +24 -30
  369. data/lib/aspose_words_cloud/models/table_cell_response.rb +27 -32
  370. data/lib/aspose_words_cloud/models/table_insert.rb +35 -51
  371. data/lib/aspose_words_cloud/models/table_link.rb +27 -33
  372. data/lib/aspose_words_cloud/models/table_link_collection.rb +27 -33
  373. data/lib/aspose_words_cloud/models/table_link_collection_response.rb +27 -32
  374. data/lib/aspose_words_cloud/models/table_properties.rb +34 -35
  375. data/lib/aspose_words_cloud/models/table_properties_response.rb +27 -32
  376. data/lib/aspose_words_cloud/models/table_response.rb +27 -32
  377. data/lib/aspose_words_cloud/models/table_row.rb +27 -33
  378. data/lib/aspose_words_cloud/models/table_row_format.rb +29 -31
  379. data/lib/aspose_words_cloud/models/table_row_format_response.rb +27 -32
  380. data/lib/aspose_words_cloud/models/table_row_insert.rb +36 -47
  381. data/lib/aspose_words_cloud/models/table_row_response.rb +27 -32
  382. data/lib/aspose_words_cloud/models/text_save_options_data.rb +119 -77
  383. data/lib/aspose_words_cloud/models/tiff_save_options_data.rb +141 -71
  384. data/lib/aspose_words_cloud/models/txt_save_options_base_data.rb +395 -0
  385. data/lib/aspose_words_cloud/models/watermark_text.rb +36 -47
  386. data/lib/aspose_words_cloud/models/word_ml_save_options_data.rb +125 -65
  387. data/lib/aspose_words_cloud/models/words_api_error_response.rb +25 -31
  388. data/lib/aspose_words_cloud/models/words_api_link.rb +47 -45
  389. data/lib/aspose_words_cloud/models/words_response.rb +24 -30
  390. data/lib/aspose_words_cloud/models/xaml_fixed_save_options_data.rb +134 -69
  391. data/lib/aspose_words_cloud/models/xaml_flow_save_options_data.rb +125 -65
  392. data/lib/aspose_words_cloud/models/xml_color.rb +38 -44
  393. data/lib/aspose_words_cloud/models/xps_save_options_data.rb +130 -67
  394. data/lib/aspose_words_cloud/version.rb +26 -27
  395. metadata +211 -180
  396. data/lib/aspose_words_cloud/models/requests/AcceptAllRevisionsRequest.rb +0 -65
  397. data/lib/aspose_words_cloud/models/requests/AppendDocumentRequest.rb +0 -77
  398. data/lib/aspose_words_cloud/models/requests/ClassifyDocumentRequest.rb +0 -69
  399. data/lib/aspose_words_cloud/models/requests/ClassifyRequest.rb +0 -49
  400. data/lib/aspose_words_cloud/models/requests/CompareDocumentRequest.rb +0 -69
  401. data/lib/aspose_words_cloud/models/requests/ConvertDocumentRequest.rb +0 -65
  402. data/lib/aspose_words_cloud/models/requests/CopyFileRequest.rb +0 -61
  403. data/lib/aspose_words_cloud/models/requests/CopyFolderRequest.rb +0 -57
  404. data/lib/aspose_words_cloud/models/requests/CreateDocumentRequest.rb +0 -53
  405. data/lib/aspose_words_cloud/models/requests/CreateFolderRequest.rb +0 -49
  406. data/lib/aspose_words_cloud/models/requests/CreateOrUpdateDocumentPropertyRequest.rb +0 -81
  407. data/lib/aspose_words_cloud/models/requests/DeleteBorderRequest.rb +0 -81
  408. data/lib/aspose_words_cloud/models/requests/DeleteBordersRequest.rb +0 -77
  409. data/lib/aspose_words_cloud/models/requests/DeleteCommentRequest.rb +0 -77
  410. data/lib/aspose_words_cloud/models/requests/DeleteDocumentPropertyRequest.rb +0 -77
  411. data/lib/aspose_words_cloud/models/requests/DeleteDrawingObjectRequest.rb +0 -81
  412. data/lib/aspose_words_cloud/models/requests/DeleteDrawingObjectWithoutNodePathRequest.rb +0 -77
  413. data/lib/aspose_words_cloud/models/requests/DeleteFieldRequest.rb +0 -81
  414. data/lib/aspose_words_cloud/models/requests/DeleteFieldWithoutNodePathRequest.rb +0 -77
  415. data/lib/aspose_words_cloud/models/requests/DeleteFieldsRequest.rb +0 -77
  416. data/lib/aspose_words_cloud/models/requests/DeleteFieldsWithoutNodePathRequest.rb +0 -73
  417. data/lib/aspose_words_cloud/models/requests/DeleteFileRequest.rb +0 -53
  418. data/lib/aspose_words_cloud/models/requests/DeleteFolderRequest.rb +0 -53
  419. data/lib/aspose_words_cloud/models/requests/DeleteFootnoteRequest.rb +0 -81
  420. data/lib/aspose_words_cloud/models/requests/DeleteFootnoteWithoutNodePathRequest.rb +0 -77
  421. data/lib/aspose_words_cloud/models/requests/DeleteFormFieldRequest.rb +0 -81
  422. data/lib/aspose_words_cloud/models/requests/DeleteFormFieldWithoutNodePathRequest.rb +0 -77
  423. data/lib/aspose_words_cloud/models/requests/DeleteHeaderFooterRequest.rb +0 -81
  424. data/lib/aspose_words_cloud/models/requests/DeleteHeadersFootersRequest.rb +0 -81
  425. data/lib/aspose_words_cloud/models/requests/DeleteMacrosRequest.rb +0 -73
  426. data/lib/aspose_words_cloud/models/requests/DeleteOfficeMathObjectRequest.rb +0 -81
  427. data/lib/aspose_words_cloud/models/requests/DeleteOfficeMathObjectWithoutNodePathRequest.rb +0 -77
  428. data/lib/aspose_words_cloud/models/requests/DeleteParagraphRequest.rb +0 -81
  429. data/lib/aspose_words_cloud/models/requests/DeleteParagraphWithoutNodePathRequest.rb +0 -77
  430. data/lib/aspose_words_cloud/models/requests/DeleteRunRequest.rb +0 -81
  431. data/lib/aspose_words_cloud/models/requests/DeleteSectionRequest.rb +0 -77
  432. data/lib/aspose_words_cloud/models/requests/DeleteTableCellRequest.rb +0 -81
  433. data/lib/aspose_words_cloud/models/requests/DeleteTableRequest.rb +0 -81
  434. data/lib/aspose_words_cloud/models/requests/DeleteTableRowRequest.rb +0 -81
  435. data/lib/aspose_words_cloud/models/requests/DeleteTableWithoutNodePathRequest.rb +0 -77
  436. data/lib/aspose_words_cloud/models/requests/DeleteWatermarkRequest.rb +0 -73
  437. data/lib/aspose_words_cloud/models/requests/DownloadFileRequest.rb +0 -53
  438. data/lib/aspose_words_cloud/models/requests/ExecuteMailMergeOnlineRequest.rb +0 -61
  439. data/lib/aspose_words_cloud/models/requests/ExecuteMailMergeRequest.rb +0 -85
  440. data/lib/aspose_words_cloud/models/requests/GetAvailableFontsRequest.rb +0 -45
  441. data/lib/aspose_words_cloud/models/requests/GetBookmarkByNameRequest.rb +0 -65
  442. data/lib/aspose_words_cloud/models/requests/GetBookmarksRequest.rb +0 -61
  443. data/lib/aspose_words_cloud/models/requests/GetBorderRequest.rb +0 -69
  444. data/lib/aspose_words_cloud/models/requests/GetBordersRequest.rb +0 -65
  445. data/lib/aspose_words_cloud/models/requests/GetCommentRequest.rb +0 -65
  446. data/lib/aspose_words_cloud/models/requests/GetCommentsRequest.rb +0 -61
  447. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectByIndexRequest.rb +0 -69
  448. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectByIndexWithoutNodePathRequest.rb +0 -65
  449. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectImageDataRequest.rb +0 -69
  450. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectImageDataWithoutNodePathRequest.rb +0 -65
  451. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectOleDataRequest.rb +0 -69
  452. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectOleDataWithoutNodePathRequest.rb +0 -65
  453. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectsRequest.rb +0 -65
  454. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectsWithoutNodePathRequest.rb +0 -61
  455. data/lib/aspose_words_cloud/models/requests/GetDocumentFieldNamesOnlineRequest.rb +0 -49
  456. data/lib/aspose_words_cloud/models/requests/GetDocumentFieldNamesRequest.rb +0 -65
  457. data/lib/aspose_words_cloud/models/requests/GetDocumentHyperlinkByIndexRequest.rb +0 -65
  458. data/lib/aspose_words_cloud/models/requests/GetDocumentHyperlinksRequest.rb +0 -61
  459. data/lib/aspose_words_cloud/models/requests/GetDocumentPropertiesRequest.rb +0 -61
  460. data/lib/aspose_words_cloud/models/requests/GetDocumentPropertyRequest.rb +0 -65
  461. data/lib/aspose_words_cloud/models/requests/GetDocumentProtectionRequest.rb +0 -61
  462. data/lib/aspose_words_cloud/models/requests/GetDocumentRequest.rb +0 -61
  463. data/lib/aspose_words_cloud/models/requests/GetDocumentStatisticsRequest.rb +0 -73
  464. data/lib/aspose_words_cloud/models/requests/GetDocumentWithFormatRequest.rb +0 -73
  465. data/lib/aspose_words_cloud/models/requests/GetFieldRequest.rb +0 -69
  466. data/lib/aspose_words_cloud/models/requests/GetFieldWithoutNodePathRequest.rb +0 -65
  467. data/lib/aspose_words_cloud/models/requests/GetFieldsRequest.rb +0 -65
  468. data/lib/aspose_words_cloud/models/requests/GetFieldsWithoutNodePathRequest.rb +0 -61
  469. data/lib/aspose_words_cloud/models/requests/GetFilesListRequest.rb +0 -49
  470. data/lib/aspose_words_cloud/models/requests/GetFootnoteRequest.rb +0 -69
  471. data/lib/aspose_words_cloud/models/requests/GetFootnoteWithoutNodePathRequest.rb +0 -65
  472. data/lib/aspose_words_cloud/models/requests/GetFootnotesRequest.rb +0 -65
  473. data/lib/aspose_words_cloud/models/requests/GetFootnotesWithoutNodePathRequest.rb +0 -61
  474. data/lib/aspose_words_cloud/models/requests/GetFormFieldRequest.rb +0 -69
  475. data/lib/aspose_words_cloud/models/requests/GetFormFieldWithoutNodePathRequest.rb +0 -65
  476. data/lib/aspose_words_cloud/models/requests/GetFormFieldsRequest.rb +0 -65
  477. data/lib/aspose_words_cloud/models/requests/GetFormFieldsWithoutNodePathRequest.rb +0 -61
  478. data/lib/aspose_words_cloud/models/requests/GetHeaderFooterOfSectionRequest.rb +0 -73
  479. data/lib/aspose_words_cloud/models/requests/GetHeaderFooterRequest.rb +0 -69
  480. data/lib/aspose_words_cloud/models/requests/GetHeaderFootersRequest.rb +0 -69
  481. data/lib/aspose_words_cloud/models/requests/GetOfficeMathObjectRequest.rb +0 -69
  482. data/lib/aspose_words_cloud/models/requests/GetOfficeMathObjectWithoutNodePathRequest.rb +0 -65
  483. data/lib/aspose_words_cloud/models/requests/GetOfficeMathObjectsRequest.rb +0 -65
  484. data/lib/aspose_words_cloud/models/requests/GetOfficeMathObjectsWithoutNodePathRequest.rb +0 -61
  485. data/lib/aspose_words_cloud/models/requests/GetParagraphFormatRequest.rb +0 -69
  486. data/lib/aspose_words_cloud/models/requests/GetParagraphFormatWithoutNodePathRequest.rb +0 -65
  487. data/lib/aspose_words_cloud/models/requests/GetParagraphRequest.rb +0 -69
  488. data/lib/aspose_words_cloud/models/requests/GetParagraphWithoutNodePathRequest.rb +0 -65
  489. data/lib/aspose_words_cloud/models/requests/GetParagraphsRequest.rb +0 -65
  490. data/lib/aspose_words_cloud/models/requests/GetParagraphsWithoutNodePathRequest.rb +0 -61
  491. data/lib/aspose_words_cloud/models/requests/GetRangeTextRequest.rb +0 -69
  492. data/lib/aspose_words_cloud/models/requests/GetRunFontRequest.rb +0 -69
  493. data/lib/aspose_words_cloud/models/requests/GetRunRequest.rb +0 -69
  494. data/lib/aspose_words_cloud/models/requests/GetRunsRequest.rb +0 -65
  495. data/lib/aspose_words_cloud/models/requests/GetSectionPageSetupRequest.rb +0 -65
  496. data/lib/aspose_words_cloud/models/requests/GetSectionRequest.rb +0 -65
  497. data/lib/aspose_words_cloud/models/requests/GetSectionsRequest.rb +0 -61
  498. data/lib/aspose_words_cloud/models/requests/GetTableCellFormatRequest.rb +0 -69
  499. data/lib/aspose_words_cloud/models/requests/GetTableCellRequest.rb +0 -69
  500. data/lib/aspose_words_cloud/models/requests/GetTablePropertiesRequest.rb +0 -69
  501. data/lib/aspose_words_cloud/models/requests/GetTablePropertiesWithoutNodePathRequest.rb +0 -65
  502. data/lib/aspose_words_cloud/models/requests/GetTableRequest.rb +0 -69
  503. data/lib/aspose_words_cloud/models/requests/GetTableRowFormatRequest.rb +0 -69
  504. data/lib/aspose_words_cloud/models/requests/GetTableRowRequest.rb +0 -69
  505. data/lib/aspose_words_cloud/models/requests/GetTableWithoutNodePathRequest.rb +0 -65
  506. data/lib/aspose_words_cloud/models/requests/GetTablesRequest.rb +0 -65
  507. data/lib/aspose_words_cloud/models/requests/GetTablesWithoutNodePathRequest.rb +0 -61
  508. data/lib/aspose_words_cloud/models/requests/InsertCommentRequest.rb +0 -77
  509. data/lib/aspose_words_cloud/models/requests/InsertDrawingObjectRequest.rb +0 -85
  510. data/lib/aspose_words_cloud/models/requests/InsertDrawingObjectWithoutNodePathRequest.rb +0 -81
  511. data/lib/aspose_words_cloud/models/requests/InsertFieldRequest.rb +0 -85
  512. data/lib/aspose_words_cloud/models/requests/InsertFieldWithoutNodePathRequest.rb +0 -81
  513. data/lib/aspose_words_cloud/models/requests/InsertFootnoteRequest.rb +0 -81
  514. data/lib/aspose_words_cloud/models/requests/InsertFootnoteWithoutNodePathRequest.rb +0 -77
  515. data/lib/aspose_words_cloud/models/requests/InsertFormFieldRequest.rb +0 -85
  516. data/lib/aspose_words_cloud/models/requests/InsertFormFieldWithoutNodePathRequest.rb +0 -81
  517. data/lib/aspose_words_cloud/models/requests/InsertHeaderFooterRequest.rb +0 -81
  518. data/lib/aspose_words_cloud/models/requests/InsertPageNumbersRequest.rb +0 -77
  519. data/lib/aspose_words_cloud/models/requests/InsertParagraphRequest.rb +0 -85
  520. data/lib/aspose_words_cloud/models/requests/InsertRunRequest.rb +0 -85
  521. data/lib/aspose_words_cloud/models/requests/InsertTableCellRequest.rb +0 -81
  522. data/lib/aspose_words_cloud/models/requests/InsertTableRequest.rb +0 -81
  523. data/lib/aspose_words_cloud/models/requests/InsertTableRowRequest.rb +0 -81
  524. data/lib/aspose_words_cloud/models/requests/InsertTableWithoutNodePathRequest.rb +0 -77
  525. data/lib/aspose_words_cloud/models/requests/InsertWatermarkImageRequest.rb +0 -85
  526. data/lib/aspose_words_cloud/models/requests/InsertWatermarkTextRequest.rb +0 -77
  527. data/lib/aspose_words_cloud/models/requests/LoadWebDocumentRequest.rb +0 -49
  528. data/lib/aspose_words_cloud/models/requests/MoveFileRequest.rb +0 -61
  529. data/lib/aspose_words_cloud/models/requests/MoveFolderRequest.rb +0 -57
  530. data/lib/aspose_words_cloud/models/requests/ProtectDocumentRequest.rb +0 -69
  531. data/lib/aspose_words_cloud/models/requests/RejectAllRevisionsRequest.rb +0 -65
  532. data/lib/aspose_words_cloud/models/requests/RemoveRangeRequest.rb +0 -73
  533. data/lib/aspose_words_cloud/models/requests/RenderDrawingObjectRequest.rb +0 -77
  534. data/lib/aspose_words_cloud/models/requests/RenderDrawingObjectWithoutNodePathRequest.rb +0 -73
  535. data/lib/aspose_words_cloud/models/requests/RenderMathObjectRequest.rb +0 -77
  536. data/lib/aspose_words_cloud/models/requests/RenderMathObjectWithoutNodePathRequest.rb +0 -73
  537. data/lib/aspose_words_cloud/models/requests/RenderPageRequest.rb +0 -73
  538. data/lib/aspose_words_cloud/models/requests/RenderParagraphRequest.rb +0 -77
  539. data/lib/aspose_words_cloud/models/requests/RenderParagraphWithoutNodePathRequest.rb +0 -73
  540. data/lib/aspose_words_cloud/models/requests/RenderTableRequest.rb +0 -77
  541. data/lib/aspose_words_cloud/models/requests/RenderTableWithoutNodePathRequest.rb +0 -73
  542. data/lib/aspose_words_cloud/models/requests/ReplaceTextRequest.rb +0 -77
  543. data/lib/aspose_words_cloud/models/requests/ReplaceWithTextRequest.rb +0 -77
  544. data/lib/aspose_words_cloud/models/requests/ResetCacheRequest.rb +0 -36
  545. data/lib/aspose_words_cloud/models/requests/SaveAsRangeRequest.rb +0 -73
  546. data/lib/aspose_words_cloud/models/requests/SaveAsRequest.rb +0 -69
  547. data/lib/aspose_words_cloud/models/requests/SaveAsTiffRequest.rb +0 -137
  548. data/lib/aspose_words_cloud/models/requests/SearchRequest.rb +0 -65
  549. data/lib/aspose_words_cloud/models/requests/SplitDocumentRequest.rb +0 -85
  550. data/lib/aspose_words_cloud/models/requests/UnprotectDocumentRequest.rb +0 -69
  551. data/lib/aspose_words_cloud/models/requests/UpdateBookmarkRequest.rb +0 -81
  552. data/lib/aspose_words_cloud/models/requests/UpdateBorderRequest.rb +0 -85
  553. data/lib/aspose_words_cloud/models/requests/UpdateCommentRequest.rb +0 -81
  554. data/lib/aspose_words_cloud/models/requests/UpdateDrawingObjectRequest.rb +0 -89
  555. data/lib/aspose_words_cloud/models/requests/UpdateDrawingObjectWithoutNodePathRequest.rb +0 -85
  556. data/lib/aspose_words_cloud/models/requests/UpdateFieldRequest.rb +0 -85
  557. data/lib/aspose_words_cloud/models/requests/UpdateFieldsRequest.rb +0 -65
  558. data/lib/aspose_words_cloud/models/requests/UpdateFootnoteRequest.rb +0 -85
  559. data/lib/aspose_words_cloud/models/requests/UpdateFootnoteWithoutNodePathRequest.rb +0 -81
  560. data/lib/aspose_words_cloud/models/requests/UpdateFormFieldRequest.rb +0 -85
  561. data/lib/aspose_words_cloud/models/requests/UpdateFormFieldWithoutNodePathRequest.rb +0 -81
  562. data/lib/aspose_words_cloud/models/requests/UpdateParagraphFormatRequest.rb +0 -85
  563. data/lib/aspose_words_cloud/models/requests/UpdateRunFontRequest.rb +0 -85
  564. data/lib/aspose_words_cloud/models/requests/UpdateRunRequest.rb +0 -85
  565. data/lib/aspose_words_cloud/models/requests/UpdateSectionPageSetupRequest.rb +0 -81
  566. data/lib/aspose_words_cloud/models/requests/UpdateTableCellFormatRequest.rb +0 -85
  567. data/lib/aspose_words_cloud/models/requests/UpdateTablePropertiesRequest.rb +0 -85
  568. data/lib/aspose_words_cloud/models/requests/UpdateTablePropertiesWithoutNodePathRequest.rb +0 -81
  569. data/lib/aspose_words_cloud/models/requests/UpdateTableRowFormatRequest.rb +0 -85
  570. data/lib/aspose_words_cloud/models/requests/UploadFileRequest.rb +0 -53
@@ -1,117 +1,127 @@
1
+ # ------------------------------------------------------------------------------------
2
+ # <copyright company="Aspose" file="paragraph_format.rb">
3
+ # Copyright (c) 2020 Aspose.Words for Cloud
4
+ # </copyright>
5
+ # <summary>
6
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ # of this software and associated documentation files (the "Software"), to deal
8
+ # in the Software without restriction, including without limitation the rights
9
+ # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ # copies of the Software, and to permit persons to whom the Software is
11
+ # furnished to do so, subject to the following conditions:
12
+ #
13
+ # The above copyright notice and this permission notice shall be included in all
14
+ # copies or substantial portions of the Software.
15
+ #
16
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
+ # SOFTWARE.
23
+ # </summary>
24
+ # ------------------------------------------------------------------------------------
1
25
 
2
26
  require 'date'
3
27
 
4
28
  module AsposeWordsCloud
5
- #
6
- # --------------------------------------------------------------------------------------------------------------------
7
- # <copyright company="Aspose" file="ParagraphFormat.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
- # Paragraph format element.
29
+
30
+ # Paragraph format element.
33
31
  class ParagraphFormat
34
32
  # Gets or sets link to the document.
35
33
  attr_accessor :link
36
34
 
37
- # Gets or sets a flag indicating whether inter-character spacing is automatically adjusted between regions of Latin text and regions of East Asian text in the current paragraph.
35
+ # Gets or sets a flag indicating whether inter-character spacing is automatically adjusted between regions
36
+ # of Latin text and regions of East Asian text in the current paragraph.
38
37
  attr_accessor :add_space_between_far_east_and_alpha
39
38
 
40
- # Gets or sets a flag indicating whether inter-character spacing is automatically adjusted between regions of numbers and regions of East Asian text in the current paragraph.
39
+ # Gets or sets a flag indicating whether inter-character spacing is automatically adjusted between regions
40
+ # of numbers and regions of East Asian text in the current paragraph.
41
41
  attr_accessor :add_space_between_far_east_and_digit
42
42
 
43
- # Gets or sets text alignment for the paragraph.
43
+ # Gets or sets text alignment for the paragraph.
44
44
  attr_accessor :alignment
45
45
 
46
- # Gets or sets whether this is a right-to-left paragraph.
46
+ # Gets or sets whether this is a right-to-left paragraph.
47
47
  attr_accessor :bidi
48
48
 
49
- # Gets or sets the position for a drop cap text.
49
+ # Gets or sets the position for a drop cap text.
50
50
  attr_accessor :drop_cap_position
51
51
 
52
- # Gets or sets the value (in points) for a first line or hanging indent. Use a positive value to set a first-line indent, and use a negative value to set a hanging indent.
52
+ # Gets or sets the value (in points) for a first line or hanging indent.
53
+ # Use a positive value to set a first-line indent, and use a negative value to set a hanging indent.
53
54
  attr_accessor :first_line_indent
54
55
 
55
- # Gets or sets True when the paragraph is an item in a bulleted or numbered list.
56
- attr_accessor :is_list_item
57
-
58
- # Gets or sets true if all lines in the paragraph are to remain on the same page.
56
+ # Gets or sets true if all lines in the paragraph are to remain on the same page.
59
57
  attr_accessor :keep_together
60
58
 
61
- # Gets or sets true if the paragraph is to remains on the same page as the paragraph that follows it.
59
+ # Gets or sets true if the paragraph is to remains on the same page as the paragraph that follows it.
62
60
  attr_accessor :keep_with_next
63
61
 
64
- # Gets or sets the value (in points) that represents the left indent for paragraph.
62
+ # Gets or sets the value (in points) that represents the left indent for paragraph.
65
63
  attr_accessor :left_indent
66
64
 
67
- # Gets or sets the line spacing (in points) for the paragraph.
65
+ # Gets or sets the line spacing (in points) for the paragraph.
68
66
  attr_accessor :line_spacing
69
67
 
70
- # Gets or sets the line spacing for the paragraph.
68
+ # Gets or sets the line spacing for the paragraph.
71
69
  attr_accessor :line_spacing_rule
72
70
 
73
- # Gets or sets the number of lines of the paragraph text used to calculate the drop cap height.
71
+ # Gets or sets the number of lines of the paragraph text used to calculate the drop cap height.
74
72
  attr_accessor :lines_to_drop
75
73
 
76
- # Gets or sets when true, and will be ignored between the paragraphs of the same style.
74
+ # Gets or sets when true, SpaceBefore and SpaceAfter will be ignored
75
+ # between the paragraphs of the same style.
77
76
  attr_accessor :no_space_between_paragraphs_of_same_style
78
77
 
79
- # Gets or sets specifies the outline level of the paragraph in the document.
78
+ # Gets or sets specifies the outline level of the paragraph in the document.
80
79
  attr_accessor :outline_level
81
80
 
82
- # Gets or sets true if a page break is forced before the paragraph.
81
+ # Gets or sets true if a page break is forced before the paragraph.
83
82
  attr_accessor :page_break_before
84
83
 
85
- # Gets or sets the value (in points) that represents the right indent for paragraph.
84
+ # Gets or sets the value (in points) that represents the right indent for paragraph.
86
85
  attr_accessor :right_indent
87
86
 
88
- # Gets or sets the amount of spacing (in points) after the paragraph.
87
+ # Gets or sets a Shading object that refers to the shading formatting for the paragraph.
88
+ attr_accessor :shading
89
+
90
+ # Gets or sets the amount of spacing (in points) after the paragraph.
89
91
  attr_accessor :space_after
90
92
 
91
- # Gets or sets true if the amount of spacing after the paragraph is set automatically.
93
+ # Gets or sets true if the amount of spacing after the paragraph is set automatically.
92
94
  attr_accessor :space_after_auto
93
95
 
94
- # Gets or sets the amount of spacing (in points) before the paragraph.
96
+ # Gets or sets the amount of spacing (in points) before the paragraph.
95
97
  attr_accessor :space_before
96
98
 
97
- # Gets or sets true if the amount of spacing before the paragraph is set automatically.
99
+ # Gets or sets true if the amount of spacing before the paragraph is set automatically.
98
100
  attr_accessor :space_before_auto
99
101
 
100
- # Gets or sets the locale independent style identifier of the paragraph style applied to this formatting.
102
+ # Gets or sets the locale independent style identifier of the paragraph style applied to this formatting.
101
103
  attr_accessor :style_identifier
102
104
 
103
- # Gets or sets the name of the paragraph style applied to this formatting.
105
+ # Gets or sets the name of the paragraph style applied to this formatting.
104
106
  attr_accessor :style_name
105
107
 
106
- # Gets or sets specifies whether the current paragraph should be exempted from any hyphenation which is applied in the document settings.
108
+ # Gets or sets specifies whether the current paragraph should be exempted from any hyphenation which
109
+ # is applied in the document settings.
107
110
  attr_accessor :suppress_auto_hyphens
108
111
 
109
- # Gets or sets specifies whether the current paragraph's lines should be exempted from line numbering which is applied in the parent section.
112
+ # Gets or sets specifies whether the current paragraph's lines should be exempted from line numbering
113
+ # which is applied in the parent section.
110
114
  attr_accessor :suppress_line_numbers
111
115
 
112
- # Gets or sets true if the first and last lines in the paragraph are to remain on the same page as the rest of the paragraph.
116
+ # Gets or sets true if the first and last lines in the paragraph are to remain on the same page as the rest of the paragraph.
113
117
  attr_accessor :widow_control
114
118
 
119
+ # Gets or sets True when the paragraph style is one of the built-in Heading styles.
120
+ attr_accessor :is_heading
121
+
122
+ # Gets or sets True when the paragraph is an item in a bulleted or numbered list.
123
+ attr_accessor :is_list_item
124
+
115
125
  class EnumAttributeValidator
116
126
  attr_reader :datatype
117
127
  attr_reader :allowable_values
@@ -137,14 +147,13 @@ module AsposeWordsCloud
137
147
  # Attribute mapping from ruby-style variable name to JSON key.
138
148
  def self.attribute_map
139
149
  {
140
- :'link' => :'link',
150
+ :'link' => :'Link',
141
151
  :'add_space_between_far_east_and_alpha' => :'AddSpaceBetweenFarEastAndAlpha',
142
152
  :'add_space_between_far_east_and_digit' => :'AddSpaceBetweenFarEastAndDigit',
143
153
  :'alignment' => :'Alignment',
144
154
  :'bidi' => :'Bidi',
145
155
  :'drop_cap_position' => :'DropCapPosition',
146
156
  :'first_line_indent' => :'FirstLineIndent',
147
- :'is_list_item' => :'IsListItem',
148
157
  :'keep_together' => :'KeepTogether',
149
158
  :'keep_with_next' => :'KeepWithNext',
150
159
  :'left_indent' => :'LeftIndent',
@@ -155,6 +164,7 @@ module AsposeWordsCloud
155
164
  :'outline_level' => :'OutlineLevel',
156
165
  :'page_break_before' => :'PageBreakBefore',
157
166
  :'right_indent' => :'RightIndent',
167
+ :'shading' => :'Shading',
158
168
  :'space_after' => :'SpaceAfter',
159
169
  :'space_after_auto' => :'SpaceAfterAuto',
160
170
  :'space_before' => :'SpaceBefore',
@@ -163,7 +173,9 @@ module AsposeWordsCloud
163
173
  :'style_name' => :'StyleName',
164
174
  :'suppress_auto_hyphens' => :'SuppressAutoHyphens',
165
175
  :'suppress_line_numbers' => :'SuppressLineNumbers',
166
- :'widow_control' => :'WidowControl'
176
+ :'widow_control' => :'WidowControl',
177
+ :'is_heading' => :'IsHeading',
178
+ :'is_list_item' => :'IsListItem'
167
179
  }
168
180
  end
169
181
 
@@ -177,7 +189,6 @@ module AsposeWordsCloud
177
189
  :'bidi' => :'BOOLEAN',
178
190
  :'drop_cap_position' => :'String',
179
191
  :'first_line_indent' => :'Float',
180
- :'is_list_item' => :'BOOLEAN',
181
192
  :'keep_together' => :'BOOLEAN',
182
193
  :'keep_with_next' => :'BOOLEAN',
183
194
  :'left_indent' => :'Float',
@@ -188,6 +199,7 @@ module AsposeWordsCloud
188
199
  :'outline_level' => :'String',
189
200
  :'page_break_before' => :'BOOLEAN',
190
201
  :'right_indent' => :'Float',
202
+ :'shading' => :'Shading',
191
203
  :'space_after' => :'Float',
192
204
  :'space_after_auto' => :'BOOLEAN',
193
205
  :'space_before' => :'Float',
@@ -196,7 +208,9 @@ module AsposeWordsCloud
196
208
  :'style_name' => :'String',
197
209
  :'suppress_auto_hyphens' => :'BOOLEAN',
198
210
  :'suppress_line_numbers' => :'BOOLEAN',
199
- :'widow_control' => :'BOOLEAN'
211
+ :'widow_control' => :'BOOLEAN',
212
+ :'is_heading' => :'BOOLEAN',
213
+ :'is_list_item' => :'BOOLEAN'
200
214
  }
201
215
  end
202
216
 
@@ -208,8 +222,8 @@ module AsposeWordsCloud
208
222
  # convert string to symbol for hash key
209
223
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
210
224
 
211
- if attributes.key?(:'link')
212
- self.link = attributes[:'link']
225
+ if attributes.key?(:'Link')
226
+ self.link = attributes[:'Link']
213
227
  end
214
228
 
215
229
  if attributes.key?(:'AddSpaceBetweenFarEastAndAlpha')
@@ -236,10 +250,6 @@ module AsposeWordsCloud
236
250
  self.first_line_indent = attributes[:'FirstLineIndent']
237
251
  end
238
252
 
239
- if attributes.key?(:'IsListItem')
240
- self.is_list_item = attributes[:'IsListItem']
241
- end
242
-
243
253
  if attributes.key?(:'KeepTogether')
244
254
  self.keep_together = attributes[:'KeepTogether']
245
255
  end
@@ -280,6 +290,10 @@ module AsposeWordsCloud
280
290
  self.right_indent = attributes[:'RightIndent']
281
291
  end
282
292
 
293
+ if attributes.key?(:'Shading')
294
+ self.shading = attributes[:'Shading']
295
+ end
296
+
283
297
  if attributes.key?(:'SpaceAfter')
284
298
  self.space_after = attributes[:'SpaceAfter']
285
299
  end
@@ -316,6 +330,13 @@ module AsposeWordsCloud
316
330
  self.widow_control = attributes[:'WidowControl']
317
331
  end
318
332
 
333
+ if attributes.key?(:'IsHeading')
334
+ self.is_heading = attributes[:'IsHeading']
335
+ end
336
+
337
+ if attributes.key?(:'IsListItem')
338
+ self.is_list_item = attributes[:'IsListItem']
339
+ end
319
340
  end
320
341
 
321
342
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -338,6 +359,7 @@ module AsposeWordsCloud
338
359
  return false unless outline_level_validator.valid?(@outline_level)
339
360
  style_identifier_validator = EnumAttributeValidator.new('String', ["Normal", "Heading1", "Heading2", "Heading3", "Heading4", "Heading5", "Heading6", "Heading7", "Heading8", "Heading9", "Index1", "Index2", "Index3", "Index4", "Index5", "Index6", "Index7", "Index8", "Index9", "Toc1", "Toc2", "Toc3", "Toc4", "Toc5", "Toc6", "Toc7", "Toc8", "Toc9", "NormalIndent", "FootnoteText", "CommentText", "Header", "Footer", "IndexHeading", "Caption", "TableOfFigures", "EnvelopeAddress", "EnvelopeReturn", "FootnoteReference", "CommentReference", "LineNumber", "PageNumber", "EndnoteReference", "EndnoteText", "TableOfAuthorities", "Macro", "ToaHeading", "List", "ListBullet", "ListNumber", "List2", "List3", "List4", "List5", "ListBullet2", "ListBullet3", "ListBullet4", "ListBullet5", "ListNumber2", "ListNumber3", "ListNumber4", "ListNumber5", "Title", "Closing", "Signature", "DefaultParagraphFont", "BodyText", "BodyTextInd", "ListContinue", "ListContinue2", "ListContinue3", "ListContinue4", "ListContinue5", "MessageHeader", "Subtitle", "Salutation", "Date", "BodyText1I", "BodyText1I2", "NoteHeading", "BodyText2", "BodyText3", "BodyTextInd2", "BodyTextInd3", "BlockText", "Hyperlink", "FollowedHyperlink", "Strong", "Emphasis", "DocumentMap", "PlainText", "EmailSignature", "HtmlTopOfForm", "HtmlBottomOfForm", "NormalWeb", "HtmlAcronym", "HtmlAddress", "HtmlCite", "HtmlCode", "HtmlDefinition", "HtmlKeyboard", "HtmlPreformatted", "HtmlSample", "HtmlTypewriter", "HtmlVariable", "TableNormal", "CommentSubject", "NoList", "OutlineList1", "OutlineList2", "OutlineList3", "TableSimple1", "TableSimple2", "TableSimple3", "TableClassic1", "TableClassic2", "TableClassic3", "TableClassic4", "TableColorful1", "TableColorful2", "TableColorful3", "TableColumns1", "TableColumns2", "TableColumns3", "TableColumns4", "TableColumns5", "TableGrid1", "TableGrid2", "TableGrid3", "TableGrid4", "TableGrid5", "TableGrid6", "TableGrid7", "TableGrid8", "TableList1", "TableList2", "TableList3", "TableList4", "TableList5", "TableList6", "TableList7", "TableList8", "Table3DEffects1", "Table3DEffects2", "Table3DEffects3", "TableContemporary", "TableElegant", "TableProfessional", "TableSubtle1", "TableSubtle2", "TableWeb1", "TableWeb2", "TableWeb3", "BalloonText", "TableGrid", "TableTheme", "PlaceholderText", "NoSpacing", "LightShading", "LightList", "LightGrid", "MediumShading1", "MediumShading2", "MediumList1", "MediumList2", "MediumGrid1", "MediumGrid2", "MediumGrid3", "DarkList", "ColorfulShading", "ColorfulList", "ColorfulGrid", "LightShadingAccent1", "LightListAccent1", "LightGridAccent1", "MediumShading1Accent1", "MediumShading2Accent1", "MediumList1Accent1", "Revision", "ListParagraph", "Quote", "IntenseQuote", "MediumList2Accent1", "MediumGrid1Accent1", "MediumGrid2Accent1", "MediumGrid3Accent1", "DarkListAccent1", "ColorfulShadingAccent1", "ColorfulListAccent1", "ColorfulGridAccent1", "LightShadingAccent2", "LightListAccent2", "LightGridAccent2", "MediumShading1Accent2", "MediumShading2Accent2", "MediumList1Accent2", "MediumList2Accent2", "MediumGrid1Accent2", "MediumGrid2Accent2", "MediumGrid3Accent2", "DarkListAccent2", "ColorfulShadingAccent2", "ColorfulListAccent2", "ColorfulGridAccent2", "LightShadingAccent3", "LightListAccent3", "LightGridAccent3", "MediumShading1Accent3", "MediumShading2Accent3", "MediumList1Accent3", "MediumList2Accent3", "MediumGrid1Accent3", "MediumGrid2Accent3", "MediumGrid3Accent3", "DarkListAccent3", "ColorfulShadingAccent3", "ColorfulListAccent3", "ColorfulGridAccent3", "LightShadingAccent4", "LightListAccent4", "LightGridAccent4", "MediumShading1Accent4", "MediumShading2Accent4", "MediumList1Accent4", "MediumList2Accent4", "MediumGrid1Accent4", "MediumGrid2Accent4", "MediumGrid3Accent4", "DarkListAccent4", "ColorfulShadingAccent4", "ColorfulListAccent4", "ColorfulGridAccent4", "LightShadingAccent5", "LightListAccent5", "LightGridAccent5", "MediumShading1Accent5", "MediumShading2Accent5", "MediumList1Accent5", "MediumList2Accent5", "MediumGrid1Accent5", "MediumGrid2Accent5", "MediumGrid3Accent5", "DarkListAccent5", "ColorfulShadingAccent5", "ColorfulListAccent5", "ColorfulGridAccent5", "LightShadingAccent6", "LightListAccent6", "LightGridAccent6", "MediumShading1Accent6", "MediumShading2Accent6", "MediumList1Accent6", "MediumList2Accent6", "MediumGrid1Accent6", "MediumGrid2Accent6", "MediumGrid3Accent6", "DarkListAccent6", "ColorfulShadingAccent6", "ColorfulListAccent6", "ColorfulGridAccent6", "SubtleEmphasis", "IntenseEmphasis", "SubtleReference", "IntenseReference", "BookTitle", "Bibliography", "TocHeading", "PlainTable1", "PlainTable2", "PlainTable3", "PlainTable4", "PlainTable5", "TableGridLight", "GridTable1Light", "GridTable2", "GridTable3", "GridTable4", "GridTable5Dark", "GridTable6Colorful", "GridTable7Colorful", "GridTable1LightAccent1", "GridTable2Accent1", "GridTable3Accent1", "GridTable4Accent1", "GridTable5DarkAccent1", "GridTable6ColorfulAccent1", "GridTable7ColorfulAccent1", "GridTable1LightAccent2", "GridTable2Accent2", "GridTable3Accent2", "GridTable4Accent2", "GridTable5DarkAccent2", "GridTable6ColorfulAccent2", "GridTable7ColorfulAccent2", "GridTable1LightAccent3", "GridTable2Accent3", "GridTable3Accent3", "GridTable4Accent3", "GridTable5DarkAccent3", "GridTable6ColorfulAccent3", "GridTable7ColorfulAccent3", "GridTable1LightAccent4", "GridTable2Accent4", "GridTable3Accent4", "GridTable4Accent4", "GridTable5DarkAccent4", "GridTable6ColorfulAccent4", "GridTable7ColorfulAccent4", "GridTable1LightAccent5", "GridTable2Accent5", "GridTable3Accent5", "GridTable4Accent5", "GridTable5DarkAccent5", "GridTable6ColorfulAccent5", "GridTable7ColorfulAccent5", "GridTable1LightAccent6", "GridTable2Accent6", "GridTable3Accent6", "GridTable4Accent6", "GridTable5DarkAccent6", "GridTable6ColorfulAccent6", "GridTable7ColorfulAccent6", "ListTable1Light", "ListTable2", "ListTable3", "ListTable4", "ListTable5Dark", "ListTable6Colorful", "ListTable7Colorful", "ListTable1LightAccent1", "ListTable2Accent1", "ListTable3Accent1", "ListTable4Accent1", "ListTable5DarkAccent1", "ListTable6ColorfulAccent1", "ListTable7ColorfulAccent1", "ListTable1LightAccent2", "ListTable2Accent2", "ListTable3Accent2", "ListTable4Accent2", "ListTable5DarkAccent2", "ListTable6ColorfulAccent2", "ListTable7ColorfulAccent2", "ListTable1LightAccent3", "ListTable2Accent3", "ListTable3Accent3", "ListTable4Accent3", "ListTable5DarkAccent3", "ListTable6ColorfulAccent3", "ListTable7ColorfulAccent3", "ListTable1LightAccent4", "ListTable2Accent4", "ListTable3Accent4", "ListTable4Accent4", "ListTable5DarkAccent4", "ListTable6ColorfulAccent4", "ListTable7ColorfulAccent4", "ListTable1LightAccent5", "ListTable2Accent5", "ListTable3Accent5", "ListTable4Accent5", "ListTable5DarkAccent5", "ListTable6ColorfulAccent5", "ListTable7ColorfulAccent5", "ListTable1LightAccent6", "ListTable2Accent6", "ListTable3Accent6", "ListTable4Accent6", "ListTable5DarkAccent6", "ListTable6ColorfulAccent6", "ListTable7ColorfulAccent6", "User", "Nil"])
340
361
  return false unless style_identifier_validator.valid?(@style_identifier)
362
+
341
363
  return true
342
364
  end
343
365
 
@@ -411,6 +433,7 @@ module AsposeWordsCloud
411
433
  end
412
434
  end
413
435
 
436
+
414
437
  # Checks equality by comparing each attribute.
415
438
  # @param [Object] Object to be compared
416
439
  def ==(other)
@@ -423,7 +446,6 @@ module AsposeWordsCloud
423
446
  bidi == other.bidi &&
424
447
  drop_cap_position == other.drop_cap_position &&
425
448
  first_line_indent == other.first_line_indent &&
426
- is_list_item == other.is_list_item &&
427
449
  keep_together == other.keep_together &&
428
450
  keep_with_next == other.keep_with_next &&
429
451
  left_indent == other.left_indent &&
@@ -434,6 +456,7 @@ module AsposeWordsCloud
434
456
  outline_level == other.outline_level &&
435
457
  page_break_before == other.page_break_before &&
436
458
  right_indent == other.right_indent &&
459
+ shading == other.shading &&
437
460
  space_after == other.space_after &&
438
461
  space_after_auto == other.space_after_auto &&
439
462
  space_before == other.space_before &&
@@ -442,7 +465,9 @@ module AsposeWordsCloud
442
465
  style_name == other.style_name &&
443
466
  suppress_auto_hyphens == other.suppress_auto_hyphens &&
444
467
  suppress_line_numbers == other.suppress_line_numbers &&
445
- widow_control == other.widow_control
468
+ widow_control == other.widow_control &&
469
+ is_heading == other.is_heading &&
470
+ is_list_item == other.is_list_item
446
471
  end
447
472
 
448
473
  # @see the `==` method
@@ -454,7 +479,7 @@ module AsposeWordsCloud
454
479
  # Calculates hash code according to all attributes.
455
480
  # @return [Fixnum] Hash code
456
481
  def hash
457
- [link, add_space_between_far_east_and_alpha, add_space_between_far_east_and_digit, alignment, bidi, drop_cap_position, first_line_indent, is_list_item, keep_together, keep_with_next, left_indent, line_spacing, line_spacing_rule, lines_to_drop, no_space_between_paragraphs_of_same_style, outline_level, page_break_before, right_indent, space_after, space_after_auto, space_before, space_before_auto, style_identifier, style_name, suppress_auto_hyphens, suppress_line_numbers, widow_control].hash
482
+ [link, add_space_between_far_east_and_alpha, add_space_between_far_east_and_digit, alignment, bidi, drop_cap_position, first_line_indent, keep_together, keep_with_next, left_indent, line_spacing, line_spacing_rule, lines_to_drop, no_space_between_paragraphs_of_same_style, outline_level, page_break_before, right_indent, shading, space_after, space_after_auto, space_before, space_before_auto, style_identifier, style_name, suppress_auto_hyphens, suppress_line_numbers, widow_control, is_heading, is_list_item].hash
458
483
  end
459
484
 
460
485
  # Builds the object from hash
@@ -564,5 +589,4 @@ module AsposeWordsCloud
564
589
  end
565
590
 
566
591
  end
567
-
568
592
  end
@@ -0,0 +1,572 @@
1
+ # ------------------------------------------------------------------------------------
2
+ # <copyright company="Aspose" file="paragraph_format_base.rb">
3
+ # Copyright (c) 2020 Aspose.Words for Cloud
4
+ # </copyright>
5
+ # <summary>
6
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ # of this software and associated documentation files (the "Software"), to deal
8
+ # in the Software without restriction, including without limitation the rights
9
+ # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ # copies of the Software, and to permit persons to whom the Software is
11
+ # furnished to do so, subject to the following conditions:
12
+ #
13
+ # The above copyright notice and this permission notice shall be included in all
14
+ # copies or substantial portions of the Software.
15
+ #
16
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
+ # SOFTWARE.
23
+ # </summary>
24
+ # ------------------------------------------------------------------------------------
25
+
26
+ require 'date'
27
+
28
+ module AsposeWordsCloud
29
+
30
+ # Paragraph format element base class.
31
+ class ParagraphFormatBase
32
+ # Gets or sets link to the document.
33
+ attr_accessor :link
34
+
35
+ # Gets or sets a flag indicating whether inter-character spacing is automatically adjusted between regions
36
+ # of Latin text and regions of East Asian text in the current paragraph.
37
+ attr_accessor :add_space_between_far_east_and_alpha
38
+
39
+ # Gets or sets a flag indicating whether inter-character spacing is automatically adjusted between regions
40
+ # of numbers and regions of East Asian text in the current paragraph.
41
+ attr_accessor :add_space_between_far_east_and_digit
42
+
43
+ # Gets or sets text alignment for the paragraph.
44
+ attr_accessor :alignment
45
+
46
+ # Gets or sets whether this is a right-to-left paragraph.
47
+ attr_accessor :bidi
48
+
49
+ # Gets or sets the position for a drop cap text.
50
+ attr_accessor :drop_cap_position
51
+
52
+ # Gets or sets the value (in points) for a first line or hanging indent.
53
+ # Use a positive value to set a first-line indent, and use a negative value to set a hanging indent.
54
+ attr_accessor :first_line_indent
55
+
56
+ # Gets or sets true if all lines in the paragraph are to remain on the same page.
57
+ attr_accessor :keep_together
58
+
59
+ # Gets or sets true if the paragraph is to remains on the same page as the paragraph that follows it.
60
+ attr_accessor :keep_with_next
61
+
62
+ # Gets or sets the value (in points) that represents the left indent for paragraph.
63
+ attr_accessor :left_indent
64
+
65
+ # Gets or sets the line spacing (in points) for the paragraph.
66
+ attr_accessor :line_spacing
67
+
68
+ # Gets or sets the line spacing for the paragraph.
69
+ attr_accessor :line_spacing_rule
70
+
71
+ # Gets or sets the number of lines of the paragraph text used to calculate the drop cap height.
72
+ attr_accessor :lines_to_drop
73
+
74
+ # Gets or sets when true, SpaceBefore and SpaceAfter will be ignored
75
+ # between the paragraphs of the same style.
76
+ attr_accessor :no_space_between_paragraphs_of_same_style
77
+
78
+ # Gets or sets specifies the outline level of the paragraph in the document.
79
+ attr_accessor :outline_level
80
+
81
+ # Gets or sets true if a page break is forced before the paragraph.
82
+ attr_accessor :page_break_before
83
+
84
+ # Gets or sets the value (in points) that represents the right indent for paragraph.
85
+ attr_accessor :right_indent
86
+
87
+ # Gets or sets a Shading object that refers to the shading formatting for the paragraph.
88
+ attr_accessor :shading
89
+
90
+ # Gets or sets the amount of spacing (in points) after the paragraph.
91
+ attr_accessor :space_after
92
+
93
+ # Gets or sets true if the amount of spacing after the paragraph is set automatically.
94
+ attr_accessor :space_after_auto
95
+
96
+ # Gets or sets the amount of spacing (in points) before the paragraph.
97
+ attr_accessor :space_before
98
+
99
+ # Gets or sets true if the amount of spacing before the paragraph is set automatically.
100
+ attr_accessor :space_before_auto
101
+
102
+ # Gets or sets the locale independent style identifier of the paragraph style applied to this formatting.
103
+ attr_accessor :style_identifier
104
+
105
+ # Gets or sets the name of the paragraph style applied to this formatting.
106
+ attr_accessor :style_name
107
+
108
+ # Gets or sets specifies whether the current paragraph should be exempted from any hyphenation which
109
+ # is applied in the document settings.
110
+ attr_accessor :suppress_auto_hyphens
111
+
112
+ # Gets or sets specifies whether the current paragraph's lines should be exempted from line numbering
113
+ # which is applied in the parent section.
114
+ attr_accessor :suppress_line_numbers
115
+
116
+ # Gets or sets true if the first and last lines in the paragraph are to remain on the same page as the rest of the paragraph.
117
+ attr_accessor :widow_control
118
+
119
+ class EnumAttributeValidator
120
+ attr_reader :datatype
121
+ attr_reader :allowable_values
122
+
123
+ def initialize(datatype, allowable_values)
124
+ @allowable_values = allowable_values.map do |value|
125
+ case datatype.to_s
126
+ when /Integer/i
127
+ value.to_i
128
+ when /Float/i
129
+ value.to_f
130
+ else
131
+ value
132
+ end
133
+ end
134
+ end
135
+
136
+ def valid?(value)
137
+ !value || allowable_values.include?(value)
138
+ end
139
+ end
140
+
141
+ # Attribute mapping from ruby-style variable name to JSON key.
142
+ def self.attribute_map
143
+ {
144
+ :'link' => :'Link',
145
+ :'add_space_between_far_east_and_alpha' => :'AddSpaceBetweenFarEastAndAlpha',
146
+ :'add_space_between_far_east_and_digit' => :'AddSpaceBetweenFarEastAndDigit',
147
+ :'alignment' => :'Alignment',
148
+ :'bidi' => :'Bidi',
149
+ :'drop_cap_position' => :'DropCapPosition',
150
+ :'first_line_indent' => :'FirstLineIndent',
151
+ :'keep_together' => :'KeepTogether',
152
+ :'keep_with_next' => :'KeepWithNext',
153
+ :'left_indent' => :'LeftIndent',
154
+ :'line_spacing' => :'LineSpacing',
155
+ :'line_spacing_rule' => :'LineSpacingRule',
156
+ :'lines_to_drop' => :'LinesToDrop',
157
+ :'no_space_between_paragraphs_of_same_style' => :'NoSpaceBetweenParagraphsOfSameStyle',
158
+ :'outline_level' => :'OutlineLevel',
159
+ :'page_break_before' => :'PageBreakBefore',
160
+ :'right_indent' => :'RightIndent',
161
+ :'shading' => :'Shading',
162
+ :'space_after' => :'SpaceAfter',
163
+ :'space_after_auto' => :'SpaceAfterAuto',
164
+ :'space_before' => :'SpaceBefore',
165
+ :'space_before_auto' => :'SpaceBeforeAuto',
166
+ :'style_identifier' => :'StyleIdentifier',
167
+ :'style_name' => :'StyleName',
168
+ :'suppress_auto_hyphens' => :'SuppressAutoHyphens',
169
+ :'suppress_line_numbers' => :'SuppressLineNumbers',
170
+ :'widow_control' => :'WidowControl'
171
+ }
172
+ end
173
+
174
+ # Attribute type mapping.
175
+ def self.swagger_types
176
+ {
177
+ :'link' => :'WordsApiLink',
178
+ :'add_space_between_far_east_and_alpha' => :'BOOLEAN',
179
+ :'add_space_between_far_east_and_digit' => :'BOOLEAN',
180
+ :'alignment' => :'String',
181
+ :'bidi' => :'BOOLEAN',
182
+ :'drop_cap_position' => :'String',
183
+ :'first_line_indent' => :'Float',
184
+ :'keep_together' => :'BOOLEAN',
185
+ :'keep_with_next' => :'BOOLEAN',
186
+ :'left_indent' => :'Float',
187
+ :'line_spacing' => :'Float',
188
+ :'line_spacing_rule' => :'String',
189
+ :'lines_to_drop' => :'Integer',
190
+ :'no_space_between_paragraphs_of_same_style' => :'BOOLEAN',
191
+ :'outline_level' => :'String',
192
+ :'page_break_before' => :'BOOLEAN',
193
+ :'right_indent' => :'Float',
194
+ :'shading' => :'Shading',
195
+ :'space_after' => :'Float',
196
+ :'space_after_auto' => :'BOOLEAN',
197
+ :'space_before' => :'Float',
198
+ :'space_before_auto' => :'BOOLEAN',
199
+ :'style_identifier' => :'String',
200
+ :'style_name' => :'String',
201
+ :'suppress_auto_hyphens' => :'BOOLEAN',
202
+ :'suppress_line_numbers' => :'BOOLEAN',
203
+ :'widow_control' => :'BOOLEAN'
204
+ }
205
+ end
206
+
207
+ # Initializes the object
208
+ # @param [Hash] attributes Model attributes in the form of hash
209
+ def initialize(attributes = {})
210
+ return unless attributes.is_a?(Hash)
211
+
212
+ # convert string to symbol for hash key
213
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
214
+
215
+ if attributes.key?(:'Link')
216
+ self.link = attributes[:'Link']
217
+ end
218
+
219
+ if attributes.key?(:'AddSpaceBetweenFarEastAndAlpha')
220
+ self.add_space_between_far_east_and_alpha = attributes[:'AddSpaceBetweenFarEastAndAlpha']
221
+ end
222
+
223
+ if attributes.key?(:'AddSpaceBetweenFarEastAndDigit')
224
+ self.add_space_between_far_east_and_digit = attributes[:'AddSpaceBetweenFarEastAndDigit']
225
+ end
226
+
227
+ if attributes.key?(:'Alignment')
228
+ self.alignment = attributes[:'Alignment']
229
+ end
230
+
231
+ if attributes.key?(:'Bidi')
232
+ self.bidi = attributes[:'Bidi']
233
+ end
234
+
235
+ if attributes.key?(:'DropCapPosition')
236
+ self.drop_cap_position = attributes[:'DropCapPosition']
237
+ end
238
+
239
+ if attributes.key?(:'FirstLineIndent')
240
+ self.first_line_indent = attributes[:'FirstLineIndent']
241
+ end
242
+
243
+ if attributes.key?(:'KeepTogether')
244
+ self.keep_together = attributes[:'KeepTogether']
245
+ end
246
+
247
+ if attributes.key?(:'KeepWithNext')
248
+ self.keep_with_next = attributes[:'KeepWithNext']
249
+ end
250
+
251
+ if attributes.key?(:'LeftIndent')
252
+ self.left_indent = attributes[:'LeftIndent']
253
+ end
254
+
255
+ if attributes.key?(:'LineSpacing')
256
+ self.line_spacing = attributes[:'LineSpacing']
257
+ end
258
+
259
+ if attributes.key?(:'LineSpacingRule')
260
+ self.line_spacing_rule = attributes[:'LineSpacingRule']
261
+ end
262
+
263
+ if attributes.key?(:'LinesToDrop')
264
+ self.lines_to_drop = attributes[:'LinesToDrop']
265
+ end
266
+
267
+ if attributes.key?(:'NoSpaceBetweenParagraphsOfSameStyle')
268
+ self.no_space_between_paragraphs_of_same_style = attributes[:'NoSpaceBetweenParagraphsOfSameStyle']
269
+ end
270
+
271
+ if attributes.key?(:'OutlineLevel')
272
+ self.outline_level = attributes[:'OutlineLevel']
273
+ end
274
+
275
+ if attributes.key?(:'PageBreakBefore')
276
+ self.page_break_before = attributes[:'PageBreakBefore']
277
+ end
278
+
279
+ if attributes.key?(:'RightIndent')
280
+ self.right_indent = attributes[:'RightIndent']
281
+ end
282
+
283
+ if attributes.key?(:'Shading')
284
+ self.shading = attributes[:'Shading']
285
+ end
286
+
287
+ if attributes.key?(:'SpaceAfter')
288
+ self.space_after = attributes[:'SpaceAfter']
289
+ end
290
+
291
+ if attributes.key?(:'SpaceAfterAuto')
292
+ self.space_after_auto = attributes[:'SpaceAfterAuto']
293
+ end
294
+
295
+ if attributes.key?(:'SpaceBefore')
296
+ self.space_before = attributes[:'SpaceBefore']
297
+ end
298
+
299
+ if attributes.key?(:'SpaceBeforeAuto')
300
+ self.space_before_auto = attributes[:'SpaceBeforeAuto']
301
+ end
302
+
303
+ if attributes.key?(:'StyleIdentifier')
304
+ self.style_identifier = attributes[:'StyleIdentifier']
305
+ end
306
+
307
+ if attributes.key?(:'StyleName')
308
+ self.style_name = attributes[:'StyleName']
309
+ end
310
+
311
+ if attributes.key?(:'SuppressAutoHyphens')
312
+ self.suppress_auto_hyphens = attributes[:'SuppressAutoHyphens']
313
+ end
314
+
315
+ if attributes.key?(:'SuppressLineNumbers')
316
+ self.suppress_line_numbers = attributes[:'SuppressLineNumbers']
317
+ end
318
+
319
+ if attributes.key?(:'WidowControl')
320
+ self.widow_control = attributes[:'WidowControl']
321
+ end
322
+ end
323
+
324
+ # Show invalid properties with the reasons. Usually used together with valid?
325
+ # @return Array for valid properies with the reasons
326
+ def list_invalid_properties
327
+ invalid_properties = []
328
+ return invalid_properties
329
+ end
330
+
331
+ # Check to see if the all the properties in the model are valid
332
+ # @return true if the model is valid
333
+ def valid?
334
+ alignment_validator = EnumAttributeValidator.new('String', ["Left", "Center", "Right", "Justify", "Distributed", "ArabicMediumKashida", "ArabicHighKashida", "ArabicLowKashida", "ThaiDistributed"])
335
+ return false unless alignment_validator.valid?(@alignment)
336
+ drop_cap_position_validator = EnumAttributeValidator.new('String', ["None", "Normal", "Margin"])
337
+ return false unless drop_cap_position_validator.valid?(@drop_cap_position)
338
+ line_spacing_rule_validator = EnumAttributeValidator.new('String', ["AtLeast", "Exactly", "Multiple"])
339
+ return false unless line_spacing_rule_validator.valid?(@line_spacing_rule)
340
+ outline_level_validator = EnumAttributeValidator.new('String', ["Level1", "Level2", "Level3", "Level4", "Level5", "Level6", "Level7", "Level8", "Level9", "BodyText"])
341
+ return false unless outline_level_validator.valid?(@outline_level)
342
+ style_identifier_validator = EnumAttributeValidator.new('String', ["Normal", "Heading1", "Heading2", "Heading3", "Heading4", "Heading5", "Heading6", "Heading7", "Heading8", "Heading9", "Index1", "Index2", "Index3", "Index4", "Index5", "Index6", "Index7", "Index8", "Index9", "Toc1", "Toc2", "Toc3", "Toc4", "Toc5", "Toc6", "Toc7", "Toc8", "Toc9", "NormalIndent", "FootnoteText", "CommentText", "Header", "Footer", "IndexHeading", "Caption", "TableOfFigures", "EnvelopeAddress", "EnvelopeReturn", "FootnoteReference", "CommentReference", "LineNumber", "PageNumber", "EndnoteReference", "EndnoteText", "TableOfAuthorities", "Macro", "ToaHeading", "List", "ListBullet", "ListNumber", "List2", "List3", "List4", "List5", "ListBullet2", "ListBullet3", "ListBullet4", "ListBullet5", "ListNumber2", "ListNumber3", "ListNumber4", "ListNumber5", "Title", "Closing", "Signature", "DefaultParagraphFont", "BodyText", "BodyTextInd", "ListContinue", "ListContinue2", "ListContinue3", "ListContinue4", "ListContinue5", "MessageHeader", "Subtitle", "Salutation", "Date", "BodyText1I", "BodyText1I2", "NoteHeading", "BodyText2", "BodyText3", "BodyTextInd2", "BodyTextInd3", "BlockText", "Hyperlink", "FollowedHyperlink", "Strong", "Emphasis", "DocumentMap", "PlainText", "EmailSignature", "HtmlTopOfForm", "HtmlBottomOfForm", "NormalWeb", "HtmlAcronym", "HtmlAddress", "HtmlCite", "HtmlCode", "HtmlDefinition", "HtmlKeyboard", "HtmlPreformatted", "HtmlSample", "HtmlTypewriter", "HtmlVariable", "TableNormal", "CommentSubject", "NoList", "OutlineList1", "OutlineList2", "OutlineList3", "TableSimple1", "TableSimple2", "TableSimple3", "TableClassic1", "TableClassic2", "TableClassic3", "TableClassic4", "TableColorful1", "TableColorful2", "TableColorful3", "TableColumns1", "TableColumns2", "TableColumns3", "TableColumns4", "TableColumns5", "TableGrid1", "TableGrid2", "TableGrid3", "TableGrid4", "TableGrid5", "TableGrid6", "TableGrid7", "TableGrid8", "TableList1", "TableList2", "TableList3", "TableList4", "TableList5", "TableList6", "TableList7", "TableList8", "Table3DEffects1", "Table3DEffects2", "Table3DEffects3", "TableContemporary", "TableElegant", "TableProfessional", "TableSubtle1", "TableSubtle2", "TableWeb1", "TableWeb2", "TableWeb3", "BalloonText", "TableGrid", "TableTheme", "PlaceholderText", "NoSpacing", "LightShading", "LightList", "LightGrid", "MediumShading1", "MediumShading2", "MediumList1", "MediumList2", "MediumGrid1", "MediumGrid2", "MediumGrid3", "DarkList", "ColorfulShading", "ColorfulList", "ColorfulGrid", "LightShadingAccent1", "LightListAccent1", "LightGridAccent1", "MediumShading1Accent1", "MediumShading2Accent1", "MediumList1Accent1", "Revision", "ListParagraph", "Quote", "IntenseQuote", "MediumList2Accent1", "MediumGrid1Accent1", "MediumGrid2Accent1", "MediumGrid3Accent1", "DarkListAccent1", "ColorfulShadingAccent1", "ColorfulListAccent1", "ColorfulGridAccent1", "LightShadingAccent2", "LightListAccent2", "LightGridAccent2", "MediumShading1Accent2", "MediumShading2Accent2", "MediumList1Accent2", "MediumList2Accent2", "MediumGrid1Accent2", "MediumGrid2Accent2", "MediumGrid3Accent2", "DarkListAccent2", "ColorfulShadingAccent2", "ColorfulListAccent2", "ColorfulGridAccent2", "LightShadingAccent3", "LightListAccent3", "LightGridAccent3", "MediumShading1Accent3", "MediumShading2Accent3", "MediumList1Accent3", "MediumList2Accent3", "MediumGrid1Accent3", "MediumGrid2Accent3", "MediumGrid3Accent3", "DarkListAccent3", "ColorfulShadingAccent3", "ColorfulListAccent3", "ColorfulGridAccent3", "LightShadingAccent4", "LightListAccent4", "LightGridAccent4", "MediumShading1Accent4", "MediumShading2Accent4", "MediumList1Accent4", "MediumList2Accent4", "MediumGrid1Accent4", "MediumGrid2Accent4", "MediumGrid3Accent4", "DarkListAccent4", "ColorfulShadingAccent4", "ColorfulListAccent4", "ColorfulGridAccent4", "LightShadingAccent5", "LightListAccent5", "LightGridAccent5", "MediumShading1Accent5", "MediumShading2Accent5", "MediumList1Accent5", "MediumList2Accent5", "MediumGrid1Accent5", "MediumGrid2Accent5", "MediumGrid3Accent5", "DarkListAccent5", "ColorfulShadingAccent5", "ColorfulListAccent5", "ColorfulGridAccent5", "LightShadingAccent6", "LightListAccent6", "LightGridAccent6", "MediumShading1Accent6", "MediumShading2Accent6", "MediumList1Accent6", "MediumList2Accent6", "MediumGrid1Accent6", "MediumGrid2Accent6", "MediumGrid3Accent6", "DarkListAccent6", "ColorfulShadingAccent6", "ColorfulListAccent6", "ColorfulGridAccent6", "SubtleEmphasis", "IntenseEmphasis", "SubtleReference", "IntenseReference", "BookTitle", "Bibliography", "TocHeading", "PlainTable1", "PlainTable2", "PlainTable3", "PlainTable4", "PlainTable5", "TableGridLight", "GridTable1Light", "GridTable2", "GridTable3", "GridTable4", "GridTable5Dark", "GridTable6Colorful", "GridTable7Colorful", "GridTable1LightAccent1", "GridTable2Accent1", "GridTable3Accent1", "GridTable4Accent1", "GridTable5DarkAccent1", "GridTable6ColorfulAccent1", "GridTable7ColorfulAccent1", "GridTable1LightAccent2", "GridTable2Accent2", "GridTable3Accent2", "GridTable4Accent2", "GridTable5DarkAccent2", "GridTable6ColorfulAccent2", "GridTable7ColorfulAccent2", "GridTable1LightAccent3", "GridTable2Accent3", "GridTable3Accent3", "GridTable4Accent3", "GridTable5DarkAccent3", "GridTable6ColorfulAccent3", "GridTable7ColorfulAccent3", "GridTable1LightAccent4", "GridTable2Accent4", "GridTable3Accent4", "GridTable4Accent4", "GridTable5DarkAccent4", "GridTable6ColorfulAccent4", "GridTable7ColorfulAccent4", "GridTable1LightAccent5", "GridTable2Accent5", "GridTable3Accent5", "GridTable4Accent5", "GridTable5DarkAccent5", "GridTable6ColorfulAccent5", "GridTable7ColorfulAccent5", "GridTable1LightAccent6", "GridTable2Accent6", "GridTable3Accent6", "GridTable4Accent6", "GridTable5DarkAccent6", "GridTable6ColorfulAccent6", "GridTable7ColorfulAccent6", "ListTable1Light", "ListTable2", "ListTable3", "ListTable4", "ListTable5Dark", "ListTable6Colorful", "ListTable7Colorful", "ListTable1LightAccent1", "ListTable2Accent1", "ListTable3Accent1", "ListTable4Accent1", "ListTable5DarkAccent1", "ListTable6ColorfulAccent1", "ListTable7ColorfulAccent1", "ListTable1LightAccent2", "ListTable2Accent2", "ListTable3Accent2", "ListTable4Accent2", "ListTable5DarkAccent2", "ListTable6ColorfulAccent2", "ListTable7ColorfulAccent2", "ListTable1LightAccent3", "ListTable2Accent3", "ListTable3Accent3", "ListTable4Accent3", "ListTable5DarkAccent3", "ListTable6ColorfulAccent3", "ListTable7ColorfulAccent3", "ListTable1LightAccent4", "ListTable2Accent4", "ListTable3Accent4", "ListTable4Accent4", "ListTable5DarkAccent4", "ListTable6ColorfulAccent4", "ListTable7ColorfulAccent4", "ListTable1LightAccent5", "ListTable2Accent5", "ListTable3Accent5", "ListTable4Accent5", "ListTable5DarkAccent5", "ListTable6ColorfulAccent5", "ListTable7ColorfulAccent5", "ListTable1LightAccent6", "ListTable2Accent6", "ListTable3Accent6", "ListTable4Accent6", "ListTable5DarkAccent6", "ListTable6ColorfulAccent6", "ListTable7ColorfulAccent6", "User", "Nil"])
343
+ return false unless style_identifier_validator.valid?(@style_identifier)
344
+
345
+ return true
346
+ end
347
+
348
+ # Custom attribute writer method checking allowed values (enum).
349
+ # @param [Object] alignment Object to be assigned
350
+ def alignment=(alignment)
351
+ validator = EnumAttributeValidator.new('String', ["Left", "Center", "Right", "Justify", "Distributed", "ArabicMediumKashida", "ArabicHighKashida", "ArabicLowKashida", "ThaiDistributed"])
352
+ if alignment.to_i == 0
353
+ unless validator.valid?(alignment)
354
+ raise ArgumentError, "invalid value for 'alignment', must be one of #{validator.allowable_values}."
355
+ end
356
+ @alignment = alignment
357
+ else
358
+ @alignment = validator.allowable_values[alignment.to_i]
359
+ end
360
+ end
361
+
362
+ # Custom attribute writer method checking allowed values (enum).
363
+ # @param [Object] drop_cap_position Object to be assigned
364
+ def drop_cap_position=(drop_cap_position)
365
+ validator = EnumAttributeValidator.new('String', ["None", "Normal", "Margin"])
366
+ if drop_cap_position.to_i == 0
367
+ unless validator.valid?(drop_cap_position)
368
+ raise ArgumentError, "invalid value for 'drop_cap_position', must be one of #{validator.allowable_values}."
369
+ end
370
+ @drop_cap_position = drop_cap_position
371
+ else
372
+ @drop_cap_position = validator.allowable_values[drop_cap_position.to_i]
373
+ end
374
+ end
375
+
376
+ # Custom attribute writer method checking allowed values (enum).
377
+ # @param [Object] line_spacing_rule Object to be assigned
378
+ def line_spacing_rule=(line_spacing_rule)
379
+ validator = EnumAttributeValidator.new('String', ["AtLeast", "Exactly", "Multiple"])
380
+ if line_spacing_rule.to_i == 0
381
+ unless validator.valid?(line_spacing_rule)
382
+ raise ArgumentError, "invalid value for 'line_spacing_rule', must be one of #{validator.allowable_values}."
383
+ end
384
+ @line_spacing_rule = line_spacing_rule
385
+ else
386
+ @line_spacing_rule = validator.allowable_values[line_spacing_rule.to_i]
387
+ end
388
+ end
389
+
390
+ # Custom attribute writer method checking allowed values (enum).
391
+ # @param [Object] outline_level Object to be assigned
392
+ def outline_level=(outline_level)
393
+ validator = EnumAttributeValidator.new('String', ["Level1", "Level2", "Level3", "Level4", "Level5", "Level6", "Level7", "Level8", "Level9", "BodyText"])
394
+ if outline_level.to_i == 0
395
+ unless validator.valid?(outline_level)
396
+ raise ArgumentError, "invalid value for 'outline_level', must be one of #{validator.allowable_values}."
397
+ end
398
+ @outline_level = outline_level
399
+ else
400
+ @outline_level = validator.allowable_values[outline_level.to_i]
401
+ end
402
+ end
403
+
404
+ # Custom attribute writer method checking allowed values (enum).
405
+ # @param [Object] style_identifier Object to be assigned
406
+ def style_identifier=(style_identifier)
407
+ validator = EnumAttributeValidator.new('String', ["Normal", "Heading1", "Heading2", "Heading3", "Heading4", "Heading5", "Heading6", "Heading7", "Heading8", "Heading9", "Index1", "Index2", "Index3", "Index4", "Index5", "Index6", "Index7", "Index8", "Index9", "Toc1", "Toc2", "Toc3", "Toc4", "Toc5", "Toc6", "Toc7", "Toc8", "Toc9", "NormalIndent", "FootnoteText", "CommentText", "Header", "Footer", "IndexHeading", "Caption", "TableOfFigures", "EnvelopeAddress", "EnvelopeReturn", "FootnoteReference", "CommentReference", "LineNumber", "PageNumber", "EndnoteReference", "EndnoteText", "TableOfAuthorities", "Macro", "ToaHeading", "List", "ListBullet", "ListNumber", "List2", "List3", "List4", "List5", "ListBullet2", "ListBullet3", "ListBullet4", "ListBullet5", "ListNumber2", "ListNumber3", "ListNumber4", "ListNumber5", "Title", "Closing", "Signature", "DefaultParagraphFont", "BodyText", "BodyTextInd", "ListContinue", "ListContinue2", "ListContinue3", "ListContinue4", "ListContinue5", "MessageHeader", "Subtitle", "Salutation", "Date", "BodyText1I", "BodyText1I2", "NoteHeading", "BodyText2", "BodyText3", "BodyTextInd2", "BodyTextInd3", "BlockText", "Hyperlink", "FollowedHyperlink", "Strong", "Emphasis", "DocumentMap", "PlainText", "EmailSignature", "HtmlTopOfForm", "HtmlBottomOfForm", "NormalWeb", "HtmlAcronym", "HtmlAddress", "HtmlCite", "HtmlCode", "HtmlDefinition", "HtmlKeyboard", "HtmlPreformatted", "HtmlSample", "HtmlTypewriter", "HtmlVariable", "TableNormal", "CommentSubject", "NoList", "OutlineList1", "OutlineList2", "OutlineList3", "TableSimple1", "TableSimple2", "TableSimple3", "TableClassic1", "TableClassic2", "TableClassic3", "TableClassic4", "TableColorful1", "TableColorful2", "TableColorful3", "TableColumns1", "TableColumns2", "TableColumns3", "TableColumns4", "TableColumns5", "TableGrid1", "TableGrid2", "TableGrid3", "TableGrid4", "TableGrid5", "TableGrid6", "TableGrid7", "TableGrid8", "TableList1", "TableList2", "TableList3", "TableList4", "TableList5", "TableList6", "TableList7", "TableList8", "Table3DEffects1", "Table3DEffects2", "Table3DEffects3", "TableContemporary", "TableElegant", "TableProfessional", "TableSubtle1", "TableSubtle2", "TableWeb1", "TableWeb2", "TableWeb3", "BalloonText", "TableGrid", "TableTheme", "PlaceholderText", "NoSpacing", "LightShading", "LightList", "LightGrid", "MediumShading1", "MediumShading2", "MediumList1", "MediumList2", "MediumGrid1", "MediumGrid2", "MediumGrid3", "DarkList", "ColorfulShading", "ColorfulList", "ColorfulGrid", "LightShadingAccent1", "LightListAccent1", "LightGridAccent1", "MediumShading1Accent1", "MediumShading2Accent1", "MediumList1Accent1", "Revision", "ListParagraph", "Quote", "IntenseQuote", "MediumList2Accent1", "MediumGrid1Accent1", "MediumGrid2Accent1", "MediumGrid3Accent1", "DarkListAccent1", "ColorfulShadingAccent1", "ColorfulListAccent1", "ColorfulGridAccent1", "LightShadingAccent2", "LightListAccent2", "LightGridAccent2", "MediumShading1Accent2", "MediumShading2Accent2", "MediumList1Accent2", "MediumList2Accent2", "MediumGrid1Accent2", "MediumGrid2Accent2", "MediumGrid3Accent2", "DarkListAccent2", "ColorfulShadingAccent2", "ColorfulListAccent2", "ColorfulGridAccent2", "LightShadingAccent3", "LightListAccent3", "LightGridAccent3", "MediumShading1Accent3", "MediumShading2Accent3", "MediumList1Accent3", "MediumList2Accent3", "MediumGrid1Accent3", "MediumGrid2Accent3", "MediumGrid3Accent3", "DarkListAccent3", "ColorfulShadingAccent3", "ColorfulListAccent3", "ColorfulGridAccent3", "LightShadingAccent4", "LightListAccent4", "LightGridAccent4", "MediumShading1Accent4", "MediumShading2Accent4", "MediumList1Accent4", "MediumList2Accent4", "MediumGrid1Accent4", "MediumGrid2Accent4", "MediumGrid3Accent4", "DarkListAccent4", "ColorfulShadingAccent4", "ColorfulListAccent4", "ColorfulGridAccent4", "LightShadingAccent5", "LightListAccent5", "LightGridAccent5", "MediumShading1Accent5", "MediumShading2Accent5", "MediumList1Accent5", "MediumList2Accent5", "MediumGrid1Accent5", "MediumGrid2Accent5", "MediumGrid3Accent5", "DarkListAccent5", "ColorfulShadingAccent5", "ColorfulListAccent5", "ColorfulGridAccent5", "LightShadingAccent6", "LightListAccent6", "LightGridAccent6", "MediumShading1Accent6", "MediumShading2Accent6", "MediumList1Accent6", "MediumList2Accent6", "MediumGrid1Accent6", "MediumGrid2Accent6", "MediumGrid3Accent6", "DarkListAccent6", "ColorfulShadingAccent6", "ColorfulListAccent6", "ColorfulGridAccent6", "SubtleEmphasis", "IntenseEmphasis", "SubtleReference", "IntenseReference", "BookTitle", "Bibliography", "TocHeading", "PlainTable1", "PlainTable2", "PlainTable3", "PlainTable4", "PlainTable5", "TableGridLight", "GridTable1Light", "GridTable2", "GridTable3", "GridTable4", "GridTable5Dark", "GridTable6Colorful", "GridTable7Colorful", "GridTable1LightAccent1", "GridTable2Accent1", "GridTable3Accent1", "GridTable4Accent1", "GridTable5DarkAccent1", "GridTable6ColorfulAccent1", "GridTable7ColorfulAccent1", "GridTable1LightAccent2", "GridTable2Accent2", "GridTable3Accent2", "GridTable4Accent2", "GridTable5DarkAccent2", "GridTable6ColorfulAccent2", "GridTable7ColorfulAccent2", "GridTable1LightAccent3", "GridTable2Accent3", "GridTable3Accent3", "GridTable4Accent3", "GridTable5DarkAccent3", "GridTable6ColorfulAccent3", "GridTable7ColorfulAccent3", "GridTable1LightAccent4", "GridTable2Accent4", "GridTable3Accent4", "GridTable4Accent4", "GridTable5DarkAccent4", "GridTable6ColorfulAccent4", "GridTable7ColorfulAccent4", "GridTable1LightAccent5", "GridTable2Accent5", "GridTable3Accent5", "GridTable4Accent5", "GridTable5DarkAccent5", "GridTable6ColorfulAccent5", "GridTable7ColorfulAccent5", "GridTable1LightAccent6", "GridTable2Accent6", "GridTable3Accent6", "GridTable4Accent6", "GridTable5DarkAccent6", "GridTable6ColorfulAccent6", "GridTable7ColorfulAccent6", "ListTable1Light", "ListTable2", "ListTable3", "ListTable4", "ListTable5Dark", "ListTable6Colorful", "ListTable7Colorful", "ListTable1LightAccent1", "ListTable2Accent1", "ListTable3Accent1", "ListTable4Accent1", "ListTable5DarkAccent1", "ListTable6ColorfulAccent1", "ListTable7ColorfulAccent1", "ListTable1LightAccent2", "ListTable2Accent2", "ListTable3Accent2", "ListTable4Accent2", "ListTable5DarkAccent2", "ListTable6ColorfulAccent2", "ListTable7ColorfulAccent2", "ListTable1LightAccent3", "ListTable2Accent3", "ListTable3Accent3", "ListTable4Accent3", "ListTable5DarkAccent3", "ListTable6ColorfulAccent3", "ListTable7ColorfulAccent3", "ListTable1LightAccent4", "ListTable2Accent4", "ListTable3Accent4", "ListTable4Accent4", "ListTable5DarkAccent4", "ListTable6ColorfulAccent4", "ListTable7ColorfulAccent4", "ListTable1LightAccent5", "ListTable2Accent5", "ListTable3Accent5", "ListTable4Accent5", "ListTable5DarkAccent5", "ListTable6ColorfulAccent5", "ListTable7ColorfulAccent5", "ListTable1LightAccent6", "ListTable2Accent6", "ListTable3Accent6", "ListTable4Accent6", "ListTable5DarkAccent6", "ListTable6ColorfulAccent6", "ListTable7ColorfulAccent6", "User", "Nil"])
408
+ if style_identifier.to_i == 0
409
+ unless validator.valid?(style_identifier)
410
+ raise ArgumentError, "invalid value for 'style_identifier', must be one of #{validator.allowable_values}."
411
+ end
412
+ @style_identifier = style_identifier
413
+ else
414
+ @style_identifier = validator.allowable_values[style_identifier.to_i]
415
+ end
416
+ end
417
+
418
+
419
+ # Checks equality by comparing each attribute.
420
+ # @param [Object] Object to be compared
421
+ def ==(other)
422
+ return true if self.equal?(other)
423
+ self.class == other.class &&
424
+ link == other.link &&
425
+ add_space_between_far_east_and_alpha == other.add_space_between_far_east_and_alpha &&
426
+ add_space_between_far_east_and_digit == other.add_space_between_far_east_and_digit &&
427
+ alignment == other.alignment &&
428
+ bidi == other.bidi &&
429
+ drop_cap_position == other.drop_cap_position &&
430
+ first_line_indent == other.first_line_indent &&
431
+ keep_together == other.keep_together &&
432
+ keep_with_next == other.keep_with_next &&
433
+ left_indent == other.left_indent &&
434
+ line_spacing == other.line_spacing &&
435
+ line_spacing_rule == other.line_spacing_rule &&
436
+ lines_to_drop == other.lines_to_drop &&
437
+ no_space_between_paragraphs_of_same_style == other.no_space_between_paragraphs_of_same_style &&
438
+ outline_level == other.outline_level &&
439
+ page_break_before == other.page_break_before &&
440
+ right_indent == other.right_indent &&
441
+ shading == other.shading &&
442
+ space_after == other.space_after &&
443
+ space_after_auto == other.space_after_auto &&
444
+ space_before == other.space_before &&
445
+ space_before_auto == other.space_before_auto &&
446
+ style_identifier == other.style_identifier &&
447
+ style_name == other.style_name &&
448
+ suppress_auto_hyphens == other.suppress_auto_hyphens &&
449
+ suppress_line_numbers == other.suppress_line_numbers &&
450
+ widow_control == other.widow_control
451
+ end
452
+
453
+ # @see the `==` method
454
+ # @param [Object] Object to be compared
455
+ def eql?(other)
456
+ self == other
457
+ end
458
+
459
+ # Calculates hash code according to all attributes.
460
+ # @return [Fixnum] Hash code
461
+ def hash
462
+ [link, add_space_between_far_east_and_alpha, add_space_between_far_east_and_digit, alignment, bidi, drop_cap_position, first_line_indent, keep_together, keep_with_next, left_indent, line_spacing, line_spacing_rule, lines_to_drop, no_space_between_paragraphs_of_same_style, outline_level, page_break_before, right_indent, shading, space_after, space_after_auto, space_before, space_before_auto, style_identifier, style_name, suppress_auto_hyphens, suppress_line_numbers, widow_control].hash
463
+ end
464
+
465
+ # Builds the object from hash
466
+ # @param [Hash] attributes Model attributes in the form of hash
467
+ # @return [Object] Returns the model itself
468
+ def build_from_hash(attributes)
469
+ return nil unless attributes.is_a?(Hash)
470
+ self.class.swagger_types.each_pair do |key, type|
471
+ if type =~ /\AArray<(.*)>/i
472
+ # check to ensure the input is an array given that the the attribute
473
+ # is documented as an array but the input is not
474
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
475
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
476
+ end
477
+ elsif !attributes[self.class.attribute_map[key]].nil?
478
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
479
+ end
480
+ # or else data not found in attributes(hash), not an issue as the data can be optional
481
+ end
482
+
483
+ self
484
+ end
485
+
486
+ # Deserializes the data based on type
487
+ # @param string type Data type
488
+ # @param string value Value to be deserialized
489
+ # @return [Object] Deserialized data
490
+ def _deserialize(type, value)
491
+ case type.to_sym
492
+ when :DateTime
493
+ Time.at(/\d/.match(value)[0].to_f).to_datetime
494
+ when :Date
495
+ Time.at(/\d/.match(value)[0].to_f).to_date
496
+ when :String
497
+ value.to_s
498
+ when :Integer
499
+ value.to_i
500
+ when :Float
501
+ value.to_f
502
+ when :BOOLEAN
503
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
504
+ true
505
+ else
506
+ false
507
+ end
508
+ when :Object
509
+ # generic object (usually a Hash), return directly
510
+ value
511
+ when /\AArray<(?<inner_type>.+)>\z/
512
+ inner_type = Regexp.last_match[:inner_type]
513
+ value.map { |v| _deserialize(inner_type, v) }
514
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
515
+ k_type = Regexp.last_match[:k_type]
516
+ v_type = Regexp.last_match[:v_type]
517
+ {}.tap do |hash|
518
+ value.each do |k, v|
519
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
520
+ end
521
+ end
522
+ else
523
+ # model
524
+ temp_model = AsposeWordsCloud.const_get(type).new
525
+ temp_model.build_from_hash(value)
526
+ end
527
+ end
528
+
529
+ # Returns the string representation of the object
530
+ # @return [String] String presentation of the object
531
+ def to_s
532
+ to_hash.to_s
533
+ end
534
+
535
+ # to_body is an alias to to_hash (backward compatibility)
536
+ # @return [Hash] Returns the object in the form of hash
537
+ def to_body
538
+ to_hash
539
+ end
540
+
541
+ # Returns the object in the form of hash
542
+ # @return [Hash] Returns the object in the form of hash
543
+ def to_hash
544
+ hash = {}
545
+ self.class.attribute_map.each_pair do |attr, param|
546
+ value = self.send(attr)
547
+ next if value.nil?
548
+ hash[param] = _to_hash(value)
549
+ end
550
+ hash
551
+ end
552
+
553
+ # Outputs non-array value in the form of hash
554
+ # For object, use to_hash. Otherwise, just return the value
555
+ # @param [Object] value Any valid value
556
+ # @return [Hash] Returns the value in the form of hash
557
+ def _to_hash(value)
558
+ if value.is_a?(Array)
559
+ value.compact.map { |v| _to_hash(v) }
560
+ elsif value.is_a?(Hash)
561
+ {}.tap do |hash|
562
+ value.each { |k, v| hash[k] = _to_hash(v) }
563
+ end
564
+ elsif value.respond_to? :to_hash
565
+ value.to_hash
566
+ else
567
+ value
568
+ end
569
+ end
570
+
571
+ end
572
+ end