aspose_words_cloud 23.4.0 → 23.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aspose_words_cloud/api/words_api.rb +85 -1
  3. data/lib/aspose_words_cloud/api_client.rb +1 -1
  4. data/lib/aspose_words_cloud/models/bmp_save_options_data.rb +11 -11
  5. data/lib/aspose_words_cloud/models/comment.rb +39 -39
  6. data/lib/aspose_words_cloud/models/comment_insert.rb +21 -21
  7. data/lib/aspose_words_cloud/models/comment_update.rb +21 -21
  8. data/lib/aspose_words_cloud/models/custom_xml_part.rb +14 -14
  9. data/lib/aspose_words_cloud/models/custom_xml_part_insert.rb +14 -14
  10. data/lib/aspose_words_cloud/models/custom_xml_part_update.rb +14 -14
  11. data/lib/aspose_words_cloud/models/doc_save_options_data.rb +10 -10
  12. data/lib/aspose_words_cloud/models/document.rb +13 -13
  13. data/lib/aspose_words_cloud/models/document_entry.rb +41 -0
  14. data/lib/aspose_words_cloud/models/document_property.rb +15 -15
  15. data/lib/aspose_words_cloud/models/document_stat_data.rb +16 -16
  16. data/lib/aspose_words_cloud/models/drawing_object.rb +41 -41
  17. data/lib/aspose_words_cloud/models/emf_save_options_data.rb +11 -11
  18. data/lib/aspose_words_cloud/models/footnote.rb +21 -21
  19. data/lib/aspose_words_cloud/models/form_field.rb +46 -46
  20. data/lib/aspose_words_cloud/models/form_field_checkbox.rb +59 -59
  21. data/lib/aspose_words_cloud/models/form_field_drop_down.rb +46 -46
  22. data/lib/aspose_words_cloud/models/form_field_text_input.rb +66 -66
  23. data/lib/aspose_words_cloud/models/gif_save_options_data.rb +11 -11
  24. data/lib/aspose_words_cloud/models/header_footer.rb +14 -14
  25. data/lib/aspose_words_cloud/models/html_fixed_save_options_data.rb +10 -10
  26. data/lib/aspose_words_cloud/models/html_save_options_data.rb +10 -10
  27. data/lib/aspose_words_cloud/models/jpeg_save_options_data.rb +11 -11
  28. data/lib/aspose_words_cloud/models/list_format.rb +15 -15
  29. data/lib/aspose_words_cloud/models/list_info.rb +35 -35
  30. data/lib/aspose_words_cloud/models/list_level.rb +76 -76
  31. data/lib/aspose_words_cloud/models/load_web_document_data.rb +14 -14
  32. data/lib/aspose_words_cloud/models/markdown_save_options_data.rb +10 -10
  33. data/lib/aspose_words_cloud/models/page_stat_data.rb +14 -14
  34. data/lib/aspose_words_cloud/models/paragraph_format.rb +21 -21
  35. data/lib/aspose_words_cloud/models/paragraph_format_base.rb +14 -14
  36. data/lib/aspose_words_cloud/models/paragraph_format_update.rb +14 -14
  37. data/lib/aspose_words_cloud/models/pdf_save_options_data.rb +10 -10
  38. data/lib/aspose_words_cloud/models/png_save_options_data.rb +11 -11
  39. data/lib/aspose_words_cloud/models/ps_save_options_data.rb +10 -10
  40. data/lib/aspose_words_cloud/models/requests/create_document_request.rb +9 -3
  41. data/lib/aspose_words_cloud/models/requests/insert_section_online_request.rb +204 -0
  42. data/lib/aspose_words_cloud/models/requests/insert_section_request.rb +203 -0
  43. data/lib/aspose_words_cloud/models/rtf_save_options_data.rb +10 -10
  44. data/lib/aspose_words_cloud/models/save_result.rb +16 -16
  45. data/lib/aspose_words_cloud/models/search_result.rb +14 -14
  46. data/lib/aspose_words_cloud/models/section.rb +15 -15
  47. data/lib/aspose_words_cloud/models/split_document_result.rb +16 -16
  48. data/lib/aspose_words_cloud/models/structured_document_tag.rb +142 -142
  49. data/lib/aspose_words_cloud/models/structured_document_tag_insert.rb +142 -142
  50. data/lib/aspose_words_cloud/models/structured_document_tag_update.rb +142 -142
  51. data/lib/aspose_words_cloud/models/style.rb +71 -71
  52. data/lib/aspose_words_cloud/models/svg_save_options_data.rb +10 -10
  53. data/lib/aspose_words_cloud/models/table.rb +14 -14
  54. data/lib/aspose_words_cloud/models/table_row.rb +14 -14
  55. data/lib/aspose_words_cloud/models/table_row_format.rb +24 -24
  56. data/lib/aspose_words_cloud/models/text_save_options_data.rb +10 -10
  57. data/lib/aspose_words_cloud/models/tiff_save_options_data.rb +19 -19
  58. data/lib/aspose_words_cloud/models/xps_save_options_data.rb +10 -10
  59. data/lib/aspose_words_cloud/version.rb +1 -1
  60. data/lib/aspose_words_cloud.rb +2 -0
  61. metadata +4 -2
