aspose_words_cloud 21.2.0 → 21.3.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/models/bmp_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/doc_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/emf_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/epub_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/fixed_page_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/gif_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/html_fixed_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/html_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/image_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/jpeg_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/markdown_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/mhtml_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/odt_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/ooxml_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/pcl_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/pdf_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/png_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/ps_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/rtf_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/svg_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/text_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/tiff_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/txt_save_options_base_data.rb +12 -1
- data/lib/aspose_words_cloud/models/word_ml_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/xaml_fixed_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/xaml_flow_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/models/xps_save_options_data.rb +12 -1
- data/lib/aspose_words_cloud/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f4d0e627472f9326d5d47856ca6806383937b27376bea4390690eec319a42582
|
4
|
+
data.tar.gz: 02303c317afa3f78c28408964ddb08f214be027904d1e54301e1acacbff16a33
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0a5b8dcd4147d4bc4c4033cfc2681352d5514ac0f35db0c4794e34f7dc06fa7cbdf27fa2782881f699ed72aab2590185f31e6c6fb12ad3beb3227d838658295
|
7
|
+
data.tar.gz: d2c3d62446fc48bc5ccf1a4811070c654c594043546eed13a377139fdd2f5a29fe088969f52df3e8f13a24c45d9abc33416cc6a371b2f3845c5d21020de0c34b
|
@@ -48,6 +48,10 @@ module AsposeWordsCloud
|
|
48
48
|
# Gets or sets the format of save.
|
49
49
|
attr_accessor :save_format
|
50
50
|
|
51
|
+
# Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
|
52
|
+
# Default value is false.
|
53
|
+
attr_accessor :update_created_time_property
|
54
|
+
|
51
55
|
# Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
|
52
56
|
attr_accessor :update_fields
|
53
57
|
|
@@ -164,6 +168,7 @@ module AsposeWordsCloud
|
|
164
168
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
165
169
|
:'file_name' => :'FileName',
|
166
170
|
:'save_format' => :'SaveFormat',
|
171
|
+
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
167
172
|
:'update_fields' => :'UpdateFields',
|
168
173
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
169
174
|
:'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty',
|
@@ -201,6 +206,7 @@ module AsposeWordsCloud
|
|
201
206
|
:'dml_rendering_mode' => :'String',
|
202
207
|
:'file_name' => :'String',
|
203
208
|
:'save_format' => :'String',
|
209
|
+
:'update_created_time_property' => :'BOOLEAN',
|
204
210
|
:'update_fields' => :'BOOLEAN',
|
205
211
|
:'update_last_printed_property' => :'BOOLEAN',
|
206
212
|
:'update_last_saved_time_property' => :'BOOLEAN',
|
@@ -261,6 +267,10 @@ module AsposeWordsCloud
|
|
261
267
|
self.save_format = attributes[:'SaveFormat']
|
262
268
|
end
|
263
269
|
|
270
|
+
if attributes.key?(:'UpdateCreatedTimeProperty')
|
271
|
+
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
272
|
+
end
|
273
|
+
|
264
274
|
if attributes.key?(:'UpdateFields')
|
265
275
|
self.update_fields = attributes[:'UpdateFields']
|
266
276
|
end
|
@@ -404,6 +414,7 @@ module AsposeWordsCloud
|
|
404
414
|
dml_rendering_mode == other.dml_rendering_mode &&
|
405
415
|
file_name == other.file_name &&
|
406
416
|
save_format == other.save_format &&
|
417
|
+
update_created_time_property == other.update_created_time_property &&
|
407
418
|
update_fields == other.update_fields &&
|
408
419
|
update_last_printed_property == other.update_last_printed_property &&
|
409
420
|
update_last_saved_time_property == other.update_last_saved_time_property &&
|
@@ -440,7 +451,7 @@ module AsposeWordsCloud
|
|
440
451
|
# Calculates hash code according to all attributes.
|
441
452
|
# @return [Fixnum] Hash code
|
442
453
|
def hash
|
443
|
-
[allow_embedding_post_script_fonts, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, save_format, 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
|
454
|
+
[allow_embedding_post_script_fonts, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, 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
|
444
455
|
end
|
445
456
|
|
446
457
|
# Builds the object from hash
|
@@ -48,6 +48,10 @@ module AsposeWordsCloud
|
|
48
48
|
# Gets or sets the format of save.
|
49
49
|
attr_accessor :save_format
|
50
50
|
|
51
|
+
# Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
|
52
|
+
# Default value is false.
|
53
|
+
attr_accessor :update_created_time_property
|
54
|
+
|
51
55
|
# Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
|
52
56
|
attr_accessor :update_fields
|
53
57
|
|
@@ -109,6 +113,7 @@ module AsposeWordsCloud
|
|
109
113
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
110
114
|
:'file_name' => :'FileName',
|
111
115
|
:'save_format' => :'SaveFormat',
|
116
|
+
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
112
117
|
:'update_fields' => :'UpdateFields',
|
113
118
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
114
119
|
:'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty',
|
@@ -130,6 +135,7 @@ module AsposeWordsCloud
|
|
130
135
|
:'dml_rendering_mode' => :'String',
|
131
136
|
:'file_name' => :'String',
|
132
137
|
:'save_format' => :'String',
|
138
|
+
:'update_created_time_property' => :'BOOLEAN',
|
133
139
|
:'update_fields' => :'BOOLEAN',
|
134
140
|
:'update_last_printed_property' => :'BOOLEAN',
|
135
141
|
:'update_last_saved_time_property' => :'BOOLEAN',
|
@@ -174,6 +180,10 @@ module AsposeWordsCloud
|
|
174
180
|
self.save_format = attributes[:'SaveFormat']
|
175
181
|
end
|
176
182
|
|
183
|
+
if attributes.key?(:'UpdateCreatedTimeProperty')
|
184
|
+
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
185
|
+
end
|
186
|
+
|
177
187
|
if attributes.key?(:'UpdateFields')
|
178
188
|
self.update_fields = attributes[:'UpdateFields']
|
179
189
|
end
|
@@ -253,6 +263,7 @@ module AsposeWordsCloud
|
|
253
263
|
dml_rendering_mode == other.dml_rendering_mode &&
|
254
264
|
file_name == other.file_name &&
|
255
265
|
save_format == other.save_format &&
|
266
|
+
update_created_time_property == other.update_created_time_property &&
|
256
267
|
update_fields == other.update_fields &&
|
257
268
|
update_last_printed_property == other.update_last_printed_property &&
|
258
269
|
update_last_saved_time_property == other.update_last_saved_time_property &&
|
@@ -273,7 +284,7 @@ module AsposeWordsCloud
|
|
273
284
|
# Calculates hash code according to all attributes.
|
274
285
|
# @return [Fixnum] Hash code
|
275
286
|
def hash
|
276
|
-
[allow_embedding_post_script_fonts, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, save_format, update_fields, update_last_printed_property, update_last_saved_time_property, update_sdt_content, zip_output, always_compress_metafiles, password, save_picture_bullet, save_routing_slip].hash
|
287
|
+
[allow_embedding_post_script_fonts, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, save_format, 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_picture_bullet, save_routing_slip].hash
|
277
288
|
end
|
278
289
|
|
279
290
|
# Builds the object from hash
|
@@ -48,6 +48,10 @@ module AsposeWordsCloud
|
|
48
48
|
# Gets or sets the format of save.
|
49
49
|
attr_accessor :save_format
|
50
50
|
|
51
|
+
# Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
|
52
|
+
# Default value is false.
|
53
|
+
attr_accessor :update_created_time_property
|
54
|
+
|
51
55
|
# Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
|
52
56
|
attr_accessor :update_fields
|
53
57
|
|
@@ -164,6 +168,7 @@ module AsposeWordsCloud
|
|
164
168
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
165
169
|
:'file_name' => :'FileName',
|
166
170
|
:'save_format' => :'SaveFormat',
|
171
|
+
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
167
172
|
:'update_fields' => :'UpdateFields',
|
168
173
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
169
174
|
:'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty',
|
@@ -201,6 +206,7 @@ module AsposeWordsCloud
|
|
201
206
|
:'dml_rendering_mode' => :'String',
|
202
207
|
:'file_name' => :'String',
|
203
208
|
:'save_format' => :'String',
|
209
|
+
:'update_created_time_property' => :'BOOLEAN',
|
204
210
|
:'update_fields' => :'BOOLEAN',
|
205
211
|
:'update_last_printed_property' => :'BOOLEAN',
|
206
212
|
:'update_last_saved_time_property' => :'BOOLEAN',
|
@@ -261,6 +267,10 @@ module AsposeWordsCloud
|
|
261
267
|
self.save_format = attributes[:'SaveFormat']
|
262
268
|
end
|
263
269
|
|
270
|
+
if attributes.key?(:'UpdateCreatedTimeProperty')
|
271
|
+
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
272
|
+
end
|
273
|
+
|
264
274
|
if attributes.key?(:'UpdateFields')
|
265
275
|
self.update_fields = attributes[:'UpdateFields']
|
266
276
|
end
|
@@ -404,6 +414,7 @@ module AsposeWordsCloud
|
|
404
414
|
dml_rendering_mode == other.dml_rendering_mode &&
|
405
415
|
file_name == other.file_name &&
|
406
416
|
save_format == other.save_format &&
|
417
|
+
update_created_time_property == other.update_created_time_property &&
|
407
418
|
update_fields == other.update_fields &&
|
408
419
|
update_last_printed_property == other.update_last_printed_property &&
|
409
420
|
update_last_saved_time_property == other.update_last_saved_time_property &&
|
@@ -440,7 +451,7 @@ module AsposeWordsCloud
|
|
440
451
|
# Calculates hash code according to all attributes.
|
441
452
|
# @return [Fixnum] Hash code
|
442
453
|
def hash
|
443
|
-
[allow_embedding_post_script_fonts, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, save_format, 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
|
454
|
+
[allow_embedding_post_script_fonts, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, 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
|
444
455
|
end
|
445
456
|
|
446
457
|
# Builds the object from hash
|
@@ -48,6 +48,10 @@ module AsposeWordsCloud
|
|
48
48
|
# Gets or sets the format of save.
|
49
49
|
attr_accessor :save_format
|
50
50
|
|
51
|
+
# Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
|
52
|
+
# Default value is false.
|
53
|
+
attr_accessor :update_created_time_property
|
54
|
+
|
51
55
|
# Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
|
52
56
|
attr_accessor :update_fields
|
53
57
|
|
@@ -226,6 +230,7 @@ module AsposeWordsCloud
|
|
226
230
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
227
231
|
:'file_name' => :'FileName',
|
228
232
|
:'save_format' => :'SaveFormat',
|
233
|
+
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
229
234
|
:'update_fields' => :'UpdateFields',
|
230
235
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
231
236
|
:'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty',
|
@@ -283,6 +288,7 @@ module AsposeWordsCloud
|
|
283
288
|
:'dml_rendering_mode' => :'String',
|
284
289
|
:'file_name' => :'String',
|
285
290
|
:'save_format' => :'String',
|
291
|
+
:'update_created_time_property' => :'BOOLEAN',
|
286
292
|
:'update_fields' => :'BOOLEAN',
|
287
293
|
:'update_last_printed_property' => :'BOOLEAN',
|
288
294
|
:'update_last_saved_time_property' => :'BOOLEAN',
|
@@ -363,6 +369,10 @@ module AsposeWordsCloud
|
|
363
369
|
self.save_format = attributes[:'SaveFormat']
|
364
370
|
end
|
365
371
|
|
372
|
+
if attributes.key?(:'UpdateCreatedTimeProperty')
|
373
|
+
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
374
|
+
end
|
375
|
+
|
366
376
|
if attributes.key?(:'UpdateFields')
|
367
377
|
self.update_fields = attributes[:'UpdateFields']
|
368
378
|
end
|
@@ -634,6 +644,7 @@ module AsposeWordsCloud
|
|
634
644
|
dml_rendering_mode == other.dml_rendering_mode &&
|
635
645
|
file_name == other.file_name &&
|
636
646
|
save_format == other.save_format &&
|
647
|
+
update_created_time_property == other.update_created_time_property &&
|
637
648
|
update_fields == other.update_fields &&
|
638
649
|
update_last_printed_property == other.update_last_printed_property &&
|
639
650
|
update_last_saved_time_property == other.update_last_saved_time_property &&
|
@@ -690,7 +701,7 @@ module AsposeWordsCloud
|
|
690
701
|
# Calculates hash code according to all attributes.
|
691
702
|
# @return [Fixnum] Hash code
|
692
703
|
def hash
|
693
|
-
[allow_embedding_post_script_fonts, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, save_format, update_fields, update_last_printed_property, update_last_saved_time_property, update_sdt_content, zip_output, allow_negative_indent, css_class_name_prefix, css_style_sheet_file_name, css_style_sheet_type, document_split_criteria, document_split_heading_level, encoding, export_document_properties, export_drop_down_form_field_as_text, export_font_resources, export_fonts_as_base64, export_headers_footers_mode, export_images_as_base64, export_language_information, export_list_labels, export_original_url_for_linked_images, export_page_margins, export_page_setup, export_relative_font_size, export_roundtrip_information, export_text_box_as_svg, export_text_input_form_field_as_text, export_toc_page_numbers, export_xhtml_transitional, font_resources_subsetting_size_threshold, fonts_folder, fonts_folder_alias, html_version, image_resolution, images_folder, images_folder_alias, metafile_format, office_math_output_mode, pretty_format, resolve_font_names, resource_folder, resource_folder_alias, scale_image_to_shape_size, table_width_output_mode, epub_navigation_map_level].hash
|
704
|
+
[allow_embedding_post_script_fonts, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, save_format, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, update_sdt_content, zip_output, allow_negative_indent, css_class_name_prefix, css_style_sheet_file_name, css_style_sheet_type, document_split_criteria, document_split_heading_level, encoding, export_document_properties, export_drop_down_form_field_as_text, export_font_resources, export_fonts_as_base64, export_headers_footers_mode, export_images_as_base64, export_language_information, export_list_labels, export_original_url_for_linked_images, export_page_margins, export_page_setup, export_relative_font_size, export_roundtrip_information, export_text_box_as_svg, export_text_input_form_field_as_text, export_toc_page_numbers, export_xhtml_transitional, font_resources_subsetting_size_threshold, fonts_folder, fonts_folder_alias, html_version, image_resolution, images_folder, images_folder_alias, metafile_format, office_math_output_mode, pretty_format, resolve_font_names, resource_folder, resource_folder_alias, scale_image_to_shape_size, table_width_output_mode, epub_navigation_map_level].hash
|
694
705
|
end
|
695
706
|
|
696
707
|
# Builds the object from hash
|
@@ -48,6 +48,10 @@ module AsposeWordsCloud
|
|
48
48
|
# Gets or sets the format of save.
|
49
49
|
attr_accessor :save_format
|
50
50
|
|
51
|
+
# Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
|
52
|
+
# Default value is false.
|
53
|
+
attr_accessor :update_created_time_property
|
54
|
+
|
51
55
|
# Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
|
52
56
|
attr_accessor :update_fields
|
53
57
|
|
@@ -119,6 +123,7 @@ module AsposeWordsCloud
|
|
119
123
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
120
124
|
:'file_name' => :'FileName',
|
121
125
|
:'save_format' => :'SaveFormat',
|
126
|
+
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
122
127
|
:'update_fields' => :'UpdateFields',
|
123
128
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
124
129
|
:'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty',
|
@@ -143,6 +148,7 @@ module AsposeWordsCloud
|
|
143
148
|
:'dml_rendering_mode' => :'String',
|
144
149
|
:'file_name' => :'String',
|
145
150
|
:'save_format' => :'String',
|
151
|
+
:'update_created_time_property' => :'BOOLEAN',
|
146
152
|
:'update_fields' => :'BOOLEAN',
|
147
153
|
:'update_last_printed_property' => :'BOOLEAN',
|
148
154
|
:'update_last_saved_time_property' => :'BOOLEAN',
|
@@ -190,6 +196,10 @@ module AsposeWordsCloud
|
|
190
196
|
self.save_format = attributes[:'SaveFormat']
|
191
197
|
end
|
192
198
|
|
199
|
+
if attributes.key?(:'UpdateCreatedTimeProperty')
|
200
|
+
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
201
|
+
end
|
202
|
+
|
193
203
|
if attributes.key?(:'UpdateFields')
|
194
204
|
self.update_fields = attributes[:'UpdateFields']
|
195
205
|
end
|
@@ -281,6 +291,7 @@ module AsposeWordsCloud
|
|
281
291
|
dml_rendering_mode == other.dml_rendering_mode &&
|
282
292
|
file_name == other.file_name &&
|
283
293
|
save_format == other.save_format &&
|
294
|
+
update_created_time_property == other.update_created_time_property &&
|
284
295
|
update_fields == other.update_fields &&
|
285
296
|
update_last_printed_property == other.update_last_printed_property &&
|
286
297
|
update_last_saved_time_property == other.update_last_saved_time_property &&
|
@@ -304,7 +315,7 @@ module AsposeWordsCloud
|
|
304
315
|
# Calculates hash code according to all attributes.
|
305
316
|
# @return [Fixnum] Hash code
|
306
317
|
def hash
|
307
|
-
[allow_embedding_post_script_fonts, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, save_format, 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].hash
|
318
|
+
[allow_embedding_post_script_fonts, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, 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].hash
|
308
319
|
end
|
309
320
|
|
310
321
|
# Builds the object from hash
|
@@ -48,6 +48,10 @@ module AsposeWordsCloud
|
|
48
48
|
# Gets or sets the format of save.
|
49
49
|
attr_accessor :save_format
|
50
50
|
|
51
|
+
# Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
|
52
|
+
# Default value is false.
|
53
|
+
attr_accessor :update_created_time_property
|
54
|
+
|
51
55
|
# Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
|
52
56
|
attr_accessor :update_fields
|
53
57
|
|
@@ -164,6 +168,7 @@ module AsposeWordsCloud
|
|
164
168
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
165
169
|
:'file_name' => :'FileName',
|
166
170
|
:'save_format' => :'SaveFormat',
|
171
|
+
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
167
172
|
:'update_fields' => :'UpdateFields',
|
168
173
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
169
174
|
:'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty',
|
@@ -201,6 +206,7 @@ module AsposeWordsCloud
|
|
201
206
|
:'dml_rendering_mode' => :'String',
|
202
207
|
:'file_name' => :'String',
|
203
208
|
:'save_format' => :'String',
|
209
|
+
:'update_created_time_property' => :'BOOLEAN',
|
204
210
|
:'update_fields' => :'BOOLEAN',
|
205
211
|
:'update_last_printed_property' => :'BOOLEAN',
|
206
212
|
:'update_last_saved_time_property' => :'BOOLEAN',
|
@@ -261,6 +267,10 @@ module AsposeWordsCloud
|
|
261
267
|
self.save_format = attributes[:'SaveFormat']
|
262
268
|
end
|
263
269
|
|
270
|
+
if attributes.key?(:'UpdateCreatedTimeProperty')
|
271
|
+
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
272
|
+
end
|
273
|
+
|
264
274
|
if attributes.key?(:'UpdateFields')
|
265
275
|
self.update_fields = attributes[:'UpdateFields']
|
266
276
|
end
|
@@ -404,6 +414,7 @@ module AsposeWordsCloud
|
|
404
414
|
dml_rendering_mode == other.dml_rendering_mode &&
|
405
415
|
file_name == other.file_name &&
|
406
416
|
save_format == other.save_format &&
|
417
|
+
update_created_time_property == other.update_created_time_property &&
|
407
418
|
update_fields == other.update_fields &&
|
408
419
|
update_last_printed_property == other.update_last_printed_property &&
|
409
420
|
update_last_saved_time_property == other.update_last_saved_time_property &&
|
@@ -440,7 +451,7 @@ module AsposeWordsCloud
|
|
440
451
|
# Calculates hash code according to all attributes.
|
441
452
|
# @return [Fixnum] Hash code
|
442
453
|
def hash
|
443
|
-
[allow_embedding_post_script_fonts, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, save_format, 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
|
454
|
+
[allow_embedding_post_script_fonts, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, 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
|
444
455
|
end
|
445
456
|
|
446
457
|
# Builds the object from hash
|
@@ -48,6 +48,10 @@ module AsposeWordsCloud
|
|
48
48
|
# Gets or sets the format of save.
|
49
49
|
attr_accessor :save_format
|
50
50
|
|
51
|
+
# Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
|
52
|
+
# Default value is false.
|
53
|
+
attr_accessor :update_created_time_property
|
54
|
+
|
51
55
|
# Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
|
52
56
|
attr_accessor :update_fields
|
53
57
|
|
@@ -165,6 +169,7 @@ module AsposeWordsCloud
|
|
165
169
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
166
170
|
:'file_name' => :'FileName',
|
167
171
|
:'save_format' => :'SaveFormat',
|
172
|
+
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
168
173
|
:'update_fields' => :'UpdateFields',
|
169
174
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
170
175
|
:'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty',
|
@@ -203,6 +208,7 @@ module AsposeWordsCloud
|
|
203
208
|
:'dml_rendering_mode' => :'String',
|
204
209
|
:'file_name' => :'String',
|
205
210
|
:'save_format' => :'String',
|
211
|
+
:'update_created_time_property' => :'BOOLEAN',
|
206
212
|
:'update_fields' => :'BOOLEAN',
|
207
213
|
:'update_last_printed_property' => :'BOOLEAN',
|
208
214
|
:'update_last_saved_time_property' => :'BOOLEAN',
|
@@ -264,6 +270,10 @@ module AsposeWordsCloud
|
|
264
270
|
self.save_format = attributes[:'SaveFormat']
|
265
271
|
end
|
266
272
|
|
273
|
+
if attributes.key?(:'UpdateCreatedTimeProperty')
|
274
|
+
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
275
|
+
end
|
276
|
+
|
267
277
|
if attributes.key?(:'UpdateFields')
|
268
278
|
self.update_fields = attributes[:'UpdateFields']
|
269
279
|
end
|
@@ -411,6 +421,7 @@ module AsposeWordsCloud
|
|
411
421
|
dml_rendering_mode == other.dml_rendering_mode &&
|
412
422
|
file_name == other.file_name &&
|
413
423
|
save_format == other.save_format &&
|
424
|
+
update_created_time_property == other.update_created_time_property &&
|
414
425
|
update_fields == other.update_fields &&
|
415
426
|
update_last_printed_property == other.update_last_printed_property &&
|
416
427
|
update_last_saved_time_property == other.update_last_saved_time_property &&
|
@@ -448,7 +459,7 @@ module AsposeWordsCloud
|
|
448
459
|
# Calculates hash code according to all attributes.
|
449
460
|
# @return [Fixnum] Hash code
|
450
461
|
def hash
|
451
|
-
[allow_embedding_post_script_fonts, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, save_format, 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, css_class_names_prefix, encoding, export_embedded_css, export_embedded_fonts, export_embedded_images, export_form_fields, font_format, page_horizontal_alignment, page_margins, resources_folder, resources_folder_alias, save_font_face_css_separately, show_page_border, use_target_machine_fonts].hash
|
462
|
+
[allow_embedding_post_script_fonts, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, 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, css_class_names_prefix, encoding, export_embedded_css, export_embedded_fonts, export_embedded_images, export_form_fields, font_format, page_horizontal_alignment, page_margins, resources_folder, resources_folder_alias, save_font_face_css_separately, show_page_border, use_target_machine_fonts].hash
|
452
463
|
end
|
453
464
|
|
454
465
|
# Builds the object from hash
|
@@ -48,6 +48,10 @@ module AsposeWordsCloud
|
|
48
48
|
# Gets or sets the format of save.
|
49
49
|
attr_accessor :save_format
|
50
50
|
|
51
|
+
# Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
|
52
|
+
# Default value is false.
|
53
|
+
attr_accessor :update_created_time_property
|
54
|
+
|
51
55
|
# Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
|
52
56
|
attr_accessor :update_fields
|
53
57
|
|
@@ -223,6 +227,7 @@ module AsposeWordsCloud
|
|
223
227
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
224
228
|
:'file_name' => :'FileName',
|
225
229
|
:'save_format' => :'SaveFormat',
|
230
|
+
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
226
231
|
:'update_fields' => :'UpdateFields',
|
227
232
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
228
233
|
:'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty',
|
@@ -279,6 +284,7 @@ module AsposeWordsCloud
|
|
279
284
|
:'dml_rendering_mode' => :'String',
|
280
285
|
:'file_name' => :'String',
|
281
286
|
:'save_format' => :'String',
|
287
|
+
:'update_created_time_property' => :'BOOLEAN',
|
282
288
|
:'update_fields' => :'BOOLEAN',
|
283
289
|
:'update_last_printed_property' => :'BOOLEAN',
|
284
290
|
:'update_last_saved_time_property' => :'BOOLEAN',
|
@@ -358,6 +364,10 @@ module AsposeWordsCloud
|
|
358
364
|
self.save_format = attributes[:'SaveFormat']
|
359
365
|
end
|
360
366
|
|
367
|
+
if attributes.key?(:'UpdateCreatedTimeProperty')
|
368
|
+
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
369
|
+
end
|
370
|
+
|
361
371
|
if attributes.key?(:'UpdateFields')
|
362
372
|
self.update_fields = attributes[:'UpdateFields']
|
363
373
|
end
|
@@ -625,6 +635,7 @@ module AsposeWordsCloud
|
|
625
635
|
dml_rendering_mode == other.dml_rendering_mode &&
|
626
636
|
file_name == other.file_name &&
|
627
637
|
save_format == other.save_format &&
|
638
|
+
update_created_time_property == other.update_created_time_property &&
|
628
639
|
update_fields == other.update_fields &&
|
629
640
|
update_last_printed_property == other.update_last_printed_property &&
|
630
641
|
update_last_saved_time_property == other.update_last_saved_time_property &&
|
@@ -680,7 +691,7 @@ module AsposeWordsCloud
|
|
680
691
|
# Calculates hash code according to all attributes.
|
681
692
|
# @return [Fixnum] Hash code
|
682
693
|
def hash
|
683
|
-
[allow_embedding_post_script_fonts, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, save_format, update_fields, update_last_printed_property, update_last_saved_time_property, update_sdt_content, zip_output, allow_negative_indent, css_class_name_prefix, css_style_sheet_file_name, css_style_sheet_type, document_split_criteria, document_split_heading_level, encoding, export_document_properties, export_drop_down_form_field_as_text, export_font_resources, export_fonts_as_base64, export_headers_footers_mode, export_images_as_base64, export_language_information, export_list_labels, export_original_url_for_linked_images, export_page_margins, export_page_setup, export_relative_font_size, export_roundtrip_information, export_text_box_as_svg, export_text_input_form_field_as_text, export_toc_page_numbers, export_xhtml_transitional, font_resources_subsetting_size_threshold, fonts_folder, fonts_folder_alias, html_version, image_resolution, images_folder, images_folder_alias, metafile_format, office_math_output_mode, pretty_format, resolve_font_names, resource_folder, resource_folder_alias, scale_image_to_shape_size, table_width_output_mode].hash
|
694
|
+
[allow_embedding_post_script_fonts, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, save_format, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, update_sdt_content, zip_output, allow_negative_indent, css_class_name_prefix, css_style_sheet_file_name, css_style_sheet_type, document_split_criteria, document_split_heading_level, encoding, export_document_properties, export_drop_down_form_field_as_text, export_font_resources, export_fonts_as_base64, export_headers_footers_mode, export_images_as_base64, export_language_information, export_list_labels, export_original_url_for_linked_images, export_page_margins, export_page_setup, export_relative_font_size, export_roundtrip_information, export_text_box_as_svg, export_text_input_form_field_as_text, export_toc_page_numbers, export_xhtml_transitional, font_resources_subsetting_size_threshold, fonts_folder, fonts_folder_alias, html_version, image_resolution, images_folder, images_folder_alias, metafile_format, office_math_output_mode, pretty_format, resolve_font_names, resource_folder, resource_folder_alias, scale_image_to_shape_size, table_width_output_mode].hash
|
684
695
|
end
|
685
696
|
|
686
697
|
# Builds the object from hash
|
@@ -48,6 +48,10 @@ module AsposeWordsCloud
|
|
48
48
|
# Gets or sets the format of save.
|
49
49
|
attr_accessor :save_format
|
50
50
|
|
51
|
+
# Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
|
52
|
+
# Default value is false.
|
53
|
+
attr_accessor :update_created_time_property
|
54
|
+
|
51
55
|
# Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
|
52
56
|
attr_accessor :update_fields
|
53
57
|
|
@@ -164,6 +168,7 @@ module AsposeWordsCloud
|
|
164
168
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
165
169
|
:'file_name' => :'FileName',
|
166
170
|
:'save_format' => :'SaveFormat',
|
171
|
+
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
167
172
|
:'update_fields' => :'UpdateFields',
|
168
173
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
169
174
|
:'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty',
|
@@ -201,6 +206,7 @@ module AsposeWordsCloud
|
|
201
206
|
:'dml_rendering_mode' => :'String',
|
202
207
|
:'file_name' => :'String',
|
203
208
|
:'save_format' => :'String',
|
209
|
+
:'update_created_time_property' => :'BOOLEAN',
|
204
210
|
:'update_fields' => :'BOOLEAN',
|
205
211
|
:'update_last_printed_property' => :'BOOLEAN',
|
206
212
|
:'update_last_saved_time_property' => :'BOOLEAN',
|
@@ -261,6 +267,10 @@ module AsposeWordsCloud
|
|
261
267
|
self.save_format = attributes[:'SaveFormat']
|
262
268
|
end
|
263
269
|
|
270
|
+
if attributes.key?(:'UpdateCreatedTimeProperty')
|
271
|
+
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
272
|
+
end
|
273
|
+
|
264
274
|
if attributes.key?(:'UpdateFields')
|
265
275
|
self.update_fields = attributes[:'UpdateFields']
|
266
276
|
end
|
@@ -404,6 +414,7 @@ module AsposeWordsCloud
|
|
404
414
|
dml_rendering_mode == other.dml_rendering_mode &&
|
405
415
|
file_name == other.file_name &&
|
406
416
|
save_format == other.save_format &&
|
417
|
+
update_created_time_property == other.update_created_time_property &&
|
407
418
|
update_fields == other.update_fields &&
|
408
419
|
update_last_printed_property == other.update_last_printed_property &&
|
409
420
|
update_last_saved_time_property == other.update_last_saved_time_property &&
|
@@ -440,7 +451,7 @@ module AsposeWordsCloud
|
|
440
451
|
# Calculates hash code according to all attributes.
|
441
452
|
# @return [Fixnum] Hash code
|
442
453
|
def hash
|
443
|
-
[allow_embedding_post_script_fonts, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, save_format, 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
|
454
|
+
[allow_embedding_post_script_fonts, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, 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
|
444
455
|
end
|
445
456
|
|
446
457
|
# Builds the object from hash
|