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.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aspose_words_cloud/models/bmp_save_options_data.rb +12 -1
  3. data/lib/aspose_words_cloud/models/doc_save_options_data.rb +12 -1
  4. data/lib/aspose_words_cloud/models/emf_save_options_data.rb +12 -1
  5. data/lib/aspose_words_cloud/models/epub_save_options_data.rb +12 -1
  6. data/lib/aspose_words_cloud/models/fixed_page_save_options_data.rb +12 -1
  7. data/lib/aspose_words_cloud/models/gif_save_options_data.rb +12 -1
  8. data/lib/aspose_words_cloud/models/html_fixed_save_options_data.rb +12 -1
  9. data/lib/aspose_words_cloud/models/html_save_options_data.rb +12 -1
  10. data/lib/aspose_words_cloud/models/image_save_options_data.rb +12 -1
  11. data/lib/aspose_words_cloud/models/jpeg_save_options_data.rb +12 -1
  12. data/lib/aspose_words_cloud/models/markdown_save_options_data.rb +12 -1
  13. data/lib/aspose_words_cloud/models/mhtml_save_options_data.rb +12 -1
  14. data/lib/aspose_words_cloud/models/odt_save_options_data.rb +12 -1
  15. data/lib/aspose_words_cloud/models/ooxml_save_options_data.rb +12 -1
  16. data/lib/aspose_words_cloud/models/pcl_save_options_data.rb +12 -1
  17. data/lib/aspose_words_cloud/models/pdf_save_options_data.rb +12 -1
  18. data/lib/aspose_words_cloud/models/png_save_options_data.rb +12 -1
  19. data/lib/aspose_words_cloud/models/ps_save_options_data.rb +12 -1
  20. data/lib/aspose_words_cloud/models/rtf_save_options_data.rb +12 -1
  21. data/lib/aspose_words_cloud/models/save_options_data.rb +12 -1
  22. data/lib/aspose_words_cloud/models/svg_save_options_data.rb +12 -1
  23. data/lib/aspose_words_cloud/models/text_save_options_data.rb +12 -1
  24. data/lib/aspose_words_cloud/models/tiff_save_options_data.rb +12 -1
  25. data/lib/aspose_words_cloud/models/txt_save_options_base_data.rb +12 -1
  26. data/lib/aspose_words_cloud/models/word_ml_save_options_data.rb +12 -1
  27. data/lib/aspose_words_cloud/models/xaml_fixed_save_options_data.rb +12 -1
  28. data/lib/aspose_words_cloud/models/xaml_flow_save_options_data.rb +12 -1
  29. data/lib/aspose_words_cloud/models/xps_save_options_data.rb +12 -1
  30. data/lib/aspose_words_cloud/version.rb +1 -1
  31. metadata +2 -2
@@ -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
 
@@ -107,6 +111,7 @@ module AsposeWordsCloud
107
111
  :'dml_rendering_mode' => :'DmlRenderingMode',
108
112
  :'file_name' => :'FileName',
109
113
  :'save_format' => :'SaveFormat',
114
+ :'update_created_time_property' => :'UpdateCreatedTimeProperty',
110
115
  :'update_fields' => :'UpdateFields',
111
116
  :'update_last_printed_property' => :'UpdateLastPrintedProperty',
112
117
  :'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty',
@@ -128,6 +133,7 @@ module AsposeWordsCloud
128
133
  :'dml_rendering_mode' => :'String',
129
134
  :'file_name' => :'String',
130
135
  :'save_format' => :'String',
136
+ :'update_created_time_property' => :'BOOLEAN',
131
137
  :'update_fields' => :'BOOLEAN',
132
138
  :'update_last_printed_property' => :'BOOLEAN',
133
139
  :'update_last_saved_time_property' => :'BOOLEAN',
@@ -172,6 +178,10 @@ module AsposeWordsCloud
172
178
  self.save_format = attributes[:'SaveFormat']
173
179
  end
174
180
 
181
+ if attributes.key?(:'UpdateCreatedTimeProperty')
182
+ self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
183
+ end
184
+
175
185
  if attributes.key?(:'UpdateFields')
176
186
  self.update_fields = attributes[:'UpdateFields']
177
187
  end