@@ -32,18 +32,18 @@ module AsposeWordsCloud
32
32
  # Gets or sets the link to the document.
33
33
  attr_accessor :link
34
34
 
35
- # Gets or sets a value indicating whether the text in a table row is allowed to split across a page break.
36
- attr_accessor :allow_break_across_pages
37
-
38
- # Gets or sets a value indicating whether the row is repeated as a table heading on every page when the table spans more than one page.
39
- attr_accessor :heading_format
40
-
41
35
  # Gets or sets the height of the table row in points.
42
36
  attr_accessor :height
43
37
 
44
38
  # Gets or sets the rule for determining the height of the table row.
45
39
  attr_accessor :height_rule
46
40
 
41
+ # Gets or sets a value indicating whether the text in a table row is allowed to split across a page break.
42
+ attr_accessor :allow_break_across_pages
43
+
44
+ # Gets or sets a value indicating whether the row is repeated as a table heading on every page when the table spans more than one page.
45
+ attr_accessor :heading_format
46
+
47
47
  class EnumAttributeValidator
48
48
  attr_reader :datatype
49
49
  attr_reader :allowable_values
@@ -70,10 +70,10 @@ module AsposeWordsCloud
70
70
  def self.attribute_map
71
71
  {
72
72
  :'link' => :'Link',
73
- :'allow_break_across_pages' => :'AllowBreakAcrossPages',
74
- :'heading_format' => :'HeadingFormat',
75
73
  :'height' => :'Height',
76
- :'height_rule' => :'HeightRule'
74
+ :'height_rule' => :'HeightRule',
75
+ :'allow_break_across_pages' => :'AllowBreakAcrossPages',
76
+ :'heading_format' => :'HeadingFormat'
77
77
  }
78
78
  end
79
79
 
@@ -81,10 +81,10 @@ module AsposeWordsCloud
81
81
  def self.swagger_types
82
82
  {
83
83
  :'link' => :'WordsApiLink',
84
- :'allow_break_across_pages' => :'BOOLEAN',
85
- :'heading_format' => :'BOOLEAN',
86
84
  :'height' => :'Float',
87
- :'height_rule' => :'String'
85
+ :'height_rule' => :'String',
86
+ :'allow_break_across_pages' => :'BOOLEAN',
87
+ :'heading_format' => :'BOOLEAN'
88
88
  }
89
89
  end
90
90
 
@@ -100,14 +100,6 @@ module AsposeWordsCloud
100
100
  self.link = attributes[:'Link']
101
101
  end
102
102
 
103
- if attributes.key?(:'AllowBreakAcrossPages')
104
- self.allow_break_across_pages = attributes[:'AllowBreakAcrossPages']
105
- end
106
-
107
- if attributes.key?(:'HeadingFormat')
108
- self.heading_format = attributes[:'HeadingFormat']
109
- end
110
-
111
103
  if attributes.key?(:'Height')
112
104
  self.height = attributes[:'Height']
113
105
  end
@@ -115,6 +107,14 @@ module AsposeWordsCloud
115
107
  if attributes.key?(:'HeightRule')
116
108
  self.height_rule = attributes[:'HeightRule']
