aspose_words_cloud 22.1.0 → 22.2.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.
- checksums.yaml +4 -4
- data/lib/aspose_words_cloud/api_client.rb +1 -0
- data/lib/aspose_words_cloud/models/bmp_save_options_data.rb +12 -14
- data/lib/aspose_words_cloud/models/doc_save_options_data.rb +9 -11
- data/lib/aspose_words_cloud/models/{ooxml_save_options_data.rb → docm_save_options_data.rb} +15 -17
- data/lib/aspose_words_cloud/models/docx_save_options_data.rb +440 -0
- data/lib/aspose_words_cloud/models/dot_save_options_data.rb +426 -0
- data/lib/aspose_words_cloud/models/dotm_save_options_data.rb +440 -0
- data/lib/aspose_words_cloud/models/dotx_save_options_data.rb +440 -0
- data/lib/aspose_words_cloud/models/emf_save_options_data.rb +12 -14
- data/lib/aspose_words_cloud/models/epub_save_options_data.rb +12 -14
- data/lib/aspose_words_cloud/models/flat_opc_macro_save_options_data.rb +440 -0
- data/lib/aspose_words_cloud/models/{txt_save_options_base_data.rb → flat_opc_save_options_data.rb} +50 -54
- data/lib/aspose_words_cloud/models/flat_opc_template_macro_save_options_data.rb +440 -0
- data/lib/aspose_words_cloud/models/flat_opc_template_save_options_data.rb +440 -0
- data/lib/aspose_words_cloud/models/gif_save_options_data.rb +12 -14
- data/lib/aspose_words_cloud/models/html_fixed_save_options_data.rb +9 -11
- data/lib/aspose_words_cloud/models/html_save_options_data.rb +9 -11
- data/lib/aspose_words_cloud/models/jpeg_save_options_data.rb +12 -14
- data/lib/aspose_words_cloud/models/markdown_save_options_data.rb +9 -11
- data/lib/aspose_words_cloud/models/mhtml_save_options_data.rb +12 -14
- data/lib/aspose_words_cloud/models/odt_save_options_data.rb +12 -14
- data/lib/aspose_words_cloud/models/{fixed_page_save_options_data.rb → open_xps_save_options_data.rb} +55 -17
- data/lib/aspose_words_cloud/models/ott_save_options_data.rb +441 -0
- data/lib/aspose_words_cloud/models/pcl_save_options_data.rb +12 -14
- data/lib/aspose_words_cloud/models/pdf_save_options_data.rb +9 -11
- data/lib/aspose_words_cloud/models/png_save_options_data.rb +12 -14
- data/lib/aspose_words_cloud/models/ps_save_options_data.rb +9 -11
- data/lib/aspose_words_cloud/models/rtf_save_options_data.rb +9 -11
- data/lib/aspose_words_cloud/models/svg_save_options_data.rb +9 -11
- data/lib/aspose_words_cloud/models/text_save_options_data.rb +9 -11
- data/lib/aspose_words_cloud/models/tiff_save_options_data.rb +9 -11
- data/lib/aspose_words_cloud/models/word_ml_save_options_data.rb +12 -14
- data/lib/aspose_words_cloud/models/xaml_fixed_save_options_data.rb +12 -14
- data/lib/aspose_words_cloud/models/{save_options_data.rb → xaml_flow_pack_save_options_data.rb} +35 -17
- data/lib/aspose_words_cloud/models/xaml_flow_save_options_data.rb +12 -14
- data/lib/aspose_words_cloud/models/xps_save_options_data.rb +9 -11
- data/lib/aspose_words_cloud/version.rb +1 -1
- data/lib/aspose_words_cloud.rb +12 -10
- metadata +14 -12
- data/lib/aspose_words_cloud/models/comment_base.rb +0 -251
- data/lib/aspose_words_cloud/models/document_property_base.rb +0 -201
- data/lib/aspose_words_cloud/models/field_base.rb +0 -211
- data/lib/aspose_words_cloud/models/footnote_base.rb +0 -273
- data/lib/aspose_words_cloud/models/image_save_options_data.rb +0 -585
- data/lib/aspose_words_cloud/models/run_base.rb +0 -201
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 813d35d8887c9a6fea2d07f6f4407ee9254a8d227d5ff202294b51ebf7c75457
|
4
|
+
data.tar.gz: f1665c33f84926225c6b65df8075cd5e2d76e6a0863c284d9b8335919a512c99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d975a118f547dac51d3343f91aeb70dbc76d1149cf3c6631b7b57a943b1c2663dca8041f59566d0b23fb947c455e73c79cf5c5ae75838bd00359621de6b0258
|
7
|
+
data.tar.gz: b8352a506c9434177086667fab43b20e1452c259dae890a0945d71a54100def4421788bebd58afdab9d378249136fe4789bd6eebeab25a10537283391caf5c06
|
@@ -340,6 +340,7 @@ module AsposeWordsCloud
|
|
340
340
|
@tempfile = tempfile
|
341
341
|
tempfile.write(response.body)
|
342
342
|
response.on_complete do |resp|
|
343
|
+
tempfile.rewind
|
343
344
|
tempfile.close
|
344
345
|
@config.logger.info "Temp file written to #{tempfile.path}, please copy the file to a proper folder "\
|
345
346
|
"with e.g. `FileUtils.cp(tempfile.path, '/new/file/path')` otherwise the temp file "\
|
@@ -55,9 +55,6 @@ module AsposeWordsCloud
|
|
55
55
|
# Gets or sets the value determining how ink (InkML) objects are rendered.
|
56
56
|
attr_accessor :iml_rendering_mode
|
57
57
|
|
58
|
-
# Gets or sets the format of save.
|
59
|
-
attr_accessor :save_format
|
60
|
-
|
61
58
|
# Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
|
62
59
|
# Default value is false.
|
63
60
|
attr_accessor :update_created_time_property
|
@@ -144,6 +141,9 @@ module AsposeWordsCloud
|
|
144
141
|
# The default value is 96.
|
145
142
|
attr_accessor :vertical_resolution
|
146
143
|
|
144
|
+
# Gets the format of save.
|
145
|
+
attr_accessor :save_format
|
146
|
+
|
147
147
|
class EnumAttributeValidator
|
148
148
|
attr_reader :datatype
|
149
149
|
attr_reader :allowable_values
|
@@ -177,7 +177,6 @@ module AsposeWordsCloud
|
|
177
177
|
:'file_name' => :'FileName',
|
178
178
|
:'flat_opc_xml_mapping_only' => :'FlatOpcXmlMappingOnly',
|
179
179
|
:'iml_rendering_mode' => :'ImlRenderingMode',
|
180
|
-
:'save_format' => :'SaveFormat',
|
181
180
|
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
182
181
|
:'update_fields' => :'UpdateFields',
|
183
182
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
@@ -202,7 +201,8 @@ module AsposeWordsCloud
|
|
202
201
|
:'use_anti_aliasing' => :'UseAntiAliasing',
|
203
202
|
:'use_gdi_emf_renderer' => :'UseGdiEmfRenderer',
|
204
203
|
:'use_high_quality_rendering' => :'UseHighQualityRendering',
|
205
|
-
:'vertical_resolution' => :'VerticalResolution'
|
204
|
+
:'vertical_resolution' => :'VerticalResolution',
|
205
|
+
:'save_format' => :'SaveFormat'
|
206
206
|
}
|
207
207
|
end
|
208
208
|
|
@@ -217,7 +217,6 @@ module AsposeWordsCloud
|
|
217
217
|
:'file_name' => :'String',
|
218
218
|
:'flat_opc_xml_mapping_only' => :'BOOLEAN',
|
219
219
|
:'iml_rendering_mode' => :'String',
|
220
|
-
:'save_format' => :'String',
|
221
220
|
:'update_created_time_property' => :'BOOLEAN',
|
222
221
|
:'update_fields' => :'BOOLEAN',
|
223
222
|
:'update_last_printed_property' => :'BOOLEAN',
|
@@ -242,7 +241,8 @@ module AsposeWordsCloud
|
|
242
241
|
:'use_anti_aliasing' => :'BOOLEAN',
|
243
242
|
:'use_gdi_emf_renderer' => :'BOOLEAN',
|
244
243
|
:'use_high_quality_rendering' => :'BOOLEAN',
|
245
|
-
:'vertical_resolution' => :'Float'
|
244
|
+
:'vertical_resolution' => :'Float',
|
245
|
+
:'save_format' => :'String'
|
246
246
|
}
|
247
247
|
end
|
248
248
|
|
@@ -254,6 +254,8 @@ module AsposeWordsCloud
|
|
254
254
|
# convert string to symbol for hash key
|
255
255
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
256
256
|
|
257
|
+
self.save_format = 'bmp'
|
258
|
+
|
257
259
|
if attributes.key?(:'AllowEmbeddingPostScriptFonts')
|
258
260
|
self.allow_embedding_post_script_fonts = attributes[:'AllowEmbeddingPostScriptFonts']
|
259
261
|
end
|
@@ -286,10 +288,6 @@ module AsposeWordsCloud
|
|
286
288
|
self.iml_rendering_mode = attributes[:'ImlRenderingMode']
|
287
289
|
end
|
288
290
|
|
289
|
-
if attributes.key?(:'SaveFormat')
|
290
|
-
self.save_format = attributes[:'SaveFormat']
|
291
|
-
end
|
292
|
-
|
293
291
|
if attributes.key?(:'UpdateCreatedTimeProperty')
|
294
292
|
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
295
293
|
end
|
@@ -435,7 +433,6 @@ module AsposeWordsCloud
|
|
435
433
|
file_name == other.file_name &&
|
436
434
|
flat_opc_xml_mapping_only == other.flat_opc_xml_mapping_only &&
|
437
435
|
iml_rendering_mode == other.iml_rendering_mode &&
|
438
|
-
save_format == other.save_format &&
|
439
436
|
update_created_time_property == other.update_created_time_property &&
|
440
437
|
update_fields == other.update_fields &&
|
441
438
|
update_last_printed_property == other.update_last_printed_property &&
|
@@ -460,7 +457,8 @@ module AsposeWordsCloud
|
|
460
457
|
use_anti_aliasing == other.use_anti_aliasing &&
|
461
458
|
use_gdi_emf_renderer == other.use_gdi_emf_renderer &&
|
462
459
|
use_high_quality_rendering == other.use_high_quality_rendering &&
|
463
|
-
vertical_resolution == other.vertical_resolution
|
460
|
+
vertical_resolution == other.vertical_resolution &&
|
461
|
+
save_format == other.save_format
|
464
462
|
end
|
465
463
|
|
466
464
|
# @see the `==` method
|
@@ -472,7 +470,7 @@ module AsposeWordsCloud
|
|
472
470
|
# Calculates hash code according to all attributes.
|
473
471
|
# @return [Fixnum] Hash code
|
474
472
|
def 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,
|
473
|
+
[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, 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].hash
|
476
474
|
end
|
477
475
|
|
478
476
|
# Builds the object from hash
|
@@ -55,9 +55,6 @@ module AsposeWordsCloud
|
|
55
55
|
# Gets or sets the value determining how ink (InkML) objects are rendered.
|
56
56
|
attr_accessor :iml_rendering_mode
|
57
57
|
|
58
|
-
# Gets or sets the format of save.
|
59
|
-
attr_accessor :save_format
|
60
|
-
|
61
58
|
# Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
|
62
59
|
# Default value is false.
|
63
60
|
attr_accessor :update_created_time_property
|
@@ -85,6 +82,9 @@ module AsposeWordsCloud
|
|
85
82
|
# Gets or sets the password.
|
86
83
|
attr_accessor :password
|
87
84
|
|
85
|
+
# Gets the format of save.
|
86
|
+
attr_accessor :save_format
|
87
|
+
|
88
88
|
# Gets or sets a value indicating when False, that PictureBullet data is not saved to the output document.
|
89
89
|
# The default value is true.
|
90
90
|
attr_accessor :save_picture_bullet
|
@@ -125,7 +125,6 @@ module AsposeWordsCloud
|
|
125
125
|
:'file_name' => :'FileName',
|
126
126
|
:'flat_opc_xml_mapping_only' => :'FlatOpcXmlMappingOnly',
|
127
127
|
:'iml_rendering_mode' => :'ImlRenderingMode',
|
128
|
-
:'save_format' => :'SaveFormat',
|
129
128
|
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
130
129
|
:'update_fields' => :'UpdateFields',
|
131
130
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
@@ -134,6 +133,7 @@ module AsposeWordsCloud
|
|
134
133
|
:'zip_output' => :'ZipOutput',
|
135
134
|
:'always_compress_metafiles' => :'AlwaysCompressMetafiles',
|
136
135
|
:'password' => :'Password',
|
136
|
+
:'save_format' => :'SaveFormat',
|
137
137
|
:'save_picture_bullet' => :'SavePictureBullet',
|
138
138
|
:'save_routing_slip' => :'SaveRoutingSlip'
|
139
139
|
}
|
@@ -150,7 +150,6 @@ module AsposeWordsCloud
|
|
150
150
|
:'file_name' => :'String',
|
151
151
|
:'flat_opc_xml_mapping_only' => :'BOOLEAN',
|
152
152
|
:'iml_rendering_mode' => :'String',
|
153
|
-
:'save_format' => :'String',
|
154
153
|
:'update_created_time_property' => :'BOOLEAN',
|
155
154
|
:'update_fields' => :'BOOLEAN',
|
156
155
|
:'update_last_printed_property' => :'BOOLEAN',
|
@@ -159,6 +158,7 @@ module AsposeWordsCloud
|
|
159
158
|
:'zip_output' => :'BOOLEAN',
|
160
159
|
:'always_compress_metafiles' => :'BOOLEAN',
|
161
160
|
:'password' => :'String',
|
161
|
+
:'save_format' => :'String',
|
162
162
|
:'save_picture_bullet' => :'BOOLEAN',
|
163
163
|
:'save_routing_slip' => :'BOOLEAN'
|
164
164
|
}
|
@@ -172,6 +172,8 @@ module AsposeWordsCloud
|
|
172
172
|
# convert string to symbol for hash key
|
173
173
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
174
174
|
|
175
|
+
self.save_format = 'doc'
|
176
|
+
|
175
177
|
if attributes.key?(:'AllowEmbeddingPostScriptFonts')
|
176
178
|
self.allow_embedding_post_script_fonts = attributes[:'AllowEmbeddingPostScriptFonts']
|
177
179
|
end
|
@@ -204,10 +206,6 @@ module AsposeWordsCloud
|
|
204
206
|
self.iml_rendering_mode = attributes[:'ImlRenderingMode']
|
205
207
|
end
|
206
208
|
|
207
|
-
if attributes.key?(:'SaveFormat')
|
208
|
-
self.save_format = attributes[:'SaveFormat']
|
209
|
-
end
|
210
|
-
|
211
209
|
if attributes.key?(:'UpdateCreatedTimeProperty')
|
212
210
|
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
213
211
|
end
|
@@ -293,7 +291,6 @@ module AsposeWordsCloud
|
|
293
291
|
file_name == other.file_name &&
|
294
292
|
flat_opc_xml_mapping_only == other.flat_opc_xml_mapping_only &&
|
295
293
|
iml_rendering_mode == other.iml_rendering_mode &&
|
296
|
-
save_format == other.save_format &&
|
297
294
|
update_created_time_property == other.update_created_time_property &&
|
298
295
|
update_fields == other.update_fields &&
|
299
296
|
update_last_printed_property == other.update_last_printed_property &&
|
@@ -302,6 +299,7 @@ module AsposeWordsCloud
|
|
302
299
|
zip_output == other.zip_output &&
|
303
300
|
always_compress_metafiles == other.always_compress_metafiles &&
|
304
301
|
password == other.password &&
|
302
|
+
save_format == other.save_format &&
|
305
303
|
save_picture_bullet == other.save_picture_bullet &&
|
306
304
|
save_routing_slip == other.save_routing_slip
|
307
305
|
end
|
@@ -315,7 +313,7 @@ module AsposeWordsCloud
|
|
315
313
|
# Calculates hash code according to all attributes.
|
316
314
|
# @return [Fixnum] Hash code
|
317
315
|
def hash
|
318
|
-
[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,
|
316
|
+
[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, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, update_sdt_content, zip_output, always_compress_metafiles, password, save_format, save_picture_bullet, save_routing_slip].hash
|
319
317
|
end
|
320
318
|
|
321
319
|
# Builds the object from hash
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# ------------------------------------------------------------------------------------
|
2
|
-
# <copyright company="Aspose" file="
|
2
|
+
# <copyright company="Aspose" file="docm_save_options_data.rb">
|
3
3
|
# Copyright (c) 2022 Aspose.Words for Cloud
|
4
4
|
# </copyright>
|
5
5
|
# <summary>
|
@@ -27,8 +27,8 @@ require 'date'
|
|
27
27
|
|
28
28
|
module AsposeWordsCloud
|
29
29
|
|
30
|
-
# Container class for
|
31
|
-
class
|
30
|
+
# Container class for docm save options.
|
31
|
+
class DocmSaveOptionsData
|
32
32
|
# Gets or sets a boolean value indicating whether to allow embedding fonts with PostScript outlines when embedding TrueType fonts in a document upon it is saved. The default value is false..
|
33
33
|
attr_accessor :allow_embedding_post_script_fonts
|
34
34
|
|
@@ -55,9 +55,6 @@ module AsposeWordsCloud
|
|
55
55
|
# Gets or sets the value determining how ink (InkML) objects are rendered.
|
56
56
|
attr_accessor :iml_rendering_mode
|
57
57
|
|
58
|
-
# Gets or sets the format of save.
|
59
|
-
attr_accessor :save_format
|
60
|
-
|
61
58
|
# Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
|
62
59
|
# Default value is false.
|
63
60
|
attr_accessor :update_created_time_property
|
@@ -90,6 +87,9 @@ module AsposeWordsCloud
|
|
90
87
|
# Gets or sets a value indicating whether to use pretty formats output.
|
91
88
|
attr_accessor :pretty_format
|
92
89
|
|
90
|
+
# Gets the format of save.
|
91
|
+
attr_accessor :save_format
|
92
|
+
|
93
93
|
class EnumAttributeValidator
|
94
94
|
attr_reader :datatype
|
95
95
|
attr_reader :allowable_values
|
@@ -123,7 +123,6 @@ module AsposeWordsCloud
|
|
123
123
|
:'file_name' => :'FileName',
|
124
124
|
:'flat_opc_xml_mapping_only' => :'FlatOpcXmlMappingOnly',
|
125
125
|
:'iml_rendering_mode' => :'ImlRenderingMode',
|
126
|
-
:'save_format' => :'SaveFormat',
|
127
126
|
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
128
127
|
:'update_fields' => :'UpdateFields',
|
129
128
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
@@ -133,7 +132,8 @@ module AsposeWordsCloud
|
|
133
132
|
:'compliance' => :'Compliance',
|
134
133
|
:'compression_level' => :'CompressionLevel',
|
135
134
|
:'password' => :'Password',
|
136
|
-
:'pretty_format' => :'PrettyFormat'
|
135
|
+
:'pretty_format' => :'PrettyFormat',
|
136
|
+
:'save_format' => :'SaveFormat'
|
137
137
|
}
|
138
138
|
end
|
139
139
|
|
@@ -148,7 +148,6 @@ module AsposeWordsCloud
|
|
148
148
|
:'file_name' => :'String',
|
149
149
|
:'flat_opc_xml_mapping_only' => :'BOOLEAN',
|
150
150
|
:'iml_rendering_mode' => :'String',
|
151
|
-
:'save_format' => :'String',
|
152
151
|
:'update_created_time_property' => :'BOOLEAN',
|
153
152
|
:'update_fields' => :'BOOLEAN',
|
154
153
|
:'update_last_printed_property' => :'BOOLEAN',
|
@@ -158,7 +157,8 @@ module AsposeWordsCloud
|
|
158
157
|
:'compliance' => :'String',
|
159
158
|
:'compression_level' => :'String',
|
160
159
|
:'password' => :'String',
|
161
|
-
:'pretty_format' => :'BOOLEAN'
|
160
|
+
:'pretty_format' => :'BOOLEAN',
|
161
|
+
:'save_format' => :'String'
|
162
162
|
}
|
163
163
|
end
|
164
164
|
|
@@ -170,6 +170,8 @@ module AsposeWordsCloud
|
|
170
170
|
# convert string to symbol for hash key
|
171
171
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
172
172
|
|
173
|
+
self.save_format = 'docm'
|
174
|
+
|
173
175
|
if attributes.key?(:'AllowEmbeddingPostScriptFonts')
|
174
176
|
self.allow_embedding_post_script_fonts = attributes[:'AllowEmbeddingPostScriptFonts']
|
175
177
|
end
|
@@ -202,10 +204,6 @@ module AsposeWordsCloud
|
|
202
204
|
self.iml_rendering_mode = attributes[:'ImlRenderingMode']
|
203
205
|
end
|
204
206
|
|
205
|
-
if attributes.key?(:'SaveFormat')
|
206
|
-
self.save_format = attributes[:'SaveFormat']
|
207
|
-
end
|
208
|
-
|
209
207
|
if attributes.key?(:'UpdateCreatedTimeProperty')
|
210
208
|
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
211
209
|
end
|
@@ -307,7 +305,6 @@ module AsposeWordsCloud
|
|
307
305
|
file_name == other.file_name &&
|
308
306
|
flat_opc_xml_mapping_only == other.flat_opc_xml_mapping_only &&
|
309
307
|
iml_rendering_mode == other.iml_rendering_mode &&
|
310
|
-
save_format == other.save_format &&
|
311
308
|
update_created_time_property == other.update_created_time_property &&
|
312
309
|
update_fields == other.update_fields &&
|
313
310
|
update_last_printed_property == other.update_last_printed_property &&
|
@@ -317,7 +314,8 @@ module AsposeWordsCloud
|
|
317
314
|
compliance == other.compliance &&
|
318
315
|
compression_level == other.compression_level &&
|
319
316
|
password == other.password &&
|
320
|
-
pretty_format == other.pretty_format
|
317
|
+
pretty_format == other.pretty_format &&
|
318
|
+
save_format == other.save_format
|
321
319
|
end
|
322
320
|
|
323
321
|
# @see the `==` method
|
@@ -329,7 +327,7 @@ module AsposeWordsCloud
|
|
329
327
|
# Calculates hash code according to all attributes.
|
330
328
|
# @return [Fixnum] Hash code
|
331
329
|
def hash
|
332
|
-
[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,
|
330
|
+
[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, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, update_sdt_content, zip_output, compliance, compression_level, password, pretty_format, save_format].hash
|
333
331
|
end
|
334
332
|
|
335
333
|
# Builds the object from hash
|