@@ -251,6 +261,7 @@ module AsposeWordsCloud
251
261
  dml_rendering_mode == other.dml_rendering_mode &&
252
262
  file_name == other.file_name &&
253
263
  save_format == other.save_format &&
264
+ update_created_time_property == other.update_created_time_property &&
254
265
  update_fields == other.update_fields &&
255
266
  update_last_printed_property == other.update_last_printed_property &&
256
267
  update_last_saved_time_property == other.update_last_saved_time_property &&
@@ -271,7 +282,7 @@ module AsposeWordsCloud
271
282
  # Calculates hash code according to all attributes.
272
283
  # @return [Fixnum] Hash code
273
284
  def hash
274
- [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, export_compact_size, export_images_for_old_readers, pretty_format, save_images_as_wmf].hash
285
+ [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, export_compact_size, export_images_for_old_readers, pretty_format, save_images_as_wmf].hash
275
286
  end
276
287
 
277
288
  # 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
 
@@ -95,6 +99,7 @@ module AsposeWordsCloud
95
99
  :'dml_rendering_mode' => :'DmlRenderingMode',
96
100
  :'file_name' => :'FileName',
97
101
  :'save_format' => :'SaveFormat',
102
+ :'update_created_time_property' => :'UpdateCreatedTimeProperty',
98
103
  :'update_fields' => :'UpdateFields',
99
104
  :'update_last_printed_property' => :'UpdateLastPrintedProperty',
100
105
  :'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty',
@@ -112,6 +117,7 @@ module AsposeWordsCloud
112
117
  :'dml_rendering_mode' => :'String',
113
118
  :'file_name' => :'String',
114
119
  :'save_format' => :'String',
120
+ :'update_created_time_property' => :'BOOLEAN',
115
121
  :'update_fields' => :'BOOLEAN',
116
122
  :'update_last_printed_property' => :'BOOLEAN',
117
123
  :'update_last_saved_time_property' => :'BOOLEAN',
@@ -152,6 +158,10 @@ module AsposeWordsCloud
152
158
  self.save_format = attributes[:'SaveFormat']
153
159
  end
154
160
 
161
+ if attributes.key?(:'UpdateCreatedTimeProperty')
162
+ self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
163
+ end
164
+
155
165
  if attributes.key?(:'UpdateFields')
156
166
  self.update_fields = attributes[:'UpdateFields']
157
167
  end
@@ -215,6 +225,7 @@ module AsposeWordsCloud
215
225
  dml_rendering_mode == other.dml_rendering_mode &&
216
226
  file_name == other.file_name &&
217
227
  save_format == other.save_format &&
228
+ update_created_time_property == other.update_created_time_property &&
218
229
  update_fields == other.update_fields &&
219
230
  update_last_printed_property == other.update_last_printed_property &&
220
231
  update_last_saved_time_property == other.update_last_saved_time_property &&
@@ -231,7 +242,7 @@ module AsposeWordsCloud
231
242
  # Calculates hash code according to all attributes.
232
243
  # @return [Fixnum] Hash code
233
244
  def hash
234
- [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].hash
245
+ [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].hash
235
246
  end
236
247
 
237
248
  # 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
 
@@ -137,6 +141,7 @@ module AsposeWordsCloud
137
141
  :'dml_rendering_mode' => :'DmlRenderingMode',
138
142
  :'file_name' => :'FileName',
139
143
  :'save_format' => :'SaveFormat',
144
+ :'update_created_time_property' => :'UpdateCreatedTimeProperty',
140
145
  :'update_fields' => :'UpdateFields',
141
146
  :'update_last_printed_property' => :'UpdateLastPrintedProperty',
142
147
  :'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty',
@@ -167,6 +172,7 @@ module AsposeWordsCloud
167
172
  :'dml_rendering_mode' => :'String',
168
173
  :'file_name' => :'String',
169
174
  :'save_format' => :'String',
175
+ :'update_created_time_property' => :'BOOLEAN',
170
176
  :'update_fields' => :'BOOLEAN',
171
177
  :'update_last_printed_property' => :'BOOLEAN',
172
178
  :'update_last_saved_time_property' => :'BOOLEAN',
