aspose_words_cloud 19.12.0 → 20.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aspose_words_cloud/models/bmp_save_options_data.rb +11 -11
- data/lib/aspose_words_cloud/models/doc_save_options_data.rb +1 -11
- data/lib/aspose_words_cloud/models/emf_save_options_data.rb +11 -11
- data/lib/aspose_words_cloud/models/epub_save_options_data.rb +1 -11
- data/lib/aspose_words_cloud/models/fixed_page_save_options_data.rb +11 -11
- data/lib/aspose_words_cloud/models/gif_save_options_data.rb +11 -11
- data/lib/aspose_words_cloud/models/html_fixed_save_options_data.rb +11 -11
- data/lib/aspose_words_cloud/models/html_save_options_data.rb +1 -11
- data/lib/aspose_words_cloud/models/image_save_options_data.rb +11 -11
- data/lib/aspose_words_cloud/models/jpeg_save_options_data.rb +11 -11
- data/lib/aspose_words_cloud/models/mhtml_save_options_data.rb +1 -11
- data/lib/aspose_words_cloud/models/odt_save_options_data.rb +1 -11
- data/lib/aspose_words_cloud/models/ooxml_save_options_data.rb +1 -11
- data/lib/aspose_words_cloud/models/pcl_save_options_data.rb +11 -11
- data/lib/aspose_words_cloud/models/pdf_save_options_data.rb +11 -11
- data/lib/aspose_words_cloud/models/png_save_options_data.rb +11 -11
- data/lib/aspose_words_cloud/models/ps_save_options_data.rb +11 -11
- data/lib/aspose_words_cloud/models/rtf_save_options_data.rb +1 -11
- data/lib/aspose_words_cloud/models/save_options_data.rb +1 -11
- data/lib/aspose_words_cloud/models/svg_save_options_data.rb +11 -11
- data/lib/aspose_words_cloud/models/text_save_options_data.rb +1 -11
- data/lib/aspose_words_cloud/models/tiff_save_options_data.rb +11 -11
- data/lib/aspose_words_cloud/models/word_ml_save_options_data.rb +1 -11
- data/lib/aspose_words_cloud/models/xaml_fixed_save_options_data.rb +11 -11
- data/lib/aspose_words_cloud/models/xaml_flow_save_options_data.rb +1 -11
- data/lib/aspose_words_cloud/models/xps_save_options_data.rb +11 -11
- data/lib/aspose_words_cloud/version.rb +1 -1
- metadata +2 -2
@@ -31,9 +31,6 @@ module AsposeWordsCloud
|
|
31
31
|
|
32
32
|
# container class for svg save options.
|
33
33
|
class SvgSaveOptionsData
|
34
|
-
# Gets or sets a value determining how colors are rendered. { Normal | Grayscale}.
|
35
|
-
attr_accessor :color_mode
|
36
|
-
|
37
34
|
# Gets or sets format of save.
|
38
35
|
attr_accessor :save_format
|
39
36
|
|
@@ -58,6 +55,9 @@ module AsposeWordsCloud
|
|
58
55
|
# Gets or sets a value determining if fields should be updated before saving the document to a fixed page format. Default value for this property is. true
|
59
56
|
attr_accessor :update_fields
|
60
57
|
|
58
|
+
# Gets or sets a value determining how colors are rendered. { Normal | Grayscale}.
|
59
|
+
attr_accessor :color_mode
|
60
|
+
|
61
61
|
# Gets or sets determines the quality of the JPEG images inside PDF document.
|
62
62
|
attr_accessor :jpeg_quality
|
63
63
|
|
@@ -98,7 +98,6 @@ module AsposeWordsCloud
|
|
98
98
|
# Attribute mapping from ruby-style variable name to JSON key.
|
99
99
|
def self.attribute_map
|
100
100
|
{
|
101
|
-
:'color_mode' => :'ColorMode',
|
102
101
|
:'save_format' => :'SaveFormat',
|
103
102
|
:'file_name' => :'FileName',
|
104
103
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
@@ -107,6 +106,7 @@ module AsposeWordsCloud
|
|
107
106
|
:'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty',
|
108
107
|
:'update_sdt_content' => :'UpdateSdtContent',
|
109
108
|
:'update_fields' => :'UpdateFields',
|
109
|
+
:'color_mode' => :'ColorMode',
|
110
110
|
:'jpeg_quality' => :'JpegQuality',
|
111
111
|
:'metafile_rendering_options' => :'MetafileRenderingOptions',
|
112
112
|
:'numeral_format' => :'NumeralFormat',
|
@@ -125,7 +125,6 @@ module AsposeWordsCloud
|
|
125
125
|
# Attribute type mapping.
|
126
126
|
def self.swagger_types
|
127
127
|
{
|
128
|
-
:'color_mode' => :'String',
|
129
128
|
:'save_format' => :'String',
|
130
129
|
:'file_name' => :'String',
|
131
130
|
:'dml_rendering_mode' => :'String',
|
@@ -134,6 +133,7 @@ module AsposeWordsCloud
|
|
134
133
|
:'update_last_saved_time_property' => :'BOOLEAN',
|
135
134
|
:'update_sdt_content' => :'BOOLEAN',
|
136
135
|
:'update_fields' => :'BOOLEAN',
|
136
|
+
:'color_mode' => :'String',
|
137
137
|
:'jpeg_quality' => :'Integer',
|
138
138
|
:'metafile_rendering_options' => :'MetafileRenderingOptionsData',
|
139
139
|
:'numeral_format' => :'String',
|
@@ -157,10 +157,6 @@ module AsposeWordsCloud
|
|
157
157
|
# convert string to symbol for hash key
|
158
158
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
159
159
|
|
160
|
-
if attributes.key?(:'ColorMode')
|
161
|
-
self.color_mode = attributes[:'ColorMode']
|
162
|
-
end
|
163
|
-
|
164
160
|
if attributes.key?(:'SaveFormat')
|
165
161
|
self.save_format = attributes[:'SaveFormat']
|
166
162
|
end
|
@@ -193,6 +189,10 @@ module AsposeWordsCloud
|
|
193
189
|
self.update_fields = attributes[:'UpdateFields']
|
194
190
|
end
|
195
191
|
|
192
|
+
if attributes.key?(:'ColorMode')
|
193
|
+
self.color_mode = attributes[:'ColorMode']
|
194
|
+
end
|
195
|
+
|
196
196
|
if attributes.key?(:'JpegQuality')
|
197
197
|
self.jpeg_quality = attributes[:'JpegQuality']
|
198
198
|
end
|
@@ -261,7 +261,6 @@ module AsposeWordsCloud
|
|
261
261
|
def ==(other)
|
262
262
|
return true if self.equal?(other)
|
263
263
|
self.class == other.class &&
|
264
|
-
color_mode == other.color_mode &&
|
265
264
|
save_format == other.save_format &&
|
266
265
|
file_name == other.file_name &&
|
267
266
|
dml_rendering_mode == other.dml_rendering_mode &&
|
@@ -270,6 +269,7 @@ module AsposeWordsCloud
|
|
270
269
|
update_last_saved_time_property == other.update_last_saved_time_property &&
|
271
270
|
update_sdt_content == other.update_sdt_content &&
|
272
271
|
update_fields == other.update_fields &&
|
272
|
+
color_mode == other.color_mode &&
|
273
273
|
jpeg_quality == other.jpeg_quality &&
|
274
274
|
metafile_rendering_options == other.metafile_rendering_options &&
|
275
275
|
numeral_format == other.numeral_format &&
|
@@ -293,7 +293,7 @@ module AsposeWordsCloud
|
|
293
293
|
# Calculates hash code according to all attributes.
|
294
294
|
# @return [Fixnum] Hash code
|
295
295
|
def hash
|
296
|
-
[
|
296
|
+
[save_format, file_name, dml_rendering_mode, dml_effects_rendering_mode, zip_output, update_last_saved_time_property, update_sdt_content, update_fields, color_mode, jpeg_quality, metafile_rendering_options, numeral_format, optimize_output, page_count, page_index, export_embedded_images, fit_to_view_port, resources_folder, resources_folder_alias, show_page_border, text_output_mode].hash
|
297
297
|
end
|
298
298
|
|
299
299
|
# Builds the object from hash
|
@@ -31,9 +31,6 @@ module AsposeWordsCloud
|
|
31
31
|
|
32
32
|
# Container class for text save options.
|
33
33
|
class TextSaveOptionsData
|
34
|
-
# Gets or sets a value determining how colors are rendered. { Normal | Grayscale}.
|
35
|
-
attr_accessor :color_mode
|
36
|
-
|
37
34
|
# Gets or sets format of save.
|
38
35
|
attr_accessor :save_format
|
39
36
|
|
@@ -104,7 +101,6 @@ module AsposeWordsCloud
|
|
104
101
|
# Attribute mapping from ruby-style variable name to JSON key.
|
105
102
|
def self.attribute_map
|
106
103
|
{
|
107
|
-
:'color_mode' => :'ColorMode',
|
108
104
|
:'save_format' => :'SaveFormat',
|
109
105
|
:'file_name' => :'FileName',
|
110
106
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
@@ -126,7 +122,6 @@ module AsposeWordsCloud
|
|
126
122
|
# Attribute type mapping.
|
127
123
|
def self.swagger_types
|
128
124
|
{
|
129
|
-
:'color_mode' => :'String',
|
130
125
|
:'save_format' => :'String',
|
131
126
|
:'file_name' => :'String',
|
132
127
|
:'dml_rendering_mode' => :'String',
|
@@ -153,10 +148,6 @@ module AsposeWordsCloud
|
|
153
148
|
# convert string to symbol for hash key
|
154
149
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
155
150
|
|
156
|
-
if attributes.key?(:'ColorMode')
|
157
|
-
self.color_mode = attributes[:'ColorMode']
|
158
|
-
end
|
159
|
-
|
160
151
|
if attributes.key?(:'SaveFormat')
|
161
152
|
self.save_format = attributes[:'SaveFormat']
|
162
153
|
end
|
@@ -253,7 +244,6 @@ module AsposeWordsCloud
|
|
253
244
|
def ==(other)
|
254
245
|
return true if self.equal?(other)
|
255
246
|
self.class == other.class &&
|
256
|
-
color_mode == other.color_mode &&
|
257
247
|
save_format == other.save_format &&
|
258
248
|
file_name == other.file_name &&
|
259
249
|
dml_rendering_mode == other.dml_rendering_mode &&
|
@@ -280,7 +270,7 @@ module AsposeWordsCloud
|
|
280
270
|
# Calculates hash code according to all attributes.
|
281
271
|
# @return [Fixnum] Hash code
|
282
272
|
def hash
|
283
|
-
[
|
273
|
+
[save_format, file_name, dml_rendering_mode, dml_effects_rendering_mode, zip_output, update_last_saved_time_property, update_sdt_content, update_fields, add_bidi_marks, encoding, export_headers_footers_mode, force_page_breaks, paragraph_break, preserve_table_layout, simplify_list_labels].hash
|
284
274
|
end
|
285
275
|
|
286
276
|
# Builds the object from hash
|
@@ -31,9 +31,6 @@ module AsposeWordsCloud
|
|
31
31
|
|
32
32
|
# Container class for tiff save options.
|
33
33
|
class TiffSaveOptionsData
|
34
|
-
# Gets or sets a value determining how colors are rendered. { Normal | Grayscale}.
|
35
|
-
attr_accessor :color_mode
|
36
|
-
|
37
34
|
# Gets or sets format of save.
|
38
35
|
attr_accessor :save_format
|
39
36
|
|
@@ -58,6 +55,9 @@ module AsposeWordsCloud
|
|
58
55
|
# Gets or sets a value determining if fields should be updated before saving the document to a fixed page format. Default value for this property is. true
|
59
56
|
attr_accessor :update_fields
|
60
57
|
|
58
|
+
# Gets or sets a value determining how colors are rendered. { Normal | Grayscale}.
|
59
|
+
attr_accessor :color_mode
|
60
|
+
|
61
61
|
# Gets or sets determines the quality of the JPEG images inside PDF document.
|
62
62
|
attr_accessor :jpeg_quality
|
63
63
|
|
@@ -128,7 +128,6 @@ module AsposeWordsCloud
|
|
128
128
|
# Attribute mapping from ruby-style variable name to JSON key.
|
129
129
|
def self.attribute_map
|
130
130
|
{
|
131
|
-
:'color_mode' => :'ColorMode',
|
132
131
|
:'save_format' => :'SaveFormat',
|
133
132
|
:'file_name' => :'FileName',
|
134
133
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
@@ -137,6 +136,7 @@ module AsposeWordsCloud
|
|
137
136
|
:'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty',
|
138
137
|
:'update_sdt_content' => :'UpdateSdtContent',
|
139
138
|
:'update_fields' => :'UpdateFields',
|
139
|
+
:'color_mode' => :'ColorMode',
|
140
140
|
:'jpeg_quality' => :'JpegQuality',
|
141
141
|
:'metafile_rendering_options' => :'MetafileRenderingOptions',
|
142
142
|
:'numeral_format' => :'NumeralFormat',
|
@@ -165,7 +165,6 @@ module AsposeWordsCloud
|
|
165
165
|
# Attribute type mapping.
|
166
166
|
def self.swagger_types
|
167
167
|
{
|
168
|
-
:'color_mode' => :'String',
|
169
168
|
:'save_format' => :'String',
|
170
169
|
:'file_name' => :'String',
|
171
170
|
:'dml_rendering_mode' => :'String',
|
@@ -174,6 +173,7 @@ module AsposeWordsCloud
|
|
174
173
|
:'update_last_saved_time_property' => :'BOOLEAN',
|
175
174
|
:'update_sdt_content' => :'BOOLEAN',
|
176
175
|
:'update_fields' => :'BOOLEAN',
|
176
|
+
:'color_mode' => :'String',
|
177
177
|
:'jpeg_quality' => :'Integer',
|
178
178
|
:'metafile_rendering_options' => :'MetafileRenderingOptionsData',
|
179
179
|
:'numeral_format' => :'String',
|
@@ -207,10 +207,6 @@ module AsposeWordsCloud
|
|
207
207
|
# convert string to symbol for hash key
|
208
208
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
209
209
|
|
210
|
-
if attributes.key?(:'ColorMode')
|
211
|
-
self.color_mode = attributes[:'ColorMode']
|
212
|
-
end
|
213
|
-
|
214
210
|
if attributes.key?(:'SaveFormat')
|
215
211
|
self.save_format = attributes[:'SaveFormat']
|
216
212
|
end
|
@@ -243,6 +239,10 @@ module AsposeWordsCloud
|
|
243
239
|
self.update_fields = attributes[:'UpdateFields']
|
244
240
|
end
|
245
241
|
|
242
|
+
if attributes.key?(:'ColorMode')
|
243
|
+
self.color_mode = attributes[:'ColorMode']
|
244
|
+
end
|
245
|
+
|
246
246
|
if attributes.key?(:'JpegQuality')
|
247
247
|
self.jpeg_quality = attributes[:'JpegQuality']
|
248
248
|
end
|
@@ -351,7 +351,6 @@ module AsposeWordsCloud
|
|
351
351
|
def ==(other)
|
352
352
|
return true if self.equal?(other)
|
353
353
|
self.class == other.class &&
|
354
|
-
color_mode == other.color_mode &&
|
355
354
|
save_format == other.save_format &&
|
356
355
|
file_name == other.file_name &&
|
357
356
|
dml_rendering_mode == other.dml_rendering_mode &&
|
@@ -360,6 +359,7 @@ module AsposeWordsCloud
|
|
360
359
|
update_last_saved_time_property == other.update_last_saved_time_property &&
|
361
360
|
update_sdt_content == other.update_sdt_content &&
|
362
361
|
update_fields == other.update_fields &&
|
362
|
+
color_mode == other.color_mode &&
|
363
363
|
jpeg_quality == other.jpeg_quality &&
|
364
364
|
metafile_rendering_options == other.metafile_rendering_options &&
|
365
365
|
numeral_format == other.numeral_format &&
|
@@ -393,7 +393,7 @@ module AsposeWordsCloud
|
|
393
393
|
# Calculates hash code according to all attributes.
|
394
394
|
# @return [Fixnum] Hash code
|
395
395
|
def hash
|
396
|
-
[
|
396
|
+
[save_format, file_name, dml_rendering_mode, dml_effects_rendering_mode, zip_output, update_last_saved_time_property, update_sdt_content, update_fields, color_mode, jpeg_quality, metafile_rendering_options, numeral_format, optimize_output, page_count, page_index, graphics_quality_options, horizontal_resolution, image_brightness, image_color_mode, image_contrast, paper_color, pixel_format, resolution, scale, use_anti_aliasing, use_gdi_emf_renderer, use_high_quality_rendering, vertical_resolution, threshold_for_floyd_steinberg_dithering, tiff_binarization_method, tiff_compression].hash
|
397
397
|
end
|
398
398
|
|
399
399
|
# Builds the object from hash
|
@@ -31,9 +31,6 @@ module AsposeWordsCloud
|
|
31
31
|
|
32
32
|
# container class for wml save options.
|
33
33
|
class WordMLSaveOptionsData
|
34
|
-
# Gets or sets a value determining how colors are rendered. { Normal | Grayscale}.
|
35
|
-
attr_accessor :color_mode
|
36
|
-
|
37
34
|
# Gets or sets format of save.
|
38
35
|
attr_accessor :save_format
|
39
36
|
|
@@ -65,7 +62,6 @@ module AsposeWordsCloud
|
|
65
62
|
# Attribute mapping from ruby-style variable name to JSON key.
|
66
63
|
def self.attribute_map
|
67
64
|
{
|
68
|
-
:'color_mode' => :'ColorMode',
|
69
65
|
:'save_format' => :'SaveFormat',
|
70
66
|
:'file_name' => :'FileName',
|
71
67
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
@@ -81,7 +77,6 @@ module AsposeWordsCloud
|
|
81
77
|
# Attribute type mapping.
|
82
78
|
def self.swagger_types
|
83
79
|
{
|
84
|
-
:'color_mode' => :'String',
|
85
80
|
:'save_format' => :'String',
|
86
81
|
:'file_name' => :'String',
|
87
82
|
:'dml_rendering_mode' => :'String',
|
@@ -102,10 +97,6 @@ module AsposeWordsCloud
|
|
102
97
|
# convert string to symbol for hash key
|
103
98
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
104
99
|
|
105
|
-
if attributes.key?(:'ColorMode')
|
106
|
-
self.color_mode = attributes[:'ColorMode']
|
107
|
-
end
|
108
|
-
|
109
100
|
if attributes.key?(:'SaveFormat')
|
110
101
|
self.save_format = attributes[:'SaveFormat']
|
111
102
|
end
|
@@ -162,7 +153,6 @@ module AsposeWordsCloud
|
|
162
153
|
def ==(other)
|
163
154
|
return true if self.equal?(other)
|
164
155
|
self.class == other.class &&
|
165
|
-
color_mode == other.color_mode &&
|
166
156
|
save_format == other.save_format &&
|
167
157
|
file_name == other.file_name &&
|
168
158
|
dml_rendering_mode == other.dml_rendering_mode &&
|
@@ -183,7 +173,7 @@ module AsposeWordsCloud
|
|
183
173
|
# Calculates hash code according to all attributes.
|
184
174
|
# @return [Fixnum] Hash code
|
185
175
|
def hash
|
186
|
-
[
|
176
|
+
[save_format, file_name, dml_rendering_mode, dml_effects_rendering_mode, zip_output, update_last_saved_time_property, update_sdt_content, update_fields, pretty_format].hash
|
187
177
|
end
|
188
178
|
|
189
179
|
# Builds the object from hash
|
@@ -31,9 +31,6 @@ module AsposeWordsCloud
|
|
31
31
|
|
32
32
|
# container class for xaml fixed save options.
|
33
33
|
class XamlFixedSaveOptionsData
|
34
|
-
# Gets or sets a value determining how colors are rendered. { Normal | Grayscale}.
|
35
|
-
attr_accessor :color_mode
|
36
|
-
|
37
34
|
# Gets or sets format of save.
|
38
35
|
attr_accessor :save_format
|
39
36
|
|
@@ -58,6 +55,9 @@ module AsposeWordsCloud
|
|
58
55
|
# Gets or sets a value determining if fields should be updated before saving the document to a fixed page format. Default value for this property is. true
|
59
56
|
attr_accessor :update_fields
|
60
57
|
|
58
|
+
# Gets or sets a value determining how colors are rendered. { Normal | Grayscale}.
|
59
|
+
attr_accessor :color_mode
|
60
|
+
|
61
61
|
# Gets or sets determines the quality of the JPEG images inside PDF document.
|
62
62
|
attr_accessor :jpeg_quality
|
63
63
|
|
@@ -86,7 +86,6 @@ module AsposeWordsCloud
|
|
86
86
|
# Attribute mapping from ruby-style variable name to JSON key.
|
87
87
|
def self.attribute_map
|
88
88
|
{
|
89
|
-
:'color_mode' => :'ColorMode',
|
90
89
|
:'save_format' => :'SaveFormat',
|
91
90
|
:'file_name' => :'FileName',
|
92
91
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
@@ -95,6 +94,7 @@ module AsposeWordsCloud
|
|
95
94
|
:'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty',
|
96
95
|
:'update_sdt_content' => :'UpdateSdtContent',
|
97
96
|
:'update_fields' => :'UpdateFields',
|
97
|
+
:'color_mode' => :'ColorMode',
|
98
98
|
:'jpeg_quality' => :'JpegQuality',
|
99
99
|
:'metafile_rendering_options' => :'MetafileRenderingOptions',
|
100
100
|
:'numeral_format' => :'NumeralFormat',
|
@@ -109,7 +109,6 @@ module AsposeWordsCloud
|
|
109
109
|
# Attribute type mapping.
|
110
110
|
def self.swagger_types
|
111
111
|
{
|
112
|
-
:'color_mode' => :'String',
|
113
112
|
:'save_format' => :'String',
|
114
113
|
:'file_name' => :'String',
|
115
114
|
:'dml_rendering_mode' => :'String',
|
@@ -118,6 +117,7 @@ module AsposeWordsCloud
|
|
118
117
|
:'update_last_saved_time_property' => :'BOOLEAN',
|
119
118
|
:'update_sdt_content' => :'BOOLEAN',
|
120
119
|
:'update_fields' => :'BOOLEAN',
|
120
|
+
:'color_mode' => :'String',
|
121
121
|
:'jpeg_quality' => :'Integer',
|
122
122
|
:'metafile_rendering_options' => :'MetafileRenderingOptionsData',
|
123
123
|
:'numeral_format' => :'String',
|
@@ -137,10 +137,6 @@ module AsposeWordsCloud
|
|
137
137
|
# convert string to symbol for hash key
|
138
138
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
139
139
|
|
140
|
-
if attributes.key?(:'ColorMode')
|
141
|
-
self.color_mode = attributes[:'ColorMode']
|
142
|
-
end
|
143
|
-
|
144
140
|
if attributes.key?(:'SaveFormat')
|
145
141
|
self.save_format = attributes[:'SaveFormat']
|
146
142
|
end
|
@@ -173,6 +169,10 @@ module AsposeWordsCloud
|
|
173
169
|
self.update_fields = attributes[:'UpdateFields']
|
174
170
|
end
|
175
171
|
|
172
|
+
if attributes.key?(:'ColorMode')
|
173
|
+
self.color_mode = attributes[:'ColorMode']
|
174
|
+
end
|
175
|
+
|
176
176
|
if attributes.key?(:'JpegQuality')
|
177
177
|
self.jpeg_quality = attributes[:'JpegQuality']
|
178
178
|
end
|
@@ -225,7 +225,6 @@ module AsposeWordsCloud
|
|
225
225
|
def ==(other)
|
226
226
|
return true if self.equal?(other)
|
227
227
|
self.class == other.class &&
|
228
|
-
color_mode == other.color_mode &&
|
229
228
|
save_format == other.save_format &&
|
230
229
|
file_name == other.file_name &&
|
231
230
|
dml_rendering_mode == other.dml_rendering_mode &&
|
@@ -234,6 +233,7 @@ module AsposeWordsCloud
|
|
234
233
|
update_last_saved_time_property == other.update_last_saved_time_property &&
|
235
234
|
update_sdt_content == other.update_sdt_content &&
|
236
235
|
update_fields == other.update_fields &&
|
236
|
+
color_mode == other.color_mode &&
|
237
237
|
jpeg_quality == other.jpeg_quality &&
|
238
238
|
metafile_rendering_options == other.metafile_rendering_options &&
|
239
239
|
numeral_format == other.numeral_format &&
|
@@ -253,7 +253,7 @@ module AsposeWordsCloud
|
|
253
253
|
# Calculates hash code according to all attributes.
|
254
254
|
# @return [Fixnum] Hash code
|
255
255
|
def hash
|
256
|
-
[
|
256
|
+
[save_format, file_name, dml_rendering_mode, dml_effects_rendering_mode, zip_output, update_last_saved_time_property, update_sdt_content, update_fields, color_mode, jpeg_quality, metafile_rendering_options, numeral_format, optimize_output, page_count, page_index, resources_folder, resources_folder_alias].hash
|
257
257
|
end
|
258
258
|
|
259
259
|
# Builds the object from hash
|
@@ -31,9 +31,6 @@ module AsposeWordsCloud
|
|
31
31
|
|
32
32
|
# container class for xaml flow save options.
|
33
33
|
class XamlFlowSaveOptionsData
|
34
|
-
# Gets or sets a value determining how colors are rendered. { Normal | Grayscale}.
|
35
|
-
attr_accessor :color_mode
|
36
|
-
|
37
34
|
# Gets or sets format of save.
|
38
35
|
attr_accessor :save_format
|
39
36
|
|
@@ -68,7 +65,6 @@ module AsposeWordsCloud
|
|
68
65
|
# Attribute mapping from ruby-style variable name to JSON key.
|
69
66
|
def self.attribute_map
|
70
67
|
{
|
71
|
-
:'color_mode' => :'ColorMode',
|
72
68
|
:'save_format' => :'SaveFormat',
|
73
69
|
:'file_name' => :'FileName',
|
74
70
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
@@ -85,7 +81,6 @@ module AsposeWordsCloud
|
|
85
81
|
# Attribute type mapping.
|
86
82
|
def self.swagger_types
|
87
83
|
{
|
88
|
-
:'color_mode' => :'String',
|
89
84
|
:'save_format' => :'String',
|
90
85
|
:'file_name' => :'String',
|
91
86
|
:'dml_rendering_mode' => :'String',
|
@@ -107,10 +102,6 @@ module AsposeWordsCloud
|
|
107
102
|
# convert string to symbol for hash key
|
108
103
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
109
104
|
|
110
|
-
if attributes.key?(:'ColorMode')
|
111
|
-
self.color_mode = attributes[:'ColorMode']
|
112
|
-
end
|
113
|
-
|
114
105
|
if attributes.key?(:'SaveFormat')
|
115
106
|
self.save_format = attributes[:'SaveFormat']
|
116
107
|
end
|
@@ -171,7 +162,6 @@ module AsposeWordsCloud
|
|
171
162
|
def ==(other)
|
172
163
|
return true if self.equal?(other)
|
173
164
|
self.class == other.class &&
|
174
|
-
color_mode == other.color_mode &&
|
175
165
|
save_format == other.save_format &&
|
176
166
|
file_name == other.file_name &&
|
177
167
|
dml_rendering_mode == other.dml_rendering_mode &&
|
@@ -193,7 +183,7 @@ module AsposeWordsCloud
|
|
193
183
|
# Calculates hash code according to all attributes.
|
194
184
|
# @return [Fixnum] Hash code
|
195
185
|
def hash
|
196
|
-
[
|
186
|
+
[save_format, file_name, dml_rendering_mode, dml_effects_rendering_mode, zip_output, update_last_saved_time_property, update_sdt_content, update_fields, images_folder, images_folder_alias].hash
|
197
187
|
end
|
198
188
|
|
199
189
|
# Builds the object from hash
|
@@ -31,9 +31,6 @@ module AsposeWordsCloud
|
|
31
31
|
|
32
32
|
# Container class for xps save options.
|
33
33
|
class XpsSaveOptionsData
|
34
|
-
# Gets or sets a value determining how colors are rendered. { Normal | Grayscale}.
|
35
|
-
attr_accessor :color_mode
|
36
|
-
|
37
34
|
# Gets or sets format of save.
|
38
35
|
attr_accessor :save_format
|
39
36
|
|
@@ -58,6 +55,9 @@ module AsposeWordsCloud
|
|
58
55
|
# Gets or sets a value determining if fields should be updated before saving the document to a fixed page format. Default value for this property is. true
|
59
56
|
attr_accessor :update_fields
|
60
57
|
|
58
|
+
# Gets or sets a value determining how colors are rendered. { Normal | Grayscale}.
|
59
|
+
attr_accessor :color_mode
|
60
|
+
|
61
61
|
# Gets or sets determines the quality of the JPEG images inside PDF document.
|
62
62
|
attr_accessor :jpeg_quality
|
63
63
|
|
@@ -92,7 +92,6 @@ module AsposeWordsCloud
|
|
92
92
|
# Attribute mapping from ruby-style variable name to JSON key.
|
93
93
|
def self.attribute_map
|
94
94
|
{
|
95
|
-
:'color_mode' => :'ColorMode',
|
96
95
|
:'save_format' => :'SaveFormat',
|
97
96
|
:'file_name' => :'FileName',
|
98
97
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
@@ -101,6 +100,7 @@ module AsposeWordsCloud
|
|
101
100
|
:'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty',
|
102
101
|
:'update_sdt_content' => :'UpdateSdtContent',
|
103
102
|
:'update_fields' => :'UpdateFields',
|
103
|
+
:'color_mode' => :'ColorMode',
|
104
104
|
:'jpeg_quality' => :'JpegQuality',
|
105
105
|
:'metafile_rendering_options' => :'MetafileRenderingOptions',
|
106
106
|
:'numeral_format' => :'NumeralFormat',
|
@@ -117,7 +117,6 @@ module AsposeWordsCloud
|
|
117
117
|
# Attribute type mapping.
|
118
118
|
def self.swagger_types
|
119
119
|
{
|
120
|
-
:'color_mode' => :'String',
|
121
120
|
:'save_format' => :'String',
|
122
121
|
:'file_name' => :'String',
|
123
122
|
:'dml_rendering_mode' => :'String',
|
@@ -126,6 +125,7 @@ module AsposeWordsCloud
|
|
126
125
|
:'update_last_saved_time_property' => :'BOOLEAN',
|
127
126
|
:'update_sdt_content' => :'BOOLEAN',
|
128
127
|
:'update_fields' => :'BOOLEAN',
|
128
|
+
:'color_mode' => :'String',
|
129
129
|
:'jpeg_quality' => :'Integer',
|
130
130
|
:'metafile_rendering_options' => :'MetafileRenderingOptionsData',
|
131
131
|
:'numeral_format' => :'String',
|
@@ -147,10 +147,6 @@ module AsposeWordsCloud
|
|
147
147
|
# convert string to symbol for hash key
|
148
148
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
149
149
|
|
150
|
-
if attributes.key?(:'ColorMode')
|
151
|
-
self.color_mode = attributes[:'ColorMode']
|
152
|
-
end
|
153
|
-
|
154
150
|
if attributes.key?(:'SaveFormat')
|
155
151
|
self.save_format = attributes[:'SaveFormat']
|
156
152
|
end
|
@@ -183,6 +179,10 @@ module AsposeWordsCloud
|
|
183
179
|
self.update_fields = attributes[:'UpdateFields']
|
184
180
|
end
|
185
181
|
|
182
|
+
if attributes.key?(:'ColorMode')
|
183
|
+
self.color_mode = attributes[:'ColorMode']
|
184
|
+
end
|
185
|
+
|
186
186
|
if attributes.key?(:'JpegQuality')
|
187
187
|
self.jpeg_quality = attributes[:'JpegQuality']
|
188
188
|
end
|
@@ -243,7 +243,6 @@ module AsposeWordsCloud
|
|
243
243
|
def ==(other)
|
244
244
|
return true if self.equal?(other)
|
245
245
|
self.class == other.class &&
|
246
|
-
color_mode == other.color_mode &&
|
247
246
|
save_format == other.save_format &&
|
248
247
|
file_name == other.file_name &&
|
249
248
|
dml_rendering_mode == other.dml_rendering_mode &&
|
@@ -252,6 +251,7 @@ module AsposeWordsCloud
|
|
252
251
|
update_last_saved_time_property == other.update_last_saved_time_property &&
|
253
252
|
update_sdt_content == other.update_sdt_content &&
|
254
253
|
update_fields == other.update_fields &&
|
254
|
+
color_mode == other.color_mode &&
|
255
255
|
jpeg_quality == other.jpeg_quality &&
|
256
256
|
metafile_rendering_options == other.metafile_rendering_options &&
|
257
257
|
numeral_format == other.numeral_format &&
|
@@ -273,7 +273,7 @@ module AsposeWordsCloud
|
|
273
273
|
# Calculates hash code according to all attributes.
|
274
274
|
# @return [Fixnum] Hash code
|
275
275
|
def hash
|
276
|
-
[
|
276
|
+
[save_format, file_name, dml_rendering_mode, dml_effects_rendering_mode, zip_output, update_last_saved_time_property, update_sdt_content, update_fields, color_mode, jpeg_quality, metafile_rendering_options, numeral_format, optimize_output, page_count, page_index, bookmarks_outline_level, headings_outline_levels, outline_options, use_book_fold_printing_settings].hash
|
277
277
|
end
|
278
278
|
|
279
279
|
# Builds the object from hash
|