117
109
  end
110
+
111
+ if attributes.key?(:'AllowBreakAcrossPages')
112
+ self.allow_break_across_pages = attributes[:'AllowBreakAcrossPages']
113
+ end
114
+
115
+ if attributes.key?(:'HeadingFormat')
116
+ self.heading_format = attributes[:'HeadingFormat']
117
+ end
118
118
  end
119
119
 
120
120
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -154,10 +154,10 @@ module AsposeWordsCloud
154
154
  return true if self.equal?(other)
155
155
  self.class == other.class &&
156
156
  link == other.link &&
157
- allow_break_across_pages == other.allow_break_across_pages &&
158
- heading_format == other.heading_format &&
159
157
  height == other.height &&
160
- height_rule == other.height_rule
158
+ height_rule == other.height_rule &&
159
+ allow_break_across_pages == other.allow_break_across_pages &&
160
+ heading_format == other.heading_format
161
161
  end
162
162
 
163
163
  # @see the `==` method
@@ -169,7 +169,7 @@ module AsposeWordsCloud
169
169
  # Calculates hash code according to all attributes.
170
170
  # @return [Fixnum] Hash code
171
171
  def hash
172
- [link, allow_break_across_pages, heading_format, height, height_rule].hash
172
+ [link, height, height_rule, allow_break_across_pages, heading_format].hash
173
173
  end
174
174
 
175
175
  # Builds the object from hash
@@ -96,12 +96,12 @@ module AsposeWordsCloud
96
96
  # Gets or sets a value indicating whether the program should attempt to preserve layout of tables when saving in the plain text format.
97
97
  attr_accessor :preserve_table_layout
98
98
 
99
- # Gets the format of save.
100
- attr_accessor :save_format
101
-
102
99
  # Gets or sets a value indicating whether the program should simplify list labels in case of complex label formatting not being adequately represented by plain text.
103
100
  attr_accessor :simplify_list_labels
104
101
 
102
+ # Gets the format of save.
103
+ attr_accessor :save_format
104
+
105
105
  class EnumAttributeValidator
106
106
  attr_reader :datatype
107
107
  attr_reader :allowable_values
@@ -147,8 +147,8 @@ module AsposeWordsCloud
147
147
  :'add_bidi_marks' => :'AddBidiMarks',
148
148
  :'max_characters_per_line' => :'MaxCharactersPerLine',
149
149
  :'preserve_table_layout' => :'PreserveTableLayout',
150
- :'save_format' => :'SaveFormat',
151
- :'simplify_list_labels' => :'SimplifyListLabels'
150
+ :'simplify_list_labels' => :'SimplifyListLabels',
151
+ :'save_format' => :'SaveFormat'
152
152
  }
153
153
  end
154
154
 
@@ -175,8 +175,8 @@ module AsposeWordsCloud
175
175
  :'add_bidi_marks' => :'BOOLEAN',
176
176
  :'max_characters_per_line' => :'Integer',
177
177
  :'preserve_table_layout' => :'BOOLEAN',
178
- :'save_format' => :'String',
179
- :'simplify_list_labels' => :'BOOLEAN'
178
+ :'simplify_list_labels' => :'BOOLEAN',
179
+ :'save_format' => :'String'
180
180
  }
181
181
  end
182
182
 
@@ -395,8 +395,8 @@ module AsposeWordsCloud
395
395
  add_bidi_marks == other.add_bidi_marks &&
396
396
  max_characters_per_line == other.max_characters_per_line &&
397
397
  preserve_table_layout == other.preserve_table_layout &&
398
- save_format == other.save_format &&
399
- simplify_list_labels == other.simplify_list_labels
398
+ simplify_list_labels == other.simplify_list_labels &&
399
+ save_format == other.save_format
400
400
  end
401
401
 
402
402
  # @see the `==` method
@@ -408,7 +408,7 @@ module AsposeWordsCloud
408
408
  # Calculates hash code according to all attributes.
409
409
  # @return [Fixnum] Hash code
410
410
  def hash