@@ -220,6 +226,10 @@ module AsposeWordsCloud
220
226
  self.save_format = attributes[:'SaveFormat']
221
227
  end
222
228
 
229
+ if attributes.key?(:'UpdateCreatedTimeProperty')
230
+ self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
231
+ end
232
+
223
233
  if attributes.key?(:'UpdateFields')
224
234
  self.update_fields = attributes[:'UpdateFields']
225
235
  end
@@ -335,6 +345,7 @@ module AsposeWordsCloud
335
345
  dml_rendering_mode == other.dml_rendering_mode &&
336
346
  file_name == other.file_name &&
337
347
  save_format == other.save_format &&
348
+ update_created_time_property == other.update_created_time_property &&
338
349
  update_fields == other.update_fields &&
339
350
  update_last_printed_property == other.update_last_printed_property &&
340
351
  update_last_saved_time_property == other.update_last_saved_time_property &&
@@ -364,7 +375,7 @@ module AsposeWordsCloud
364
375
  # Calculates hash code according to all attributes.
365
376
  # @return [Fixnum] Hash code
366
377
  def hash
367
- [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, export_embedded_images, fit_to_view_port, resources_folder, resources_folder_alias, show_page_border, text_output_mode].hash
378
+ [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, export_embedded_images, fit_to_view_port, resources_folder, resources_folder_alias, show_page_border, text_output_mode].hash
368
379
  end
369
380
 
370
381
  # 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
@@ -297,6 +307,7 @@ module AsposeWordsCloud
297
307
  dml_rendering_mode == other.dml_rendering_mode &&
298
308
  file_name == other.file_name &&
299
309
  save_format == other.save_format &&
310
+ update_created_time_property == other.update_created_time_property &&
300
311
  update_fields == other.update_fields &&
301
312
  update_last_printed_property == other.update_last_printed_property &&
302
313
  update_last_saved_time_property == other.update_last_saved_time_property &&
@@ -320,7 +331,7 @@ module AsposeWordsCloud
320
331
  # Calculates hash code according to all attributes.
321
332
  # @return [Fixnum] Hash code
322
333
  def hash
323
- [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, encoding, export_headers_footers_mode, force_page_breaks, paragraph_break, add_bidi_marks, preserve_table_layout, simplify_list_labels].hash
334
+ [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, encoding, export_headers_footers_mode, force_page_breaks, paragraph_break, add_bidi_marks, preserve_table_layout, simplify_list_labels].hash
324
335
  end
325
336
 
326
337
  # 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
 
@@ -174,6 +178,7 @@ module AsposeWordsCloud
174
178
  :'dml_rendering_mode' => :'DmlRenderingMode',
175
179
  :'file_name' => :'FileName',
176
180
  :'save_format' => :'SaveFormat',
181
+ :'update_created_time_property' => :'UpdateCreatedTimeProperty',
177
182
  :'update_fields' => :'UpdateFields',
178
183
  :'update_last_printed_property' => :'UpdateLastPrintedProperty',
179
184
  :'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty',
@@ -214,6 +219,7 @@ module AsposeWordsCloud
214
219
  :'dml_rendering_mode' => :'String',
215
220
  :'file_name' => :'String',
216
221
  :'save_format' => :'String',
222
+ :'update_created_time_property' => :'BOOLEAN',
217
223
  :'update_fields' => :'BOOLEAN',
218
224
  :'update_last_printed_property' => :'BOOLEAN',
219
225
  :'update_last_saved_time_property' => :'BOOLEAN',
@@ -277,6 +283,10 @@ module AsposeWordsCloud
277
283
  self.save_format = attributes[:'SaveFormat']
278
284
  end
279
285
 
286
+ if attributes.key?(:'UpdateCreatedTimeProperty')
287
+ self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
288
+ end
289
+
280
290
  if attributes.key?(:'UpdateFields')
281
291
  self.update_fields = attributes[:'UpdateFields']
282
292
  end
@@ -432,6 +442,7 @@ module AsposeWordsCloud
432
442
  dml_rendering_mode == other.dml_rendering_mode &&
433
443
  file_name == other.file_name &&
434
444
  save_format == other.save_format &&
445
+ update_created_time_property == other.update_created_time_property &&
435
446
  update_fields == other.update_fields &&
