aspose_words_cloud 25.3 → 25.4
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/azw3_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/bmp_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/compare_options.rb +27 -1
- data/lib/aspose_words_cloud/models/doc_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/docm_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/docx_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/dot_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/dotm_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/dotx_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/emf_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/eps_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/epub_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/flat_opc_macro_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/flat_opc_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/flat_opc_template_macro_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/flat_opc_template_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/gif_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/html_fixed_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/html_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/jpeg_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/markdown_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/mhtml_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/odt_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/open_xps_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/ott_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/page_setup.rb +2 -2
- data/lib/aspose_words_cloud/models/pcl_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/pdf_save_options_data.rb +40 -1
- data/lib/aspose_words_cloud/models/png_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/ps_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/rtf_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/svg_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/text_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/tiff_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/word_ml_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/xaml_fixed_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/xaml_flow_pack_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/xaml_flow_save_options_data.rb +11 -1
- data/lib/aspose_words_cloud/models/xps_save_options_data.rb +11 -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: 928b807037984407ec9aabf705f3a25b2aea53d82e60a3eff0351dd2e24fd982
|
4
|
+
data.tar.gz: 5e8c1eab5a6216b4df37d7b21daf6b82835225c83671e2a72a050df1a1ae2396
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63c72ac31b50babbdeb43145d3568f039ad93173beb1b369aaf8f102c2fe9ed328d428382fe4a69fdd3dab0dc9edc9e986985b54451bf065322040afc019de31
|
7
|
+
data.tar.gz: 61aaa2ae16f3dab1566660305ffab83dce117010f8d2053459c4881d4969a6a0b6930838266f108ab58baa828ce35163f64ffa5e33f76b11fb02459361c9c779
|
@@ -60,6 +60,9 @@ module AsposeWordsCloud
|
|
60
60
|
# The default value is Aspose.Words.Saving.ImlRenderingMode.InkML.
|
61
61
|
attr_accessor :iml_rendering_mode
|
62
62
|
|
63
|
+
# Gets or sets a value indicating whether the font attributes will be changed according to the character code being used.
|
64
|
+
attr_accessor :update_ambiguous_text_font
|
65
|
+
|
63
66
|
# Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
|
64
67
|
# Default value is false.
|
65
68
|
attr_accessor :update_created_time_property
|
@@ -253,6 +256,7 @@ module AsposeWordsCloud
|
|
253
256
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
254
257
|
:'file_name' => :'FileName',
|
255
258
|
:'iml_rendering_mode' => :'ImlRenderingMode',
|
259
|
+
:'update_ambiguous_text_font' => :'UpdateAmbiguousTextFont',
|
256
260
|
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
257
261
|
:'update_fields' => :'UpdateFields',
|
258
262
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
@@ -312,6 +316,7 @@ module AsposeWordsCloud
|
|
312
316
|
:'dml_rendering_mode' => :'String',
|
313
317
|
:'file_name' => :'String',
|
314
318
|
:'iml_rendering_mode' => :'String',
|
319
|
+
:'update_ambiguous_text_font' => :'BOOLEAN',
|
315
320
|
:'update_created_time_property' => :'BOOLEAN',
|
316
321
|
:'update_fields' => :'BOOLEAN',
|
317
322
|
:'update_last_printed_property' => :'BOOLEAN',
|
@@ -399,6 +404,10 @@ module AsposeWordsCloud
|
|
399
404
|
self.iml_rendering_mode = attributes[:'ImlRenderingMode']
|
400
405
|
end
|
401
406
|
|
407
|
+
if attributes.key?(:'UpdateAmbiguousTextFont')
|
408
|
+
self.update_ambiguous_text_font = attributes[:'UpdateAmbiguousTextFont']
|
409
|
+
end
|
410
|
+
|
402
411
|
if attributes.key?(:'UpdateCreatedTimeProperty')
|
403
412
|
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
404
413
|
end
|
@@ -792,6 +801,7 @@ module AsposeWordsCloud
|
|
792
801
|
dml_rendering_mode == other.dml_rendering_mode &&
|
793
802
|
file_name == other.file_name &&
|
794
803
|
iml_rendering_mode == other.iml_rendering_mode &&
|
804
|
+
update_ambiguous_text_font == other.update_ambiguous_text_font &&
|
795
805
|
update_created_time_property == other.update_created_time_property &&
|
796
806
|
update_fields == other.update_fields &&
|
797
807
|
update_last_printed_property == other.update_last_printed_property &&
|
@@ -849,7 +859,7 @@ module AsposeWordsCloud
|
|
849
859
|
# Calculates hash code according to all attributes.
|
850
860
|
# @return [Fixnum] Hash code
|
851
861
|
def hash
|
852
|
-
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, 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_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, replace_backslash_with_yen_sign, resolve_font_names, resource_folder, resource_folder_alias, scale_image_to_shape_size, table_width_output_mode, navigation_map_level, save_format].hash
|
862
|
+
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_ambiguous_text_font, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, 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_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, replace_backslash_with_yen_sign, resolve_font_names, resource_folder, resource_folder_alias, scale_image_to_shape_size, table_width_output_mode, navigation_map_level, save_format].hash
|
853
863
|
end
|
854
864
|
|
855
865
|
# Builds the object from hash
|
@@ -60,6 +60,9 @@ module AsposeWordsCloud
|
|
60
60
|
# The default value is Aspose.Words.Saving.ImlRenderingMode.InkML.
|
61
61
|
attr_accessor :iml_rendering_mode
|
62
62
|
|
63
|
+
# Gets or sets a value indicating whether the font attributes will be changed according to the character code being used.
|
64
|
+
attr_accessor :update_ambiguous_text_font
|
65
|
+
|
63
66
|
# Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
|
64
67
|
# Default value is false.
|
65
68
|
attr_accessor :update_created_time_property
|
@@ -193,6 +196,7 @@ module AsposeWordsCloud
|
|
193
196
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
194
197
|
:'file_name' => :'FileName',
|
195
198
|
:'iml_rendering_mode' => :'ImlRenderingMode',
|
199
|
+
:'update_ambiguous_text_font' => :'UpdateAmbiguousTextFont',
|
196
200
|
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
197
201
|
:'update_fields' => :'UpdateFields',
|
198
202
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
@@ -233,6 +237,7 @@ module AsposeWordsCloud
|
|
233
237
|
:'dml_rendering_mode' => :'String',
|
234
238
|
:'file_name' => :'String',
|
235
239
|
:'iml_rendering_mode' => :'String',
|
240
|
+
:'update_ambiguous_text_font' => :'BOOLEAN',
|
236
241
|
:'update_created_time_property' => :'BOOLEAN',
|
237
242
|
:'update_fields' => :'BOOLEAN',
|
238
243
|
:'update_last_printed_property' => :'BOOLEAN',
|
@@ -301,6 +306,10 @@ module AsposeWordsCloud
|
|
301
306
|
self.iml_rendering_mode = attributes[:'ImlRenderingMode']
|
302
307
|
end
|
303
308
|
|
309
|
+
if attributes.key?(:'UpdateAmbiguousTextFont')
|
310
|
+
self.update_ambiguous_text_font = attributes[:'UpdateAmbiguousTextFont']
|
311
|
+
end
|
312
|
+
|
304
313
|
if attributes.key?(:'UpdateCreatedTimeProperty')
|
305
314
|
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
306
315
|
end
|
@@ -554,6 +563,7 @@ module AsposeWordsCloud
|
|
554
563
|
dml_rendering_mode == other.dml_rendering_mode &&
|
555
564
|
file_name == other.file_name &&
|
556
565
|
iml_rendering_mode == other.iml_rendering_mode &&
|
566
|
+
update_ambiguous_text_font == other.update_ambiguous_text_font &&
|
557
567
|
update_created_time_property == other.update_created_time_property &&
|
558
568
|
update_fields == other.update_fields &&
|
559
569
|
update_last_printed_property == other.update_last_printed_property &&
|
@@ -592,7 +602,7 @@ module AsposeWordsCloud
|
|
592
602
|
# Calculates hash code according to all attributes.
|
593
603
|
# @return [Fixnum] Hash code
|
594
604
|
def hash
|
595
|
-
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, zip_output, color_mode, jpeg_quality, metafile_rendering_options, numeral_format, optimize_output, page_count, page_index, horizontal_resolution, image_brightness, image_color_mode, image_contrast, paper_color, pixel_format, resolution, scale, use_anti_aliasing, use_high_quality_rendering, vertical_resolution, image_height, image_width, use_gdi_emf_renderer, save_format].hash
|
605
|
+
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_ambiguous_text_font, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, zip_output, color_mode, jpeg_quality, metafile_rendering_options, numeral_format, optimize_output, page_count, page_index, horizontal_resolution, image_brightness, image_color_mode, image_contrast, paper_color, pixel_format, resolution, scale, use_anti_aliasing, use_high_quality_rendering, vertical_resolution, image_height, image_width, use_gdi_emf_renderer, save_format].hash
|
596
606
|
end
|
597
607
|
|
598
608
|
# Builds the object from hash
|
@@ -32,6 +32,9 @@ module AsposeWordsCloud
|
|
32
32
|
# Gets or sets whether accept revisions before comparison or not.
|
33
33
|
attr_accessor :accept_all_revisions_before_comparison
|
34
34
|
|
35
|
+
# Gets or sets the option indicating whether changes are tracked by character or by word.
|
36
|
+
attr_accessor :granularity
|
37
|
+
|
35
38
|
# Gets or sets a value indicating whether documents comparison is case insensitive. By default comparison is case sensitive.
|
36
39
|
attr_accessor :ignore_case_changes
|
37
40
|
|
@@ -85,6 +88,7 @@ module AsposeWordsCloud
|
|
85
88
|
def self.attribute_map
|
86
89
|
{
|
87
90
|
:'accept_all_revisions_before_comparison' => :'AcceptAllRevisionsBeforeComparison',
|
91
|
+
:'granularity' => :'Granularity',
|
88
92
|
:'ignore_case_changes' => :'IgnoreCaseChanges',
|
89
93
|
:'ignore_comments' => :'IgnoreComments',
|
90
94
|
:'ignore_fields' => :'IgnoreFields',
|
@@ -101,6 +105,7 @@ module AsposeWordsCloud
|
|
101
105
|
def self.swagger_types
|
102
106
|
{
|
103
107
|
:'accept_all_revisions_before_comparison' => :'BOOLEAN',
|
108
|
+
:'granularity' => :'String',
|
104
109
|
:'ignore_case_changes' => :'BOOLEAN',
|
105
110
|
:'ignore_comments' => :'BOOLEAN',
|
106
111
|
:'ignore_fields' => :'BOOLEAN',
|
@@ -125,6 +130,10 @@ module AsposeWordsCloud
|
|
125
130
|
self.accept_all_revisions_before_comparison = attributes[:'AcceptAllRevisionsBeforeComparison']
|
126
131
|
end
|
127
132
|
|
133
|
+
if attributes.key?(:'Granularity')
|
134
|
+
self.granularity = attributes[:'Granularity']
|
135
|
+
end
|
136
|
+
|
128
137
|
if attributes.key?(:'IgnoreCaseChanges')
|
129
138
|
self.ignore_case_changes = attributes[:'IgnoreCaseChanges']
|
130
139
|
end
|
@@ -165,12 +174,28 @@ module AsposeWordsCloud
|
|
165
174
|
# Check to see if the all the properties in the model are valid
|
166
175
|
# @return true if the model is valid
|
167
176
|
def valid?
|
177
|
+
granularity_validator = EnumAttributeValidator.new('String', ["CharLevel", "WordLevel"])
|
178
|
+
return false unless granularity_validator.valid?(@granularity)
|
168
179
|
target_validator = EnumAttributeValidator.new('String', ["Current", "New"])
|
169
180
|
return false unless target_validator.valid?(@target)
|
170
181
|
|
171
182
|
return true
|
172
183
|
end
|
173
184
|
|
185
|
+
# Custom attribute writer method checking allowed values (enum).
|
186
|
+
# @param [Object] granularity Object to be assigned
|
187
|
+
def granularity=(granularity)
|
188
|
+
validator = EnumAttributeValidator.new('String', ["CharLevel", "WordLevel"])
|
189
|
+
if granularity.to_i == 0
|
190
|
+
unless validator.valid?(granularity)
|
191
|
+
raise ArgumentError, "invalid value for 'granularity', must be one of #{validator.allowable_values}."
|
192
|
+
end
|
193
|
+
@granularity = granularity
|
194
|
+
else
|
195
|
+
@granularity = validator.allowable_values[granularity.to_i]
|
196
|
+
end
|
197
|
+
end
|
198
|
+
|
174
199
|
# Custom attribute writer method checking allowed values (enum).
|
175
200
|
# @param [Object] target Object to be assigned
|
176
201
|
def target=(target)
|
@@ -192,6 +217,7 @@ module AsposeWordsCloud
|
|
192
217
|
return true if self.equal?(other)
|
193
218
|
self.class == other.class &&
|
194
219
|
accept_all_revisions_before_comparison == other.accept_all_revisions_before_comparison &&
|
220
|
+
granularity == other.granularity &&
|
195
221
|
ignore_case_changes == other.ignore_case_changes &&
|
196
222
|
ignore_comments == other.ignore_comments &&
|
197
223
|
ignore_fields == other.ignore_fields &&
|
@@ -212,7 +238,7 @@ module AsposeWordsCloud
|
|
212
238
|
# Calculates hash code according to all attributes.
|
213
239
|
# @return [Fixnum] Hash code
|
214
240
|
def hash
|
215
|
-
[accept_all_revisions_before_comparison, ignore_case_changes, ignore_comments, ignore_fields, ignore_footnotes, ignore_formatting, ignore_headers_and_footers, ignore_tables, ignore_textboxes, target].hash
|
241
|
+
[accept_all_revisions_before_comparison, granularity, ignore_case_changes, ignore_comments, ignore_fields, ignore_footnotes, ignore_formatting, ignore_headers_and_footers, ignore_tables, ignore_textboxes, target].hash
|
216
242
|
end
|
217
243
|
|
218
244
|
# Builds the object from hash
|
@@ -60,6 +60,9 @@ module AsposeWordsCloud
|
|
60
60
|
# The default value is Aspose.Words.Saving.ImlRenderingMode.InkML.
|
61
61
|
attr_accessor :iml_rendering_mode
|
62
62
|
|
63
|
+
# Gets or sets a value indicating whether the font attributes will be changed according to the character code being used.
|
64
|
+
attr_accessor :update_ambiguous_text_font
|
65
|
+
|
63
66
|
# Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
|
64
67
|
# Default value is false.
|
65
68
|
attr_accessor :update_created_time_property
|
@@ -128,6 +131,7 @@ module AsposeWordsCloud
|
|
128
131
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
129
132
|
:'file_name' => :'FileName',
|
130
133
|
:'iml_rendering_mode' => :'ImlRenderingMode',
|
134
|
+
:'update_ambiguous_text_font' => :'UpdateAmbiguousTextFont',
|
131
135
|
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
132
136
|
:'update_fields' => :'UpdateFields',
|
133
137
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
@@ -151,6 +155,7 @@ module AsposeWordsCloud
|
|
151
155
|
:'dml_rendering_mode' => :'String',
|
152
156
|
:'file_name' => :'String',
|
153
157
|
:'iml_rendering_mode' => :'String',
|
158
|
+
:'update_ambiguous_text_font' => :'BOOLEAN',
|
154
159
|
:'update_created_time_property' => :'BOOLEAN',
|
155
160
|
:'update_fields' => :'BOOLEAN',
|
156
161
|
:'update_last_printed_property' => :'BOOLEAN',
|
@@ -202,6 +207,10 @@ module AsposeWordsCloud
|
|
202
207
|
self.iml_rendering_mode = attributes[:'ImlRenderingMode']
|
203
208
|
end
|
204
209
|
|
210
|
+
if attributes.key?(:'UpdateAmbiguousTextFont')
|
211
|
+
self.update_ambiguous_text_font = attributes[:'UpdateAmbiguousTextFont']
|
212
|
+
end
|
213
|
+
|
205
214
|
if attributes.key?(:'UpdateCreatedTimeProperty')
|
206
215
|
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
207
216
|
end
|
@@ -323,6 +332,7 @@ module AsposeWordsCloud
|
|
323
332
|
dml_rendering_mode == other.dml_rendering_mode &&
|
324
333
|
file_name == other.file_name &&
|
325
334
|
iml_rendering_mode == other.iml_rendering_mode &&
|
335
|
+
update_ambiguous_text_font == other.update_ambiguous_text_font &&
|
326
336
|
update_created_time_property == other.update_created_time_property &&
|
327
337
|
update_fields == other.update_fields &&
|
328
338
|
update_last_printed_property == other.update_last_printed_property &&
|
@@ -344,7 +354,7 @@ module AsposeWordsCloud
|
|
344
354
|
# Calculates hash code according to all attributes.
|
345
355
|
# @return [Fixnum] Hash code
|
346
356
|
def hash
|
347
|
-
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, zip_output, always_compress_metafiles, password, save_picture_bullet, save_routing_slip, save_format].hash
|
357
|
+
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_ambiguous_text_font, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, zip_output, always_compress_metafiles, password, save_picture_bullet, save_routing_slip, save_format].hash
|
348
358
|
end
|
349
359
|
|
350
360
|
# Builds the object from hash
|
@@ -60,6 +60,9 @@ module AsposeWordsCloud
|
|
60
60
|
# The default value is Aspose.Words.Saving.ImlRenderingMode.InkML.
|
61
61
|
attr_accessor :iml_rendering_mode
|
62
62
|
|
63
|
+
# Gets or sets a value indicating whether the font attributes will be changed according to the character code being used.
|
64
|
+
attr_accessor :update_ambiguous_text_font
|
65
|
+
|
63
66
|
# Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
|
64
67
|
# Default value is false.
|
65
68
|
attr_accessor :update_created_time_property
|
@@ -126,6 +129,7 @@ module AsposeWordsCloud
|
|
126
129
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
127
130
|
:'file_name' => :'FileName',
|
128
131
|
:'iml_rendering_mode' => :'ImlRenderingMode',
|
132
|
+
:'update_ambiguous_text_font' => :'UpdateAmbiguousTextFont',
|
129
133
|
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
130
134
|
:'update_fields' => :'UpdateFields',
|
131
135
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
@@ -149,6 +153,7 @@ module AsposeWordsCloud
|
|
149
153
|
:'dml_rendering_mode' => :'String',
|
150
154
|
:'file_name' => :'String',
|
151
155
|
:'iml_rendering_mode' => :'String',
|
156
|
+
:'update_ambiguous_text_font' => :'BOOLEAN',
|
152
157
|
:'update_created_time_property' => :'BOOLEAN',
|
153
158
|
:'update_fields' => :'BOOLEAN',
|
154
159
|
:'update_last_printed_property' => :'BOOLEAN',
|
@@ -200,6 +205,10 @@ module AsposeWordsCloud
|
|
200
205
|
self.iml_rendering_mode = attributes[:'ImlRenderingMode']
|
201
206
|
end
|
202
207
|
|
208
|
+
if attributes.key?(:'UpdateAmbiguousTextFont')
|
209
|
+
self.update_ambiguous_text_font = attributes[:'UpdateAmbiguousTextFont']
|
210
|
+
end
|
211
|
+
|
203
212
|
if attributes.key?(:'UpdateCreatedTimeProperty')
|
204
213
|
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
205
214
|
end
|
@@ -353,6 +362,7 @@ module AsposeWordsCloud
|
|
353
362
|
dml_rendering_mode == other.dml_rendering_mode &&
|
354
363
|
file_name == other.file_name &&
|
355
364
|
iml_rendering_mode == other.iml_rendering_mode &&
|
365
|
+
update_ambiguous_text_font == other.update_ambiguous_text_font &&
|
356
366
|
update_created_time_property == other.update_created_time_property &&
|
357
367
|
update_fields == other.update_fields &&
|
358
368
|
update_last_printed_property == other.update_last_printed_property &&
|
@@ -374,7 +384,7 @@ module AsposeWordsCloud
|
|
374
384
|
# Calculates hash code according to all attributes.
|
375
385
|
# @return [Fixnum] Hash code
|
376
386
|
def hash
|
377
|
-
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, zip_output, compliance, compression_level, password, pretty_format, save_format].hash
|
387
|
+
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_ambiguous_text_font, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, zip_output, compliance, compression_level, password, pretty_format, save_format].hash
|
378
388
|
end
|
379
389
|
|
380
390
|
# Builds the object from hash
|
@@ -60,6 +60,9 @@ module AsposeWordsCloud
|
|
60
60
|
# The default value is Aspose.Words.Saving.ImlRenderingMode.InkML.
|
61
61
|
attr_accessor :iml_rendering_mode
|
62
62
|
|
63
|
+
# Gets or sets a value indicating whether the font attributes will be changed according to the character code being used.
|
64
|
+
attr_accessor :update_ambiguous_text_font
|
65
|
+
|
63
66
|
# Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
|
64
67
|
# Default value is false.
|
65
68
|
attr_accessor :update_created_time_property
|
@@ -126,6 +129,7 @@ module AsposeWordsCloud
|
|
126
129
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
127
130
|
:'file_name' => :'FileName',
|
128
131
|
:'iml_rendering_mode' => :'ImlRenderingMode',
|
132
|
+
:'update_ambiguous_text_font' => :'UpdateAmbiguousTextFont',
|
129
133
|
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
130
134
|
:'update_fields' => :'UpdateFields',
|
131
135
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
@@ -149,6 +153,7 @@ module AsposeWordsCloud
|
|
149
153
|
:'dml_rendering_mode' => :'String',
|
150
154
|
:'file_name' => :'String',
|
151
155
|
:'iml_rendering_mode' => :'String',
|
156
|
+
:'update_ambiguous_text_font' => :'BOOLEAN',
|
152
157
|
:'update_created_time_property' => :'BOOLEAN',
|
153
158
|
:'update_fields' => :'BOOLEAN',
|
154
159
|
:'update_last_printed_property' => :'BOOLEAN',
|
@@ -200,6 +205,10 @@ module AsposeWordsCloud
|
|
200
205
|
self.iml_rendering_mode = attributes[:'ImlRenderingMode']
|
201
206
|
end
|
202
207
|
|
208
|
+
if attributes.key?(:'UpdateAmbiguousTextFont')
|
209
|
+
self.update_ambiguous_text_font = attributes[:'UpdateAmbiguousTextFont']
|
210
|
+
end
|
211
|
+
|
203
212
|
if attributes.key?(:'UpdateCreatedTimeProperty')
|
204
213
|
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
205
214
|
end
|
@@ -353,6 +362,7 @@ module AsposeWordsCloud
|
|
353
362
|
dml_rendering_mode == other.dml_rendering_mode &&
|
354
363
|
file_name == other.file_name &&
|
355
364
|
iml_rendering_mode == other.iml_rendering_mode &&
|
365
|
+
update_ambiguous_text_font == other.update_ambiguous_text_font &&
|
356
366
|
update_created_time_property == other.update_created_time_property &&
|
357
367
|
update_fields == other.update_fields &&
|
358
368
|
update_last_printed_property == other.update_last_printed_property &&
|
@@ -374,7 +384,7 @@ module AsposeWordsCloud
|
|
374
384
|
# Calculates hash code according to all attributes.
|
375
385
|
# @return [Fixnum] Hash code
|
376
386
|
def hash
|
377
|
-
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, zip_output, compliance, compression_level, password, pretty_format, save_format].hash
|
387
|
+
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_ambiguous_text_font, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, zip_output, compliance, compression_level, password, pretty_format, save_format].hash
|
378
388
|
end
|
379
389
|
|
380
390
|
# Builds the object from hash
|
@@ -60,6 +60,9 @@ module AsposeWordsCloud
|
|
60
60
|
# The default value is Aspose.Words.Saving.ImlRenderingMode.InkML.
|
61
61
|
attr_accessor :iml_rendering_mode
|
62
62
|
|
63
|
+
# Gets or sets a value indicating whether the font attributes will be changed according to the character code being used.
|
64
|
+
attr_accessor :update_ambiguous_text_font
|
65
|
+
|
63
66
|
# Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
|
64
67
|
# Default value is false.
|
65
68
|
attr_accessor :update_created_time_property
|
@@ -128,6 +131,7 @@ module AsposeWordsCloud
|
|
128
131
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
129
132
|
:'file_name' => :'FileName',
|
130
133
|
:'iml_rendering_mode' => :'ImlRenderingMode',
|
134
|
+
:'update_ambiguous_text_font' => :'UpdateAmbiguousTextFont',
|
131
135
|
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
132
136
|
:'update_fields' => :'UpdateFields',
|
133
137
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
@@ -151,6 +155,7 @@ module AsposeWordsCloud
|
|
151
155
|
:'dml_rendering_mode' => :'String',
|
152
156
|
:'file_name' => :'String',
|
153
157
|
:'iml_rendering_mode' => :'String',
|
158
|
+
:'update_ambiguous_text_font' => :'BOOLEAN',
|
154
159
|
:'update_created_time_property' => :'BOOLEAN',
|
155
160
|
:'update_fields' => :'BOOLEAN',
|
156
161
|
:'update_last_printed_property' => :'BOOLEAN',
|
@@ -202,6 +207,10 @@ module AsposeWordsCloud
|
|
202
207
|
self.iml_rendering_mode = attributes[:'ImlRenderingMode']
|
203
208
|
end
|
204
209
|
|
210
|
+
if attributes.key?(:'UpdateAmbiguousTextFont')
|
211
|
+
self.update_ambiguous_text_font = attributes[:'UpdateAmbiguousTextFont']
|
212
|
+
end
|
213
|
+
|
205
214
|
if attributes.key?(:'UpdateCreatedTimeProperty')
|
206
215
|
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
207
216
|
end
|
@@ -323,6 +332,7 @@ module AsposeWordsCloud
|
|
323
332
|
dml_rendering_mode == other.dml_rendering_mode &&
|
324
333
|
file_name == other.file_name &&
|
325
334
|
iml_rendering_mode == other.iml_rendering_mode &&
|
335
|
+
update_ambiguous_text_font == other.update_ambiguous_text_font &&
|
326
336
|
update_created_time_property == other.update_created_time_property &&
|
327
337
|
update_fields == other.update_fields &&
|
328
338
|
update_last_printed_property == other.update_last_printed_property &&
|
@@ -344,7 +354,7 @@ module AsposeWordsCloud
|
|
344
354
|
# Calculates hash code according to all attributes.
|
345
355
|
# @return [Fixnum] Hash code
|
346
356
|
def hash
|
347
|
-
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, zip_output, always_compress_metafiles, password, save_picture_bullet, save_routing_slip, save_format].hash
|
357
|
+
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_ambiguous_text_font, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, zip_output, always_compress_metafiles, password, save_picture_bullet, save_routing_slip, save_format].hash
|
348
358
|
end
|
349
359
|
|
350
360
|
# Builds the object from hash
|
@@ -60,6 +60,9 @@ module AsposeWordsCloud
|
|
60
60
|
# The default value is Aspose.Words.Saving.ImlRenderingMode.InkML.
|
61
61
|
attr_accessor :iml_rendering_mode
|
62
62
|
|
63
|
+
# Gets or sets a value indicating whether the font attributes will be changed according to the character code being used.
|
64
|
+
attr_accessor :update_ambiguous_text_font
|
65
|
+
|
63
66
|
# Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
|
64
67
|
# Default value is false.
|
65
68
|
attr_accessor :update_created_time_property
|
@@ -126,6 +129,7 @@ module AsposeWordsCloud
|
|
126
129
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
127
130
|
:'file_name' => :'FileName',
|
128
131
|
:'iml_rendering_mode' => :'ImlRenderingMode',
|
132
|
+
:'update_ambiguous_text_font' => :'UpdateAmbiguousTextFont',
|
129
133
|
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
130
134
|
:'update_fields' => :'UpdateFields',
|
131
135
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
@@ -149,6 +153,7 @@ module AsposeWordsCloud
|
|
149
153
|
:'dml_rendering_mode' => :'String',
|
150
154
|
:'file_name' => :'String',
|
151
155
|
:'iml_rendering_mode' => :'String',
|
156
|
+
:'update_ambiguous_text_font' => :'BOOLEAN',
|
152
157
|
:'update_created_time_property' => :'BOOLEAN',
|
153
158
|
:'update_fields' => :'BOOLEAN',
|
154
159
|
:'update_last_printed_property' => :'BOOLEAN',
|
@@ -200,6 +205,10 @@ module AsposeWordsCloud
|
|
200
205
|
self.iml_rendering_mode = attributes[:'ImlRenderingMode']
|
201
206
|
end
|
202
207
|
|
208
|
+
if attributes.key?(:'UpdateAmbiguousTextFont')
|
209
|
+
self.update_ambiguous_text_font = attributes[:'UpdateAmbiguousTextFont']
|
210
|
+
end
|
211
|
+
|
203
212
|
if attributes.key?(:'UpdateCreatedTimeProperty')
|
204
213
|
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
205
214
|
end
|
@@ -353,6 +362,7 @@ module AsposeWordsCloud
|
|
353
362
|
dml_rendering_mode == other.dml_rendering_mode &&
|
354
363
|
file_name == other.file_name &&
|
355
364
|
iml_rendering_mode == other.iml_rendering_mode &&
|
365
|
+
update_ambiguous_text_font == other.update_ambiguous_text_font &&
|
356
366
|
update_created_time_property == other.update_created_time_property &&
|
357
367
|
update_fields == other.update_fields &&
|
358
368
|
update_last_printed_property == other.update_last_printed_property &&
|
@@ -374,7 +384,7 @@ module AsposeWordsCloud
|
|
374
384
|
# Calculates hash code according to all attributes.
|
375
385
|
# @return [Fixnum] Hash code
|
376
386
|
def hash
|
377
|
-
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, zip_output, compliance, compression_level, password, pretty_format, save_format].hash
|
387
|
+
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_ambiguous_text_font, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, zip_output, compliance, compression_level, password, pretty_format, save_format].hash
|
378
388
|
end
|
379
389
|
|
380
390
|
# Builds the object from hash
|
@@ -60,6 +60,9 @@ module AsposeWordsCloud
|
|
60
60
|
# The default value is Aspose.Words.Saving.ImlRenderingMode.InkML.
|
61
61
|
attr_accessor :iml_rendering_mode
|
62
62
|
|
63
|
+
# Gets or sets a value indicating whether the font attributes will be changed according to the character code being used.
|
64
|
+
attr_accessor :update_ambiguous_text_font
|
65
|
+
|
63
66
|
# Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
|
64
67
|
# Default value is false.
|
65
68
|
attr_accessor :update_created_time_property
|
@@ -126,6 +129,7 @@ module AsposeWordsCloud
|
|
126
129
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
127
130
|
:'file_name' => :'FileName',
|
128
131
|
:'iml_rendering_mode' => :'ImlRenderingMode',
|
132
|
+
:'update_ambiguous_text_font' => :'UpdateAmbiguousTextFont',
|
129
133
|
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
130
134
|
:'update_fields' => :'UpdateFields',
|
131
135
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
@@ -149,6 +153,7 @@ module AsposeWordsCloud
|
|
149
153
|
:'dml_rendering_mode' => :'String',
|
150
154
|
:'file_name' => :'String',
|
151
155
|
:'iml_rendering_mode' => :'String',
|
156
|
+
:'update_ambiguous_text_font' => :'BOOLEAN',
|
152
157
|
:'update_created_time_property' => :'BOOLEAN',
|
153
158
|
:'update_fields' => :'BOOLEAN',
|
154
159
|
:'update_last_printed_property' => :'BOOLEAN',
|
@@ -200,6 +205,10 @@ module AsposeWordsCloud
|
|
200
205
|
self.iml_rendering_mode = attributes[:'ImlRenderingMode']
|
201
206
|
end
|
202
207
|
|
208
|
+
if attributes.key?(:'UpdateAmbiguousTextFont')
|
209
|
+
self.update_ambiguous_text_font = attributes[:'UpdateAmbiguousTextFont']
|
210
|
+
end
|
211
|
+
|
203
212
|
if attributes.key?(:'UpdateCreatedTimeProperty')
|
204
213
|
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
205
214
|
end
|
@@ -353,6 +362,7 @@ module AsposeWordsCloud
|
|
353
362
|
dml_rendering_mode == other.dml_rendering_mode &&
|
354
363
|
file_name == other.file_name &&
|
355
364
|
iml_rendering_mode == other.iml_rendering_mode &&
|
365
|
+
update_ambiguous_text_font == other.update_ambiguous_text_font &&
|
356
366
|
update_created_time_property == other.update_created_time_property &&
|
357
367
|
update_fields == other.update_fields &&
|
358
368
|
update_last_printed_property == other.update_last_printed_property &&
|
@@ -374,7 +384,7 @@ module AsposeWordsCloud
|
|
374
384
|
# Calculates hash code according to all attributes.
|
375
385
|
# @return [Fixnum] Hash code
|
376
386
|
def hash
|
377
|
-
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, zip_output, compliance, compression_level, password, pretty_format, save_format].hash
|
387
|
+
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_ambiguous_text_font, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, zip_output, compliance, compression_level, password, pretty_format, save_format].hash
|
378
388
|
end
|
379
389
|
|
380
390
|
# Builds the object from hash
|
@@ -60,6 +60,9 @@ module AsposeWordsCloud
|
|
60
60
|
# The default value is Aspose.Words.Saving.ImlRenderingMode.InkML.
|
61
61
|
attr_accessor :iml_rendering_mode
|
62
62
|
|
63
|
+
# Gets or sets a value indicating whether the font attributes will be changed according to the character code being used.
|
64
|
+
attr_accessor :update_ambiguous_text_font
|
65
|
+
|
63
66
|
# Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
|
64
67
|
# Default value is false.
|
65
68
|
attr_accessor :update_created_time_property
|
@@ -193,6 +196,7 @@ module AsposeWordsCloud
|
|
193
196
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
194
197
|
:'file_name' => :'FileName',
|
195
198
|
:'iml_rendering_mode' => :'ImlRenderingMode',
|
199
|
+
:'update_ambiguous_text_font' => :'UpdateAmbiguousTextFont',
|
196
200
|
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
197
201
|
:'update_fields' => :'UpdateFields',
|
198
202
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
@@ -233,6 +237,7 @@ module AsposeWordsCloud
|
|
233
237
|
:'dml_rendering_mode' => :'String',
|
234
238
|
:'file_name' => :'String',
|
235
239
|
:'iml_rendering_mode' => :'String',
|
240
|
+
:'update_ambiguous_text_font' => :'BOOLEAN',
|
236
241
|
:'update_created_time_property' => :'BOOLEAN',
|
237
242
|
:'update_fields' => :'BOOLEAN',
|
238
243
|
:'update_last_printed_property' => :'BOOLEAN',
|
@@ -301,6 +306,10 @@ module AsposeWordsCloud
|
|
301
306
|
self.iml_rendering_mode = attributes[:'ImlRenderingMode']
|
302
307
|
end
|
303
308
|
|
309
|
+
if attributes.key?(:'UpdateAmbiguousTextFont')
|
310
|
+
self.update_ambiguous_text_font = attributes[:'UpdateAmbiguousTextFont']
|
311
|
+
end
|
312
|
+
|
304
313
|
if attributes.key?(:'UpdateCreatedTimeProperty')
|
305
314
|
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
306
315
|
end
|
@@ -554,6 +563,7 @@ module AsposeWordsCloud
|
|
554
563
|
dml_rendering_mode == other.dml_rendering_mode &&
|
555
564
|
file_name == other.file_name &&
|
556
565
|
iml_rendering_mode == other.iml_rendering_mode &&
|
566
|
+
update_ambiguous_text_font == other.update_ambiguous_text_font &&
|
557
567
|
update_created_time_property == other.update_created_time_property &&
|
558
568
|
update_fields == other.update_fields &&
|
559
569
|
update_last_printed_property == other.update_last_printed_property &&
|
@@ -592,7 +602,7 @@ module AsposeWordsCloud
|
|
592
602
|
# Calculates hash code according to all attributes.
|
593
603
|
# @return [Fixnum] Hash code
|
594
604
|
def hash
|
595
|
-
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, zip_output, color_mode, jpeg_quality, metafile_rendering_options, numeral_format, optimize_output, page_count, page_index, horizontal_resolution, image_brightness, image_color_mode, image_contrast, paper_color, pixel_format, resolution, scale, use_anti_aliasing, use_high_quality_rendering, vertical_resolution, image_height, image_width, use_gdi_emf_renderer, save_format].hash
|
605
|
+
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_ambiguous_text_font, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, zip_output, color_mode, jpeg_quality, metafile_rendering_options, numeral_format, optimize_output, page_count, page_index, horizontal_resolution, image_brightness, image_color_mode, image_contrast, paper_color, pixel_format, resolution, scale, use_anti_aliasing, use_high_quality_rendering, vertical_resolution, image_height, image_width, use_gdi_emf_renderer, save_format].hash
|
596
606
|
end
|
597
607
|
|
598
608
|
# Builds the object from hash
|
@@ -60,6 +60,9 @@ module AsposeWordsCloud
|
|
60
60
|
# The default value is Aspose.Words.Saving.ImlRenderingMode.InkML.
|
61
61
|
attr_accessor :iml_rendering_mode
|
62
62
|
|
63
|
+
# Gets or sets a value indicating whether the font attributes will be changed according to the character code being used.
|
64
|
+
attr_accessor :update_ambiguous_text_font
|
65
|
+
|
63
66
|
# Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
|
64
67
|
# Default value is false.
|
65
68
|
attr_accessor :update_created_time_property
|
@@ -193,6 +196,7 @@ module AsposeWordsCloud
|
|
193
196
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
194
197
|
:'file_name' => :'FileName',
|
195
198
|
:'iml_rendering_mode' => :'ImlRenderingMode',
|
199
|
+
:'update_ambiguous_text_font' => :'UpdateAmbiguousTextFont',
|
196
200
|
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
197
201
|
:'update_fields' => :'UpdateFields',
|
198
202
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
@@ -233,6 +237,7 @@ module AsposeWordsCloud
|
|
233
237
|
:'dml_rendering_mode' => :'String',
|
234
238
|
:'file_name' => :'String',
|
235
239
|
:'iml_rendering_mode' => :'String',
|
240
|
+
:'update_ambiguous_text_font' => :'BOOLEAN',
|
236
241
|
:'update_created_time_property' => :'BOOLEAN',
|
237
242
|
:'update_fields' => :'BOOLEAN',
|
238
243
|
:'update_last_printed_property' => :'BOOLEAN',
|
@@ -301,6 +306,10 @@ module AsposeWordsCloud
|
|
301
306
|
self.iml_rendering_mode = attributes[:'ImlRenderingMode']
|
302
307
|
end
|
303
308
|
|
309
|
+
if attributes.key?(:'UpdateAmbiguousTextFont')
|
310
|
+
self.update_ambiguous_text_font = attributes[:'UpdateAmbiguousTextFont']
|
311
|
+
end
|
312
|
+
|
304
313
|
if attributes.key?(:'UpdateCreatedTimeProperty')
|
305
314
|
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
306
315
|
end
|
@@ -554,6 +563,7 @@ module AsposeWordsCloud
|
|
554
563
|
dml_rendering_mode == other.dml_rendering_mode &&
|
555
564
|
file_name == other.file_name &&
|
556
565
|
iml_rendering_mode == other.iml_rendering_mode &&
|
566
|
+
update_ambiguous_text_font == other.update_ambiguous_text_font &&
|
557
567
|
update_created_time_property == other.update_created_time_property &&
|
558
568
|
update_fields == other.update_fields &&
|
559
569
|
update_last_printed_property == other.update_last_printed_property &&
|
@@ -592,7 +602,7 @@ module AsposeWordsCloud
|
|
592
602
|
# Calculates hash code according to all attributes.
|
593
603
|
# @return [Fixnum] Hash code
|
594
604
|
def hash
|
595
|
-
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, zip_output, color_mode, jpeg_quality, metafile_rendering_options, numeral_format, optimize_output, page_count, page_index, horizontal_resolution, image_brightness, image_color_mode, image_contrast, paper_color, pixel_format, resolution, scale, use_anti_aliasing, use_high_quality_rendering, vertical_resolution, image_height, image_width, use_gdi_emf_renderer, save_format].hash
|
605
|
+
[allow_embedding_post_script_fonts, custom_time_zone_info_data, dml3_d_effects_rendering_mode, dml_effects_rendering_mode, dml_rendering_mode, file_name, iml_rendering_mode, update_ambiguous_text_font, update_created_time_property, update_fields, update_last_printed_property, update_last_saved_time_property, zip_output, color_mode, jpeg_quality, metafile_rendering_options, numeral_format, optimize_output, page_count, page_index, horizontal_resolution, image_brightness, image_color_mode, image_contrast, paper_color, pixel_format, resolution, scale, use_anti_aliasing, use_high_quality_rendering, vertical_resolution, image_height, image_width, use_gdi_emf_renderer, save_format].hash
|
596
606
|
end
|
597
607
|
|
598
608
|
# Builds the object from hash
|