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 fixed html save options.
|
33
33
|
class HtmlFixedSaveOptionsData
|
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
|
|
@@ -119,7 +119,6 @@ module AsposeWordsCloud
|
|
119
119
|
# Attribute mapping from ruby-style variable name to JSON key.
|
120
120
|
def self.attribute_map
|
121
121
|
{
|
122
|
-
:'color_mode' => :'ColorMode',
|
123
122
|
:'save_format' => :'SaveFormat',
|
124
123
|
:'file_name' => :'FileName',
|
125
124
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
@@ -128,6 +127,7 @@ module AsposeWordsCloud
|
|
128
127
|
:'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty',
|
129
128
|
:'update_sdt_content' => :'UpdateSdtContent',
|
130
129
|
:'update_fields' => :'UpdateFields',
|
130
|
+
:'color_mode' => :'ColorMode',
|
131
131
|
:'jpeg_quality' => :'JpegQuality',
|
132
132
|
:'metafile_rendering_options' => :'MetafileRenderingOptions',
|
133
133
|
:'numeral_format' => :'NumeralFormat',
|
@@ -153,7 +153,6 @@ module AsposeWordsCloud
|
|
153
153
|
# Attribute type mapping.
|
154
154
|
def self.swagger_types
|
155
155
|
{
|
156
|
-
:'color_mode' => :'String',
|
157
156
|
:'save_format' => :'String',
|
158
157
|
:'file_name' => :'String',
|
159
158
|
:'dml_rendering_mode' => :'String',
|
@@ -162,6 +161,7 @@ module AsposeWordsCloud
|
|
162
161
|
:'update_last_saved_time_property' => :'BOOLEAN',
|
163
162
|
:'update_sdt_content' => :'BOOLEAN',
|
164
163
|
:'update_fields' => :'BOOLEAN',
|
164
|
+
:'color_mode' => :'String',
|
165
165
|
:'jpeg_quality' => :'Integer',
|
166
166
|
:'metafile_rendering_options' => :'MetafileRenderingOptionsData',
|
167
167
|
:'numeral_format' => :'String',
|
@@ -192,10 +192,6 @@ module AsposeWordsCloud
|
|
192
192
|
# convert string to symbol for hash key
|
193
193
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
194
194
|
|
195
|
-
if attributes.key?(:'ColorMode')
|
196
|
-
self.color_mode = attributes[:'ColorMode']
|
197
|
-
end
|
198
|
-
|
199
195
|
if attributes.key?(:'SaveFormat')
|
200
196
|
self.save_format = attributes[:'SaveFormat']
|
201
197
|
end
|
@@ -228,6 +224,10 @@ module AsposeWordsCloud
|
|
228
224
|
self.update_fields = attributes[:'UpdateFields']
|
229
225
|
end
|
230
226
|
|
227
|
+
if attributes.key?(:'ColorMode')
|
228
|
+
self.color_mode = attributes[:'ColorMode']
|
229
|
+
end
|
230
|
+
|
231
231
|
if attributes.key?(:'JpegQuality')
|
232
232
|
self.jpeg_quality = attributes[:'JpegQuality']
|
233
233
|
end
|
@@ -324,7 +324,6 @@ module AsposeWordsCloud
|
|
324
324
|
def ==(other)
|
325
325
|
return true if self.equal?(other)
|
326
326
|
self.class == other.class &&
|
327
|
-
color_mode == other.color_mode &&
|
328
327
|
save_format == other.save_format &&
|
329
328
|
file_name == other.file_name &&
|
330
329
|
dml_rendering_mode == other.dml_rendering_mode &&
|
@@ -333,6 +332,7 @@ module AsposeWordsCloud
|
|
333
332
|
update_last_saved_time_property == other.update_last_saved_time_property &&
|
334
333
|
update_sdt_content == other.update_sdt_content &&
|
335
334
|
update_fields == other.update_fields &&
|
335
|
+
color_mode == other.color_mode &&
|
336
336
|
jpeg_quality == other.jpeg_quality &&
|
337
337
|
metafile_rendering_options == other.metafile_rendering_options &&
|
338
338
|
numeral_format == other.numeral_format &&
|
@@ -363,7 +363,7 @@ module AsposeWordsCloud
|
|
363
363
|
# Calculates hash code according to all attributes.
|
364
364
|
# @return [Fixnum] Hash code
|
365
365
|
def hash
|
366
|
-
[
|
366
|
+
[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, css_class_names_prefix, encoding, export_embedded_css, export_embedded_fonts, export_embedded_images, export_form_fields, font_format, page_horizontal_alignment, page_margins, resources_folder, resources_folder_alias, save_font_face_css_separately, show_page_border].hash
|
367
367
|
end
|
368
368
|
|
369
369
|
# Builds the object from hash
|
@@ -31,9 +31,6 @@ module AsposeWordsCloud
|
|
31
31
|
|
32
32
|
# container class for html save options.
|
33
33
|
class HtmlSaveOptionsData
|
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
|
|
@@ -200,7 +197,6 @@ module AsposeWordsCloud
|
|
200
197
|
# Attribute mapping from ruby-style variable name to JSON key.
|
201
198
|
def self.attribute_map
|
202
199
|
{
|
203
|
-
:'color_mode' => :'ColorMode',
|
204
200
|
:'save_format' => :'SaveFormat',
|
205
201
|
:'file_name' => :'FileName',
|
206
202
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
@@ -254,7 +250,6 @@ module AsposeWordsCloud
|
|
254
250
|
# Attribute type mapping.
|
255
251
|
def self.swagger_types
|
256
252
|
{
|
257
|
-
:'color_mode' => :'String',
|
258
253
|
:'save_format' => :'String',
|
259
254
|
:'file_name' => :'String',
|
260
255
|
:'dml_rendering_mode' => :'String',
|
@@ -313,10 +308,6 @@ module AsposeWordsCloud
|
|
313
308
|
# convert string to symbol for hash key
|
314
309
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
315
310
|
|
316
|
-
if attributes.key?(:'ColorMode')
|
317
|
-
self.color_mode = attributes[:'ColorMode']
|
318
|
-
end
|
319
|
-
|
320
311
|
if attributes.key?(:'SaveFormat')
|
321
312
|
self.save_format = attributes[:'SaveFormat']
|
322
313
|
end
|
@@ -573,7 +564,6 @@ module AsposeWordsCloud
|
|
573
564
|
def ==(other)
|
574
565
|
return true if self.equal?(other)
|
575
566
|
self.class == other.class &&
|
576
|
-
color_mode == other.color_mode &&
|
577
567
|
save_format == other.save_format &&
|
578
568
|
file_name == other.file_name &&
|
579
569
|
dml_rendering_mode == other.dml_rendering_mode &&
|
@@ -632,7 +622,7 @@ module AsposeWordsCloud
|
|
632
622
|
# Calculates hash code according to all attributes.
|
633
623
|
# @return [Fixnum] Hash code
|
634
624
|
def hash
|
635
|
-
[
|
625
|
+
[save_format, file_name, dml_rendering_mode, dml_effects_rendering_mode, zip_output, update_last_saved_time_property, update_sdt_content, update_fields, allow_negative_indent, css_class_name_prefix, css_style_sheet_file_name, css_style_sheet_type, document_split_criteria, document_split_heading_level, encoding, export_document_properties, export_drop_down_form_field_as_text, export_font_resources, export_fonts_as_base64, export_headers_footers_mode, export_images_as_base64, export_language_information, export_list_labels, export_original_url_for_linked_images, export_page_margins, export_page_setup, export_relative_font_size, export_roundtrip_information, export_text_box_as_svg, export_text_input_form_field_as_text, export_toc_page_numbers, export_xhtml_transitional, font_resources_subsetting_size_threshold, fonts_folder, fonts_folder_alias, html_version, image_resolution, images_folder, images_folder_alias, metafile_format, office_math_output_mode, pretty_format, resolve_font_names, resource_folder, resource_folder_alias, scale_image_to_shape_size, table_width_output_mode].hash
|
636
626
|
end
|
637
627
|
|
638
628
|
# Builds the object from hash
|
@@ -31,9 +31,6 @@ module AsposeWordsCloud
|
|
31
31
|
|
32
32
|
# Container abstract class for image save options.
|
33
33
|
class ImageSaveOptionsData
|
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
|
|
@@ -119,7 +119,6 @@ module AsposeWordsCloud
|
|
119
119
|
# Attribute mapping from ruby-style variable name to JSON key.
|
120
120
|
def self.attribute_map
|
121
121
|
{
|
122
|
-
:'color_mode' => :'ColorMode',
|
123
122
|
:'save_format' => :'SaveFormat',
|
124
123
|
:'file_name' => :'FileName',
|
125
124
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
@@ -128,6 +127,7 @@ module AsposeWordsCloud
|
|
128
127
|
:'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty',
|
129
128
|
:'update_sdt_content' => :'UpdateSdtContent',
|
130
129
|
:'update_fields' => :'UpdateFields',
|
130
|
+
:'color_mode' => :'ColorMode',
|
131
131
|
:'jpeg_quality' => :'JpegQuality',
|
132
132
|
:'metafile_rendering_options' => :'MetafileRenderingOptions',
|
133
133
|
:'numeral_format' => :'NumeralFormat',
|
@@ -153,7 +153,6 @@ module AsposeWordsCloud
|
|
153
153
|
# Attribute type mapping.
|
154
154
|
def self.swagger_types
|
155
155
|
{
|
156
|
-
:'color_mode' => :'String',
|
157
156
|
:'save_format' => :'String',
|
158
157
|
:'file_name' => :'String',
|
159
158
|
:'dml_rendering_mode' => :'String',
|
@@ -162,6 +161,7 @@ module AsposeWordsCloud
|
|
162
161
|
:'update_last_saved_time_property' => :'BOOLEAN',
|
163
162
|
:'update_sdt_content' => :'BOOLEAN',
|
164
163
|
:'update_fields' => :'BOOLEAN',
|
164
|
+
:'color_mode' => :'String',
|
165
165
|
:'jpeg_quality' => :'Integer',
|
166
166
|
:'metafile_rendering_options' => :'MetafileRenderingOptionsData',
|
167
167
|
:'numeral_format' => :'String',
|
@@ -192,10 +192,6 @@ module AsposeWordsCloud
|
|
192
192
|
# convert string to symbol for hash key
|
193
193
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
194
194
|
|
195
|
-
if attributes.key?(:'ColorMode')
|
196
|
-
self.color_mode = attributes[:'ColorMode']
|
197
|
-
end
|
198
|
-
|
199
195
|
if attributes.key?(:'SaveFormat')
|
200
196
|
self.save_format = attributes[:'SaveFormat']
|
201
197
|
end
|
@@ -228,6 +224,10 @@ module AsposeWordsCloud
|
|
228
224
|
self.update_fields = attributes[:'UpdateFields']
|
229
225
|
end
|
230
226
|
|
227
|
+
if attributes.key?(:'ColorMode')
|
228
|
+
self.color_mode = attributes[:'ColorMode']
|
229
|
+
end
|
230
|
+
|
231
231
|
if attributes.key?(:'JpegQuality')
|
232
232
|
self.jpeg_quality = attributes[:'JpegQuality']
|
233
233
|
end
|
@@ -324,7 +324,6 @@ module AsposeWordsCloud
|
|
324
324
|
def ==(other)
|
325
325
|
return true if self.equal?(other)
|
326
326
|
self.class == other.class &&
|
327
|
-
color_mode == other.color_mode &&
|
328
327
|
save_format == other.save_format &&
|
329
328
|
file_name == other.file_name &&
|
330
329
|
dml_rendering_mode == other.dml_rendering_mode &&
|
@@ -333,6 +332,7 @@ module AsposeWordsCloud
|
|
333
332
|
update_last_saved_time_property == other.update_last_saved_time_property &&
|
334
333
|
update_sdt_content == other.update_sdt_content &&
|
335
334
|
update_fields == other.update_fields &&
|
335
|
+
color_mode == other.color_mode &&
|
336
336
|
jpeg_quality == other.jpeg_quality &&
|
337
337
|
metafile_rendering_options == other.metafile_rendering_options &&
|
338
338
|
numeral_format == other.numeral_format &&
|
@@ -363,7 +363,7 @@ module AsposeWordsCloud
|
|
363
363
|
# Calculates hash code according to all attributes.
|
364
364
|
# @return [Fixnum] Hash code
|
365
365
|
def hash
|
366
|
-
[
|
366
|
+
[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].hash
|
367
367
|
end
|
368
368
|
|
369
369
|
# Builds the object from hash
|
@@ -31,9 +31,6 @@ module AsposeWordsCloud
|
|
31
31
|
|
32
32
|
# container class for jpeg save options.
|
33
33
|
class JpegSaveOptionsData
|
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
|
|
@@ -119,7 +119,6 @@ module AsposeWordsCloud
|
|
119
119
|
# Attribute mapping from ruby-style variable name to JSON key.
|
120
120
|
def self.attribute_map
|
121
121
|
{
|
122
|
-
:'color_mode' => :'ColorMode',
|
123
122
|
:'save_format' => :'SaveFormat',
|
124
123
|
:'file_name' => :'FileName',
|
125
124
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
@@ -128,6 +127,7 @@ module AsposeWordsCloud
|
|
128
127
|
:'update_last_saved_time_property' => :'UpdateLastSavedTimeProperty',
|
129
128
|
:'update_sdt_content' => :'UpdateSdtContent',
|
130
129
|
:'update_fields' => :'UpdateFields',
|
130
|
+
:'color_mode' => :'ColorMode',
|
131
131
|
:'jpeg_quality' => :'JpegQuality',
|
132
132
|
:'metafile_rendering_options' => :'MetafileRenderingOptions',
|
133
133
|
:'numeral_format' => :'NumeralFormat',
|
@@ -153,7 +153,6 @@ module AsposeWordsCloud
|
|
153
153
|
# Attribute type mapping.
|
154
154
|
def self.swagger_types
|
155
155
|
{
|
156
|
-
:'color_mode' => :'String',
|
157
156
|
:'save_format' => :'String',
|
158
157
|
:'file_name' => :'String',
|
159
158
|
:'dml_rendering_mode' => :'String',
|
@@ -162,6 +161,7 @@ module AsposeWordsCloud
|
|
162
161
|
:'update_last_saved_time_property' => :'BOOLEAN',
|
163
162
|
:'update_sdt_content' => :'BOOLEAN',
|
164
163
|
:'update_fields' => :'BOOLEAN',
|
164
|
+
:'color_mode' => :'String',
|
165
165
|
:'jpeg_quality' => :'Integer',
|
166
166
|
:'metafile_rendering_options' => :'MetafileRenderingOptionsData',
|
167
167
|
:'numeral_format' => :'String',
|
@@ -192,10 +192,6 @@ module AsposeWordsCloud
|
|
192
192
|
# convert string to symbol for hash key
|
193
193
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
194
194
|
|
195
|
-
if attributes.key?(:'ColorMode')
|
196
|
-
self.color_mode = attributes[:'ColorMode']
|
197
|
-
end
|
198
|
-
|
199
195
|
if attributes.key?(:'SaveFormat')
|
200
196
|
self.save_format = attributes[:'SaveFormat']
|
201
197
|
end
|
@@ -228,6 +224,10 @@ module AsposeWordsCloud
|
|
228
224
|
self.update_fields = attributes[:'UpdateFields']
|
229
225
|
end
|
230
226
|
|
227
|
+
if attributes.key?(:'ColorMode')
|
228
|
+
self.color_mode = attributes[:'ColorMode']
|
229
|
+
end
|
230
|
+
|
231
231
|
if attributes.key?(:'JpegQuality')
|
232
232
|
self.jpeg_quality = attributes[:'JpegQuality']
|
233
233
|
end
|
@@ -324,7 +324,6 @@ module AsposeWordsCloud
|
|
324
324
|
def ==(other)
|
325
325
|
return true if self.equal?(other)
|
326
326
|
self.class == other.class &&
|
327
|
-
color_mode == other.color_mode &&
|
328
327
|
save_format == other.save_format &&
|
329
328
|
file_name == other.file_name &&
|
330
329
|
dml_rendering_mode == other.dml_rendering_mode &&
|
@@ -333,6 +332,7 @@ module AsposeWordsCloud
|
|
333
332
|
update_last_saved_time_property == other.update_last_saved_time_property &&
|
334
333
|
update_sdt_content == other.update_sdt_content &&
|
335
334
|
update_fields == other.update_fields &&
|
335
|
+
color_mode == other.color_mode &&
|
336
336
|
jpeg_quality == other.jpeg_quality &&
|
337
337
|
metafile_rendering_options == other.metafile_rendering_options &&
|
338
338
|
numeral_format == other.numeral_format &&
|
@@ -363,7 +363,7 @@ module AsposeWordsCloud
|
|
363
363
|
# Calculates hash code according to all attributes.
|
364
364
|
# @return [Fixnum] Hash code
|
365
365
|
def hash
|
366
|
-
[
|
366
|
+
[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].hash
|
367
367
|
end
|
368
368
|
|
369
369
|
# Builds the object from hash
|
@@ -31,9 +31,6 @@ module AsposeWordsCloud
|
|
31
31
|
|
32
32
|
# Container class for mhtml save options.
|
33
33
|
class MhtmlSaveOptionsData
|
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
|
|
@@ -203,7 +200,6 @@ module AsposeWordsCloud
|
|
203
200
|
# Attribute mapping from ruby-style variable name to JSON key.
|
204
201
|
def self.attribute_map
|
205
202
|
{
|
206
|
-
:'color_mode' => :'ColorMode',
|
207
203
|
:'save_format' => :'SaveFormat',
|
208
204
|
:'file_name' => :'FileName',
|
209
205
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
@@ -258,7 +254,6 @@ module AsposeWordsCloud
|
|
258
254
|
# Attribute type mapping.
|
259
255
|
def self.swagger_types
|
260
256
|
{
|
261
|
-
:'color_mode' => :'String',
|
262
257
|
:'save_format' => :'String',
|
263
258
|
:'file_name' => :'String',
|
264
259
|
:'dml_rendering_mode' => :'String',
|
@@ -318,10 +313,6 @@ module AsposeWordsCloud
|
|
318
313
|
# convert string to symbol for hash key
|
319
314
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
320
315
|
|
321
|
-
if attributes.key?(:'ColorMode')
|
322
|
-
self.color_mode = attributes[:'ColorMode']
|
323
|
-
end
|
324
|
-
|
325
316
|
if attributes.key?(:'SaveFormat')
|
326
317
|
self.save_format = attributes[:'SaveFormat']
|
327
318
|
end
|
@@ -582,7 +573,6 @@ module AsposeWordsCloud
|
|
582
573
|
def ==(other)
|
583
574
|
return true if self.equal?(other)
|
584
575
|
self.class == other.class &&
|
585
|
-
color_mode == other.color_mode &&
|
586
576
|
save_format == other.save_format &&
|
587
577
|
file_name == other.file_name &&
|
588
578
|
dml_rendering_mode == other.dml_rendering_mode &&
|
@@ -642,7 +632,7 @@ module AsposeWordsCloud
|
|
642
632
|
# Calculates hash code according to all attributes.
|
643
633
|
# @return [Fixnum] Hash code
|
644
634
|
def hash
|
645
|
-
[
|
635
|
+
[save_format, file_name, dml_rendering_mode, dml_effects_rendering_mode, zip_output, update_last_saved_time_property, update_sdt_content, update_fields, allow_negative_indent, css_class_name_prefix, css_style_sheet_file_name, css_style_sheet_type, document_split_criteria, document_split_heading_level, encoding, export_document_properties, export_drop_down_form_field_as_text, export_font_resources, export_fonts_as_base64, export_headers_footers_mode, export_images_as_base64, export_language_information, export_list_labels, export_original_url_for_linked_images, export_page_margins, export_page_setup, export_relative_font_size, export_roundtrip_information, export_text_box_as_svg, export_text_input_form_field_as_text, export_toc_page_numbers, export_xhtml_transitional, font_resources_subsetting_size_threshold, fonts_folder, fonts_folder_alias, html_version, image_resolution, images_folder, images_folder_alias, metafile_format, office_math_output_mode, pretty_format, resolve_font_names, resource_folder, resource_folder_alias, scale_image_to_shape_size, table_width_output_mode, export_cid_urls_for_mhtml_resources].hash
|
646
636
|
end
|
647
637
|
|
648
638
|
# Builds the object from hash
|
@@ -31,9 +31,6 @@ module AsposeWordsCloud
|
|
31
31
|
|
32
32
|
# container class for odt/ott save options.
|
33
33
|
class OdtSaveOptionsData
|
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
|
|
@@ -92,7 +89,6 @@ module AsposeWordsCloud
|
|
92
89
|
# Attribute mapping from ruby-style variable name to JSON key.
|
93
90
|
def self.attribute_map
|
94
91
|
{
|
95
|
-
:'color_mode' => :'ColorMode',
|
96
92
|
:'save_format' => :'SaveFormat',
|
97
93
|
:'file_name' => :'FileName',
|
98
94
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
@@ -110,7 +106,6 @@ module AsposeWordsCloud
|
|
110
106
|
# Attribute type mapping.
|
111
107
|
def self.swagger_types
|
112
108
|
{
|
113
|
-
:'color_mode' => :'String',
|
114
109
|
:'save_format' => :'String',
|
115
110
|
:'file_name' => :'String',
|
116
111
|
:'dml_rendering_mode' => :'String',
|
@@ -133,10 +128,6 @@ module AsposeWordsCloud
|
|
133
128
|
# convert string to symbol for hash key
|
134
129
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
135
130
|
|
136
|
-
if attributes.key?(:'ColorMode')
|
137
|
-
self.color_mode = attributes[:'ColorMode']
|
138
|
-
end
|
139
|
-
|
140
131
|
if attributes.key?(:'SaveFormat')
|
141
132
|
self.save_format = attributes[:'SaveFormat']
|
142
133
|
end
|
@@ -217,7 +208,6 @@ module AsposeWordsCloud
|
|
217
208
|
def ==(other)
|
218
209
|
return true if self.equal?(other)
|
219
210
|
self.class == other.class &&
|
220
|
-
color_mode == other.color_mode &&
|
221
211
|
save_format == other.save_format &&
|
222
212
|
file_name == other.file_name &&
|
223
213
|
dml_rendering_mode == other.dml_rendering_mode &&
|
@@ -240,7 +230,7 @@ module AsposeWordsCloud
|
|
240
230
|
# Calculates hash code according to all attributes.
|
241
231
|
# @return [Fixnum] Hash code
|
242
232
|
def hash
|
243
|
-
[
|
233
|
+
[save_format, file_name, dml_rendering_mode, dml_effects_rendering_mode, zip_output, update_last_saved_time_property, update_sdt_content, update_fields, is_strict_schema11, measure_unit, pretty_format].hash
|
244
234
|
end
|
245
235
|
|
246
236
|
# Builds the object from hash
|
@@ -31,9 +31,6 @@ module AsposeWordsCloud
|
|
31
31
|
|
32
32
|
# container class for docx/docm/dotx/dotm/flatopc save options.
|
33
33
|
class OoxmlSaveOptionsData
|
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
|
|
@@ -71,7 +68,6 @@ module AsposeWordsCloud
|
|
71
68
|
# Attribute mapping from ruby-style variable name to JSON key.
|
72
69
|
def self.attribute_map
|
73
70
|
{
|
74
|
-
:'color_mode' => :'ColorMode',
|
75
71
|
:'save_format' => :'SaveFormat',
|
76
72
|
:'file_name' => :'FileName',
|
77
73
|
:'dml_rendering_mode' => :'DmlRenderingMode',
|
@@ -89,7 +85,6 @@ module AsposeWordsCloud
|
|
89
85
|
# Attribute type mapping.
|
90
86
|
def self.swagger_types
|
91
87
|
{
|
92
|
-
:'color_mode' => :'String',
|
93
88
|
:'save_format' => :'String',
|
94
89
|
:'file_name' => :'String',
|
95
90
|
:'dml_rendering_mode' => :'String',
|
@@ -112,10 +107,6 @@ module AsposeWordsCloud
|
|
112
107
|
# convert string to symbol for hash key
|
113
108
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
114
109
|
|
115
|
-
if attributes.key?(:'ColorMode')
|
116
|
-
self.color_mode = attributes[:'ColorMode']
|
117
|
-
end
|
118
|
-
|
119
110
|
if attributes.key?(:'SaveFormat')
|
120
111
|
self.save_format = attributes[:'SaveFormat']
|
121
112
|
end
|
@@ -180,7 +171,6 @@ module AsposeWordsCloud
|
|
180
171
|
def ==(other)
|
181
172
|
return true if self.equal?(other)
|
182
173
|
self.class == other.class &&
|
183
|
-
color_mode == other.color_mode &&
|
184
174
|
save_format == other.save_format &&
|
185
175
|
file_name == other.file_name &&
|
186
176
|
dml_rendering_mode == other.dml_rendering_mode &&
|
@@ -203,7 +193,7 @@ module AsposeWordsCloud
|
|
203
193
|
# Calculates hash code according to all attributes.
|
204
194
|
# @return [Fixnum] Hash code
|
205
195
|
def hash
|
206
|
-
[
|
196
|
+
[save_format, file_name, dml_rendering_mode, dml_effects_rendering_mode, zip_output, update_last_saved_time_property, update_sdt_content, update_fields, compliance, password, pretty_format].hash
|
207
197
|
end
|
208
198
|
|
209
199
|
# Builds the object from hash
|