436
447
  update_last_printed_property == other.update_last_printed_property &&
437
448
  update_last_saved_time_property == other.update_last_saved_time_property &&
@@ -471,7 +482,7 @@ module AsposeWordsCloud
471
482
  # Calculates hash code according to all attributes.
472
483
  # @return [Fixnum] Hash code
473
484
  def hash
474
- [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, threshold_for_floyd_steinberg_dithering, tiff_binarization_method, tiff_compression].hash
485
+ [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, threshold_for_floyd_steinberg_dithering, tiff_binarization_method, tiff_compression].hash
475
486
  end
476
487
 
477
488
  # 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
@@ -269,6 +279,7 @@ module AsposeWordsCloud
269
279
  dml_rendering_mode == other.dml_rendering_mode &&
270
280
  file_name == other.file_name &&
271
281
  save_format == other.save_format &&
282
+ update_created_time_property == other.update_created_time_property &&
272
283
  update_fields == other.update_fields &&
273
284
  update_last_printed_property == other.update_last_printed_property &&
274
285
  update_last_saved_time_property == other.update_last_saved_time_property &&
@@ -289,7 +300,7 @@ module AsposeWordsCloud
289
300
  # Calculates hash code according to all attributes.
290
301
  # @return [Fixnum] Hash code
291
302
  def hash
292
- [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, encoding, export_headers_footers_mode, force_page_breaks, paragraph_break].hash
303
+ [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, encoding, export_headers_footers_mode, force_page_breaks, paragraph_break].hash
293
304
  end
294
305
 
295
306
  # 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
 
@@ -98,6 +102,7 @@ module AsposeWordsCloud
98
102
  :'dml_rendering_mode' => :'DmlRenderingMode',
99
103
  :'file_name' => :'FileName',
100
104
  :'save_format' => :'SaveFormat',
105
+ :'update_created_time_property' => :'UpdateCreatedTimeProperty',
101
106
  :'update_fields' => :'UpdateFields',
102
107
  :'update_last_printed_property' => :'UpdateLastPrintedProperty',
103
108
  :'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty',
@@ -116,6 +121,7 @@ module AsposeWordsCloud
116
121
  :'dml_rendering_mode' => :'String',
117
122
  :'file_name' => :'String',
118
123
  :'save_format' => :'String',
124
+ :'update_created_time_property' => :'BOOLEAN',
119
125
  :'update_fields' => :'BOOLEAN',
120
126
  :'update_last_printed_property' => :'BOOLEAN',
121
127
  :'update_last_saved_time_property' => :'BOOLEAN',
@@ -157,6 +163,10 @@ module AsposeWordsCloud
157
163
  self.save_format = attributes[:'SaveFormat']
158
164
  end
159
165
 
166
+ if attributes.key?(:'UpdateCreatedTimeProperty')
167
+ self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
168
+ end
169
+
160
170
  if attributes.key?(:'UpdateFields')
161
171
  self.update_fields = attributes[:'UpdateFields']
162
172
  end
@@ -224,6 +234,7 @@ module AsposeWordsCloud
224
234
  dml_rendering_mode == other.dml_rendering_mode &&
225
235
  file_name == other.file_name &&
226
236
  save_format == other.save_format &&
237
+ update_created_time_property == other.update_created_time_property &&
227
238
  update_fields == other.update_fields &&
228
239
  update_last_printed_property == other.update_last_printed_property &&
229
240
  update_last_saved_time_property == other.update_last_saved_time_property &&
@@ -241,7 +252,7 @@ module AsposeWordsCloud
241
252
  # Calculates hash code according to all attributes.
242
253
  # @return [Fixnum] Hash code
243
254
  def hash
244
- [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, pretty_format].hash
255
+ [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, pretty_format].hash
245
256
  end
246
257
 
247
258
  # 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
 
@@ -126,6 +130,7 @@ module AsposeWordsCloud
126
130
  :'dml_rendering_mode' => :'DmlRenderingMode',
127
131
  :'file_name' => :'FileName',
128
132
  :'save_format' => :'SaveFormat',
133
+ :'update_created_time_property' => :'UpdateCreatedTimeProperty',
129
134
  :'update_fields' => :'UpdateFields',
