Skip to content

Commit e2b871a

Browse files
Merge branch 'master' into release
2 parents b4fc004 + dcf8504 commit e2b871a

17 files changed

+287
-560
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ This repository contains Aspose.Words Cloud SDK for Ruby source code. This SDK a
1313
* Watermarks and protection
1414
* Full read & write access to Document Object Model, including sections, paragraphs, text, images, tables, headers/footers and many others
1515

16+
## Enhancements in Version 21.10
17+
18+
- Removed 'GraphicsQualityOptions' image save option as it no longer supported.
19+
- Added query parameter 'displayIntermediateResults' for batch requests. If 'false', the last response in batch will be returned only. Default is 'true'
20+
- Added 'JsonDataLoadOptions' and 'XmlDataLoadOptions' to 'ReportEngineSettings'
21+
22+
1623
## Enhancements in Version 21.8
1724

1825
- Added new api methods to get, insert, update or delete custom xml parts from documents.
@@ -152,7 +159,7 @@ To use Aspose Words for Cloud Ruby SDK you need to register an account with [Asp
152159
To install this package do the following:
153160
update your Gemfile
154161
```ruby
155-
gem 'aspose_words_cloud', '~> 21.9'
162+
gem 'aspose_words_cloud', '~> 21.10'
156163
```
157164
or install directly
158165
```bash
18 KB
Binary file not shown.
3.36 MB
Binary file not shown.
6.77 MB
Binary file not shown.

lib/aspose_words_cloud.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@
123123
require_relative 'aspose_words_cloud/models/form_fields_response'
124124
require_relative 'aspose_words_cloud/models/form_field_text_input'
125125
require_relative 'aspose_words_cloud/models/gif_save_options_data'
126-
require_relative 'aspose_words_cloud/models/graphics_quality_options_data'
127126
require_relative 'aspose_words_cloud/models/header_footer'
128127
require_relative 'aspose_words_cloud/models/header_footer_link'
129128
require_relative 'aspose_words_cloud/models/header_footer_link_collection'
@@ -137,6 +136,7 @@
137136
require_relative 'aspose_words_cloud/models/hyperlinks_response'
138137
require_relative 'aspose_words_cloud/models/image_save_options_data'
139138
require_relative 'aspose_words_cloud/models/jpeg_save_options_data'
139+
require_relative 'aspose_words_cloud/models/json_data_load_options'
140140
require_relative 'aspose_words_cloud/models/link'
141141
require_relative 'aspose_words_cloud/models/link_element'
142142
require_relative 'aspose_words_cloud/models/list_format'
@@ -227,7 +227,6 @@
227227
require_relative 'aspose_words_cloud/models/stat_data_response'
228228
require_relative 'aspose_words_cloud/models/storage_file'
229229
require_relative 'aspose_words_cloud/models/story_child_nodes'
230-
require_relative 'aspose_words_cloud/models/string_format_data'
231230
require_relative 'aspose_words_cloud/models/style'
232231
require_relative 'aspose_words_cloud/models/style_apply'
233232
require_relative 'aspose_words_cloud/models/style_copy'
@@ -276,6 +275,7 @@
276275
require_relative 'aspose_words_cloud/models/xaml_fixed_save_options_data'
277276
require_relative 'aspose_words_cloud/models/xaml_flow_save_options_data'
278277
require_relative 'aspose_words_cloud/models/xml_color'
278+
require_relative 'aspose_words_cloud/models/xml_data_load_options'
279279
require_relative 'aspose_words_cloud/models/xps_save_options_data'
280280

281281
# Model requests

lib/aspose_words_cloud/models/bmp_save_options_data.rb

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ class BmpSaveOptionsData
102102
# Gets or sets the 0-based index of the first page to render.
103103
attr_accessor :page_index
104104

105-
# Gets or sets the additional System.Drawing.Graphics quality options.
106-
attr_accessor :graphics_quality_options
107-
108105
# Gets or sets the horizontal resolution in dots per inch for the generated images.
109106
# This property has effect only when saving to raster image formats.
110107
# The default value is 96.
@@ -194,7 +191,6 @@ def self.attribute_map
194191
:'optimize_output' => :'OptimizeOutput',
195192
:'page_count' => :'PageCount',
196193
:'page_index' => :'PageIndex',
197-
:'graphics_quality_options' => :'GraphicsQualityOptions',
198194
:'horizontal_resolution' => :'HorizontalResolution',
199195
:'image_brightness' => :'ImageBrightness',
200196
:'image_color_mode' => :'ImageColorMode',
@@ -235,7 +231,6 @@ def self.swagger_types
235231
:'optimize_output' => :'BOOLEAN',
236232
:'page_count' => :'Integer',
237233
:'page_index' => :'Integer',
238-
:'graphics_quality_options' => :'GraphicsQualityOptionsData',
239234
:'horizontal_resolution' => :'Float',
240235
:'image_brightness' => :'Float',
241236
:'image_color_mode' => :'String',
@@ -347,10 +342,6 @@ def initialize(attributes = {})
347342
self.page_index = attributes[:'PageIndex']
348343
end
349344

350-
if attributes.key?(:'GraphicsQualityOptions')
351-
self.graphics_quality_options = attributes[:'GraphicsQualityOptions']
352-
end
353-
354345
if attributes.key?(:'HorizontalResolution')
355346
self.horizontal_resolution = attributes[:'HorizontalResolution']
356347
end
@@ -458,7 +449,6 @@ def ==(other)
458449
optimize_output == other.optimize_output &&
459450
page_count == other.page_count &&
460451
page_index == other.page_index &&
461-
graphics_quality_options == other.graphics_quality_options &&
462452
horizontal_resolution == other.horizontal_resolution &&
463453
image_brightness == other.image_brightness &&
464454
image_color_mode == other.image_color_mode &&
@@ -482,7 +472,7 @@ def eql?(other)
482472
# Calculates hash code according to all attributes.
483473
# @return [Fixnum] Hash code
484474
def hash
485-
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, flat_opc_xml_mapping_only, iml_rendering_mode, save_format, 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, graphics_quality_options, 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].hash
475+
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, flat_opc_xml_mapping_only, iml_rendering_mode, save_format, 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].hash
486476
end
487477

488478
# Builds the object from hash

lib/aspose_words_cloud/models/emf_save_options_data.rb

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ class EmfSaveOptionsData
102102
# Gets or sets the 0-based index of the first page to render.
103103
attr_accessor :page_index
104104

105-
# Gets or sets the additional System.Drawing.Graphics quality options.
106-
attr_accessor :graphics_quality_options
107-
108105
# Gets or sets the horizontal resolution in dots per inch for the generated images.
109106
# This property has effect only when saving to raster image formats.
110107
# The default value is 96.
@@ -194,7 +191,6 @@ def self.attribute_map
194191
:'optimize_output' => :'OptimizeOutput',
195192
:'page_count' => :'PageCount',
196193
:'page_index' => :'PageIndex',
197-
:'graphics_quality_options' => :'GraphicsQualityOptions',
198194
:'horizontal_resolution' => :'HorizontalResolution',
199195
:'image_brightness' => :'ImageBrightness',
200196
:'image_color_mode' => :'ImageColorMode',
@@ -235,7 +231,6 @@ def self.swagger_types
235231
:'optimize_output' => :'BOOLEAN',
236232
:'page_count' => :'Integer',
237233
:'page_index' => :'Integer',
238-
:'graphics_quality_options' => :'GraphicsQualityOptionsData',
239234
:'horizontal_resolution' => :'Float',
240235
:'image_brightness' => :'Float',
241236
:'image_color_mode' => :'String',
@@ -347,10 +342,6 @@ def initialize(attributes = {})
347342
self.page_index = attributes[:'PageIndex']
348343
end
349344

350-
if attributes.key?(:'GraphicsQualityOptions')
351-
self.graphics_quality_options = attributes[:'GraphicsQualityOptions']
352-
end
353-
354345
if attributes.key?(:'HorizontalResolution')
355346
self.horizontal_resolution = attributes[:'HorizontalResolution']
356347
end
@@ -458,7 +449,6 @@ def ==(other)
458449
optimize_output == other.optimize_output &&
459450
page_count == other.page_count &&
460451
page_index == other.page_index &&
461-
graphics_quality_options == other.graphics_quality_options &&
462452
horizontal_resolution == other.horizontal_resolution &&
463453
image_brightness == other.image_brightness &&
464454
image_color_mode == other.image_color_mode &&
@@ -482,7 +472,7 @@ def eql?(other)
482472
# Calculates hash code according to all attributes.
483473
# @return [Fixnum] Hash code
484474
def hash
485-
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, flat_opc_xml_mapping_only, iml_rendering_mode, save_format, 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, graphics_quality_options, 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].hash
475+
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, flat_opc_xml_mapping_only, iml_rendering_mode, save_format, 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].hash
486476
end
487477

488478
# Builds the object from hash

lib/aspose_words_cloud/models/gif_save_options_data.rb

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ class GifSaveOptionsData
102102
# Gets or sets the 0-based index of the first page to render.
103103
attr_accessor :page_index
104104

105-
# Gets or sets the additional System.Drawing.Graphics quality options.
106-
attr_accessor :graphics_quality_options
107-
108105
# Gets or sets the horizontal resolution in dots per inch for the generated images.
109106
# This property has effect only when saving to raster image formats.
110107
# The default value is 96.
@@ -194,7 +191,6 @@ def self.attribute_map
194191
:'optimize_output' => :'OptimizeOutput',
195192
:'page_count' => :'PageCount',
196193
:'page_index' => :'PageIndex',
197-
:'graphics_quality_options' => :'GraphicsQualityOptions',
198194
:'horizontal_resolution' => :'HorizontalResolution',
199195
:'image_brightness' => :'ImageBrightness',
200196
:'image_color_mode' => :'ImageColorMode',
@@ -235,7 +231,6 @@ def self.swagger_types
235231
:'optimize_output' => :'BOOLEAN',
236232
:'page_count' => :'Integer',
237233
:'page_index' => :'Integer',
238-
:'graphics_quality_options' => :'GraphicsQualityOptionsData',
239234
:'horizontal_resolution' => :'Float',
240235
:'image_brightness' => :'Float',
241236
:'image_color_mode' => :'String',
@@ -347,10 +342,6 @@ def initialize(attributes = {})
347342
self.page_index = attributes[:'PageIndex']
348343
end
349344

350-
if attributes.key?(:'GraphicsQualityOptions')
351-
self.graphics_quality_options = attributes[:'GraphicsQualityOptions']
352-
end
353-
354345
if attributes.key?(:'HorizontalResolution')
355346
self.horizontal_resolution = attributes[:'HorizontalResolution']
356347
end
@@ -458,7 +449,6 @@ def ==(other)
458449
optimize_output == other.optimize_output &&
459450
page_count == other.page_count &&
460451
page_index == other.page_index &&
461-
graphics_quality_options == other.graphics_quality_options &&
462452
horizontal_resolution == other.horizontal_resolution &&
463453
image_brightness == other.image_brightness &&
464454
image_color_mode == other.image_color_mode &&
@@ -482,7 +472,7 @@ def eql?(other)
482472
# Calculates hash code according to all attributes.
483473
# @return [Fixnum] Hash code
484474
def hash
485-
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, flat_opc_xml_mapping_only, iml_rendering_mode, save_format, 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, graphics_quality_options, 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].hash
475+
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, flat_opc_xml_mapping_only, iml_rendering_mode, save_format, 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].hash
486476
end
487477

488478
# Builds the object from hash

0 commit comments

Comments
 (0)