aspose_words_cloud 19.12.0 → 20.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (437) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aspose_words_cloud.rb +290 -234
  3. data/lib/aspose_words_cloud/api/words_api.rb +19429 -14971
  4. data/lib/aspose_words_cloud/api_client.rb +412 -405
  5. data/lib/aspose_words_cloud/api_error.rb +58 -58
  6. data/lib/aspose_words_cloud/configuration.rb +157 -173
  7. data/lib/aspose_words_cloud/models/available_fonts_response.rb +243 -243
  8. data/lib/aspose_words_cloud/models/bmp_save_options_data.rb +532 -477
  9. data/lib/aspose_words_cloud/models/bookmark.rb +226 -227
  10. data/lib/aspose_words_cloud/models/bookmark_data.rb +217 -217
  11. data/lib/aspose_words_cloud/models/bookmark_response.rb +216 -217
  12. data/lib/aspose_words_cloud/models/bookmarks.rb +218 -219
  13. data/lib/aspose_words_cloud/models/bookmarks_outline_level_data.rb +217 -222
  14. data/lib/aspose_words_cloud/models/bookmarks_response.rb +216 -217
  15. data/lib/aspose_words_cloud/models/border.rb +318 -320
  16. data/lib/aspose_words_cloud/models/border_response.rb +216 -217
  17. data/lib/aspose_words_cloud/models/borders_collection.rb +218 -219
  18. data/lib/aspose_words_cloud/models/borders_response.rb +216 -217
  19. data/lib/aspose_words_cloud/models/classification_response.rb +239 -239
  20. data/lib/aspose_words_cloud/models/classification_result.rb +217 -222
  21. data/lib/aspose_words_cloud/models/comment.rb +273 -277
  22. data/lib/aspose_words_cloud/models/comment_base.rb +255 -0
  23. data/lib/aspose_words_cloud/models/comment_insert.rb +255 -0
  24. data/lib/aspose_words_cloud/models/comment_link.rb +206 -207
  25. data/lib/aspose_words_cloud/models/comment_response.rb +216 -217
  26. data/lib/aspose_words_cloud/models/comment_update.rb +255 -0
  27. data/lib/aspose_words_cloud/models/comments_collection.rb +218 -219
  28. data/lib/aspose_words_cloud/models/comments_response.rb +216 -217
  29. data/lib/aspose_words_cloud/models/compare_data.rb +236 -227
  30. data/lib/aspose_words_cloud/models/compare_options.rb +324 -0
  31. data/lib/aspose_words_cloud/models/csv_data_load_options.rb +237 -0
  32. data/lib/aspose_words_cloud/models/doc_save_options_data.rb +374 -327
  33. data/lib/aspose_words_cloud/models/document.rb +295 -311
  34. data/lib/aspose_words_cloud/models/document_entry.rb +217 -217
  35. data/lib/aspose_words_cloud/models/document_entry_list.rb +209 -209
  36. data/lib/aspose_words_cloud/models/document_position.rb +216 -217
  37. data/lib/aspose_words_cloud/models/document_properties.rb +218 -219
  38. data/lib/aspose_words_cloud/models/document_properties_response.rb +216 -217
  39. data/lib/aspose_words_cloud/models/document_property.rb +236 -237
  40. data/lib/aspose_words_cloud/models/document_property_base.rb +207 -0
  41. data/lib/aspose_words_cloud/models/document_property_create_or_update.rb +207 -0
  42. data/lib/aspose_words_cloud/models/document_property_response.rb +216 -217
  43. data/lib/aspose_words_cloud/models/document_response.rb +216 -217
  44. data/lib/aspose_words_cloud/models/document_stat_data.rb +248 -264
  45. data/lib/aspose_words_cloud/models/downsample_options_data.rb +227 -227
  46. data/lib/aspose_words_cloud/models/drawing_object.rb +385 -388
  47. data/lib/aspose_words_cloud/models/drawing_object_collection.rb +218 -219
  48. data/lib/aspose_words_cloud/models/drawing_object_insert.rb +345 -0
  49. data/lib/aspose_words_cloud/models/drawing_object_link.rb +216 -217
  50. data/lib/aspose_words_cloud/models/drawing_object_response.rb +216 -217
  51. data/lib/aspose_words_cloud/models/drawing_object_update.rb +336 -0
  52. data/lib/aspose_words_cloud/models/drawing_objects_response.rb +216 -217
  53. data/lib/aspose_words_cloud/models/emf_save_options_data.rb +532 -477
  54. data/lib/aspose_words_cloud/models/epub_save_options_data.rb +782 -756
  55. data/lib/aspose_words_cloud/models/error.rb +236 -237
  56. data/lib/aspose_words_cloud/models/error_details.rb +217 -222
  57. data/lib/aspose_words_cloud/models/field.rb +246 -247
  58. data/lib/aspose_words_cloud/models/field_base.rb +217 -0
  59. data/lib/aspose_words_cloud/models/field_collection.rb +218 -219
  60. data/lib/aspose_words_cloud/models/field_insert.rb +217 -0
  61. data/lib/aspose_words_cloud/models/field_link.rb +226 -227
  62. data/lib/aspose_words_cloud/models/field_names.rb +218 -219
  63. data/lib/aspose_words_cloud/models/field_names_response.rb +216 -217
  64. data/lib/aspose_words_cloud/models/field_response.rb +216 -217
  65. data/lib/aspose_words_cloud/models/field_update.rb +217 -0
  66. data/lib/aspose_words_cloud/models/fields_response.rb +216 -217
  67. data/lib/aspose_words_cloud/models/file_link.rb +237 -237
  68. data/lib/aspose_words_cloud/models/files_list.rb +209 -209
  69. data/lib/aspose_words_cloud/models/files_upload_result.rb +221 -221
  70. data/lib/aspose_words_cloud/models/fixed_page_save_options_data.rb +403 -347
  71. data/lib/aspose_words_cloud/models/font.rb +671 -676
  72. data/lib/aspose_words_cloud/models/font_info.rb +237 -237
  73. data/lib/aspose_words_cloud/models/font_response.rb +216 -217
  74. data/lib/aspose_words_cloud/models/footnote.rb +301 -304
  75. data/lib/aspose_words_cloud/models/footnote_base.rb +273 -0
  76. data/lib/aspose_words_cloud/models/footnote_collection.rb +218 -219
  77. data/lib/aspose_words_cloud/models/footnote_insert.rb +273 -0
  78. data/lib/aspose_words_cloud/models/footnote_link.rb +216 -217
  79. data/lib/aspose_words_cloud/models/footnote_response.rb +216 -217
  80. data/lib/aspose_words_cloud/models/footnote_update.rb +273 -0
  81. data/lib/aspose_words_cloud/models/footnotes_response.rb +216 -217
  82. data/lib/aspose_words_cloud/models/footnotes_stat_data.rb +217 -227
  83. data/lib/aspose_words_cloud/models/form_field.rb +306 -307
  84. data/lib/aspose_words_cloud/models/form_field_checkbox.rb +336 -337
  85. data/lib/aspose_words_cloud/models/form_field_collection.rb +218 -219
  86. data/lib/aspose_words_cloud/models/form_field_drop_down.rb +328 -329
  87. data/lib/aspose_words_cloud/models/form_field_response.rb +216 -217
  88. data/lib/aspose_words_cloud/models/form_field_text_input.rb +383 -384
  89. data/lib/aspose_words_cloud/models/form_fields_response.rb +216 -217
  90. data/lib/aspose_words_cloud/models/gif_save_options_data.rb +532 -477
  91. data/lib/aspose_words_cloud/models/graphics_quality_options_data.rb +357 -358
  92. data/lib/aspose_words_cloud/models/header_footer.rb +283 -286
  93. data/lib/aspose_words_cloud/models/header_footer_link.rb +253 -254
  94. data/lib/aspose_words_cloud/models/header_footer_link_collection.rb +218 -219
  95. data/lib/aspose_words_cloud/models/header_footer_response.rb +216 -217
  96. data/lib/aspose_words_cloud/models/header_footers_response.rb +216 -217
  97. data/lib/aspose_words_cloud/models/html_fixed_save_options_data.rb +543 -477
  98. data/lib/aspose_words_cloud/models/html_save_options_data.rb +772 -746
  99. data/lib/aspose_words_cloud/models/hyperlink.rb +226 -227
  100. data/lib/aspose_words_cloud/models/hyperlink_response.rb +216 -217
  101. data/lib/aspose_words_cloud/models/hyperlinks.rb +218 -219
  102. data/lib/aspose_words_cloud/models/hyperlinks_response.rb +216 -217
  103. data/lib/aspose_words_cloud/models/image_save_options_data.rb +532 -477
  104. data/lib/aspose_words_cloud/models/jpeg_save_options_data.rb +532 -477
  105. data/lib/aspose_words_cloud/models/link.rb +237 -237
  106. data/lib/aspose_words_cloud/models/link_element.rb +206 -207
  107. data/lib/aspose_words_cloud/models/list_format.rb +236 -0
  108. data/lib/aspose_words_cloud/models/list_format_update.rb +217 -0
  109. data/lib/aspose_words_cloud/models/list_info.rb +274 -0
  110. data/lib/aspose_words_cloud/models/list_insert.rb +244 -0
  111. data/lib/aspose_words_cloud/models/list_level.rb +393 -0
  112. data/lib/aspose_words_cloud/models/list_level_update.rb +366 -0
  113. data/lib/aspose_words_cloud/models/list_levels.rb +218 -0
  114. data/lib/aspose_words_cloud/models/list_response.rb +216 -0
  115. data/lib/aspose_words_cloud/models/list_update.rb +207 -0
  116. data/lib/aspose_words_cloud/models/lists.rb +218 -0
  117. data/lib/aspose_words_cloud/models/lists_response.rb +216 -0
  118. data/lib/aspose_words_cloud/models/load_web_document_data.rb +216 -217
  119. data/lib/aspose_words_cloud/models/metafile_rendering_options_data.rb +247 -247
  120. data/lib/aspose_words_cloud/models/mhtml_save_options_data.rb +782 -756
  121. data/lib/aspose_words_cloud/models/modification_operation_result.rb +215 -217
  122. data/lib/aspose_words_cloud/models/node_link.rb +216 -217
  123. data/lib/aspose_words_cloud/models/odt_save_options_data.rb +390 -354
  124. data/lib/aspose_words_cloud/models/office_math_link.rb +216 -217
  125. data/lib/aspose_words_cloud/models/office_math_object.rb +324 -326
  126. data/lib/aspose_words_cloud/models/office_math_object_response.rb +216 -217
  127. data/lib/aspose_words_cloud/models/office_math_objects_collection.rb +218 -219
  128. data/lib/aspose_words_cloud/models/office_math_objects_response.rb +216 -217
  129. data/lib/aspose_words_cloud/models/ooxml_save_options_data.rb +390 -317
  130. data/lib/aspose_words_cloud/models/outline_options_data.rb +259 -259
  131. data/lib/aspose_words_cloud/models/page_number.rb +237 -247
  132. data/lib/aspose_words_cloud/models/page_setup.rb +645 -646
  133. data/lib/aspose_words_cloud/models/page_stat_data.rb +236 -252
  134. data/lib/aspose_words_cloud/models/paragraph.rb +228 -229
  135. data/lib/aspose_words_cloud/models/paragraph_format.rb +576 -568
  136. data/lib/aspose_words_cloud/models/paragraph_format_response.rb +216 -217
  137. data/lib/aspose_words_cloud/models/paragraph_insert.rb +207 -207
  138. data/lib/aspose_words_cloud/models/paragraph_link.rb +226 -227
  139. data/lib/aspose_words_cloud/models/paragraph_link_collection.rb +218 -219
  140. data/lib/aspose_words_cloud/models/paragraph_link_collection_response.rb +216 -217
  141. data/lib/aspose_words_cloud/models/paragraph_list_format_response.rb +216 -0
  142. data/lib/aspose_words_cloud/models/paragraph_response.rb +216 -217
  143. data/lib/aspose_words_cloud/models/pcl_save_options_data.rb +423 -367
  144. data/lib/aspose_words_cloud/models/pdf_digital_signature_details_data.rb +247 -247
  145. data/lib/aspose_words_cloud/models/pdf_encryption_details_data.rb +237 -237
  146. data/lib/aspose_words_cloud/models/pdf_save_options_data.rb +665 -624
  147. data/lib/aspose_words_cloud/models/png_save_options_data.rb +532 -477
  148. data/lib/aspose_words_cloud/models/preferred_width.rb +254 -259
  149. data/lib/aspose_words_cloud/models/protection_data.rb +207 -207
  150. data/lib/aspose_words_cloud/models/protection_data_response.rb +225 -227
  151. data/lib/aspose_words_cloud/models/protection_request.rb +227 -227
  152. data/lib/aspose_words_cloud/models/ps_save_options_data.rb +413 -357
  153. data/lib/aspose_words_cloud/models/range_document.rb +207 -207
  154. data/lib/aspose_words_cloud/models/range_text_response.rb +217 -217
  155. data/lib/aspose_words_cloud/models/replace_range.rb +254 -254
  156. data/lib/aspose_words_cloud/models/replace_text_parameters.rb +247 -262
  157. data/lib/aspose_words_cloud/models/replace_text_response.rb +226 -227
  158. data/lib/aspose_words_cloud/models/report_build_options.rb +26 -0
  159. data/lib/aspose_words_cloud/models/report_engine_settings.rb +275 -0
  160. data/lib/aspose_words_cloud/models/requests/AcceptAllRevisionsRequest.rb +65 -65
  161. data/lib/aspose_words_cloud/models/requests/AppendDocumentRequest.rb +77 -77
  162. data/lib/aspose_words_cloud/models/requests/ApplyStyleToDocumentElementRequest.rb +81 -0
  163. data/lib/aspose_words_cloud/models/requests/BuildReportOnlineRequest.rb +57 -0
  164. data/lib/aspose_words_cloud/models/requests/BuildReportRequest.rb +73 -0
  165. data/lib/aspose_words_cloud/models/requests/ClassifyDocumentRequest.rb +69 -69
  166. data/lib/aspose_words_cloud/models/requests/ClassifyRequest.rb +49 -49
  167. data/lib/aspose_words_cloud/models/requests/CompareDocumentRequest.rb +69 -69
  168. data/lib/aspose_words_cloud/models/requests/ConvertDocumentRequest.rb +65 -65
  169. data/lib/aspose_words_cloud/models/requests/CopyFileRequest.rb +61 -61
  170. data/lib/aspose_words_cloud/models/requests/CopyFolderRequest.rb +57 -57
  171. data/lib/aspose_words_cloud/models/requests/CopyStyleRequest.rb +77 -0
  172. data/lib/aspose_words_cloud/models/requests/CreateDocumentRequest.rb +53 -53
  173. data/lib/aspose_words_cloud/models/requests/CreateFolderRequest.rb +49 -49
  174. data/lib/aspose_words_cloud/models/requests/CreateOrUpdateDocumentPropertyRequest.rb +81 -81
  175. data/lib/aspose_words_cloud/models/requests/DeleteAllParagraphTabStopsRequest.rb +73 -0
  176. data/lib/aspose_words_cloud/models/requests/DeleteAllParagraphTabStopsWithoutNodePathRequest.rb +69 -0
  177. data/lib/aspose_words_cloud/models/requests/DeleteBorderRequest.rb +81 -81
  178. data/lib/aspose_words_cloud/models/requests/DeleteBordersRequest.rb +77 -77
  179. data/lib/aspose_words_cloud/models/requests/DeleteCommentRequest.rb +77 -77
  180. data/lib/aspose_words_cloud/models/requests/DeleteDocumentPropertyRequest.rb +77 -77
  181. data/lib/aspose_words_cloud/models/requests/DeleteDrawingObjectRequest.rb +81 -81
  182. data/lib/aspose_words_cloud/models/requests/DeleteDrawingObjectWithoutNodePathRequest.rb +77 -77
  183. data/lib/aspose_words_cloud/models/requests/DeleteFieldRequest.rb +81 -81
  184. data/lib/aspose_words_cloud/models/requests/DeleteFieldWithoutNodePathRequest.rb +77 -77
  185. data/lib/aspose_words_cloud/models/requests/DeleteFieldsRequest.rb +77 -77
  186. data/lib/aspose_words_cloud/models/requests/DeleteFieldsWithoutNodePathRequest.rb +73 -73
  187. data/lib/aspose_words_cloud/models/requests/DeleteFileRequest.rb +53 -53
  188. data/lib/aspose_words_cloud/models/requests/DeleteFolderRequest.rb +53 -53
  189. data/lib/aspose_words_cloud/models/requests/DeleteFootnoteRequest.rb +81 -81
  190. data/lib/aspose_words_cloud/models/requests/DeleteFootnoteWithoutNodePathRequest.rb +77 -77
  191. data/lib/aspose_words_cloud/models/requests/DeleteFormFieldRequest.rb +81 -81
  192. data/lib/aspose_words_cloud/models/requests/DeleteFormFieldWithoutNodePathRequest.rb +77 -77
  193. data/lib/aspose_words_cloud/models/requests/DeleteHeaderFooterRequest.rb +81 -81
  194. data/lib/aspose_words_cloud/models/requests/DeleteHeadersFootersRequest.rb +81 -81
  195. data/lib/aspose_words_cloud/models/requests/DeleteMacrosRequest.rb +73 -73
  196. data/lib/aspose_words_cloud/models/requests/DeleteOfficeMathObjectRequest.rb +81 -81
  197. data/lib/aspose_words_cloud/models/requests/DeleteOfficeMathObjectWithoutNodePathRequest.rb +77 -77
  198. data/lib/aspose_words_cloud/models/requests/DeleteParagraphListFormatRequest.rb +81 -0
  199. data/lib/aspose_words_cloud/models/requests/DeleteParagraphListFormatWithoutNodePathRequest.rb +77 -0
  200. data/lib/aspose_words_cloud/models/requests/DeleteParagraphRequest.rb +81 -81
  201. data/lib/aspose_words_cloud/models/requests/DeleteParagraphTabStopRequest.rb +77 -0
  202. data/lib/aspose_words_cloud/models/requests/DeleteParagraphTabStopWithoutNodePathRequest.rb +73 -0
  203. data/lib/aspose_words_cloud/models/requests/DeleteParagraphWithoutNodePathRequest.rb +77 -77
  204. data/lib/aspose_words_cloud/models/requests/DeleteRunRequest.rb +81 -81
  205. data/lib/aspose_words_cloud/models/requests/DeleteSectionRequest.rb +77 -77
  206. data/lib/aspose_words_cloud/models/requests/DeleteTableCellRequest.rb +81 -81
  207. data/lib/aspose_words_cloud/models/requests/DeleteTableRequest.rb +81 -81
  208. data/lib/aspose_words_cloud/models/requests/DeleteTableRowRequest.rb +81 -81
  209. data/lib/aspose_words_cloud/models/requests/DeleteTableWithoutNodePathRequest.rb +77 -77
  210. data/lib/aspose_words_cloud/models/requests/DeleteWatermarkRequest.rb +73 -73
  211. data/lib/aspose_words_cloud/models/requests/DownloadFileRequest.rb +53 -53
  212. data/lib/aspose_words_cloud/models/requests/ExecuteMailMergeOnlineRequest.rb +61 -61
  213. data/lib/aspose_words_cloud/models/requests/ExecuteMailMergeRequest.rb +85 -85
  214. data/lib/aspose_words_cloud/models/requests/GetAvailableFontsRequest.rb +45 -45
  215. data/lib/aspose_words_cloud/models/requests/GetBookmarkByNameRequest.rb +65 -65
  216. data/lib/aspose_words_cloud/models/requests/GetBookmarksRequest.rb +61 -61
  217. data/lib/aspose_words_cloud/models/requests/GetBorderRequest.rb +69 -69
  218. data/lib/aspose_words_cloud/models/requests/GetBordersRequest.rb +65 -65
  219. data/lib/aspose_words_cloud/models/requests/GetCommentRequest.rb +65 -65
  220. data/lib/aspose_words_cloud/models/requests/GetCommentsRequest.rb +61 -61
  221. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectByIndexRequest.rb +69 -69
  222. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectByIndexWithoutNodePathRequest.rb +65 -65
  223. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectImageDataRequest.rb +69 -69
  224. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectImageDataWithoutNodePathRequest.rb +65 -65
  225. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectOleDataRequest.rb +69 -69
  226. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectOleDataWithoutNodePathRequest.rb +65 -65
  227. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectsRequest.rb +65 -65
  228. data/lib/aspose_words_cloud/models/requests/GetDocumentDrawingObjectsWithoutNodePathRequest.rb +61 -61
  229. data/lib/aspose_words_cloud/models/requests/GetDocumentFieldNamesOnlineRequest.rb +49 -49
  230. data/lib/aspose_words_cloud/models/requests/GetDocumentFieldNamesRequest.rb +65 -65
  231. data/lib/aspose_words_cloud/models/requests/GetDocumentHyperlinkByIndexRequest.rb +65 -65
  232. data/lib/aspose_words_cloud/models/requests/GetDocumentHyperlinksRequest.rb +61 -61
  233. data/lib/aspose_words_cloud/models/requests/GetDocumentPropertiesRequest.rb +61 -61
  234. data/lib/aspose_words_cloud/models/requests/GetDocumentPropertyRequest.rb +65 -65
  235. data/lib/aspose_words_cloud/models/requests/GetDocumentProtectionRequest.rb +61 -61
  236. data/lib/aspose_words_cloud/models/requests/GetDocumentRequest.rb +61 -61
  237. data/lib/aspose_words_cloud/models/requests/GetDocumentStatisticsRequest.rb +73 -73
  238. data/lib/aspose_words_cloud/models/requests/GetDocumentWithFormatRequest.rb +73 -73
  239. data/lib/aspose_words_cloud/models/requests/GetFieldRequest.rb +69 -69
  240. data/lib/aspose_words_cloud/models/requests/GetFieldWithoutNodePathRequest.rb +65 -65
  241. data/lib/aspose_words_cloud/models/requests/GetFieldsRequest.rb +65 -65
  242. data/lib/aspose_words_cloud/models/requests/GetFieldsWithoutNodePathRequest.rb +61 -61
  243. data/lib/aspose_words_cloud/models/requests/GetFilesListRequest.rb +49 -49
  244. data/lib/aspose_words_cloud/models/requests/GetFootnoteRequest.rb +69 -69
  245. data/lib/aspose_words_cloud/models/requests/GetFootnoteWithoutNodePathRequest.rb +65 -65
  246. data/lib/aspose_words_cloud/models/requests/GetFootnotesRequest.rb +65 -65
  247. data/lib/aspose_words_cloud/models/requests/GetFootnotesWithoutNodePathRequest.rb +61 -61
  248. data/lib/aspose_words_cloud/models/requests/GetFormFieldRequest.rb +69 -69
  249. data/lib/aspose_words_cloud/models/requests/GetFormFieldWithoutNodePathRequest.rb +65 -65
  250. data/lib/aspose_words_cloud/models/requests/GetFormFieldsRequest.rb +65 -65
  251. data/lib/aspose_words_cloud/models/requests/GetFormFieldsWithoutNodePathRequest.rb +61 -61
  252. data/lib/aspose_words_cloud/models/requests/GetHeaderFooterOfSectionRequest.rb +73 -73
  253. data/lib/aspose_words_cloud/models/requests/GetHeaderFooterRequest.rb +69 -69
  254. data/lib/aspose_words_cloud/models/requests/GetHeaderFootersRequest.rb +69 -69
  255. data/lib/aspose_words_cloud/models/requests/GetListRequest.rb +65 -0
  256. data/lib/aspose_words_cloud/models/requests/GetListsRequest.rb +61 -0
  257. data/lib/aspose_words_cloud/models/requests/GetOfficeMathObjectRequest.rb +69 -69
  258. data/lib/aspose_words_cloud/models/requests/GetOfficeMathObjectWithoutNodePathRequest.rb +65 -65
  259. data/lib/aspose_words_cloud/models/requests/GetOfficeMathObjectsRequest.rb +65 -65
  260. data/lib/aspose_words_cloud/models/requests/GetOfficeMathObjectsWithoutNodePathRequest.rb +61 -61
  261. data/lib/aspose_words_cloud/models/requests/GetParagraphFormatRequest.rb +69 -69
  262. data/lib/aspose_words_cloud/models/requests/GetParagraphFormatWithoutNodePathRequest.rb +65 -65
  263. data/lib/aspose_words_cloud/models/requests/GetParagraphListFormatRequest.rb +69 -0
  264. data/lib/aspose_words_cloud/models/requests/GetParagraphListFormatWithoutNodePathRequest.rb +65 -0
  265. data/lib/aspose_words_cloud/models/requests/GetParagraphRequest.rb +69 -69
  266. data/lib/aspose_words_cloud/models/requests/GetParagraphTabStopsRequest.rb +69 -0
  267. data/lib/aspose_words_cloud/models/requests/GetParagraphTabStopsWithoutNodePathRequest.rb +65 -0
  268. data/lib/aspose_words_cloud/models/requests/GetParagraphWithoutNodePathRequest.rb +65 -65
  269. data/lib/aspose_words_cloud/models/requests/GetParagraphsRequest.rb +65 -65
  270. data/lib/aspose_words_cloud/models/requests/GetParagraphsWithoutNodePathRequest.rb +61 -61
  271. data/lib/aspose_words_cloud/models/requests/GetRangeTextRequest.rb +69 -69
  272. data/lib/aspose_words_cloud/models/requests/GetRunFontRequest.rb +69 -69
  273. data/lib/aspose_words_cloud/models/requests/GetRunRequest.rb +69 -69
  274. data/lib/aspose_words_cloud/models/requests/GetRunsRequest.rb +65 -65
  275. data/lib/aspose_words_cloud/models/requests/GetSectionPageSetupRequest.rb +65 -65
  276. data/lib/aspose_words_cloud/models/requests/GetSectionRequest.rb +65 -65
  277. data/lib/aspose_words_cloud/models/requests/GetSectionsRequest.rb +61 -61
  278. data/lib/aspose_words_cloud/models/requests/GetStyleFromDocumentElementRequest.rb +65 -0
  279. data/lib/aspose_words_cloud/models/requests/GetStyleRequest.rb +65 -0
  280. data/lib/aspose_words_cloud/models/requests/GetStylesRequest.rb +61 -0
  281. data/lib/aspose_words_cloud/models/requests/GetTableCellFormatRequest.rb +69 -69
  282. data/lib/aspose_words_cloud/models/requests/GetTableCellRequest.rb +69 -69
  283. data/lib/aspose_words_cloud/models/requests/GetTablePropertiesRequest.rb +69 -69
  284. data/lib/aspose_words_cloud/models/requests/GetTablePropertiesWithoutNodePathRequest.rb +65 -65
  285. data/lib/aspose_words_cloud/models/requests/GetTableRequest.rb +69 -69
  286. data/lib/aspose_words_cloud/models/requests/GetTableRowFormatRequest.rb +69 -69
  287. data/lib/aspose_words_cloud/models/requests/GetTableRowRequest.rb +69 -69
  288. data/lib/aspose_words_cloud/models/requests/GetTableWithoutNodePathRequest.rb +65 -65
  289. data/lib/aspose_words_cloud/models/requests/GetTablesRequest.rb +65 -65
  290. data/lib/aspose_words_cloud/models/requests/GetTablesWithoutNodePathRequest.rb +61 -61
  291. data/lib/aspose_words_cloud/models/requests/InsertCommentRequest.rb +77 -77
  292. data/lib/aspose_words_cloud/models/requests/InsertDrawingObjectRequest.rb +85 -85
  293. data/lib/aspose_words_cloud/models/requests/InsertDrawingObjectWithoutNodePathRequest.rb +81 -81
  294. data/lib/aspose_words_cloud/models/requests/InsertFieldRequest.rb +85 -85
  295. data/lib/aspose_words_cloud/models/requests/InsertFieldWithoutNodePathRequest.rb +81 -81
  296. data/lib/aspose_words_cloud/models/requests/InsertFootnoteRequest.rb +81 -81
  297. data/lib/aspose_words_cloud/models/requests/InsertFootnoteWithoutNodePathRequest.rb +77 -77
  298. data/lib/aspose_words_cloud/models/requests/InsertFormFieldRequest.rb +85 -85
  299. data/lib/aspose_words_cloud/models/requests/InsertFormFieldWithoutNodePathRequest.rb +81 -81
  300. data/lib/aspose_words_cloud/models/requests/InsertHeaderFooterRequest.rb +81 -81
  301. data/lib/aspose_words_cloud/models/requests/InsertListRequest.rb +77 -0
  302. data/lib/aspose_words_cloud/models/requests/InsertOrUpdateParagraphTabStopRequest.rb +77 -0
  303. data/lib/aspose_words_cloud/models/requests/InsertOrUpdateParagraphTabStopWithoutNodePathRequest.rb +73 -0
  304. data/lib/aspose_words_cloud/models/requests/InsertPageNumbersRequest.rb +77 -77
  305. data/lib/aspose_words_cloud/models/requests/InsertParagraphRequest.rb +85 -85
  306. data/lib/aspose_words_cloud/models/requests/InsertParagraphWithoutNodePathRequest.rb +81 -0
  307. data/lib/aspose_words_cloud/models/requests/InsertRunRequest.rb +85 -85
  308. data/lib/aspose_words_cloud/models/requests/InsertStyleRequest.rb +77 -0
  309. data/lib/aspose_words_cloud/models/requests/InsertTableCellRequest.rb +81 -81
  310. data/lib/aspose_words_cloud/models/requests/InsertTableRequest.rb +81 -81
  311. data/lib/aspose_words_cloud/models/requests/InsertTableRowRequest.rb +81 -81
  312. data/lib/aspose_words_cloud/models/requests/InsertTableWithoutNodePathRequest.rb +77 -77
  313. data/lib/aspose_words_cloud/models/requests/InsertWatermarkImageRequest.rb +85 -85
  314. data/lib/aspose_words_cloud/models/requests/InsertWatermarkTextRequest.rb +77 -77
  315. data/lib/aspose_words_cloud/models/requests/LoadWebDocumentRequest.rb +49 -49
  316. data/lib/aspose_words_cloud/models/requests/MoveFileRequest.rb +61 -61
  317. data/lib/aspose_words_cloud/models/requests/MoveFolderRequest.rb +57 -57
  318. data/lib/aspose_words_cloud/models/requests/ProtectDocumentRequest.rb +69 -69
  319. data/lib/aspose_words_cloud/models/requests/RejectAllRevisionsRequest.rb +65 -65
  320. data/lib/aspose_words_cloud/models/requests/RemoveRangeRequest.rb +73 -73
  321. data/lib/aspose_words_cloud/models/requests/RenderDrawingObjectRequest.rb +77 -77
  322. data/lib/aspose_words_cloud/models/requests/RenderDrawingObjectWithoutNodePathRequest.rb +73 -73
  323. data/lib/aspose_words_cloud/models/requests/RenderMathObjectRequest.rb +77 -77
  324. data/lib/aspose_words_cloud/models/requests/RenderMathObjectWithoutNodePathRequest.rb +73 -73
  325. data/lib/aspose_words_cloud/models/requests/RenderPageRequest.rb +73 -73
  326. data/lib/aspose_words_cloud/models/requests/RenderParagraphRequest.rb +77 -77
  327. data/lib/aspose_words_cloud/models/requests/RenderParagraphWithoutNodePathRequest.rb +73 -73
  328. data/lib/aspose_words_cloud/models/requests/RenderTableRequest.rb +77 -77
  329. data/lib/aspose_words_cloud/models/requests/RenderTableWithoutNodePathRequest.rb +73 -73
  330. data/lib/aspose_words_cloud/models/requests/ReplaceTextRequest.rb +77 -77
  331. data/lib/aspose_words_cloud/models/requests/ReplaceWithTextRequest.rb +77 -77
  332. data/lib/aspose_words_cloud/models/requests/ResetCacheRequest.rb +36 -36
  333. data/lib/aspose_words_cloud/models/requests/SaveAsRangeRequest.rb +73 -73
  334. data/lib/aspose_words_cloud/models/requests/SaveAsRequest.rb +69 -69
  335. data/lib/aspose_words_cloud/models/requests/SaveAsTiffRequest.rb +137 -137
  336. data/lib/aspose_words_cloud/models/requests/SearchRequest.rb +65 -65
  337. data/lib/aspose_words_cloud/models/requests/SplitDocumentRequest.rb +85 -85
  338. data/lib/aspose_words_cloud/models/requests/UnprotectDocumentRequest.rb +69 -69
  339. data/lib/aspose_words_cloud/models/requests/UpdateBookmarkRequest.rb +81 -81
  340. data/lib/aspose_words_cloud/models/requests/UpdateBorderRequest.rb +85 -85
  341. data/lib/aspose_words_cloud/models/requests/UpdateCommentRequest.rb +81 -81
  342. data/lib/aspose_words_cloud/models/requests/UpdateDrawingObjectRequest.rb +89 -89
  343. data/lib/aspose_words_cloud/models/requests/UpdateDrawingObjectWithoutNodePathRequest.rb +85 -85
  344. data/lib/aspose_words_cloud/models/requests/UpdateFieldRequest.rb +85 -85
  345. data/lib/aspose_words_cloud/models/requests/UpdateFieldsRequest.rb +65 -65
  346. data/lib/aspose_words_cloud/models/requests/UpdateFootnoteRequest.rb +85 -85
  347. data/lib/aspose_words_cloud/models/requests/UpdateFootnoteWithoutNodePathRequest.rb +81 -81
  348. data/lib/aspose_words_cloud/models/requests/UpdateFormFieldRequest.rb +85 -85
  349. data/lib/aspose_words_cloud/models/requests/UpdateFormFieldWithoutNodePathRequest.rb +81 -81
  350. data/lib/aspose_words_cloud/models/requests/UpdateListLevelRequest.rb +85 -0
  351. data/lib/aspose_words_cloud/models/requests/UpdateListRequest.rb +81 -0
  352. data/lib/aspose_words_cloud/models/requests/UpdateParagraphFormatRequest.rb +85 -85
  353. data/lib/aspose_words_cloud/models/requests/UpdateParagraphFormatWithoutNodePathRequest.rb +81 -0
  354. data/lib/aspose_words_cloud/models/requests/UpdateParagraphListFormatRequest.rb +85 -0
  355. data/lib/aspose_words_cloud/models/requests/UpdateParagraphListFormatWithoutNodePathRequest.rb +81 -0
  356. data/lib/aspose_words_cloud/models/requests/UpdateRunFontRequest.rb +85 -85
  357. data/lib/aspose_words_cloud/models/requests/UpdateRunRequest.rb +85 -85
  358. data/lib/aspose_words_cloud/models/requests/UpdateSectionPageSetupRequest.rb +81 -81
  359. data/lib/aspose_words_cloud/models/requests/UpdateStyleRequest.rb +81 -0
  360. data/lib/aspose_words_cloud/models/requests/UpdateTableCellFormatRequest.rb +85 -85
  361. data/lib/aspose_words_cloud/models/requests/UpdateTablePropertiesRequest.rb +85 -85
  362. data/lib/aspose_words_cloud/models/requests/UpdateTablePropertiesWithoutNodePathRequest.rb +81 -81
  363. data/lib/aspose_words_cloud/models/requests/UpdateTableRowFormatRequest.rb +85 -85
  364. data/lib/aspose_words_cloud/models/requests/UploadFileRequest.rb +53 -53
  365. data/lib/aspose_words_cloud/models/response_error.rb +246 -247
  366. data/lib/aspose_words_cloud/models/revisions_modification_response.rb +216 -217
  367. data/lib/aspose_words_cloud/models/rtf_save_options_data.rb +374 -317
  368. data/lib/aspose_words_cloud/models/run.rb +226 -227
  369. data/lib/aspose_words_cloud/models/run_base.rb +207 -0
  370. data/lib/aspose_words_cloud/models/run_insert.rb +207 -0
  371. data/lib/aspose_words_cloud/models/run_link.rb +226 -227
  372. data/lib/aspose_words_cloud/models/run_response.rb +216 -217
  373. data/lib/aspose_words_cloud/models/run_update.rb +207 -0
  374. data/lib/aspose_words_cloud/models/runs.rb +218 -219
  375. data/lib/aspose_words_cloud/models/runs_response.rb +216 -217
  376. data/lib/aspose_words_cloud/models/save_options_data.rb +334 -287
  377. data/lib/aspose_words_cloud/models/save_response.rb +216 -217
  378. data/lib/aspose_words_cloud/models/save_result.rb +227 -229
  379. data/lib/aspose_words_cloud/models/search_response.rb +226 -227
  380. data/lib/aspose_words_cloud/models/search_result.rb +215 -217
  381. data/lib/aspose_words_cloud/models/search_results_collection.rb +218 -219
  382. data/lib/aspose_words_cloud/models/section.rb +254 -259
  383. data/lib/aspose_words_cloud/models/section_link.rb +216 -217
  384. data/lib/aspose_words_cloud/models/section_link_collection.rb +218 -219
  385. data/lib/aspose_words_cloud/models/section_link_collection_response.rb +216 -217
  386. data/lib/aspose_words_cloud/models/section_page_setup_response.rb +216 -217
  387. data/lib/aspose_words_cloud/models/section_response.rb +216 -217
  388. data/lib/aspose_words_cloud/models/shading.rb +262 -0
  389. data/lib/aspose_words_cloud/models/split_document_response.rb +216 -217
  390. data/lib/aspose_words_cloud/models/split_document_result.rb +227 -229
  391. data/lib/aspose_words_cloud/models/stat_data_response.rb +225 -227
  392. data/lib/aspose_words_cloud/models/storage_file.rb +247 -257
  393. data/lib/aspose_words_cloud/models/story_child_nodes.rb +209 -209
  394. data/lib/aspose_words_cloud/models/string_format_data.rb +348 -348
  395. data/lib/aspose_words_cloud/models/style.rb +370 -0
  396. data/lib/aspose_words_cloud/models/style_apply.rb +207 -0
  397. data/lib/aspose_words_cloud/models/style_copy.rb +207 -0
  398. data/lib/aspose_words_cloud/models/style_insert.rb +254 -0
  399. data/lib/aspose_words_cloud/models/style_response.rb +216 -0
  400. data/lib/aspose_words_cloud/models/style_update.rb +237 -0
  401. data/lib/aspose_words_cloud/models/styles_response.rb +219 -0
  402. data/lib/aspose_words_cloud/models/svg_save_options_data.rb +463 -407
  403. data/lib/aspose_words_cloud/models/tab_stop.rb +290 -0
  404. data/lib/aspose_words_cloud/models/tab_stop_base.rb +280 -0
  405. data/lib/aspose_words_cloud/models/tab_stop_insert.rb +280 -0
  406. data/lib/aspose_words_cloud/models/tab_stops_response.rb +219 -0
  407. data/lib/aspose_words_cloud/models/table.rb +237 -239
  408. data/lib/aspose_words_cloud/models/table_cell.rb +228 -229
  409. data/lib/aspose_words_cloud/models/table_cell_format.rb +410 -412
  410. data/lib/aspose_words_cloud/models/table_cell_format_response.rb +216 -217
  411. data/lib/aspose_words_cloud/models/table_cell_insert.rb +207 -207
  412. data/lib/aspose_words_cloud/models/table_cell_response.rb +216 -217
  413. data/lib/aspose_words_cloud/models/table_insert.rb +226 -237
  414. data/lib/aspose_words_cloud/models/table_link.rb +216 -217
  415. data/lib/aspose_words_cloud/models/table_link_collection.rb +218 -219
  416. data/lib/aspose_words_cloud/models/table_link_collection_response.rb +216 -217
  417. data/lib/aspose_words_cloud/models/table_properties.rb +430 -432
  418. data/lib/aspose_words_cloud/models/table_properties_response.rb +216 -217
  419. data/lib/aspose_words_cloud/models/table_response.rb +216 -217
  420. data/lib/aspose_words_cloud/models/table_row.rb +237 -239
  421. data/lib/aspose_words_cloud/models/table_row_format.rb +283 -284
  422. data/lib/aspose_words_cloud/models/table_row_format_response.rb +216 -217
  423. data/lib/aspose_words_cloud/models/table_row_insert.rb +217 -222
  424. data/lib/aspose_words_cloud/models/table_row_response.rb +216 -217
  425. data/lib/aspose_words_cloud/models/text_save_options_data.rb +420 -394
  426. data/lib/aspose_words_cloud/models/tiff_save_options_data.rb +562 -507
  427. data/lib/aspose_words_cloud/models/watermark_text.rb +217 -222
  428. data/lib/aspose_words_cloud/models/word_ml_save_options_data.rb +344 -297
  429. data/lib/aspose_words_cloud/models/words_api_error_response.rb +216 -217
  430. data/lib/aspose_words_cloud/models/words_api_link.rb +237 -237
  431. data/lib/aspose_words_cloud/models/words_response.rb +207 -207
  432. data/lib/aspose_words_cloud/models/xaml_fixed_save_options_data.rb +423 -367
  433. data/lib/aspose_words_cloud/models/xaml_flow_save_options_data.rb +354 -307
  434. data/lib/aspose_words_cloud/models/xml_color.rb +217 -222
  435. data/lib/aspose_words_cloud/models/xps_save_options_data.rb +442 -387
  436. data/lib/aspose_words_cloud/version.rb +29 -29
  437. metadata +78 -25