411
- [allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, update_sdt_content, zip_output, encoding, export_headers_footers_mode, force_page_breaks, paragraph_break, add_bidi_marks, max_characters_per_line, preserve_table_layout, save_format, simplify_list_labels].hash
411
+ [allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, update_sdt_content, zip_output, encoding, export_headers_footers_mode, force_page_breaks, paragraph_break, add_bidi_marks, max_characters_per_line, preserve_table_layout, simplify_list_labels, save_format].hash
412
412
  end
413
413
 
414
414
  # Builds the object from hash
@@ -126,9 +126,6 @@ module AsposeWordsCloud
126
126
  # Gets or sets a value indicating whether to use anti-aliasing for rendering.
127
127
  attr_accessor :use_anti_aliasing
128
128
 
129
- # Gets or sets a value indicating whether to use GDI+ or Aspose.Words metafile renderer when saving to EMF.
130
- attr_accessor :use_gdi_emf_renderer
131
-
132
129
  # Gets or sets a value indicating whether to use high quality (i.e. slow) rendering algorithms.
133
130
  attr_accessor :use_high_quality_rendering
134
131
 
@@ -137,8 +134,8 @@ module AsposeWordsCloud
137
134
  # The default value is 96.
138
135
  attr_accessor :vertical_resolution
139
136
 
140
- # Gets the format of save.
141
- attr_accessor :save_format
137
+ # Gets or sets a value indicating whether to use GDI+ or Aspose.Words metafile renderer when saving to EMF.
138
+ attr_accessor :use_gdi_emf_renderer
142
139
 
143
140
  # Gets or sets the threshold that determines the value of the binarization error in the Floyd-Steinberg method. when ImageBinarizationMethod is ImageBinarizationMethod.FloydSteinbergDithering.
144
141
  # Default value is 128.
@@ -150,6 +147,9 @@ module AsposeWordsCloud
150
147
  # Gets or sets the type of compression.
151
148
  attr_accessor :tiff_compression
152
149
 
150
+ # Gets the format of save.
151
+ attr_accessor :save_format
152
+
153
153
  class EnumAttributeValidator
154
154
  attr_reader :datatype
155
155
  attr_reader :allowable_values
@@ -204,13 +204,13 @@ module AsposeWordsCloud
204
204
  :'resolution' => :'Resolution',
205
205
  :'scale' => :'Scale',
206
206
  :'use_anti_aliasing' => :'UseAntiAliasing',
207
- :'use_gdi_emf_renderer' => :'UseGdiEmfRenderer',
208
207
  :'use_high_quality_rendering' => :'UseHighQualityRendering',
209
208
  :'vertical_resolution' => :'VerticalResolution',
210
- :'save_format' => :'SaveFormat',
209
+ :'use_gdi_emf_renderer' => :'UseGdiEmfRenderer',
211
210
  :'threshold_for_floyd_steinberg_dithering' => :'ThresholdForFloydSteinbergDithering',
212
211
  :'tiff_binarization_method' => :'TiffBinarizationMethod',
213
- :'tiff_compression' => :'TiffCompression'
212
+ :'tiff_compression' => :'TiffCompression',
213
+ :'save_format' => :'SaveFormat'
214
214
  }
215
215
  end
216
216
 
@@ -246,13 +246,13 @@ module AsposeWordsCloud
246
246
  :'resolution' => :'Float',
247
247
  :'scale' => :'Float',
248
248
  :'use_anti_aliasing' => :'BOOLEAN',
249
- :'use_gdi_emf_renderer' => :'BOOLEAN',
250
249
  :'use_high_quality_rendering' => :'BOOLEAN',
251
250
  :'vertical_resolution' => :'Float',
252
- :'save_format' => :'String',
251
+ :'use_gdi_emf_renderer' => :'BOOLEAN',
253
252
  :'threshold_for_floyd_steinberg_dithering' => :'Integer',
254
253
  :'tiff_binarization_method' => :'String',
255
- :'tiff_compression' => :'String'
254
+ :'tiff_compression' => :'String',
255
+ :'save_format' => :'String'
256
256
  }
257
257
  end
258
258
 
@@ -382,10 +382,6 @@ module AsposeWordsCloud
382
382
  self.use_anti_aliasing = attributes[:'UseAntiAliasing']
383
383
  end
384
384
 
