words_ruby_sdk 18.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (301) hide show
  1. checksums.yaml +7 -0
  2. data/lib/words_ruby_sdk.rb +225 -0
  3. data/lib/words_ruby_sdk/api/words_api.rb +10654 -0
  4. data/lib/words_ruby_sdk/api_client.rb +403 -0
  5. data/lib/words_ruby_sdk/api_error.rb +54 -0
  6. data/lib/words_ruby_sdk/configuration.rb +203 -0
  7. data/lib/words_ruby_sdk/models/aspose_response.rb +222 -0
  8. data/lib/words_ruby_sdk/models/bmp_save_options_data.rb +477 -0
  9. data/lib/words_ruby_sdk/models/bookmark.rb +227 -0
  10. data/lib/words_ruby_sdk/models/bookmark_data.rb +217 -0
  11. data/lib/words_ruby_sdk/models/bookmark_response.rb +232 -0
  12. data/lib/words_ruby_sdk/models/bookmarks.rb +219 -0
  13. data/lib/words_ruby_sdk/models/bookmarks_outline_level_data.rb +222 -0
  14. data/lib/words_ruby_sdk/models/bookmarks_response.rb +232 -0
  15. data/lib/words_ruby_sdk/models/border.rb +320 -0
  16. data/lib/words_ruby_sdk/models/border_response.rb +232 -0
  17. data/lib/words_ruby_sdk/models/borders_collection.rb +219 -0
  18. data/lib/words_ruby_sdk/models/borders_response.rb +232 -0
  19. data/lib/words_ruby_sdk/models/classification_response.rb +254 -0
  20. data/lib/words_ruby_sdk/models/classification_result.rb +222 -0
  21. data/lib/words_ruby_sdk/models/comment.rb +277 -0
  22. data/lib/words_ruby_sdk/models/comment_link.rb +207 -0
  23. data/lib/words_ruby_sdk/models/comment_response.rb +232 -0
  24. data/lib/words_ruby_sdk/models/comments_collection.rb +219 -0
  25. data/lib/words_ruby_sdk/models/comments_response.rb +232 -0
  26. data/lib/words_ruby_sdk/models/compare_data.rb +227 -0
  27. data/lib/words_ruby_sdk/models/doc_save_options_data.rb +307 -0
  28. data/lib/words_ruby_sdk/models/document.rb +311 -0
  29. data/lib/words_ruby_sdk/models/document_entry.rb +217 -0
  30. data/lib/words_ruby_sdk/models/document_entry_list.rb +209 -0
  31. data/lib/words_ruby_sdk/models/document_position.rb +217 -0
  32. data/lib/words_ruby_sdk/models/document_properties.rb +219 -0
  33. data/lib/words_ruby_sdk/models/document_properties_response.rb +232 -0
  34. data/lib/words_ruby_sdk/models/document_property.rb +237 -0
  35. data/lib/words_ruby_sdk/models/document_property_response.rb +232 -0
  36. data/lib/words_ruby_sdk/models/document_response.rb +232 -0
  37. data/lib/words_ruby_sdk/models/document_stat_data.rb +264 -0
  38. data/lib/words_ruby_sdk/models/downsample_options_data.rb +227 -0
  39. data/lib/words_ruby_sdk/models/drawing_object.rb +388 -0
  40. data/lib/words_ruby_sdk/models/drawing_object_collection.rb +219 -0
  41. data/lib/words_ruby_sdk/models/drawing_object_link.rb +217 -0
  42. data/lib/words_ruby_sdk/models/drawing_object_response.rb +232 -0
  43. data/lib/words_ruby_sdk/models/drawing_objects_response.rb +232 -0
  44. data/lib/words_ruby_sdk/models/emf_save_options_data.rb +477 -0
  45. data/lib/words_ruby_sdk/models/epub_save_options_data.rb +746 -0
  46. data/lib/words_ruby_sdk/models/field.rb +247 -0
  47. data/lib/words_ruby_sdk/models/field_collection.rb +219 -0
  48. data/lib/words_ruby_sdk/models/field_link.rb +227 -0
  49. data/lib/words_ruby_sdk/models/field_names.rb +219 -0
  50. data/lib/words_ruby_sdk/models/field_names_response.rb +232 -0
  51. data/lib/words_ruby_sdk/models/field_response.rb +232 -0
  52. data/lib/words_ruby_sdk/models/fields_response.rb +232 -0
  53. data/lib/words_ruby_sdk/models/file_link.rb +237 -0
  54. data/lib/words_ruby_sdk/models/fixed_page_save_options_data.rb +347 -0
  55. data/lib/words_ruby_sdk/models/font.rb +676 -0
  56. data/lib/words_ruby_sdk/models/font_response.rb +232 -0
  57. data/lib/words_ruby_sdk/models/footnote.rb +304 -0
  58. data/lib/words_ruby_sdk/models/footnote_collection.rb +219 -0
  59. data/lib/words_ruby_sdk/models/footnote_link.rb +217 -0
  60. data/lib/words_ruby_sdk/models/footnote_response.rb +232 -0
  61. data/lib/words_ruby_sdk/models/footnotes_response.rb +232 -0
  62. data/lib/words_ruby_sdk/models/footnotes_stat_data.rb +227 -0
  63. data/lib/words_ruby_sdk/models/form_field.rb +307 -0
  64. data/lib/words_ruby_sdk/models/form_field_checkbox.rb +337 -0
  65. data/lib/words_ruby_sdk/models/form_field_collection.rb +219 -0
  66. data/lib/words_ruby_sdk/models/form_field_drop_down.rb +329 -0
  67. data/lib/words_ruby_sdk/models/form_field_response.rb +232 -0
  68. data/lib/words_ruby_sdk/models/form_field_text_input.rb +384 -0
  69. data/lib/words_ruby_sdk/models/form_fields_response.rb +232 -0
  70. data/lib/words_ruby_sdk/models/gif_save_options_data.rb +477 -0
  71. data/lib/words_ruby_sdk/models/graphics_quality_options_data.rb +358 -0
  72. data/lib/words_ruby_sdk/models/header_footer.rb +274 -0
  73. data/lib/words_ruby_sdk/models/header_footer_link.rb +254 -0
  74. data/lib/words_ruby_sdk/models/header_footer_link_collection.rb +219 -0
  75. data/lib/words_ruby_sdk/models/header_footer_response.rb +232 -0
  76. data/lib/words_ruby_sdk/models/header_footers_response.rb +232 -0
  77. data/lib/words_ruby_sdk/models/html_fixed_save_options_data.rb +467 -0
  78. data/lib/words_ruby_sdk/models/html_save_options_data.rb +736 -0
  79. data/lib/words_ruby_sdk/models/hyperlink.rb +227 -0
  80. data/lib/words_ruby_sdk/models/hyperlink_response.rb +232 -0
  81. data/lib/words_ruby_sdk/models/hyperlinks.rb +219 -0
  82. data/lib/words_ruby_sdk/models/hyperlinks_response.rb +232 -0
  83. data/lib/words_ruby_sdk/models/image_save_options_data.rb +477 -0
  84. data/lib/words_ruby_sdk/models/jpeg_save_options_data.rb +477 -0
  85. data/lib/words_ruby_sdk/models/link.rb +237 -0
  86. data/lib/words_ruby_sdk/models/link_element.rb +207 -0
  87. data/lib/words_ruby_sdk/models/load_web_document_data.rb +217 -0
  88. data/lib/words_ruby_sdk/models/metafile_rendering_options_data.rb +227 -0
  89. data/lib/words_ruby_sdk/models/mhtml_save_options_data.rb +736 -0
  90. data/lib/words_ruby_sdk/models/modification_operation_result.rb +217 -0
  91. data/lib/words_ruby_sdk/models/node_link.rb +217 -0
  92. data/lib/words_ruby_sdk/models/odt_save_options_data.rb +354 -0
  93. data/lib/words_ruby_sdk/models/office_math_link.rb +217 -0
  94. data/lib/words_ruby_sdk/models/office_math_object.rb +326 -0
  95. data/lib/words_ruby_sdk/models/office_math_object_response.rb +232 -0
  96. data/lib/words_ruby_sdk/models/office_math_objects_collection.rb +219 -0
  97. data/lib/words_ruby_sdk/models/office_math_objects_response.rb +232 -0
  98. data/lib/words_ruby_sdk/models/ooxml_save_options_data.rb +317 -0
  99. data/lib/words_ruby_sdk/models/outline_options_data.rb +239 -0
  100. data/lib/words_ruby_sdk/models/page_number.rb +247 -0
  101. data/lib/words_ruby_sdk/models/page_setup.rb +646 -0
  102. data/lib/words_ruby_sdk/models/page_stat_data.rb +252 -0
  103. data/lib/words_ruby_sdk/models/paragraph.rb +229 -0
  104. data/lib/words_ruby_sdk/models/paragraph_insert.rb +207 -0
  105. data/lib/words_ruby_sdk/models/paragraph_link.rb +227 -0
  106. data/lib/words_ruby_sdk/models/paragraph_link_collection.rb +219 -0
  107. data/lib/words_ruby_sdk/models/paragraph_link_collection_response.rb +232 -0
  108. data/lib/words_ruby_sdk/models/paragraph_response.rb +232 -0
  109. data/lib/words_ruby_sdk/models/pcl_save_options_data.rb +367 -0
  110. data/lib/words_ruby_sdk/models/pdf_digital_signature_details_data.rb +247 -0
  111. data/lib/words_ruby_sdk/models/pdf_encryption_details_data.rb +237 -0
  112. data/lib/words_ruby_sdk/models/pdf_save_options_data.rb +567 -0
  113. data/lib/words_ruby_sdk/models/png_save_options_data.rb +477 -0
  114. data/lib/words_ruby_sdk/models/preferred_width.rb +259 -0
  115. data/lib/words_ruby_sdk/models/protection_data.rb +207 -0
  116. data/lib/words_ruby_sdk/models/protection_data_response.rb +242 -0
  117. data/lib/words_ruby_sdk/models/protection_request.rb +227 -0
  118. data/lib/words_ruby_sdk/models/protection_response.rb +242 -0
  119. data/lib/words_ruby_sdk/models/ps_save_options_data.rb +357 -0
  120. data/lib/words_ruby_sdk/models/replace_text_request.rb +262 -0
  121. data/lib/words_ruby_sdk/models/replace_text_response.rb +242 -0
  122. data/lib/words_ruby_sdk/models/requests/AcceptAllRevisionsRequest.rb +65 -0
  123. data/lib/words_ruby_sdk/models/requests/ClassifyDocumentRequest.rb +65 -0
  124. data/lib/words_ruby_sdk/models/requests/ClassifyRequest.rb +49 -0
  125. data/lib/words_ruby_sdk/models/requests/CreateOrUpdateDocumentPropertyRequest.rb +81 -0
  126. data/lib/words_ruby_sdk/models/requests/DeleteBorderRequest.rb +81 -0
  127. data/lib/words_ruby_sdk/models/requests/DeleteBordersRequest.rb +77 -0
  128. data/lib/words_ruby_sdk/models/requests/DeleteCommentRequest.rb +77 -0
  129. data/lib/words_ruby_sdk/models/requests/DeleteDocumentMacrosRequest.rb +73 -0
  130. data/lib/words_ruby_sdk/models/requests/DeleteDocumentPropertyRequest.rb +77 -0
  131. data/lib/words_ruby_sdk/models/requests/DeleteDocumentWatermarkRequest.rb +73 -0
  132. data/lib/words_ruby_sdk/models/requests/DeleteDrawingObjectRequest.rb +81 -0
  133. data/lib/words_ruby_sdk/models/requests/DeleteFieldRequest.rb +81 -0
  134. data/lib/words_ruby_sdk/models/requests/DeleteFieldsRequest.rb +77 -0
  135. data/lib/words_ruby_sdk/models/requests/DeleteFootnoteRequest.rb +81 -0
  136. data/lib/words_ruby_sdk/models/requests/DeleteFormFieldRequest.rb +81 -0
  137. data/lib/words_ruby_sdk/models/requests/DeleteHeaderFooterRequest.rb +81 -0
  138. data/lib/words_ruby_sdk/models/requests/DeleteHeadersFootersRequest.rb +81 -0
  139. data/lib/words_ruby_sdk/models/requests/DeleteOfficeMathObjectRequest.rb +81 -0
  140. data/lib/words_ruby_sdk/models/requests/DeleteParagraphRequest.rb +81 -0
  141. data/lib/words_ruby_sdk/models/requests/DeleteRunRequest.rb +81 -0
  142. data/lib/words_ruby_sdk/models/requests/DeleteTableCellRequest.rb +81 -0
  143. data/lib/words_ruby_sdk/models/requests/DeleteTableRequest.rb +81 -0
  144. data/lib/words_ruby_sdk/models/requests/DeleteTableRowRequest.rb +81 -0
  145. data/lib/words_ruby_sdk/models/requests/DeleteUnprotectDocumentRequest.rb +69 -0
  146. data/lib/words_ruby_sdk/models/requests/GetBorderRequest.rb +69 -0
  147. data/lib/words_ruby_sdk/models/requests/GetBordersRequest.rb +65 -0
  148. data/lib/words_ruby_sdk/models/requests/GetCommentRequest.rb +65 -0
  149. data/lib/words_ruby_sdk/models/requests/GetCommentsRequest.rb +61 -0
  150. data/lib/words_ruby_sdk/models/requests/GetDocumentBookmarkByNameRequest.rb +65 -0
  151. data/lib/words_ruby_sdk/models/requests/GetDocumentBookmarksRequest.rb +61 -0
  152. data/lib/words_ruby_sdk/models/requests/GetDocumentDrawingObjectByIndexRequest.rb +69 -0
  153. data/lib/words_ruby_sdk/models/requests/GetDocumentDrawingObjectImageDataRequest.rb +69 -0
  154. data/lib/words_ruby_sdk/models/requests/GetDocumentDrawingObjectOleDataRequest.rb +69 -0
  155. data/lib/words_ruby_sdk/models/requests/GetDocumentDrawingObjectsRequest.rb +65 -0
  156. data/lib/words_ruby_sdk/models/requests/GetDocumentFieldNamesRequest.rb +65 -0
  157. data/lib/words_ruby_sdk/models/requests/GetDocumentHyperlinkByIndexRequest.rb +65 -0
  158. data/lib/words_ruby_sdk/models/requests/GetDocumentHyperlinksRequest.rb +61 -0
  159. data/lib/words_ruby_sdk/models/requests/GetDocumentParagraphRequest.rb +69 -0
  160. data/lib/words_ruby_sdk/models/requests/GetDocumentParagraphRunFontRequest.rb +69 -0
  161. data/lib/words_ruby_sdk/models/requests/GetDocumentParagraphRunRequest.rb +69 -0
  162. data/lib/words_ruby_sdk/models/requests/GetDocumentParagraphRunsRequest.rb +65 -0
  163. data/lib/words_ruby_sdk/models/requests/GetDocumentParagraphsRequest.rb +65 -0
  164. data/lib/words_ruby_sdk/models/requests/GetDocumentPropertiesRequest.rb +61 -0
  165. data/lib/words_ruby_sdk/models/requests/GetDocumentPropertyRequest.rb +65 -0
  166. data/lib/words_ruby_sdk/models/requests/GetDocumentProtectionRequest.rb +61 -0
  167. data/lib/words_ruby_sdk/models/requests/GetDocumentRequest.rb +61 -0
  168. data/lib/words_ruby_sdk/models/requests/GetDocumentStatisticsRequest.rb +73 -0
  169. data/lib/words_ruby_sdk/models/requests/GetDocumentTextItemsRequest.rb +61 -0
  170. data/lib/words_ruby_sdk/models/requests/GetDocumentWithFormatRequest.rb +73 -0
  171. data/lib/words_ruby_sdk/models/requests/GetFieldRequest.rb +69 -0
  172. data/lib/words_ruby_sdk/models/requests/GetFieldsRequest.rb +65 -0
  173. data/lib/words_ruby_sdk/models/requests/GetFootnoteRequest.rb +69 -0
  174. data/lib/words_ruby_sdk/models/requests/GetFootnotesRequest.rb +65 -0
  175. data/lib/words_ruby_sdk/models/requests/GetFormFieldRequest.rb +69 -0
  176. data/lib/words_ruby_sdk/models/requests/GetFormFieldsRequest.rb +65 -0
  177. data/lib/words_ruby_sdk/models/requests/GetHeaderFooterOfSectionRequest.rb +73 -0
  178. data/lib/words_ruby_sdk/models/requests/GetHeaderFooterRequest.rb +69 -0
  179. data/lib/words_ruby_sdk/models/requests/GetHeaderFootersRequest.rb +69 -0
  180. data/lib/words_ruby_sdk/models/requests/GetOfficeMathObjectRequest.rb +69 -0
  181. data/lib/words_ruby_sdk/models/requests/GetOfficeMathObjectsRequest.rb +65 -0
  182. data/lib/words_ruby_sdk/models/requests/GetSectionPageSetupRequest.rb +65 -0
  183. data/lib/words_ruby_sdk/models/requests/GetSectionRequest.rb +65 -0
  184. data/lib/words_ruby_sdk/models/requests/GetSectionsRequest.rb +61 -0
  185. data/lib/words_ruby_sdk/models/requests/GetTableCellFormatRequest.rb +69 -0
  186. data/lib/words_ruby_sdk/models/requests/GetTableCellRequest.rb +69 -0
  187. data/lib/words_ruby_sdk/models/requests/GetTablePropertiesRequest.rb +69 -0
  188. data/lib/words_ruby_sdk/models/requests/GetTableRequest.rb +69 -0
  189. data/lib/words_ruby_sdk/models/requests/GetTableRowFormatRequest.rb +69 -0
  190. data/lib/words_ruby_sdk/models/requests/GetTableRowRequest.rb +69 -0
  191. data/lib/words_ruby_sdk/models/requests/GetTablesRequest.rb +65 -0
  192. data/lib/words_ruby_sdk/models/requests/InsertTableCellRequest.rb +81 -0
  193. data/lib/words_ruby_sdk/models/requests/InsertTableRequest.rb +81 -0
  194. data/lib/words_ruby_sdk/models/requests/InsertTableRowRequest.rb +81 -0
  195. data/lib/words_ruby_sdk/models/requests/PostAppendDocumentRequest.rb +77 -0
  196. data/lib/words_ruby_sdk/models/requests/PostChangeDocumentProtectionRequest.rb +69 -0
  197. data/lib/words_ruby_sdk/models/requests/PostCommentRequest.rb +81 -0
  198. data/lib/words_ruby_sdk/models/requests/PostCompareDocumentRequest.rb +69 -0
  199. data/lib/words_ruby_sdk/models/requests/PostDocumentExecuteMailMergeRequest.rb +85 -0
  200. data/lib/words_ruby_sdk/models/requests/PostDocumentParagraphRunFontRequest.rb +85 -0
  201. data/lib/words_ruby_sdk/models/requests/PostDocumentSaveAsRequest.rb +73 -0
  202. data/lib/words_ruby_sdk/models/requests/PostDrawingObjectRequest.rb +89 -0
  203. data/lib/words_ruby_sdk/models/requests/PostExecuteTemplateRequest.rb +81 -0
  204. data/lib/words_ruby_sdk/models/requests/PostFieldRequest.rb +85 -0
  205. data/lib/words_ruby_sdk/models/requests/PostFootnoteRequest.rb +85 -0
  206. data/lib/words_ruby_sdk/models/requests/PostFormFieldRequest.rb +85 -0
  207. data/lib/words_ruby_sdk/models/requests/PostInsertDocumentWatermarkImageRequest.rb +85 -0
  208. data/lib/words_ruby_sdk/models/requests/PostInsertDocumentWatermarkTextRequest.rb +77 -0
  209. data/lib/words_ruby_sdk/models/requests/PostInsertPageNumbersRequest.rb +77 -0
  210. data/lib/words_ruby_sdk/models/requests/PostLoadWebDocumentRequest.rb +49 -0
  211. data/lib/words_ruby_sdk/models/requests/PostReplaceTextRequest.rb +77 -0
  212. data/lib/words_ruby_sdk/models/requests/PostRunRequest.rb +85 -0
  213. data/lib/words_ruby_sdk/models/requests/PostSplitDocumentRequest.rb +85 -0
  214. data/lib/words_ruby_sdk/models/requests/PostUpdateDocumentBookmarkRequest.rb +81 -0
  215. data/lib/words_ruby_sdk/models/requests/PostUpdateDocumentFieldsRequest.rb +65 -0
  216. data/lib/words_ruby_sdk/models/requests/PutCommentRequest.rb +77 -0
  217. data/lib/words_ruby_sdk/models/requests/PutConvertDocumentRequest.rb +65 -0
  218. data/lib/words_ruby_sdk/models/requests/PutCreateDocumentRequest.rb +53 -0
  219. data/lib/words_ruby_sdk/models/requests/PutDocumentFieldNamesRequest.rb +49 -0
  220. data/lib/words_ruby_sdk/models/requests/PutDocumentSaveAsTiffRequest.rb +145 -0
  221. data/lib/words_ruby_sdk/models/requests/PutDrawingObjectRequest.rb +85 -0
  222. data/lib/words_ruby_sdk/models/requests/PutExecuteMailMergeOnlineRequest.rb +61 -0
  223. data/lib/words_ruby_sdk/models/requests/PutExecuteTemplateOnlineRequest.rb +65 -0
  224. data/lib/words_ruby_sdk/models/requests/PutFieldRequest.rb +85 -0
  225. data/lib/words_ruby_sdk/models/requests/PutFootnoteRequest.rb +81 -0
  226. data/lib/words_ruby_sdk/models/requests/PutFormFieldRequest.rb +85 -0
  227. data/lib/words_ruby_sdk/models/requests/PutHeaderFooterRequest.rb +81 -0
  228. data/lib/words_ruby_sdk/models/requests/PutParagraphRequest.rb +85 -0
  229. data/lib/words_ruby_sdk/models/requests/PutProtectDocumentRequest.rb +69 -0
  230. data/lib/words_ruby_sdk/models/requests/PutRunRequest.rb +85 -0
  231. data/lib/words_ruby_sdk/models/requests/RejectAllRevisionsRequest.rb +65 -0
  232. data/lib/words_ruby_sdk/models/requests/RenderDrawingObjectRequest.rb +77 -0
  233. data/lib/words_ruby_sdk/models/requests/RenderMathObjectRequest.rb +77 -0
  234. data/lib/words_ruby_sdk/models/requests/RenderPageRequest.rb +73 -0
  235. data/lib/words_ruby_sdk/models/requests/RenderParagraphRequest.rb +77 -0
  236. data/lib/words_ruby_sdk/models/requests/RenderTableRequest.rb +77 -0
  237. data/lib/words_ruby_sdk/models/requests/ResetCacheRequest.rb +36 -0
  238. data/lib/words_ruby_sdk/models/requests/SearchRequest.rb +65 -0
  239. data/lib/words_ruby_sdk/models/requests/UpdateBorderRequest.rb +85 -0
  240. data/lib/words_ruby_sdk/models/requests/UpdateSectionPageSetupRequest.rb +81 -0
  241. data/lib/words_ruby_sdk/models/requests/UpdateTableCellFormatRequest.rb +85 -0
  242. data/lib/words_ruby_sdk/models/requests/UpdateTablePropertiesRequest.rb +85 -0
  243. data/lib/words_ruby_sdk/models/requests/UpdateTableRowFormatRequest.rb +85 -0
  244. data/lib/words_ruby_sdk/models/revisions_modification_response.rb +232 -0
  245. data/lib/words_ruby_sdk/models/rtf_save_options_data.rb +317 -0
  246. data/lib/words_ruby_sdk/models/run.rb +227 -0
  247. data/lib/words_ruby_sdk/models/run_link.rb +227 -0
  248. data/lib/words_ruby_sdk/models/run_response.rb +232 -0
  249. data/lib/words_ruby_sdk/models/runs.rb +219 -0
  250. data/lib/words_ruby_sdk/models/runs_response.rb +232 -0
  251. data/lib/words_ruby_sdk/models/save_options_data.rb +287 -0
  252. data/lib/words_ruby_sdk/models/save_response.rb +232 -0
  253. data/lib/words_ruby_sdk/models/save_result.rb +229 -0
  254. data/lib/words_ruby_sdk/models/search_response.rb +242 -0
  255. data/lib/words_ruby_sdk/models/search_result.rb +217 -0
  256. data/lib/words_ruby_sdk/models/search_results_collection.rb +219 -0
  257. data/lib/words_ruby_sdk/models/section.rb +259 -0
  258. data/lib/words_ruby_sdk/models/section_link.rb +207 -0
  259. data/lib/words_ruby_sdk/models/section_link_collection.rb +219 -0
  260. data/lib/words_ruby_sdk/models/section_link_collection_response.rb +232 -0
  261. data/lib/words_ruby_sdk/models/section_page_setup_response.rb +232 -0
  262. data/lib/words_ruby_sdk/models/section_response.rb +232 -0
  263. data/lib/words_ruby_sdk/models/split_document_response.rb +232 -0
  264. data/lib/words_ruby_sdk/models/split_document_result.rb +229 -0
  265. data/lib/words_ruby_sdk/models/stat_data_response.rb +242 -0
  266. data/lib/words_ruby_sdk/models/story_child_nodes.rb +209 -0
  267. data/lib/words_ruby_sdk/models/string_format_data.rb +348 -0
  268. data/lib/words_ruby_sdk/models/svg_save_options_data.rb +407 -0
  269. data/lib/words_ruby_sdk/models/table.rb +239 -0
  270. data/lib/words_ruby_sdk/models/table_cell.rb +229 -0
  271. data/lib/words_ruby_sdk/models/table_cell_format.rb +412 -0
  272. data/lib/words_ruby_sdk/models/table_cell_format_response.rb +232 -0
  273. data/lib/words_ruby_sdk/models/table_cell_insert.rb +207 -0
  274. data/lib/words_ruby_sdk/models/table_cell_response.rb +232 -0
  275. data/lib/words_ruby_sdk/models/table_insert.rb +237 -0
  276. data/lib/words_ruby_sdk/models/table_link.rb +217 -0
  277. data/lib/words_ruby_sdk/models/table_link_collection.rb +219 -0
  278. data/lib/words_ruby_sdk/models/table_link_collection_response.rb +232 -0
  279. data/lib/words_ruby_sdk/models/table_properties.rb +432 -0
  280. data/lib/words_ruby_sdk/models/table_properties_response.rb +232 -0
  281. data/lib/words_ruby_sdk/models/table_response.rb +232 -0
  282. data/lib/words_ruby_sdk/models/table_row.rb +239 -0
  283. data/lib/words_ruby_sdk/models/table_row_format.rb +284 -0
  284. data/lib/words_ruby_sdk/models/table_row_format_response.rb +232 -0
  285. data/lib/words_ruby_sdk/models/table_row_insert.rb +222 -0
  286. data/lib/words_ruby_sdk/models/table_row_response.rb +232 -0
  287. data/lib/words_ruby_sdk/models/text_item.rb +217 -0
  288. data/lib/words_ruby_sdk/models/text_items.rb +219 -0
  289. data/lib/words_ruby_sdk/models/text_items_response.rb +232 -0
  290. data/lib/words_ruby_sdk/models/text_save_options_data.rb +347 -0
  291. data/lib/words_ruby_sdk/models/tiff_save_options_data.rb +497 -0
  292. data/lib/words_ruby_sdk/models/watermark_text.rb +222 -0
  293. data/lib/words_ruby_sdk/models/word_ml_save_options_data.rb +297 -0
  294. data/lib/words_ruby_sdk/models/words_api_error_response.rb +232 -0
  295. data/lib/words_ruby_sdk/models/words_api_link.rb +237 -0
  296. data/lib/words_ruby_sdk/models/xaml_fixed_save_options_data.rb +367 -0
  297. data/lib/words_ruby_sdk/models/xaml_flow_save_options_data.rb +307 -0
  298. data/lib/words_ruby_sdk/models/xml_color.rb +222 -0
  299. data/lib/words_ruby_sdk/models/xps_save_options_data.rb +387 -0
  300. data/lib/words_ruby_sdk/version.rb +29 -0
  301. metadata +412 -0
