aspose_words_cloud 25.3 → 25.5
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/comment_range_end.rb +231 -0
- data/lib/aspose_words_cloud/models/comment_range_start.rb +231 -0
- 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/form_field_checkbox_link.rb +218 -0
- data/lib/aspose_words_cloud/models/form_field_drop_down_link.rb +218 -0
- data/lib/aspose_words_cloud/models/form_field_text_input_link.rb +218 -0
- 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
- data/lib/aspose_words_cloud.rb +5 -0
- metadata +7 -2
@@ -0,0 +1,218 @@
|
|
1
|
+
# ------------------------------------------------------------------------------------
|
2
|
+
# <copyright company="Aspose" file="form_field_text_input_link.rb">
|
3
|
+
# Copyright (c) 2025 Aspose.Words for Cloud
|
4
|
+
# </copyright>
|
5
|
+
# <summary>
|
6
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
7
|
+
# of this software and associated documentation files (the "Software"), to deal
|
8
|
+
# in the Software without restriction, including without limitation the rights
|
9
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
10
|
+
# copies of the Software, and to permit persons to whom the Software is
|
11
|
+
# furnished to do so, subject to the following conditions:
|
12
|
+
#
|
13
|
+
# The above copyright notice and this permission notice shall be included in all
|
14
|
+
# copies or substantial portions of the Software.
|
15
|
+
#
|
16
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
17
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
18
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
19
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
20
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
21
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
22
|
+
# SOFTWARE.
|
23
|
+
# </summary>
|
24
|
+
# ------------------------------------------------------------------------------------
|
25
|
+
|
26
|
+
require 'date'
|
27
|
+
|
28
|
+
module AsposeWordsCloud
|
29
|
+
|
30
|
+
# Link to FormField text input element.
|
31
|
+
class FormFieldTextInputLink
|
32
|
+
# Gets or sets the link to the document.
|
33
|
+
attr_accessor :link
|
34
|
+
|
35
|
+
# Gets or sets the node id.
|
36
|
+
attr_accessor :node_id
|
37
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
38
|
+
def self.attribute_map
|
39
|
+
{
|
40
|
+
:'link' => :'Link',
|
41
|
+
:'node_id' => :'NodeId'
|
42
|
+
}
|
43
|
+
end
|
44
|
+
|
45
|
+
# Attribute type mapping.
|
46
|
+
def self.swagger_types
|
47
|
+
{
|
48
|
+
:'link' => :'WordsApiLink',
|
49
|
+
:'node_id' => :'String'
|
50
|
+
}
|
51
|
+
end
|
52
|
+
|
53
|
+
# Initializes the object
|
54
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
55
|
+
def initialize(attributes = {})
|
56
|
+
return unless attributes.is_a?(Hash)
|
57
|
+
|
58
|
+
# convert string to symbol for hash key
|
59
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
60
|
+
|
61
|
+
if attributes.key?(:'Link')
|
62
|
+
self.link = attributes[:'Link']
|
63
|
+
end
|
64
|
+
|
65
|
+
if attributes.key?(:'NodeId')
|
66
|
+
self.node_id = attributes[:'NodeId']
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
70
|
+
# Check to see if the all the properties in the model are valid
|
71
|
+
# @return true if the model is valid
|
72
|
+
def valid?
|
73
|
+
return true
|
74
|
+
end
|
75
|
+
|
76
|
+
# Checks equality by comparing each attribute.
|
77
|
+
# @param [Object] Object to be compared
|
78
|
+
def ==(other)
|
79
|
+
return true if self.equal?(other)
|
80
|
+
self.class == other.class &&
|
81
|
+
link == other.link &&
|
82
|
+
node_id == other.node_id
|
83
|
+
end
|
84
|
+
|
85
|
+
# @see the `==` method
|
86
|
+
# @param [Object] Object to be compared
|
87
|
+
def eql?(other)
|
88
|
+
self == other
|
89
|
+
end
|
90
|
+
|
91
|
+
# Calculates hash code according to all attributes.
|
92
|
+
# @return [Fixnum] Hash code
|
93
|
+
def hash
|
94
|
+
[link, node_id].hash
|
95
|
+
end
|
96
|
+
|
97
|
+
# Builds the object from hash
|
98
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
99
|
+
# @return [Object] Returns the model itself
|
100
|
+
def build_from_hash(attributes)
|
101
|
+
return nil unless attributes.is_a?(Hash)
|
102
|
+
self.class.swagger_types.each_pair do |key, type|
|
103
|
+
if type =~ /\AArray<(.*)>/i
|
104
|
+
# check to ensure the input is an array given that the the attribute
|
105
|
+
# is documented as an array but the input is not
|
106
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
107
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
108
|
+
end
|
109
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
110
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
111
|
+
end
|
112
|
+
# or else data not found in attributes(hash), not an issue as the data can be optional
|
113
|
+
end
|
114
|
+
|
115
|
+
self
|
116
|
+
end
|
117
|
+
|
118
|
+
# Deserializes the data based on type
|
119
|
+
# @param string type Data type
|
120
|
+
# @param string value Value to be deserialized
|
121
|
+
# @return [Object] Deserialized data
|
122
|
+
def _deserialize(type, value)
|
123
|
+
case type.to_sym
|
124
|
+
when :DateTime
|
125
|
+
Time.at(/\d/.match(value)[0].to_f).to_datetime
|
126
|
+
when :Date
|
127
|
+
Time.at(/\d/.match(value)[0].to_f).to_date
|
128
|
+
when :String
|
129
|
+
value.to_s
|
130
|
+
when :Integer
|
131
|
+
value.to_i
|
132
|
+
when :Float
|
133
|
+
value.to_f
|
134
|
+
when :BOOLEAN
|
135
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
136
|
+
true
|
137
|
+
else
|
138
|
+
false
|
139
|
+
end
|
140
|
+
when :Object
|
141
|
+
# generic object (usually a Hash), return directly
|
142
|
+
value
|
143
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
144
|
+
inner_type = Regexp.last_match[:inner_type]
|
145
|
+
value.map { |v| _deserialize(inner_type, v) }
|
146
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
147
|
+
k_type = Regexp.last_match[:k_type]
|
148
|
+
v_type = Regexp.last_match[:v_type]
|
149
|
+
{}.tap do |hash|
|
150
|
+
value.each do |k, v|
|
151
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
152
|
+
end
|
153
|
+
end
|
154
|
+
else
|
155
|
+
# model
|
156
|
+
if value[:'$type']
|
157
|
+
type = value[:'$type'][0..-4]
|
158
|
+
end
|
159
|
+
|
160
|
+
temp_model = AsposeWordsCloud.const_get(type).new
|
161
|
+
temp_model.build_from_hash(value)
|
162
|
+
end
|
163
|
+
end
|
164
|
+
|
165
|
+
# Returns the string representation of the object
|
166
|
+
# @return [String] String presentation of the object
|
167
|
+
def to_s
|
168
|
+
to_hash.to_s
|
169
|
+
end
|
170
|
+
|
171
|
+
# to_body is an alias to to_hash (backward compatibility)
|
172
|
+
# @return [Hash] Returns the object in the form of hash
|
173
|
+
def to_body
|
174
|
+
to_hash
|
175
|
+
end
|
176
|
+
|
177
|
+
# Returns the object in the form of hash
|
178
|
+
# @return [Hash] Returns the object in the form of hash
|
179
|
+
def to_hash
|
180
|
+
hash = {}
|
181
|
+
self.class.attribute_map.each_pair do |attr, param|
|
182
|
+
value = self.send(attr)
|
183
|
+
next if value.nil?
|
184
|
+
hash[param] = _to_hash(value)
|
185
|
+
end
|
186
|
+
hash
|
187
|
+
end
|
188
|
+
|
189
|
+
# Outputs non-array value in the form of hash
|
190
|
+
# For object, use to_hash. Otherwise, just return the value
|
191
|
+
# @param [Object] value Any valid value
|
192
|
+
# @return [Hash] Returns the value in the form of hash
|
193
|
+
def _to_hash(value)
|
194
|
+
if value.is_a?(Array)
|
195
|
+
value.compact.map { |v| _to_hash(v) }
|
196
|
+
elsif value.is_a?(Hash)
|
197
|
+
{}.tap do |hash|
|
198
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
199
|
+
end
|
200
|
+
elsif value.respond_to? :to_hash
|
201
|
+
value.to_hash
|
202
|
+
else
|
203
|
+
value
|
204
|
+
end
|
205
|
+
end
|
206
|
+
|
207
|
+
def collectFilesContent(resultFilesContent)
|
208
|
+
end
|
209
|
+
|
210
|
+
def validate()
|
211
|
+
unless self.link.nil?
|
212
|
+
self.link.validate
|
213
|
+
end
|
214
|
+
|
215
|
+
end
|
216
|
+
|
217
|
+
end
|
218
|
+
end
|
@@ -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
|
@@ -197,6 +200,7 @@ module AsposeWordsCloud
|
|
197
200
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
198
201
|
:'file_name' => :'FileName',
|
199
202
|
:'iml_rendering_mode' => :'ImlRenderingMode',
|
203
|
+
:'update_ambiguous_text_font' => :'UpdateAmbiguousTextFont',
|
200
204
|
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
201
205
|
:'update_fields' => :'UpdateFields',
|
202
206
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
@@ -238,6 +242,7 @@ module AsposeWordsCloud
|
|
238
242
|
:'dml_rendering_mode' => :'String',
|
239
243
|
:'file_name' => :'String',
|
240
244
|
:'iml_rendering_mode' => :'String',
|
245
|
+
:'update_ambiguous_text_font' => :'BOOLEAN',
|
241
246
|
:'update_created_time_property' => :'BOOLEAN',
|
242
247
|
:'update_fields' => :'BOOLEAN',
|
243
248
|
:'update_last_printed_property' => :'BOOLEAN',
|
@@ -307,6 +312,10 @@ module AsposeWordsCloud
|
|
307
312
|
self.iml_rendering_mode = attributes[:'ImlRenderingMode']
|
308
313
|
end
|
309
314
|
|
315
|
+
if attributes.key?(:'UpdateAmbiguousTextFont')
|
316
|
+
self.update_ambiguous_text_font = attributes[:'UpdateAmbiguousTextFont']
|
317
|
+
end
|
318
|
+
|
310
319
|
if attributes.key?(:'UpdateCreatedTimeProperty')
|
311
320
|
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
312
321
|
end
|
@@ -564,6 +573,7 @@ module AsposeWordsCloud
|
|
564
573
|
dml_rendering_mode == other.dml_rendering_mode &&
|
565
574
|
file_name == other.file_name &&
|
566
575
|
iml_rendering_mode == other.iml_rendering_mode &&
|
576
|
+
update_ambiguous_text_font == other.update_ambiguous_text_font &&
|
567
577
|
update_created_time_property == other.update_created_time_property &&
|
568
578
|
update_fields == other.update_fields &&
|
569
579
|
update_last_printed_property == other.update_last_printed_property &&
|
@@ -603,7 +613,7 @@ module AsposeWordsCloud
|
|
603
613
|
# Calculates hash code according to all attributes.
|
604
614
|
# @return [Fixnum] Hash code
|
605
615
|
def hash
|
606
|
-
[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, css_class_names_prefix, encoding, export_embedded_css, export_embedded_fonts, export_embedded_images, export_form_fields, font_format, id_prefix, page_horizontal_alignment, page_margins, resources_folder, resources_folder_alias, save_font_face_css_separately, show_page_border, use_target_machine_fonts, save_format].hash
|
616
|
+
[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, css_class_names_prefix, encoding, export_embedded_css, export_embedded_fonts, export_embedded_images, export_form_fields, font_format, id_prefix, page_horizontal_alignment, page_margins, resources_folder, resources_folder_alias, save_font_face_css_separately, show_page_border, use_target_machine_fonts, save_format].hash
|
607
617
|
end
|
608
618
|
|
609
619
|
# 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
|
@@ -250,6 +253,7 @@ module AsposeWordsCloud
|
|
250
253
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
251
254
|
:'file_name' => :'FileName',
|
252
255
|
:'iml_rendering_mode' => :'ImlRenderingMode',
|
256
|
+
:'update_ambiguous_text_font' => :'UpdateAmbiguousTextFont',
|
253
257
|
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
254
258
|
:'update_fields' => :'UpdateFields',
|
255
259
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
@@ -308,6 +312,7 @@ module AsposeWordsCloud
|
|
308
312
|
:'dml_rendering_mode' => :'String',
|
309
313
|
:'file_name' => :'String',
|
310
314
|
:'iml_rendering_mode' => :'String',
|
315
|
+
:'update_ambiguous_text_font' => :'BOOLEAN',
|
311
316
|
:'update_created_time_property' => :'BOOLEAN',
|
312
317
|
:'update_fields' => :'BOOLEAN',
|
313
318
|
:'update_last_printed_property' => :'BOOLEAN',
|
@@ -394,6 +399,10 @@ module AsposeWordsCloud
|
|
394
399
|
self.iml_rendering_mode = attributes[:'ImlRenderingMode']
|
395
400
|
end
|
396
401
|
|
402
|
+
if attributes.key?(:'UpdateAmbiguousTextFont')
|
403
|
+
self.update_ambiguous_text_font = attributes[:'UpdateAmbiguousTextFont']
|
404
|
+
end
|
405
|
+
|
397
406
|
if attributes.key?(:'UpdateCreatedTimeProperty')
|
398
407
|
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
399
408
|
end
|
@@ -783,6 +792,7 @@ module AsposeWordsCloud
|
|
783
792
|
dml_rendering_mode == other.dml_rendering_mode &&
|
784
793
|
file_name == other.file_name &&
|
785
794
|
iml_rendering_mode == other.iml_rendering_mode &&
|
795
|
+
update_ambiguous_text_font == other.update_ambiguous_text_font &&
|
786
796
|
update_created_time_property == other.update_created_time_property &&
|
787
797
|
update_fields == other.update_fields &&
|
788
798
|
update_last_printed_property == other.update_last_printed_property &&
|
@@ -839,7 +849,7 @@ module AsposeWordsCloud
|
|
839
849
|
# Calculates hash code according to all attributes.
|
840
850
|
# @return [Fixnum] Hash code
|
841
851
|
def hash
|
842
|
-
[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, save_format].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_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, save_format].hash
|
843
853
|
end
|
844
854
|
|
845
855
|
# 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
|
@@ -132,6 +135,7 @@ module AsposeWordsCloud
|
|
132
135
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
133
136
|
:'file_name' => :'FileName',
|
134
137
|
:'iml_rendering_mode' => :'ImlRenderingMode',
|
138
|
+
:'update_ambiguous_text_font' => :'UpdateAmbiguousTextFont',
|
135
139
|
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
136
140
|
:'update_fields' => :'UpdateFields',
|
137
141
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
@@ -156,6 +160,7 @@ module AsposeWordsCloud
|
|
156
160
|
:'dml_rendering_mode' => :'String',
|
157
161
|
:'file_name' => :'String',
|
158
162
|
:'iml_rendering_mode' => :'String',
|
163
|
+
:'update_ambiguous_text_font' => :'BOOLEAN',
|
159
164
|
:'update_created_time_property' => :'BOOLEAN',
|
160
165
|
:'update_fields' => :'BOOLEAN',
|
161
166
|
:'update_last_printed_property' => :'BOOLEAN',
|
@@ -208,6 +213,10 @@ module AsposeWordsCloud
|
|
208
213
|
self.iml_rendering_mode = attributes[:'ImlRenderingMode']
|
209
214
|
end
|
210
215
|
|
216
|
+
if attributes.key?(:'UpdateAmbiguousTextFont')
|
217
|
+
self.update_ambiguous_text_font = attributes[:'UpdateAmbiguousTextFont']
|
218
|
+
end
|
219
|
+
|
211
220
|
if attributes.key?(:'UpdateCreatedTimeProperty')
|
212
221
|
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
213
222
|
end
|
@@ -365,6 +374,7 @@ module AsposeWordsCloud
|
|
365
374
|
dml_rendering_mode == other.dml_rendering_mode &&
|
366
375
|
file_name == other.file_name &&
|
367
376
|
iml_rendering_mode == other.iml_rendering_mode &&
|
377
|
+
update_ambiguous_text_font == other.update_ambiguous_text_font &&
|
368
378
|
update_created_time_property == other.update_created_time_property &&
|
369
379
|
update_fields == other.update_fields &&
|
370
380
|
update_last_printed_property == other.update_last_printed_property &&
|
@@ -387,7 +397,7 @@ module AsposeWordsCloud
|
|
387
397
|
# Calculates hash code according to all attributes.
|
388
398
|
# @return [Fixnum] Hash code
|
389
399
|
def hash
|
390
|
-
[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, encoding, export_headers_footers_mode, force_page_breaks, paragraph_break, table_content_alignment, save_format].hash
|
400
|
+
[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, encoding, export_headers_footers_mode, force_page_breaks, paragraph_break, table_content_alignment, save_format].hash
|
391
401
|
end
|
392
402
|
|
393
403
|
# 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
|
@@ -254,6 +257,7 @@ module AsposeWordsCloud
|
|
254
257
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
255
258
|
:'file_name' => :'FileName',
|
256
259
|
:'iml_rendering_mode' => :'ImlRenderingMode',
|
260
|
+
:'update_ambiguous_text_font' => :'UpdateAmbiguousTextFont',
|
257
261
|
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
258
262
|
:'update_fields' => :'UpdateFields',
|
259
263
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
@@ -313,6 +317,7 @@ module AsposeWordsCloud
|
|
313
317
|
:'dml_rendering_mode' => :'String',
|
314
318
|
:'file_name' => :'String',
|
315
319
|
:'iml_rendering_mode' => :'String',
|
320
|
+
:'update_ambiguous_text_font' => :'BOOLEAN',
|
316
321
|
:'update_created_time_property' => :'BOOLEAN',
|
317
322
|
:'update_fields' => :'BOOLEAN',
|
318
323
|
:'update_last_printed_property' => :'BOOLEAN',
|
@@ -400,6 +405,10 @@ module AsposeWordsCloud
|
|
400
405
|
self.iml_rendering_mode = attributes[:'ImlRenderingMode']
|
401
406
|
end
|
402
407
|
|
408
|
+
if attributes.key?(:'UpdateAmbiguousTextFont')
|
409
|
+
self.update_ambiguous_text_font = attributes[:'UpdateAmbiguousTextFont']
|
410
|
+
end
|
411
|
+
|
403
412
|
if attributes.key?(:'UpdateCreatedTimeProperty')
|
404
413
|
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
405
414
|
end
|
@@ -793,6 +802,7 @@ module AsposeWordsCloud
|
|
793
802
|
dml_rendering_mode == other.dml_rendering_mode &&
|
794
803
|
file_name == other.file_name &&
|
795
804
|
iml_rendering_mode == other.iml_rendering_mode &&
|
805
|
+
update_ambiguous_text_font == other.update_ambiguous_text_font &&
|
796
806
|
update_created_time_property == other.update_created_time_property &&
|
797
807
|
update_fields == other.update_fields &&
|
798
808
|
update_last_printed_property == other.update_last_printed_property &&
|
@@ -850,7 +860,7 @@ module AsposeWordsCloud
|
|
850
860
|
# Calculates hash code according to all attributes.
|
851
861
|
# @return [Fixnum] Hash code
|
852
862
|
def hash
|
853
|
-
[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, export_cid_urls_for_mhtml_resources, save_format].hash
|
863
|
+
[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, export_cid_urls_for_mhtml_resources, save_format].hash
|
854
864
|
end
|
855
865
|
|
856
866
|
# 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
|
@@ -339,6 +348,7 @@ module AsposeWordsCloud
|
|
339
348
|
dml_rendering_mode == other.dml_rendering_mode &&
|
340
349
|
file_name == other.file_name &&
|
341
350
|
iml_rendering_mode == other.iml_rendering_mode &&
|
351
|
+
update_ambiguous_text_font == other.update_ambiguous_text_font &&
|
342
352
|
update_created_time_property == other.update_created_time_property &&
|
343
353
|
update_fields == other.update_fields &&
|
344
354
|
update_last_printed_property == other.update_last_printed_property &&
|
@@ -360,7 +370,7 @@ module AsposeWordsCloud
|
|
360
370
|
# Calculates hash code according to all attributes.
|
361
371
|
# @return [Fixnum] Hash code
|
362
372
|
def hash
|
363
|
-
[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, is_strict_schema11, measure_unit, password, pretty_format, save_format].hash
|
373
|
+
[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, is_strict_schema11, measure_unit, password, pretty_format, save_format].hash
|
364
374
|
end
|
365
375
|
|
366
376
|
# 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
|
@@ -155,6 +158,7 @@ module AsposeWordsCloud
|
|
155
158
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
156
159
|
:'file_name' => :'FileName',
|
157
160
|
:'iml_rendering_mode' => :'ImlRenderingMode',
|
161
|
+
:'update_ambiguous_text_font' => :'UpdateAmbiguousTextFont',
|
158
162
|
:'update_created_time_property' => :'UpdateCreatedTimeProperty',
|
159
163
|
:'update_fields' => :'UpdateFields',
|
160
164
|
:'update_last_printed_property' => :'UpdateLastPrintedProperty',
|
@@ -186,6 +190,7 @@ module AsposeWordsCloud
|
|
186
190
|
:'dml_rendering_mode' => :'String',
|
187
191
|
:'file_name' => :'String',
|
188
192
|
:'iml_rendering_mode' => :'String',
|
193
|
+
:'update_ambiguous_text_font' => :'BOOLEAN',
|
189
194
|
:'update_created_time_property' => :'BOOLEAN',
|
190
195
|
:'update_fields' => :'BOOLEAN',
|
191
196
|
:'update_last_printed_property' => :'BOOLEAN',
|
@@ -245,6 +250,10 @@ module AsposeWordsCloud
|
|
245
250
|
self.iml_rendering_mode = attributes[:'ImlRenderingMode']
|
246
251
|
end
|
247
252
|
|
253
|
+
if attributes.key?(:'UpdateAmbiguousTextFont')
|
254
|
+
self.update_ambiguous_text_font = attributes[:'UpdateAmbiguousTextFont']
|
255
|
+
end
|
256
|
+
|
248
257
|
if attributes.key?(:'UpdateCreatedTimeProperty')
|
249
258
|
self.update_created_time_property = attributes[:'UpdateCreatedTimeProperty']
|
250
259
|
end
|
@@ -430,6 +439,7 @@ module AsposeWordsCloud
|
|
430
439
|
dml_rendering_mode == other.dml_rendering_mode &&
|
431
440
|
file_name == other.file_name &&
|
432
441
|
iml_rendering_mode == other.iml_rendering_mode &&
|
442
|
+
update_ambiguous_text_font == other.update_ambiguous_text_font &&
|
433
443
|
update_created_time_property == other.update_created_time_property &&
|
434
444
|
update_fields == other.update_fields &&
|
435
445
|
update_last_printed_property == other.update_last_printed_property &&
|
@@ -459,7 +469,7 @@ module AsposeWordsCloud
|
|
459
469
|
# Calculates hash code according to all attributes.
|
460
470
|
# @return [Fixnum] Hash code
|
461
471
|
def hash
|
462
|
-
[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, bookmarks_outline_level, digital_signature_details, headings_outline_levels, outline_options, use_book_fold_printing_settings, save_format].hash
|
472
|
+
[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, bookmarks_outline_level, digital_signature_details, headings_outline_levels, outline_options, use_book_fold_printing_settings, save_format].hash
|
463
473
|
end
|
464
474
|
|
465
475
|
# Builds the object from hash
|