385
- if attributes.key?(:'UseGdiEmfRenderer')
386
- self.use_gdi_emf_renderer = attributes[:'UseGdiEmfRenderer']
387
- end
388
-
389
385
  if attributes.key?(:'UseHighQualityRendering')
390
386
  self.use_high_quality_rendering = attributes[:'UseHighQualityRendering']
391
387
  end
@@ -394,6 +390,10 @@ module AsposeWordsCloud
394
390
  self.vertical_resolution = attributes[:'VerticalResolution']
395
391
  end
396
392
 
393
+ if attributes.key?(:'UseGdiEmfRenderer')
394
+ self.use_gdi_emf_renderer = attributes[:'UseGdiEmfRenderer']
395
+ end
396
+
397
397
  if attributes.key?(:'ThresholdForFloydSteinbergDithering')
398
398
  self.threshold_for_floyd_steinberg_dithering = attributes[:'ThresholdForFloydSteinbergDithering']
399
399
  end
@@ -616,13 +616,13 @@ module AsposeWordsCloud
616
616
  resolution == other.resolution &&
617
617
  scale == other.scale &&
618
618
  use_anti_aliasing == other.use_anti_aliasing &&
619
- use_gdi_emf_renderer == other.use_gdi_emf_renderer &&
620
619
  use_high_quality_rendering == other.use_high_quality_rendering &&
621
620
  vertical_resolution == other.vertical_resolution &&
622
- save_format == other.save_format &&
621
+ use_gdi_emf_renderer == other.use_gdi_emf_renderer &&
623
622
  threshold_for_floyd_steinberg_dithering == other.threshold_for_floyd_steinberg_dithering &&
624
623
  tiff_binarization_method == other.tiff_binarization_method &&
625
- tiff_compression == other.tiff_compression
624
+ tiff_compression == other.tiff_compression &&
625
+ save_format == other.save_format
626
626
  end
627
627
 
628
628
  # @see the `==` method
@@ -634,7 +634,7 @@ module AsposeWordsCloud
634
634
  # Calculates hash code according to all attributes.
635
635
  # @return [Fixnum] Hash code
636
636
  def hash
637
- [allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, update_sdt_content, zip_output, color_mode, jpeg_quality, metafile_rendering_options, numeral_format, optimize_output, page_count, page_index, horizontal_resolution, image_brightness, image_color_mode, image_contrast, paper_color, pixel_format, resolution, scale, use_anti_aliasing, use_gdi_emf_renderer, use_high_quality_rendering, vertical_resolution, save_format, threshold_for_floyd_steinberg_dithering, tiff_binarization_method, tiff_compression].hash
637
+ [allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, update_sdt_content, zip_output, color_mode, jpeg_quality, metafile_rendering_options, numeral_format, optimize_output, page_count, page_index, horizontal_resolution, image_brightness, image_color_mode, image_contrast, paper_color, pixel_format, resolution, scale, use_anti_aliasing, use_high_quality_rendering, vertical_resolution, use_gdi_emf_renderer, threshold_for_floyd_steinberg_dithering, tiff_binarization_method, tiff_compression, save_format].hash
638
638
  end
639
639
 
640
640
  # Builds the object from hash
@@ -104,12 +104,12 @@ module AsposeWordsCloud
104
104
  # Gets or sets the outline options.
105
105
  attr_accessor :outline_options
106
106
 
107
- # Gets the format of save.
108
- attr_accessor :save_format
109
-
110
107
  # Gets or sets a value indicating whether the document should be saved using a booklet printing layout.
111
108
  attr_accessor :use_book_fold_printing_settings
112
109
 
110
+ # Gets the format of save.
111
+ attr_accessor :save_format
112
+
113
113
  class EnumAttributeValidator
114
114
  attr_reader :datatype
115
115
  attr_reader :allowable_values
@@ -158,8 +158,8 @@ module AsposeWordsCloud
158
158
  :'bookmarks_outline_level' => :'BookmarksOutlineLevel',
159
159
  :'headings_outline_levels' => :'HeadingsOutlineLevels',
160
160
  :'outline_options' => :'OutlineOptions',