@@ -1,676 +1,671 @@
1
-
2
- require 'date'
3
-
4
- module AsposeWordsCloud
5
- #
6
- # --------------------------------------------------------------------------------------------------------------------
7
- # <copyright company="Aspose" file="Font.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
- # Font element.
33
- class Font
34
- # Gets or sets link to the document.
35
- attr_accessor :link
36
-
37
- # Gets or sets true if the font is formatted as all capital letters.
38
- attr_accessor :all_caps
39
-
40
- # Gets or sets specifies whether the contents of this run shall have right-to-left characteristics.
41
- attr_accessor :bidi
42
-
43
- # Gets or sets true if the font is formatted as bold.
44
- attr_accessor :bold
45
-
46
- # Gets or sets true if the right-to-left text is formatted as bold.
47
- attr_accessor :bold_bi
48
-
49
- # Gets or sets border object that specifies border for the font.
50
- attr_accessor :border
51
-
52
- # Gets or sets the color of the font.
53
- attr_accessor :color
54
-
55
- # Gets or sets specifies whether the contents of this run shall be treated as complex script text regardless of their Unicode character values when determining the formatting for this run.
56
- attr_accessor :complex_script
57
-
58
- # Gets or sets true if the font is formatted as double strikethrough text.
59
- attr_accessor :double_strike_through
60
-
61
- # Gets or sets true if the font is formatted as embossed.
62
- attr_accessor :emboss
63
-
64
- # Gets or sets true if the font is formatted as engraved.
65
- attr_accessor :engrave
66
-
67
- # Gets or sets true if the font is formatted as hidden text.
68
- attr_accessor :hidden
69
-
70
- # Gets or sets the highlight (marker) color.
71
- attr_accessor :highlight_color
72
-
73
- # Gets or sets true if the font is formatted as italic.
74
- attr_accessor :italic
75
-
76
- # Gets or sets true if the right-to-left text is formatted as italic.
77
- attr_accessor :italic_bi
78
-
79
- # Gets or sets the font size at which kerning starts.
80
- attr_accessor :kerning
81
-
82
- # Gets or sets the locale identifier (language) of the formatted characters.
83
- attr_accessor :locale_id
84
-
85
- # Gets or sets the locale identifier (language) of the formatted right-to-left characters.
86
- attr_accessor :locale_id_bi
87
-
88
- # Gets or sets the locale identifier (language) of the formatted Asian characters.
89
- attr_accessor :locale_id_far_east
90
-
91
- # Gets or sets the name of the font.
92
- attr_accessor :name
93
-
94
- # Gets or sets returns or sets the font used for Latin text (characters with character codes from 0 (zero) through 127).
95
- attr_accessor :name_ascii
96
-
97
- # Gets or sets returns or sets the name of the font in a right-to-left language document.
98
- attr_accessor :name_bi
99
-
100
- # Gets or sets returns or sets an East Asian font name.
101
- attr_accessor :name_far_east
102
-
103
- # Gets or sets returns or sets the font used for characters with character codes from 128 through 255.
104
- attr_accessor :name_other
105
-
106
- # Gets or sets true when the formatted characters are not to be spell checked.
107
- attr_accessor :no_proofing
108
-
109
- # Gets or sets true if the font is formatted as outline.
110
- attr_accessor :outline
111
-
112
- # Gets or sets the position of text (in points) relative to the base line. A positive number raises the text, and a negative number lowers it.
113
- attr_accessor :position
114
-
115
- # Gets or sets character width scaling in percent.
116
- attr_accessor :scaling
117
-
118
- # Gets or sets true if the font is formatted as shadowed.
119
- attr_accessor :shadow
120
-
121
- # Gets or sets the font size in points.
122
- attr_accessor :size
123
-
124
- # Gets or sets the font size in points used in a right-to-left document.
125
- attr_accessor :size_bi
126
-
127
- # Gets or sets true if the font is formatted as small capital letters.
128
- attr_accessor :small_caps
129
-
130
- # Gets or sets returns or sets the spacing (in points) between characters.
131
- attr_accessor :spacing
132
-
133
- # Gets or sets true if the font is formatted as strikethrough text.
134
- attr_accessor :strike_through
135
-
136
- # Gets or sets the locale independent style identifier of the character style applied to this formatting.
137
- attr_accessor :style_identifier
138
-
139
- # Gets or sets the name of the character style applied to this formatting.
140
- attr_accessor :style_name
141
-
142
- # Gets or sets true if the font is formatted as subscript.
143
- attr_accessor :subscript
144
-
145
- # Gets or sets true if the font is formatted as superscript.
146
- attr_accessor :superscript
147
-
148
- # Gets or sets the font animation effect.
149
- attr_accessor :text_effect
150
-
151
- # Gets or sets the type of underline applied to the font.
152
- attr_accessor :underline
153
-
154
- # Gets or sets the color of the underline applied to the font.
155
- attr_accessor :underline_color
156
-
157
- class EnumAttributeValidator
158
- attr_reader :datatype
159
- attr_reader :allowable_values
160
-
161
- def initialize(datatype, allowable_values)
162
- @allowable_values = allowable_values.map do |value|
163
- case datatype.to_s
164
- when /Integer/i
165
- value.to_i
166
- when /Float/i
167
- value.to_f
168
- else
169
- value
170
- end
171
- end
172
- end
173
-
174
- def valid?(value)
175
- !value || allowable_values.include?(value)
176
- end
177
- end
178
-
179
- # Attribute mapping from ruby-style variable name to JSON key.
180
- def self.attribute_map
181
- {
182
- :'link' => :'link',
183
- :'all_caps' => :'AllCaps',
184
- :'bidi' => :'Bidi',
185
- :'bold' => :'Bold',
186
- :'bold_bi' => :'BoldBi',
187
- :'border' => :'Border',
188
- :'color' => :'Color',
189
- :'complex_script' => :'ComplexScript',
190
- :'double_strike_through' => :'DoubleStrikeThrough',
191
- :'emboss' => :'Emboss',
192
- :'engrave' => :'Engrave',
193
- :'hidden' => :'Hidden',
194
- :'highlight_color' => :'HighlightColor',
195
- :'italic' => :'Italic',
196
- :'italic_bi' => :'ItalicBi',
197
- :'kerning' => :'Kerning',
198
- :'locale_id' => :'LocaleId',
199
- :'locale_id_bi' => :'LocaleIdBi',
200
- :'locale_id_far_east' => :'LocaleIdFarEast',
201
- :'name' => :'Name',
202
- :'name_ascii' => :'NameAscii',
203
- :'name_bi' => :'NameBi',
204
- :'name_far_east' => :'NameFarEast',
205
- :'name_other' => :'NameOther',
206
- :'no_proofing' => :'NoProofing',
207
- :'outline' => :'Outline',
208
- :'position' => :'Position',
209
- :'scaling' => :'Scaling',
210
- :'shadow' => :'Shadow',
211
- :'size' => :'Size',
212
- :'size_bi' => :'SizeBi',
213
- :'small_caps' => :'SmallCaps',
214
- :'spacing' => :'Spacing',
215
- :'strike_through' => :'StrikeThrough',
216
- :'style_identifier' => :'StyleIdentifier',
217
- :'style_name' => :'StyleName',
218
- :'subscript' => :'Subscript',
219
- :'superscript' => :'Superscript',
220
- :'text_effect' => :'TextEffect',
221
- :'underline' => :'Underline',
222
- :'underline_color' => :'UnderlineColor'
223
- }
224
- end
225
-
226
- # Attribute type mapping.
227
- def self.swagger_types
228
- {
229
- :'link' => :'WordsApiLink',
230
- :'all_caps' => :'BOOLEAN',
231
- :'bidi' => :'BOOLEAN',
232
- :'bold' => :'BOOLEAN',
233
- :'bold_bi' => :'BOOLEAN',
234
- :'border' => :'Border',
235
- :'color' => :'XmlColor',
236
- :'complex_script' => :'BOOLEAN',
237
- :'double_strike_through' => :'BOOLEAN',
238
- :'emboss' => :'BOOLEAN',
239
- :'engrave' => :'BOOLEAN',
240
- :'hidden' => :'BOOLEAN',
241
- :'highlight_color' => :'XmlColor',
242
- :'italic' => :'BOOLEAN',
243
- :'italic_bi' => :'BOOLEAN',
244
- :'kerning' => :'Float',
245
- :'locale_id' => :'Integer',
246
- :'locale_id_bi' => :'Integer',
247
- :'locale_id_far_east' => :'Integer',
248
- :'name' => :'String',
249
- :'name_ascii' => :'String',
250
- :'name_bi' => :'String',
251
- :'name_far_east' => :'String',
252
- :'name_other' => :'String',
253
- :'no_proofing' => :'BOOLEAN',
254
- :'outline' => :'BOOLEAN',
255
- :'position' => :'Float',
256
- :'scaling' => :'Integer',
257
- :'shadow' => :'BOOLEAN',
258
- :'size' => :'Float',
259
- :'size_bi' => :'Float',
260
- :'small_caps' => :'BOOLEAN',
261
- :'spacing' => :'Float',
262
- :'strike_through' => :'BOOLEAN',
263
- :'style_identifier' => :'String',
264
- :'style_name' => :'String',
265
- :'subscript' => :'BOOLEAN',
266
- :'superscript' => :'BOOLEAN',
267
- :'text_effect' => :'String',
268
- :'underline' => :'String',
269
- :'underline_color' => :'XmlColor'
270
- }
271
- end
272
-
273
- # Initializes the object
274
- # @param [Hash] attributes Model attributes in the form of hash
275
- def initialize(attributes = {})
276
- return unless attributes.is_a?(Hash)
277
-
278
- # convert string to symbol for hash key
279
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
280
-
281
- if attributes.key?(:'link')
282
- self.link = attributes[:'link']
283
- end
284
-
285
- if attributes.key?(:'AllCaps')
286
- self.all_caps = attributes[:'AllCaps']
287
- end
288
-
289
- if attributes.key?(:'Bidi')
290
- self.bidi = attributes[:'Bidi']
291
- end
292
-
293
- if attributes.key?(:'Bold')
294
- self.bold = attributes[:'Bold']
295
- end
296
-
297
- if attributes.key?(:'BoldBi')
298
- self.bold_bi = attributes[:'BoldBi']
299
- end
300
-
301
- if attributes.key?(:'Border')
302
- self.border = attributes[:'Border']
303
- end
304
-
305
- if attributes.key?(:'Color')
306
- self.color = attributes[:'Color']
307
- end
308
-
309
- if attributes.key?(:'ComplexScript')
310
- self.complex_script = attributes[:'ComplexScript']
311
- end
312
-
313
- if attributes.key?(:'DoubleStrikeThrough')
314
- self.double_strike_through = attributes[:'DoubleStrikeThrough']
315
- end
316
-
317
- if attributes.key?(:'Emboss')
318
- self.emboss = attributes[:'Emboss']
319
- end
320
-
321
- if attributes.key?(:'Engrave')
322
- self.engrave = attributes[:'Engrave']
323
- end
324
-
325
- if attributes.key?(:'Hidden')
326
- self.hidden = attributes[:'Hidden']
327
- end
328
-
329
- if attributes.key?(:'HighlightColor')
330
- self.highlight_color = attributes[:'HighlightColor']
331
- end
332
-
333
- if attributes.key?(:'Italic')
334
- self.italic = attributes[:'Italic']
335
- end
336
-
337
- if attributes.key?(:'ItalicBi')
338
- self.italic_bi = attributes[:'ItalicBi']
339
- end
340
-
341
- if attributes.key?(:'Kerning')
342
- self.kerning = attributes[:'Kerning']
343
- end
344
-
345
- if attributes.key?(:'LocaleId')
346
- self.locale_id = attributes[:'LocaleId']
347
- end
348
-
349
- if attributes.key?(:'LocaleIdBi')
350
- self.locale_id_bi = attributes[:'LocaleIdBi']
351
- end
352
-
353
- if attributes.key?(:'LocaleIdFarEast')
354
- self.locale_id_far_east = attributes[:'LocaleIdFarEast']
355
- end
356
-
357
- if attributes.key?(:'Name')
358
- self.name = attributes[:'Name']
359
- end
360
-
361
- if attributes.key?(:'NameAscii')
362
- self.name_ascii = attributes[:'NameAscii']
363
- end
364
-
365
- if attributes.key?(:'NameBi')
366
- self.name_bi = attributes[:'NameBi']
367
- end
368
-
369
- if attributes.key?(:'NameFarEast')
370
- self.name_far_east = attributes[:'NameFarEast']
371
- end
372
-
373
- if attributes.key?(:'NameOther')
374
- self.name_other = attributes[:'NameOther']
375
- end
376
-
377
- if attributes.key?(:'NoProofing')
378
- self.no_proofing = attributes[:'NoProofing']
379
- end
380
-
381
- if attributes.key?(:'Outline')
382
- self.outline = attributes[:'Outline']
383
- end
384
-
385
- if attributes.key?(:'Position')
386
- self.position = attributes[:'Position']
387
- end
388
-
389
- if attributes.key?(:'Scaling')
390
- self.scaling = attributes[:'Scaling']
391
- end
392
-
393
- if attributes.key?(:'Shadow')
394
- self.shadow = attributes[:'Shadow']
395
- end
396
-
397
- if attributes.key?(:'Size')
398
- self.size = attributes[:'Size']
399
- end
400
-
401
- if attributes.key?(:'SizeBi')
402
- self.size_bi = attributes[:'SizeBi']
403
- end
404
-
405
- if attributes.key?(:'SmallCaps')
406
- self.small_caps = attributes[:'SmallCaps']
407
- end
408
-
409
- if attributes.key?(:'Spacing')
410
- self.spacing = attributes[:'Spacing']
411
- end
412
-
413
- if attributes.key?(:'StrikeThrough')
414
- self.strike_through = attributes[:'StrikeThrough']
415
- end
416
-
417
- if attributes.key?(:'StyleIdentifier')
418
- self.style_identifier = attributes[:'StyleIdentifier']
419
- end
420
-
421
- if attributes.key?(:'StyleName')
422
- self.style_name = attributes[:'StyleName']
423
- end
424
-
425
- if attributes.key?(:'Subscript')
426
- self.subscript = attributes[:'Subscript']
427
- end
428
-
429
- if attributes.key?(:'Superscript')
430
- self.superscript = attributes[:'Superscript']
431
- end
432
-
433
- if attributes.key?(:'TextEffect')
434
- self.text_effect = attributes[:'TextEffect']
435
- end
436
-
437
- if attributes.key?(:'Underline')
438
- self.underline = attributes[:'Underline']
439
- end
440
-
441
- if attributes.key?(:'UnderlineColor')
442
- self.underline_color = attributes[:'UnderlineColor']
443
- end
444
-
445
- end
446
-
447
- # Show invalid properties with the reasons. Usually used together with valid?
448
- # @return Array for valid properies with the reasons
449
- def list_invalid_properties
450
- invalid_properties = []
451
- return invalid_properties
452
- end
453
-
454
- # Check to see if the all the properties in the model are valid
455
- # @return true if the model is valid
456
- def valid?
457
- 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"])
458
- return false unless style_identifier_validator.valid?(@style_identifier)
459
- text_effect_validator = EnumAttributeValidator.new('String', ["None", "LasVegasLights", "BlinkingBackground", "SparkleText", "MarchingBlackAnts", "MarchingRedAnts", "Shimmer"])
460
- return false unless text_effect_validator.valid?(@text_effect)
461
- underline_validator = EnumAttributeValidator.new('String', ["None", "Single", "Words", "Double", "Dotted", "Thick", "Dash", "DotDash", "DotDotDash", "Wavy", "DottedHeavy", "DashHeavy", "DotDashHeavy", "DotDotDashHeavy", "WavyHeavy", "DashLong", "WavyDouble", "DashLongHeavy"])
462
- return false unless underline_validator.valid?(@underline)
463
- return true
464
- end
465
-
466
- # Custom attribute writer method checking allowed values (enum).
467
- # @param [Object] style_identifier Object to be assigned
468
- def style_identifier=(style_identifier)
469
- 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"])
470
- if style_identifier.to_i == 0
471
- unless validator.valid?(style_identifier)
472
- raise ArgumentError, "invalid value for 'style_identifier', must be one of #{validator.allowable_values}."
473
- end
474
- @style_identifier = style_identifier
475
- else
476
- @style_identifier = validator.allowable_values[style_identifier.to_i]
477
- end
478
- end
479
-
480
- # Custom attribute writer method checking allowed values (enum).
481
- # @param [Object] text_effect Object to be assigned
482
- def text_effect=(text_effect)
483
- validator = EnumAttributeValidator.new('String', ["None", "LasVegasLights", "BlinkingBackground", "SparkleText", "MarchingBlackAnts", "MarchingRedAnts", "Shimmer"])
484
- if text_effect.to_i == 0
485
- unless validator.valid?(text_effect)
486
- raise ArgumentError, "invalid value for 'text_effect', must be one of #{validator.allowable_values}."
487
- end
488
- @text_effect = text_effect
489
- else
490
- @text_effect = validator.allowable_values[text_effect.to_i]
491
- end
492
- end
493
-
494
- # Custom attribute writer method checking allowed values (enum).
495
- # @param [Object] underline Object to be assigned
496
- def underline=(underline)
497
- validator = EnumAttributeValidator.new('String', ["None", "Single", "Words", "Double", "Dotted", "Thick", "Dash", "DotDash", "DotDotDash", "Wavy", "DottedHeavy", "DashHeavy", "DotDashHeavy", "DotDotDashHeavy", "WavyHeavy", "DashLong", "WavyDouble", "DashLongHeavy"])
498
- if underline.to_i == 0
499
- unless validator.valid?(underline)
500
- raise ArgumentError, "invalid value for 'underline', must be one of #{validator.allowable_values}."
501
- end
502
- @underline = underline
503
- else
504
- @underline = validator.allowable_values[underline.to_i]
505
- end
506
- end
507
-
508
- # Checks equality by comparing each attribute.
509
- # @param [Object] Object to be compared
510
- def ==(other)
511
- return true if self.equal?(other)
512
- self.class == other.class &&
513
- link == other.link &&
514
- all_caps == other.all_caps &&
515
- bidi == other.bidi &&
516
- bold == other.bold &&
517
- bold_bi == other.bold_bi &&
518
- border == other.border &&
519
- color == other.color &&
520
- complex_script == other.complex_script &&
521
- double_strike_through == other.double_strike_through &&
522
- emboss == other.emboss &&
523
- engrave == other.engrave &&
524
- hidden == other.hidden &&
525
- highlight_color == other.highlight_color &&
526
- italic == other.italic &&
527
- italic_bi == other.italic_bi &&
528
- kerning == other.kerning &&
529
- locale_id == other.locale_id &&
530
- locale_id_bi == other.locale_id_bi &&
531
- locale_id_far_east == other.locale_id_far_east &&
532
- name == other.name &&
533
- name_ascii == other.name_ascii &&
534
- name_bi == other.name_bi &&
535
- name_far_east == other.name_far_east &&
536
- name_other == other.name_other &&
537
- no_proofing == other.no_proofing &&
538
- outline == other.outline &&
539
- position == other.position &&
540
- scaling == other.scaling &&
541
- shadow == other.shadow &&
542
- size == other.size &&
543
- size_bi == other.size_bi &&
544
- small_caps == other.small_caps &&
545
- spacing == other.spacing &&
546
- strike_through == other.strike_through &&
547
- style_identifier == other.style_identifier &&
548
- style_name == other.style_name &&
549
- subscript == other.subscript &&
550
- superscript == other.superscript &&
551
- text_effect == other.text_effect &&
552
- underline == other.underline &&
553
- underline_color == other.underline_color
554
- end
555
-
556
- # @see the `==` method
557
- # @param [Object] Object to be compared
558
- def eql?(other)
559
- self == other
560
- end
561
-
562
- # Calculates hash code according to all attributes.
563
- # @return [Fixnum] Hash code
564
- def hash
565
- [link, all_caps, bidi, bold, bold_bi, border, color, complex_script, double_strike_through, emboss, engrave, hidden, highlight_color, italic, italic_bi, kerning, locale_id, locale_id_bi, locale_id_far_east, name, name_ascii, name_bi, name_far_east, name_other, no_proofing, outline, position, scaling, shadow, size, size_bi, small_caps, spacing, strike_through, style_identifier, style_name, subscript, superscript, text_effect, underline, underline_color].hash
566
- end
567
-
568
- # Builds the object from hash
569
- # @param [Hash] attributes Model attributes in the form of hash
570
- # @return [Object] Returns the model itself
571
- def build_from_hash(attributes)
572
- return nil unless attributes.is_a?(Hash)
573
- self.class.swagger_types.each_pair do |key, type|
574
- if type =~ /\AArray<(.*)>/i
575
- # check to ensure the input is an array given that the the attribute
576
- # is documented as an array but the input is not
577
- if attributes[self.class.attribute_map[key]].is_a?(Array)
578
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
579
- end
580
- elsif !attributes[self.class.attribute_map[key]].nil?
581
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
582
- end
583
- # or else data not found in attributes(hash), not an issue as the data can be optional
584
- end
585
-
586
- self
587
- end
588
-
589
- # Deserializes the data based on type
590
- # @param string type Data type
591
- # @param string value Value to be deserialized
592
- # @return [Object] Deserialized data
593
- def _deserialize(type, value)
594
- case type.to_sym
595
- when :DateTime
596
- Time.at(/\d/.match(value)[0].to_f).to_datetime
597
- when :Date
598
- Time.at(/\d/.match(value)[0].to_f).to_date
599
- when :String
600
- value.to_s
601
- when :Integer
602
- value.to_i
603
- when :Float
604
- value.to_f
605
- when :BOOLEAN
606
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
607
- true
608
- else
609
- false
610
- end
611
- when :Object
612
- # generic object (usually a Hash), return directly
613
- value
614
- when /\AArray<(?<inner_type>.+)>\z/
615
- inner_type = Regexp.last_match[:inner_type]
616
- value.map { |v| _deserialize(inner_type, v) }
617
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
618
- k_type = Regexp.last_match[:k_type]
619
- v_type = Regexp.last_match[:v_type]
620
- {}.tap do |hash|
621
- value.each do |k, v|
622
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
623
- end
624
- end
625
- else
626
- # model
627
- temp_model = AsposeWordsCloud.const_get(type).new
628
- temp_model.build_from_hash(value)
629
- end
630
- end
631
-
632
- # Returns the string representation of the object
633
- # @return [String] String presentation of the object
634
- def to_s
635
- to_hash.to_s
636
- end
637
-
638
- # to_body is an alias to to_hash (backward compatibility)
639
- # @return [Hash] Returns the object in the form of hash
640
- def to_body
641
- to_hash
642
- end
643
-
644
- # Returns the object in the form of hash
645
- # @return [Hash] Returns the object in the form of hash
646
- def to_hash
647
- hash = {}
648
- self.class.attribute_map.each_pair do |attr, param|
649
- value = self.send(attr)
650
- next if value.nil?
651
- hash[param] = _to_hash(value)
652
- end
653
- hash
654
- end
655
-
656
- # Outputs non-array value in the form of hash
657
- # For object, use to_hash. Otherwise, just return the value
658
- # @param [Object] value Any valid value
659
- # @return [Hash] Returns the value in the form of hash
660
- def _to_hash(value)
661
- if value.is_a?(Array)
662
- value.compact.map { |v| _to_hash(v) }
663
- elsif value.is_a?(Hash)
664
- {}.tap do |hash|
665
- value.each { |k, v| hash[k] = _to_hash(v) }
666
- end
667
- elsif value.respond_to? :to_hash
668
- value.to_hash
669
- else
670
- value
671
- end
672
- end
673
-
674
- end
675
-
676
- end
1
+
2
+ require 'date'
3
+
4
+ module AsposeWordsCloud
5
+ #
6
+ # --------------------------------------------------------------------------------------------------------------------
7
+ # <copyright company="Aspose" file="Font.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
+ # Font element.
33
+ class Font
34
+ attr_accessor :link
35
+
36
+ # Gets or sets true if the font is formatted as all capital letters.
37
+ attr_accessor :all_caps
38
+
39
+ # Gets or sets specifies whether the contents of this run shall have right-to-left characteristics.
40
+ attr_accessor :bidi
41
+
42
+ # Gets or sets true if the font is formatted as bold.
43
+ attr_accessor :bold
44
+
45
+ # Gets or sets true if the right-to-left text is formatted as bold.
46
+ attr_accessor :bold_bi
47
+
48
+ attr_accessor :border
49
+
50
+ attr_accessor :color
51
+
52
+ # Gets or sets specifies whether the contents of this run shall be treated as complex script text regardless of their Unicode character values when determining the formatting for this run.
53
+ attr_accessor :complex_script
54
+
55
+ # Gets or sets true if the font is formatted as double strikethrough text.
56
+ attr_accessor :double_strike_through
57
+
58
+ # Gets or sets true if the font is formatted as embossed.
59
+ attr_accessor :emboss
60
+
61
+ # Gets or sets true if the font is formatted as engraved.
62
+ attr_accessor :engrave
63
+
64
+ # Gets or sets true if the font is formatted as hidden text.
65
+ attr_accessor :hidden
66
+
67
+ attr_accessor :highlight_color
68
+
69
+ # Gets or sets true if the font is formatted as italic.
70
+ attr_accessor :italic
71
+
72
+ # Gets or sets true if the right-to-left text is formatted as italic.
73
+ attr_accessor :italic_bi
74
+
75
+ # Gets or sets the font size at which kerning starts.
76
+ attr_accessor :kerning
77
+
78
+ # Gets or sets the locale identifier (language) of the formatted characters.
79
+ attr_accessor :locale_id
80
+
81
+ # Gets or sets the locale identifier (language) of the formatted right-to-left characters.
82
+ attr_accessor :locale_id_bi
83
+
84
+ # Gets or sets the locale identifier (language) of the formatted Asian characters.
85
+ attr_accessor :locale_id_far_east
86
+
87
+ # Gets or sets the name of the font.
88
+ attr_accessor :name
89
+
90
+ # Gets or sets returns or sets the font used for Latin text (characters with character codes from 0 (zero) through 127).
91
+ attr_accessor :name_ascii
92
+
93
+ # Gets or sets returns or sets the name of the font in a right-to-left language document.
94
+ attr_accessor :name_bi
95
+
96
+ # Gets or sets returns or sets an East Asian font name.
97
+ attr_accessor :name_far_east
98
+
99
+ # Gets or sets returns or sets the font used for characters with character codes from 128 through 255.
100
+ attr_accessor :name_other
101
+
102
+ # Gets or sets true when the formatted characters are not to be spell checked.
103
+ attr_accessor :no_proofing
104
+
105
+ # Gets or sets true if the font is formatted as outline.
106
+ attr_accessor :outline
107
+
108
+ # Gets or sets the position of text (in points) relative to the base line. A positive number raises the text, and a negative number lowers it.
109
+ attr_accessor :position
110
+
111
+ # Gets or sets character width scaling in percent.
112
+ attr_accessor :scaling
113
+
114
+ # Gets or sets true if the font is formatted as shadowed.
115
+ attr_accessor :shadow
116
+
117
+ # Gets or sets the font size in points.
118
+ attr_accessor :size
119
+
120
+ # Gets or sets the font size in points used in a right-to-left document.
121
+ attr_accessor :size_bi
122
+
123
+ # Gets or sets true if the font is formatted as small capital letters.
124
+ attr_accessor :small_caps
125
+
126
+ # Gets or sets returns or sets the spacing (in points) between characters.
127
+ attr_accessor :spacing
128
+
129
+ # Gets or sets true if the font is formatted as strikethrough text.
130
+ attr_accessor :strike_through
131
+
132
+ # Gets or sets the locale independent style identifier of the character style applied to this formatting.
133
+ attr_accessor :style_identifier
134
+
135
+ # Gets or sets the name of the character style applied to this formatting.
136
+ attr_accessor :style_name
137
+
138
+ # Gets or sets true if the font is formatted as subscript.
139
+ attr_accessor :subscript
140
+
141
+ # Gets or sets true if the font is formatted as superscript.
142
+ attr_accessor :superscript
143
+
144
+ # Gets or sets the font animation effect.
145
+ attr_accessor :text_effect
146
+
147
+ # Gets or sets the type of underline applied to the font.
148
+ attr_accessor :underline
149
+
150
+ attr_accessor :underline_color
151
+
152
+ class EnumAttributeValidator
153
+ attr_reader :datatype
154
+ attr_reader :allowable_values
155
+
156
+ def initialize(datatype, allowable_values)
157
+ @allowable_values = allowable_values.map do |value|
158
+ case datatype.to_s
159
+ when /Integer/i
160
+ value.to_i
161
+ when /Float/i
162
+ value.to_f
163
+ else
164
+ value
165
+ end
166
+ end
167
+ end
168
+
169
+ def valid?(value)
170
+ !value || allowable_values.include?(value)
171
+ end
172
+ end
173
+
174
+ # Attribute mapping from ruby-style variable name to JSON key.
175
+ def self.attribute_map
176
+ {
177
+ :'link' => :'link',
178
+ :'all_caps' => :'AllCaps',
179
+ :'bidi' => :'Bidi',
180
+ :'bold' => :'Bold',
181
+ :'bold_bi' => :'BoldBi',
182
+ :'border' => :'Border',
183
+ :'color' => :'Color',
184
+ :'complex_script' => :'ComplexScript',
185
+ :'double_strike_through' => :'DoubleStrikeThrough',
186
+ :'emboss' => :'Emboss',
187
+ :'engrave' => :'Engrave',
188
+ :'hidden' => :'Hidden',
189
+ :'highlight_color' => :'HighlightColor',
190
+ :'italic' => :'Italic',
191
+ :'italic_bi' => :'ItalicBi',
192
+ :'kerning' => :'Kerning',
193
+ :'locale_id' => :'LocaleId',
194
+ :'locale_id_bi' => :'LocaleIdBi',
195
+ :'locale_id_far_east' => :'LocaleIdFarEast',
196
+ :'name' => :'Name',
197
+ :'name_ascii' => :'NameAscii',
198
+ :'name_bi' => :'NameBi',
199
+ :'name_far_east' => :'NameFarEast',
200
+ :'name_other' => :'NameOther',
201
+ :'no_proofing' => :'NoProofing',
202
+ :'outline' => :'Outline',
203
+ :'position' => :'Position',
204
+ :'scaling' => :'Scaling',
205
+ :'shadow' => :'Shadow',
206
+ :'size' => :'Size',
207
+ :'size_bi' => :'SizeBi',
208
+ :'small_caps' => :'SmallCaps',
209
+ :'spacing' => :'Spacing',
210
+ :'strike_through' => :'StrikeThrough',
211
+ :'style_identifier' => :'StyleIdentifier',
212
+ :'style_name' => :'StyleName',
213
+ :'subscript' => :'Subscript',
214
+ :'superscript' => :'Superscript',
215
+ :'text_effect' => :'TextEffect',
216
+ :'underline' => :'Underline',
217
+ :'underline_color' => :'UnderlineColor'
218
+ }
219
+ end
220
+
221
+ # Attribute type mapping.
222
+ def self.swagger_types
223
+ {
224
+ :'link' => :'WordsApiLink',
225
+ :'all_caps' => :'BOOLEAN',
226
+ :'bidi' => :'BOOLEAN',
227
+ :'bold' => :'BOOLEAN',
228
+ :'bold_bi' => :'BOOLEAN',
229
+ :'border' => :'Border',
230
+ :'color' => :'XmlColor',
231
+ :'complex_script' => :'BOOLEAN',
232
+ :'double_strike_through' => :'BOOLEAN',
233
+ :'emboss' => :'BOOLEAN',
234
+ :'engrave' => :'BOOLEAN',
235
+ :'hidden' => :'BOOLEAN',
236
+ :'highlight_color' => :'XmlColor',
237
+ :'italic' => :'BOOLEAN',
238
+ :'italic_bi' => :'BOOLEAN',
239
+ :'kerning' => :'Float',
240
+ :'locale_id' => :'Integer',
241
+ :'locale_id_bi' => :'Integer',
242
+ :'locale_id_far_east' => :'Integer',
243
+ :'name' => :'String',
244
+ :'name_ascii' => :'String',
245
+ :'name_bi' => :'String',
246
+ :'name_far_east' => :'String',
247
+ :'name_other' => :'String',
248
+ :'no_proofing' => :'BOOLEAN',
249
+ :'outline' => :'BOOLEAN',
250
+ :'position' => :'Float',
251
+ :'scaling' => :'Integer',
252
+ :'shadow' => :'BOOLEAN',
253
+ :'size' => :'Float',
254
+ :'size_bi' => :'Float',
255
+ :'small_caps' => :'BOOLEAN',
256
+ :'spacing' => :'Float',
257
+ :'strike_through' => :'BOOLEAN',
258
+ :'style_identifier' => :'String',
259
+ :'style_name' => :'String',
260
+ :'subscript' => :'BOOLEAN',
261
+ :'superscript' => :'BOOLEAN',
262
+ :'text_effect' => :'String',
263
+ :'underline' => :'String',
264
+ :'underline_color' => :'XmlColor'
265
+ }
266
+ end
267
+
268
+ # Initializes the object
269
+ # @param [Hash] attributes Model attributes in the form of hash
270
+ def initialize(attributes = {})
271
+ return unless attributes.is_a?(Hash)
272
+
273
+ # convert string to symbol for hash key
274
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
275
+
276
+ if attributes.key?(:'link')
277
+ self.link = attributes[:'link']
278
+ end
279
+
280
+ if attributes.key?(:'AllCaps')
281
+ self.all_caps = attributes[:'AllCaps']
282
+ end
283
+
284
+ if attributes.key?(:'Bidi')
285
+ self.bidi = attributes[:'Bidi']
286
+ end
287
+
288
+ if attributes.key?(:'Bold')
289
+ self.bold = attributes[:'Bold']
290
+ end
291
+
292
+ if attributes.key?(:'BoldBi')
293
+ self.bold_bi = attributes[:'BoldBi']
294
+ end
295
+
296
+ if attributes.key?(:'Border')
297
+ self.border = attributes[:'Border']
298
+ end
299
+
300
+ if attributes.key?(:'Color')
301
+ self.color = attributes[:'Color']
302
+ end
303
+
304
+ if attributes.key?(:'ComplexScript')
305
+ self.complex_script = attributes[:'ComplexScript']
306
+ end
307
+
308
+ if attributes.key?(:'DoubleStrikeThrough')
309
+ self.double_strike_through = attributes[:'DoubleStrikeThrough']
310
+ end
311
+
312
+ if attributes.key?(:'Emboss')
313
+ self.emboss = attributes[:'Emboss']
314
+ end
315
+
316
+ if attributes.key?(:'Engrave')
317
+ self.engrave = attributes[:'Engrave']
318
+ end
319
+
320
+ if attributes.key?(:'Hidden')
321
+ self.hidden = attributes[:'Hidden']
322
+ end
323
+
324
+ if attributes.key?(:'HighlightColor')
325
+ self.highlight_color = attributes[:'HighlightColor']
326
+ end
327
+
328
+ if attributes.key?(:'Italic')
329
+ self.italic = attributes[:'Italic']
330
+ end
331
+
332
+ if attributes.key?(:'ItalicBi')
333
+ self.italic_bi = attributes[:'ItalicBi']
334
+ end
335
+
336
+ if attributes.key?(:'Kerning')
337
+ self.kerning = attributes[:'Kerning']
338
+ end
339
+
340
+ if attributes.key?(:'LocaleId')
341
+ self.locale_id = attributes[:'LocaleId']
342
+ end
343
+
344
+ if attributes.key?(:'LocaleIdBi')
345
+ self.locale_id_bi = attributes[:'LocaleIdBi']
346
+ end
347
+
348
+ if attributes.key?(:'LocaleIdFarEast')
349
+ self.locale_id_far_east = attributes[:'LocaleIdFarEast']
350
+ end
351
+
352
+ if attributes.key?(:'Name')
353
+ self.name = attributes[:'Name']
354
+ end
355
+
356
+ if attributes.key?(:'NameAscii')
357
+ self.name_ascii = attributes[:'NameAscii']
358
+ end
359
+
360
+ if attributes.key?(:'NameBi')
361
+ self.name_bi = attributes[:'NameBi']
362
+ end
363
+
364
+ if attributes.key?(:'NameFarEast')
365
+ self.name_far_east = attributes[:'NameFarEast']
366
+ end
367
+
368
+ if attributes.key?(:'NameOther')
369
+ self.name_other = attributes[:'NameOther']
370
+ end
371
+
372
+ if attributes.key?(:'NoProofing')
373
+ self.no_proofing = attributes[:'NoProofing']
374
+ end
375
+
376
+ if attributes.key?(:'Outline')
377
+ self.outline = attributes[:'Outline']
378
+ end
379
+
380
+ if attributes.key?(:'Position')
381
+ self.position = attributes[:'Position']
382
+ end
383
+
384
+ if attributes.key?(:'Scaling')
385
+ self.scaling = attributes[:'Scaling']
386
+ end
387
+
388
+ if attributes.key?(:'Shadow')
389
+ self.shadow = attributes[:'Shadow']
390
+ end
391
+
392
+ if attributes.key?(:'Size')
393
+ self.size = attributes[:'Size']
394
+ end
395
+
396
+ if attributes.key?(:'SizeBi')
397
+ self.size_bi = attributes[:'SizeBi']
398
+ end
399
+
400
+ if attributes.key?(:'SmallCaps')
401
+ self.small_caps = attributes[:'SmallCaps']
402
+ end
403
+
404
+ if attributes.key?(:'Spacing')
405
+ self.spacing = attributes[:'Spacing']
406
+ end
407
+
408
+ if attributes.key?(:'StrikeThrough')
409
+ self.strike_through = attributes[:'StrikeThrough']
410
+ end
411
+
412
+ if attributes.key?(:'StyleIdentifier')
413
+ self.style_identifier = attributes[:'StyleIdentifier']
414
+ end
415
+
416
+ if attributes.key?(:'StyleName')
417
+ self.style_name = attributes[:'StyleName']
418
+ end
419
+
420
+ if attributes.key?(:'Subscript')
421
+ self.subscript = attributes[:'Subscript']
422
+ end
423
+
424
+ if attributes.key?(:'Superscript')
425
+ self.superscript = attributes[:'Superscript']
426
+ end
427
+
428
+ if attributes.key?(:'TextEffect')
429
+ self.text_effect = attributes[:'TextEffect']
430
+ end
431
+
432
+ if attributes.key?(:'Underline')
433
+ self.underline = attributes[:'Underline']
434
+ end
435
+
436
+ if attributes.key?(:'UnderlineColor')
437
+ self.underline_color = attributes[:'UnderlineColor']
438
+ end
439
+
440
+ end
441
+
442
+ # Show invalid properties with the reasons. Usually used together with valid?
443
+ # @return Array for valid properies with the reasons
444
+ def list_invalid_properties
445
+ invalid_properties = []
446
+ return invalid_properties
447
+ end
448
+
449
+ # Check to see if the all the properties in the model are valid
450
+ # @return true if the model is valid
451
+ def valid?
452
+ 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"])
453
+ return false unless style_identifier_validator.valid?(@style_identifier)
454
+ text_effect_validator = EnumAttributeValidator.new('String', ["None", "LasVegasLights", "BlinkingBackground", "SparkleText", "MarchingBlackAnts", "MarchingRedAnts", "Shimmer"])
455
+ return false unless text_effect_validator.valid?(@text_effect)
456
+ underline_validator = EnumAttributeValidator.new('String', ["None", "Single", "Words", "Double", "Dotted", "Thick", "Dash", "DotDash", "DotDotDash", "Wavy", "DottedHeavy", "DashHeavy", "DotDashHeavy", "DotDotDashHeavy", "WavyHeavy", "DashLong", "WavyDouble", "DashLongHeavy"])
457
+ return false unless underline_validator.valid?(@underline)
458
+ return true
459
+ end
460
+
461
+ # Custom attribute writer method checking allowed values (enum).
462
+ # @param [Object] style_identifier Object to be assigned
463
+ def style_identifier=(style_identifier)
464
+ 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"])
465
+ if style_identifier.to_i == 0
466
+ unless validator.valid?(style_identifier)
467
+ raise ArgumentError, "invalid value for 'style_identifier', must be one of #{validator.allowable_values}."
468
+ end
469
+ @style_identifier = style_identifier
470
+ else
471
+ @style_identifier = validator.allowable_values[style_identifier.to_i]
472
+ end
473
+ end
474
+
475
+ # Custom attribute writer method checking allowed values (enum).
476
+ # @param [Object] text_effect Object to be assigned
477
+ def text_effect=(text_effect)
478
+ validator = EnumAttributeValidator.new('String', ["None", "LasVegasLights", "BlinkingBackground", "SparkleText", "MarchingBlackAnts", "MarchingRedAnts", "Shimmer"])
479
+ if text_effect.to_i == 0
480
+ unless validator.valid?(text_effect)
481
+ raise ArgumentError, "invalid value for 'text_effect', must be one of #{validator.allowable_values}."
482
+ end
483
+ @text_effect = text_effect
484
+ else
485
+ @text_effect = validator.allowable_values[text_effect.to_i]
486
+ end
487
+ end
488
+
489
+ # Custom attribute writer method checking allowed values (enum).
490
+ # @param [Object] underline Object to be assigned
491
+ def underline=(underline)
492
+ validator = EnumAttributeValidator.new('String', ["None", "Single", "Words", "Double", "Dotted", "Thick", "Dash", "DotDash", "DotDotDash", "Wavy", "DottedHeavy", "DashHeavy", "DotDashHeavy", "DotDotDashHeavy", "WavyHeavy", "DashLong", "WavyDouble", "DashLongHeavy"])
493
+ if underline.to_i == 0
494
+ unless validator.valid?(underline)
495
+ raise ArgumentError, "invalid value for 'underline', must be one of #{validator.allowable_values}."
496
+ end
497
+ @underline = underline
498
+ else
499
+ @underline = validator.allowable_values[underline.to_i]
500
+ end
501
+ end
502
+
503
+ # Checks equality by comparing each attribute.
504
+ # @param [Object] Object to be compared
505
+ def ==(other)
506
+ return true if self.equal?(other)
507
+ self.class == other.class &&
508
+ link == other.link &&
509
+ all_caps == other.all_caps &&
510
+ bidi == other.bidi &&
511
+ bold == other.bold &&
512
+ bold_bi == other.bold_bi &&
513
+ border == other.border &&
514
+ color == other.color &&
515
+ complex_script == other.complex_script &&
516
+ double_strike_through == other.double_strike_through &&
517
+ emboss == other.emboss &&
518
+ engrave == other.engrave &&
519
+ hidden == other.hidden &&
520
+ highlight_color == other.highlight_color &&
521
+ italic == other.italic &&
522
+ italic_bi == other.italic_bi &&
523
+ kerning == other.kerning &&
524
+ locale_id == other.locale_id &&
525
+ locale_id_bi == other.locale_id_bi &&
526
+ locale_id_far_east == other.locale_id_far_east &&
527
+ name == other.name &&
528
+ name_ascii == other.name_ascii &&
529
+ name_bi == other.name_bi &&
530
+ name_far_east == other.name_far_east &&
531
+ name_other == other.name_other &&
532
+ no_proofing == other.no_proofing &&
533
+ outline == other.outline &&
534
+ position == other.position &&
535
+ scaling == other.scaling &&
536
+ shadow == other.shadow &&
537
+ size == other.size &&
538
+ size_bi == other.size_bi &&
539
+ small_caps == other.small_caps &&
540
+ spacing == other.spacing &&
541
+ strike_through == other.strike_through &&
542
+ style_identifier == other.style_identifier &&
543
+ style_name == other.style_name &&
544
+ subscript == other.subscript &&
545
+ superscript == other.superscript &&
546
+ text_effect == other.text_effect &&
547
+ underline == other.underline &&
548
+ underline_color == other.underline_color
549
+ end
550
+
551
+ # @see the `==` method
552
+ # @param [Object] Object to be compared
553
+ def eql?(other)
554
+ self == other
555
+ end
556
+
557
+ # Calculates hash code according to all attributes.
558
+ # @return [Fixnum] Hash code
559
+ def hash
560
+ [link, all_caps, bidi, bold, bold_bi, border, color, complex_script, double_strike_through, emboss, engrave, hidden, highlight_color, italic, italic_bi, kerning, locale_id, locale_id_bi, locale_id_far_east, name, name_ascii, name_bi, name_far_east, name_other, no_proofing, outline, position, scaling, shadow, size, size_bi, small_caps, spacing, strike_through, style_identifier, style_name, subscript, superscript, text_effect, underline, underline_color].hash
561
+ end
562
+
563
+ # Builds the object from hash
564
+ # @param [Hash] attributes Model attributes in the form of hash
565
+ # @return [Object] Returns the model itself
566
+ def build_from_hash(attributes)
567
+ return nil unless attributes.is_a?(Hash)
568
+ self.class.swagger_types.each_pair do |key, type|
569
+ if type =~ /\AArray<(.*)>/i
570
+ # check to ensure the input is an array given that the the attribute
571
+ # is documented as an array but the input is not
572
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
573
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
574
+ end
575
+ elsif !attributes[self.class.attribute_map[key]].nil?
576
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
577
+ end
578
+ # or else data not found in attributes(hash), not an issue as the data can be optional
579
+ end
580
+
581
+ self
582
+ end
583
+
584
+ # Deserializes the data based on type
585
+ # @param string type Data type
586
+ # @param string value Value to be deserialized
587
+ # @return [Object] Deserialized data
588
+ def _deserialize(type, value)
589
+ case type.to_sym
590
+ when :DateTime
591
+ Time.at(/\d/.match(value)[0].to_f).to_datetime
592
+ when :Date
593
+ Time.at(/\d/.match(value)[0].to_f).to_date
594
+ when :String
595
+ value.to_s
596
+ when :Integer
597
+ value.to_i
598
+ when :Float
599
+ value.to_f
600
+ when :BOOLEAN
601
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
602
+ true
603
+ else
604
+ false
605
+ end
606
+ when :Object
607
+ # generic object (usually a Hash), return directly
608
+ value
609
+ when /\AArray<(?<inner_type>.+)>\z/
610
+ inner_type = Regexp.last_match[:inner_type]
611
+ value.map { |v| _deserialize(inner_type, v) }
612
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
613
+ k_type = Regexp.last_match[:k_type]
614
+ v_type = Regexp.last_match[:v_type]
615
+ {}.tap do |hash|
616
+ value.each do |k, v|
617
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
618
+ end
619
+ end
620
+ else
621
+ # model
622
+ temp_model = AsposeWordsCloud.const_get(type).new
623
+ temp_model.build_from_hash(value)
624
+ end
625
+ end
626
+
627
+ # Returns the string representation of the object
628
+ # @return [String] String presentation of the object
629
+ def to_s
630
+ to_hash.to_s
631
+ end
632
+
633
+ # to_body is an alias to to_hash (backward compatibility)
634
+ # @return [Hash] Returns the object in the form of hash
635
+ def to_body
636
+ to_hash
637
+ end
638
+
639
+ # Returns the object in the form of hash
640
+ # @return [Hash] Returns the object in the form of hash
641
+ def to_hash
642
+ hash = {}
643
+ self.class.attribute_map.each_pair do |attr, param|
644
+ value = self.send(attr)
645
+ next if value.nil?
646
+ hash[param] = _to_hash(value)
647
+ end
648
+ hash
649
+ end
650
+
651
+ # Outputs non-array value in the form of hash
652
+ # For object, use to_hash. Otherwise, just return the value
653
+ # @param [Object] value Any valid value
654
+ # @return [Hash] Returns the value in the form of hash
655
+ def _to_hash(value)
656
+ if value.is_a?(Array)
657
+ value.compact.map { |v| _to_hash(v) }
658
+ elsif value.is_a?(Hash)
659
+ {}.tap do |hash|
660
+ value.each { |k, v| hash[k] = _to_hash(v) }
661
+ end
662
+ elsif value.respond_to? :to_hash
663
+ value.to_hash
664
+ else
665
+ value
666
+ end
667
+ end
668
+
669
+ end
670
+
671
+ end