130
135
  :'update_last_printed_property' => :'UpdateLastPrintedProperty',
131
136
  :'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty',
@@ -152,6 +157,7 @@ module AsposeWordsCloud
152
157
  :'dml_rendering_mode' => :'String',
153
158
  :'file_name' => :'String',
154
159
  :'save_format' => :'String',
160
+ :'update_created_time_property' => :'BOOLEAN',
155
161
  :'update_fields' => :'BOOLEAN',
156
162
  :'update_last_printed_property' => :'BOOLEAN',
157
163
  :'update_last_saved_time_property' => :'BOOLEAN',
@@ -201,6 +207,10 @@ module AsposeWordsCloud
201
207
  self.save_format = attributes[:'SaveFormat']
202
208
  end
203
209
 
210
+ if attributes.key?(:'UpdateCreatedTimeProperty')
211
+ self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
212
+ end
213
+
204
214
  if attributes.key?(:'UpdateFields')
205
215
  self.update_fields = attributes[:'UpdateFields']
206
216
  end
@@ -300,6 +310,7 @@ module AsposeWordsCloud
300
310
  dml_rendering_mode == other.dml_rendering_mode &&
301
311
  file_name == other.file_name &&
302
312
  save_format == other.save_format &&
313
+ update_created_time_property == other.update_created_time_property &&
303
314
  update_fields == other.update_fields &&
304
315
  update_last_printed_property == other.update_last_printed_property &&
305
316
  update_last_saved_time_property == other.update_last_saved_time_property &&
@@ -325,7 +336,7 @@ module AsposeWordsCloud
325
336
  # Calculates hash code according to all attributes.
326
337
  # @return [Fixnum] Hash code
327
338
  def hash
328
- [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, resources_folder, resources_folder_alias].hash
339
+ [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, resources_folder, resources_folder_alias].hash
329
340
  end
330
341
 
331
342
  # 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
 
@@ -101,6 +105,7 @@ module AsposeWordsCloud
101
105
  :'dml_rendering_mode' => :'DmlRenderingMode',
102
106
  :'file_name' => :'FileName',
103
107
  :'save_format' => :'SaveFormat',
108
+ :'update_created_time_property' => :'UpdateCreatedTimeProperty',
104
109
  :'update_fields' => :'UpdateFields',
105
110
  :'update_last_printed_property' => :'UpdateLastPrintedProperty',
106
111
  :'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty',
@@ -120,6 +125,7 @@ module AsposeWordsCloud
120
125
  :'dml_rendering_mode' => :'String',
121
126
  :'file_name' => :'String',
122
127
  :'save_format' => :'String',
128
+ :'update_created_time_property' => :'BOOLEAN',
123
129
  :'update_fields' => :'BOOLEAN',
124
130
  :'update_last_printed_property' => :'BOOLEAN',
125
131
  :'update_last_saved_time_property' => :'BOOLEAN',
@@ -162,6 +168,10 @@ module AsposeWordsCloud
162
168
  self.save_format = attributes[:'SaveFormat']
163
169
  end
164
170
 
171
+ if attributes.key?(:'UpdateCreatedTimeProperty')
172
+ self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
173
+ end
174
+
165
175
  if attributes.key?(:'UpdateFields')
166
176
  self.update_fields = attributes[:'UpdateFields']
167
177
  end
@@ -233,6 +243,7 @@ module AsposeWordsCloud
233
243
  dml_rendering_mode == other.dml_rendering_mode &&
234
244
  file_name == other.file_name &&
235
245
  save_format == other.save_format &&
246
+ update_created_time_property == other.update_created_time_property &&
236
247
  update_fields == other.update_fields &&
237
248
  update_last_printed_property == other.update_last_printed_property &&
238
249
  update_last_saved_time_property == other.update_last_saved_time_property &&
@@ -251,7 +262,7 @@ module AsposeWordsCloud
251
262
  # Calculates hash code according to all attributes.
252
263
  # @return [Fixnum] Hash code
253
264
  def hash
254
- [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, images_folder, images_folder_alias].hash
265
+ [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, images_folder, images_folder_alias].hash
255
266
  end
256
267
 
257
268
  # Builds the object from hash