161
- :'save_format' => :'SaveFormat',
162
- :'use_book_fold_printing_settings' => :'UseBookFoldPrintingSettings'
161
+ :'use_book_fold_printing_settings' => :'UseBookFoldPrintingSettings',
162
+ :'save_format' => :'SaveFormat'
163
163
  }
164
164
  end
165
165
 
@@ -189,8 +189,8 @@ module AsposeWordsCloud
189
189
  :'bookmarks_outline_level' => :'Integer',
190
190
  :'headings_outline_levels' => :'Integer',
191
191
  :'outline_options' => :'OutlineOptionsData',
192
- :'save_format' => :'String',
193
- :'use_book_fold_printing_settings' => :'BOOLEAN'
192
+ :'use_book_fold_printing_settings' => :'BOOLEAN',
193
+ :'save_format' => :'String'
194
194
  }
195
195
  end
196
196
 
@@ -440,8 +440,8 @@ module AsposeWordsCloud
440
440
  bookmarks_outline_level == other.bookmarks_outline_level &&
441
441
  headings_outline_levels == other.headings_outline_levels &&
442
442
  outline_options == other.outline_options &&
443
- save_format == other.save_format &&
444
- use_book_fold_printing_settings == other.use_book_fold_printing_settings
443
+ use_book_fold_printing_settings == other.use_book_fold_printing_settings &&
444
+ save_format == other.save_format
445
445
  end
446
446
 
447
447
  # @see the `==` method
@@ -453,7 +453,7 @@ module AsposeWordsCloud
453
453
  # Calculates hash code according to all attributes.
454
454
  # @return [Fixnum] Hash code
455
455
  def hash
456
- [allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, update_sdt_content, zip_output, color_mode, jpeg_quality, metafile_rendering_options, numeral_format, optimize_output, page_count, page_index, bookmarks_outline_level, headings_outline_levels, outline_options, save_format, use_book_fold_printing_settings].hash
456
+ [allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, update_sdt_content, zip_output, color_mode, jpeg_quality, metafile_rendering_options, numeral_format, optimize_output, page_count, page_index, bookmarks_outline_level, headings_outline_levels, outline_options, use_book_fold_printing_settings, save_format].hash
457
457
  end
458
458
 
459
459
  # Builds the object from hash
@@ -24,5 +24,5 @@
24
24
  # ------------------------------------------------------------------------------------
25
25
 
26
26
  module AsposeWordsCloud
27
- VERSION = "23.4.0".freeze
27
+ VERSION = "23.7.0".freeze
28
28
  end
@@ -532,6 +532,8 @@ require_relative 'aspose_words_cloud/models/requests/insert_paragraph_request'
532
532
  require_relative 'aspose_words_cloud/models/requests/insert_paragraph_online_request'
533
533
  require_relative 'aspose_words_cloud/models/requests/insert_run_request'
534
534
  require_relative 'aspose_words_cloud/models/requests/insert_run_online_request'
535
+ require_relative 'aspose_words_cloud/models/requests/insert_section_request'
536
+ require_relative 'aspose_words_cloud/models/requests/insert_section_online_request'
535
537
  require_relative 'aspose_words_cloud/models/requests/insert_structured_document_tag_request'
536
538
  require_relative 'aspose_words_cloud/models/requests/insert_structured_document_tag_online_request'
537
539
  require_relative 'aspose_words_cloud/models/requests/insert_style_request'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aspose_words_cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 23.4.0
4
+ version: 23.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - YaroslawEkimov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-17 00:00:00.000000000 Z
11
+ date: 2023-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -506,6 +506,8 @@ files:
506
506
  - lib/aspose_words_cloud/models/requests/insert_paragraph_request.rb
507
507
  - lib/aspose_words_cloud/models/requests/insert_run_online_request.rb
508
508
  - lib/aspose_words_cloud/models/requests/insert_run_request.rb
509
+ - lib/aspose_words_cloud/models/requests/insert_section_online_request.rb
510
+ - lib/aspose_words_cloud/models/requests/insert_section_request.rb
509
511
  - lib/aspose_words_cloud/models/requests/insert_structured_document_tag_online_request.rb
510
512
  - lib/aspose_words_cloud/models/requests/insert_structured_document_tag_request.rb
511
513
  - lib/aspose_words_cloud/models/requests/insert_style_online_request.rb