@@ -0,0 +1,432 @@
1
+
2
+ require 'date'
3
+
4
+ module WordsRubySdk
5
+ #
6
+ # --------------------------------------------------------------------------------------------------------------------
7
+ # <copyright company="Aspose" file="TableProperties.rb">
8
+ # Copyright (c) 2017 Aspose.Words for Cloud
9
+ # </copyright>
10
+ # <summary>
11
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
12
+ # of this software and associated documentation files (the "Software"), to deal
13
+ # in the Software without restriction, including without limitation the rights
14
+ # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15
+ # copies of the Software, and to permit persons to whom the Software is
16
+ # furnished to do so, subject to the following conditions:
17
+ #
18
+ # The above copyright notice and this permission notice shall be included in all
19
+ # copies or substantial portions of the Software.
20
+ #
21
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26
+ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27
+ # SOFTWARE.
28
+ # </summary>
29
+ # --------------------------------------------------------------------------------------------------------------------
30
+ #
31
+
32
+ # Represents the table properties.
33
+ class TableProperties
34
+ # Link to the document.
35
+ attr_accessor :link
36
+
37
+ # Specifies how an inline table is aligned in the document.
38
+ attr_accessor :alignment
39
+
40
+ # Allows Microsoft Word and Aspose.Words to automatically resize cells in a table to fit their contents.
41
+ attr_accessor :allow_auto_fit
42
+
43
+ # Gets or sets whether this is a right-to-left table.
44
+ attr_accessor :bidi
45
+
46
+ # Gets or sets the amount of space (in points) to add below the contents of cells.
47
+ attr_accessor :bottom_padding
48
+
49
+ # Gets or sets the amount of space (in points) between the cells.
50
+ attr_accessor :cell_spacing
51
+
52
+ # Gets or sets the value that represents the left indent of the table.
53
+ attr_accessor :left_indent
54
+
55
+ # Gets or sets the amount of space (in points) to add to the left of the contents of cells.
56
+ attr_accessor :left_padding
57
+
58
+ # Gets or sets the table preferred width. Preferred width can be specified as a percentage, number of points or a special \"auto\" value.
59
+ attr_accessor :preferred_width
60
+
61
+ # Gets or sets the amount of space (in points) to add to the right of the contents of cells.
62
+ attr_accessor :right_padding
63
+
64
+ # Gets or sets the locale independent style identifier of the table style applied to this table.
65
+ attr_accessor :style_identifier
66
+
67
+ # Gets or sets the name of the table style applied to this table.
68
+ attr_accessor :style_name
69
+
70
+ # Gets or sets bit flags that specify how a table style is applied to this table.
71
+ attr_accessor :style_options
72
+
73
+ # Get or sets TextWrapping for table.
74
+ attr_accessor :text_wrapping
75
+
76
+ # Gets or sets the amount of space (in points) to add above the contents of cells.
77
+ attr_accessor :top_padding
78
+
79
+ class EnumAttributeValidator
80
+ attr_reader :datatype
81
+ attr_reader :allowable_values
82
+
83
+ def initialize(datatype, allowable_values)
84
+ @allowable_values = allowable_values.map do |value|
85
+ case datatype.to_s
86
+ when /Integer/i
87
+ value.to_i
88
+ when /Float/i
89
+ value.to_f
90
+ else
91
+ value
92
+ end
93
+ end
94
+ end
95
+
96
+ def valid?(value)
97
+ !value || allowable_values.include?(value)
98
+ end
99
+ end
100
+
101
+ # Attribute mapping from ruby-style variable name to JSON key.
102
+ def self.attribute_map
103
+ {
104
+ :'link' => :'link',
105
+ :'alignment' => :'Alignment',
106
+ :'allow_auto_fit' => :'AllowAutoFit',
107
+ :'bidi' => :'Bidi',
108
+ :'bottom_padding' => :'BottomPadding',
109
+ :'cell_spacing' => :'CellSpacing',
110
+ :'left_indent' => :'LeftIndent',
111
+ :'left_padding' => :'LeftPadding',
112
+ :'preferred_width' => :'PreferredWidth',
113
+ :'right_padding' => :'RightPadding',
114
+ :'style_identifier' => :'StyleIdentifier',
115
+ :'style_name' => :'StyleName',
116
+ :'style_options' => :'StyleOptions',
117
+ :'text_wrapping' => :'TextWrapping',
118
+ :'top_padding' => :'TopPadding'
119
+ }
120
+ end
121
+
122
+ # Attribute type mapping.
123
+ def self.swagger_types
124
+ {
125
+ :'link' => :'WordsApiLink',
126
+ :'alignment' => :'String',
127
+ :'allow_auto_fit' => :'BOOLEAN',
128
+ :'bidi' => :'BOOLEAN',
129
+ :'bottom_padding' => :'Float',
130
+ :'cell_spacing' => :'Float',
131
+ :'left_indent' => :'Float',
132
+ :'left_padding' => :'Float',
133
+ :'preferred_width' => :'PreferredWidth',
134
+ :'right_padding' => :'Float',
135
+ :'style_identifier' => :'String',
136
+ :'style_name' => :'String',
137
+ :'style_options' => :'String',
138
+ :'text_wrapping' => :'String',
139
+ :'top_padding' => :'Float'
140
+ }
141
+ end
142
+
143
+ # Initializes the object
144
+ # @param [Hash] attributes Model attributes in the form of hash
145
+ def initialize(attributes = {})
146
+ return unless attributes.is_a?(Hash)
147
+
148
+ # convert string to symbol for hash key
149
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
150
+
151
+ if attributes.key?(:'link')
152
+ self.link = attributes[:'link']
153
+ end
154
+
155
+ if attributes.key?(:'Alignment')
156
+ self.alignment = attributes[:'Alignment']
157
+ end
158
+
159
+ if attributes.key?(:'AllowAutoFit')
160
+ self.allow_auto_fit = attributes[:'AllowAutoFit']
161
+ end
162
+
163
+ if attributes.key?(:'Bidi')
164
+ self.bidi = attributes[:'Bidi']
165
+ end
166
+
167
+ if attributes.key?(:'BottomPadding')
168
+ self.bottom_padding = attributes[:'BottomPadding']
169
+ end
170
+
171
+ if attributes.key?(:'CellSpacing')
172
+ self.cell_spacing = attributes[:'CellSpacing']
173
+ end
174
+
175
+ if attributes.key?(:'LeftIndent')
176
+ self.left_indent = attributes[:'LeftIndent']
177
+ end
178
+
179
+ if attributes.key?(:'LeftPadding')
180
+ self.left_padding = attributes[:'LeftPadding']
181
+ end
182
+
183
+ if attributes.key?(:'PreferredWidth')
184
+ self.preferred_width = attributes[:'PreferredWidth']
185
+ end
186
+
187
+ if attributes.key?(:'RightPadding')
188
+ self.right_padding = attributes[:'RightPadding']
189
+ end
190
+
191
+ if attributes.key?(:'StyleIdentifier')
192
+ self.style_identifier = attributes[:'StyleIdentifier']
193
+ end
194
+
195
+ if attributes.key?(:'StyleName')
196
+ self.style_name = attributes[:'StyleName']
197
+ end
198
+
199
+ if attributes.key?(:'StyleOptions')
200
+ self.style_options = attributes[:'StyleOptions']
201
+ end
202
+
203
+ if attributes.key?(:'TextWrapping')
204
+ self.text_wrapping = attributes[:'TextWrapping']
205
+ end
206
+
207
+ if attributes.key?(:'TopPadding')
208
+ self.top_padding = attributes[:'TopPadding']
209
+ end
210
+
211
+ end
212
+
213
+ # Show invalid properties with the reasons. Usually used together with valid?
214
+ # @return Array for valid properies with the reasons
215
+ def list_invalid_properties
216
+ invalid_properties = []
217
+ return invalid_properties
218
+ end
219
+
220
+ # Check to see if the all the properties in the model are valid
221
+ # @return true if the model is valid
222
+ def valid?
223
+ alignment_validator = EnumAttributeValidator.new('String', %w["Left", "Center", "Right"])
224
+ return false unless alignment_validator.valid?(@alignment)
225
+ style_identifier_validator = EnumAttributeValidator.new('String', %w["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"])
226
+ return false unless style_identifier_validator.valid?(@style_identifier)
227
+ style_options_validator = EnumAttributeValidator.new('String', %w["None", "FirstRow", "LastRow", "FirstColumn", "LastColumn", "RowBands", "Default", "ColumnBands", "Default2003"])
228
+ return false unless style_options_validator.valid?(@style_options)
229
+ text_wrapping_validator = EnumAttributeValidator.new('String', %w["Default", "None", "Around"])
230
+ return false unless text_wrapping_validator.valid?(@text_wrapping)
231
+ return true
232
+ end
233
+
234
+ # Custom attribute writer method checking allowed values (enum).
235
+ # @param [Object] alignment Object to be assigned
236
+ def alignment=(alignment)
237
+ validator = EnumAttributeValidator.new('String', %w["Left", "Center", "Right"])
238
+ if alignment.to_i == 0
239
+ unless validator.valid?(alignment)
240
+ raise ArgumentError, "invalid value for 'alignment', must be one of #{validator.allowable_values}."
241
+ end
242
+ @alignment = alignment
243
+ else
244
+ @alignment = validator.allowable_values[alignment.to_i]
245
+ end
246
+ end
247
+
248
+ # Custom attribute writer method checking allowed values (enum).
249
+ # @param [Object] style_identifier Object to be assigned
250
+ def style_identifier=(style_identifier)
251
+ validator = EnumAttributeValidator.new('String', %w["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"])
252
+ if style_identifier.to_i == 0
253
+ unless validator.valid?(style_identifier)
254
+ raise ArgumentError, "invalid value for 'style_identifier', must be one of #{validator.allowable_values}."
255
+ end
256
+ @style_identifier = style_identifier
257
+ else
258
+ @style_identifier = validator.allowable_values[style_identifier.to_i]
259
+ end
260
+ end
261
+
262
+ # Custom attribute writer method checking allowed values (enum).
263
+ # @param [Object] style_options Object to be assigned
264
+ def style_options=(style_options)
265
+ validator = EnumAttributeValidator.new('String', %w["None", "FirstRow", "LastRow", "FirstColumn", "LastColumn", "RowBands", "Default", "ColumnBands", "Default2003"])
266
+ if style_options.to_i == 0
267
+ unless validator.valid?(style_options)
268
+ raise ArgumentError, "invalid value for 'style_options', must be one of #{validator.allowable_values}."
269
+ end
270
+ @style_options = style_options
271
+ else
272
+ @style_options = validator.allowable_values[style_options.to_i]
273
+ end
274
+ end
275
+
276
+ # Custom attribute writer method checking allowed values (enum).
277
+ # @param [Object] text_wrapping Object to be assigned
278
+ def text_wrapping=(text_wrapping)
279
+ validator = EnumAttributeValidator.new('String', %w["Default", "None", "Around"])
280
+ if text_wrapping.to_i == 0
281
+ unless validator.valid?(text_wrapping)
282
+ raise ArgumentError, "invalid value for 'text_wrapping', must be one of #{validator.allowable_values}."
283
+ end
284
+ @text_wrapping = text_wrapping
285
+ else
286
+ @text_wrapping = validator.allowable_values[text_wrapping.to_i]
287
+ end
288
+ end
289
+
290
+ # Checks equality by comparing each attribute.
291
+ # @param [Object] Object to be compared
292
+ def ==(other)
293
+ return true if self.equal?(other)
294
+ self.class == other.class &&
295
+ link == other.link &&
296
+ alignment == other.alignment &&
297
+ allow_auto_fit == other.allow_auto_fit &&
298
+ bidi == other.bidi &&
299
+ bottom_padding == other.bottom_padding &&
300
+ cell_spacing == other.cell_spacing &&
301
+ left_indent == other.left_indent &&
302
+ left_padding == other.left_padding &&
303
+ preferred_width == other.preferred_width &&
304
+ right_padding == other.right_padding &&
305
+ style_identifier == other.style_identifier &&
306
+ style_name == other.style_name &&
307
+ style_options == other.style_options &&
308
+ text_wrapping == other.text_wrapping &&
309
+ top_padding == other.top_padding
310
+ end
311
+
312
+ # @see the `==` method
313
+ # @param [Object] Object to be compared
314
+ def eql?(other)
315
+ self == other
316
+ end
317
+
318
+ # Calculates hash code according to all attributes.
319
+ # @return [Fixnum] Hash code
320
+ def hash
321
+ [link, alignment, allow_auto_fit, bidi, bottom_padding, cell_spacing, left_indent, left_padding, preferred_width, right_padding, style_identifier, style_name, style_options, text_wrapping, top_padding].hash
322
+ end
323
+
324
+ # Builds the object from hash
325
+ # @param [Hash] attributes Model attributes in the form of hash
326
+ # @return [Object] Returns the model itself
327
+ def build_from_hash(attributes)
328
+ return nil unless attributes.is_a?(Hash)
329
+ self.class.swagger_types.each_pair do |key, type|
330
+ if type =~ /\AArray<(.*)>/i
331
+ # check to ensure the input is an array given that the the attribute
332
+ # is documented as an array but the input is not
333
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
334
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
335
+ end
336
+ elsif !attributes[self.class.attribute_map[key]].nil?
337
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
338
+ end
339
+ # or else data not found in attributes(hash), not an issue as the data can be optional
340
+ end
341
+
342
+ self
343
+ end
344
+
345
+ # Deserializes the data based on type
346
+ # @param string type Data type
347
+ # @param string value Value to be deserialized
348
+ # @return [Object] Deserialized data
349
+ def _deserialize(type, value)
350
+ case type.to_sym
351
+ when :DateTime
352
+ Time.at(/\d/.match(value)[0].to_f).to_datetime
353
+ when :Date
354
+ Time.at(/\d/.match(value)[0].to_f).to_date
355
+ when :String
356
+ value.to_s
357
+ when :Integer
358
+ value.to_i
359
+ when :Float
360
+ value.to_f
361
+ when :BOOLEAN
362
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
363
+ true
364
+ else
365
+ false
366
+ end
367
+ when :Object
368
+ # generic object (usually a Hash), return directly
369
+ value
370
+ when /\AArray<(?<inner_type>.+)>\z/
371
+ inner_type = Regexp.last_match[:inner_type]
372
+ value.map { |v| _deserialize(inner_type, v) }
373
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
374
+ k_type = Regexp.last_match[:k_type]
375
+ v_type = Regexp.last_match[:v_type]
376
+ {}.tap do |hash|
377
+ value.each do |k, v|
378
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
379
+ end
380
+ end
381
+ else
382
+ # model
383
+ temp_model = WordsRubySdk.const_get(type).new
384
+ temp_model.build_from_hash(value)
385
+ end
386
+ end
387
+
388
+ # Returns the string representation of the object
389
+ # @return [String] String presentation of the object
390
+ def to_s
391
+ to_hash.to_s
392
+ end
393
+
394
+ # to_body is an alias to to_hash (backward compatibility)
395
+ # @return [Hash] Returns the object in the form of hash
396
+ def to_body
397
+ to_hash
398
+ end
399
+
400
+ # Returns the object in the form of hash
401
+ # @return [Hash] Returns the object in the form of hash
402
+ def to_hash
403
+ hash = {}
404
+ self.class.attribute_map.each_pair do |attr, param|
405
+ value = self.send(attr)
406
+ next if value.nil?
407
+ hash[param] = _to_hash(value)
408
+ end
409
+ hash
410
+ end
411
+
412
+ # Outputs non-array value in the form of hash
413
+ # For object, use to_hash. Otherwise, just return the value
414
+ # @param [Object] value Any valid value
415
+ # @return [Hash] Returns the value in the form of hash
416
+ def _to_hash(value)
417
+ if value.is_a?(Array)
418
+ value.compact.map { |v| _to_hash(v) }
419
+ elsif value.is_a?(Hash)
420
+ {}.tap do |hash|
421
+ value.each { |k, v| hash[k] = _to_hash(v) }
422
+ end
423
+ elsif value.respond_to? :to_hash
424
+ value.to_hash
425
+ else
426
+ value
427
+ end
428
+ end
429
+
430
+ end
431
+
432
+ end
@@ -0,0 +1,232 @@
1
+
2
+ require 'date'
3
+
4
+ module WordsRubySdk
5
+ #
6
+ # --------------------------------------------------------------------------------------------------------------------
7
+ # <copyright company="Aspose" file="TablePropertiesResponse.rb">
8
+ # Copyright (c) 2017 Aspose.Words for Cloud
9
+ # </copyright>
10
+ # <summary>
11
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
12
+ # of this software and associated documentation files (the "Software"), to deal
13
+ # in the Software without restriction, including without limitation the rights
14
+ # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15
+ # copies of the Software, and to permit persons to whom the Software is
16
+ # furnished to do so, subject to the following conditions:
17
+ #
18
+ # The above copyright notice and this permission notice shall be included in all
19
+ # copies or substantial portions of the Software.
20
+ #
21
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26
+ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27
+ # SOFTWARE.
28
+ # </summary>
29
+ # --------------------------------------------------------------------------------------------------------------------
30
+ #
31
+
32
+ # This response should be returned by the service when handling: GET http://api.aspose.com/v1.1/words/Test.doc/tables/{0}/properties
33
+ class TablePropertiesResponse
34
+ # Response status code.
35
+ attr_accessor :code
36
+
37
+ # Response status.
38
+ attr_accessor :status
39
+
40
+ # Table.
41
+ attr_accessor :properties
42
+
43
+
44
+ # Attribute mapping from ruby-style variable name to JSON key.
45
+ def self.attribute_map
46
+ {
47
+ :'code' => :'Code',
48
+ :'status' => :'Status',
49
+ :'properties' => :'Properties'
50
+ }
51
+ end
52
+
53
+ # Attribute type mapping.
54
+ def self.swagger_types
55
+ {
56
+ :'code' => :'Integer',
57
+ :'status' => :'String',
58
+ :'properties' => :'TableProperties'
59
+ }
60
+ end
61
+
62
+ # Initializes the object
63
+ # @param [Hash] attributes Model attributes in the form of hash
64
+ def initialize(attributes = {})
65
+ return unless attributes.is_a?(Hash)
66
+
67
+ # convert string to symbol for hash key
68
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
69
+
70
+ if attributes.key?(:'Code')
71
+ self.code = attributes[:'Code']
72
+ end
73
+
74
+ if attributes.key?(:'Status')
75
+ self.status = attributes[:'Status']
76
+ end
77
+
78
+ if attributes.key?(:'Properties')
79
+ self.properties = attributes[:'Properties']
80
+ end
81
+
82
+ end
83
+
84
+ # Show invalid properties with the reasons. Usually used together with valid?
85
+ # @return Array for valid properies with the reasons
86
+ def list_invalid_properties
87
+ invalid_properties = []
88
+ if @code.nil?
89
+ invalid_properties.push("invalid value for 'code', code cannot be nil.")
90
+ end
91
+
92
+ return invalid_properties
93
+ end
94
+
95
+ # Check to see if the all the properties in the model are valid
96
+ # @return true if the model is valid
97
+ def valid?
98
+ return false if @code.nil?
99
+ return true
100
+ end
101
+
102
+ # Checks equality by comparing each attribute.
103
+ # @param [Object] Object to be compared
104
+ def ==(other)
105
+ return true if self.equal?(other)
106
+ self.class == other.class &&
107
+ code == other.code &&
108
+ status == other.status &&
109
+ properties == other.properties
110
+ end
111
+
112
+ # @see the `==` method
113
+ # @param [Object] Object to be compared
114
+ def eql?(other)
115
+ self == other
116
+ end
117
+
118
+ # Calculates hash code according to all attributes.
119
+ # @return [Fixnum] Hash code
120
+ def hash
121
+ [code, status, properties].hash
122
+ end
123
+
124
+ # Builds the object from hash
125
+ # @param [Hash] attributes Model attributes in the form of hash
126
+ # @return [Object] Returns the model itself
127
+ def build_from_hash(attributes)
128
+ return nil unless attributes.is_a?(Hash)
129
+ self.class.swagger_types.each_pair do |key, type|
130
+ if type =~ /\AArray<(.*)>/i
131
+ # check to ensure the input is an array given that the the attribute
132
+ # is documented as an array but the input is not
133
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
134
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
135
+ end
136
+ elsif !attributes[self.class.attribute_map[key]].nil?
137
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
138
+ end
139
+ # or else data not found in attributes(hash), not an issue as the data can be optional
140
+ end
141
+
142
+ self
143
+ end
144
+
145
+ # Deserializes the data based on type
146
+ # @param string type Data type
147
+ # @param string value Value to be deserialized
148
+ # @return [Object] Deserialized data
149
+ def _deserialize(type, value)
150
+ case type.to_sym
151
+ when :DateTime
152
+ Time.at(/\d/.match(value)[0].to_f).to_datetime
153
+ when :Date
154
+ Time.at(/\d/.match(value)[0].to_f).to_date
155
+ when :String
156
+ value.to_s
157
+ when :Integer
158
+ value.to_i
159
+ when :Float
160
+ value.to_f
161
+ when :BOOLEAN
162
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
163
+ true
164
+ else
165
+ false
166
+ end
167
+ when :Object
168
+ # generic object (usually a Hash), return directly
169
+ value
170
+ when /\AArray<(?<inner_type>.+)>\z/
171
+ inner_type = Regexp.last_match[:inner_type]
172
+ value.map { |v| _deserialize(inner_type, v) }
173
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
174
+ k_type = Regexp.last_match[:k_type]
175
+ v_type = Regexp.last_match[:v_type]
176
+ {}.tap do |hash|
177
+ value.each do |k, v|
178
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
179
+ end
180
+ end
181
+ else
182
+ # model
183
+ temp_model = WordsRubySdk.const_get(type).new
184
+ temp_model.build_from_hash(value)
185
+ end
186
+ end
187
+
188
+ # Returns the string representation of the object
189
+ # @return [String] String presentation of the object
190
+ def to_s
191
+ to_hash.to_s
192
+ end
193
+
194
+ # to_body is an alias to to_hash (backward compatibility)
195
+ # @return [Hash] Returns the object in the form of hash
196
+ def to_body
197
+ to_hash
198
+ end
199
+
200
+ # Returns the object in the form of hash
201
+ # @return [Hash] Returns the object in the form of hash
202
+ def to_hash
203
+ hash = {}
204
+ self.class.attribute_map.each_pair do |attr, param|
205
+ value = self.send(attr)
206
+ next if value.nil?
207
+ hash[param] = _to_hash(value)
208
+ end
209
+ hash
210
+ end
211
+
212
+ # Outputs non-array value in the form of hash
213
+ # For object, use to_hash. Otherwise, just return the value
214
+ # @param [Object] value Any valid value
215
+ # @return [Hash] Returns the value in the form of hash
216
+ def _to_hash(value)
217
+ if value.is_a?(Array)
218
+ value.compact.map { |v| _to_hash(v) }
219
+ elsif value.is_a?(Hash)
220
+ {}.tap do |hash|
221
+ value.each { |k, v| hash[k] = _to_hash(v) }
222
+ end
223
+ elsif value.respond_to? :to_hash
224
+ value.to_hash
225
+ else
226
+ value
227
+ end
228
+ end
229
+
230
+ end
231
+
232
+ end