aspose_words_cloud 22.10.0 → 22.11.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 411ab6facdc2e043c2887f63cfc718ca81a1ed23a52439fa0ebdaf306fa99b1c
|
4
|
+
data.tar.gz: 41959d861a0a156ca043a95a4e6cc497b233ad8e769955ad21a4e730947ebd49
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02f5a40b9d8c46ed1d8fbd225ae6aa0049ba1df411fbc3425c198b3abab363ba51aa24b68b94e4f8bca6aaf3e1c9d7de59186cb387d0e2be1877b6f9c4be96e7
|
7
|
+
data.tar.gz: 45ab0f68d388b438ae2dcf414872eea4f6c6403f49d3294400978b4d34c2c9555f617dfd438579f93ddc157130a017896b9d8f8049d0a0350ded6d6de5bbd975
|
@@ -28,6 +28,7 @@ require 'date'
|
|
28
28
|
module AsposeWordsCloud
|
29
29
|
|
30
30
|
# Represents options for parsing CSV data.
|
31
|
+
# To learn more, visit the LINQ Reporting Engine documentation article.
|
31
32
|
class CsvDataLoadOptions
|
32
33
|
# Gets or sets the character that is used to comment lines of CSV data.
|
33
34
|
attr_accessor :comment_char
|
@@ -95,8 +95,8 @@ module AsposeWordsCloud
|
|
95
95
|
# Gets or sets the 0-based index of the first page to render.
|
96
96
|
attr_accessor :page_index
|
97
97
|
|
98
|
-
# Gets or sets a value
|
99
|
-
attr_accessor :
|
98
|
+
# Gets or sets a value determining whether or not to cache graphics placed in document's background.
|
99
|
+
attr_accessor :cache_background_graphics
|
100
100
|
|
101
101
|
# Gets or sets the PDF standards compliance level for output documents.
|
102
102
|
attr_accessor :compliance
|
@@ -119,6 +119,9 @@ module AsposeWordsCloud
|
|
119
119
|
# Gets or sets the downsample options.
|
120
120
|
attr_accessor :downsample_options
|
121
121
|
|
122
|
+
# Gets or sets a value determining whether or not to embed attachments to the PDF document.
|
123
|
+
attr_accessor :embed_attachments
|
124
|
+
|
122
125
|
# Gets or sets a value indicating whether fonts are embedded into the resulting PDF documents.
|
123
126
|
attr_accessor :embed_full_fonts
|
124
127
|
|
@@ -225,13 +228,14 @@ module AsposeWordsCloud
|
|
225
228
|
:'optimize_output' => :'OptimizeOutput',
|
226
229
|
:'page_count' => :'PageCount',
|
227
230
|
:'page_index' => :'PageIndex',
|
228
|
-
:'
|
231
|
+
:'cache_background_graphics' => :'CacheBackgroundGraphics',
|
229
232
|
:'compliance' => :'Compliance',
|
230
233
|
:'create_note_hyperlinks' => :'CreateNoteHyperlinks',
|
231
234
|
:'custom_properties_export' => :'CustomPropertiesExport',
|
232
235
|
:'digital_signature_details' => :'DigitalSignatureDetails',
|
233
236
|
:'display_doc_title' => :'DisplayDocTitle',
|
234
237
|
:'downsample_options' => :'DownsampleOptions',
|
238
|
+
:'embed_attachments' => :'EmbedAttachments',
|
235
239
|
:'embed_full_fonts' => :'EmbedFullFonts',
|
236
240
|
:'encryption_details' => :'EncryptionDetails',
|
237
241
|
:'export_document_structure' => :'ExportDocumentStructure',
|
@@ -278,13 +282,14 @@ module AsposeWordsCloud
|
|
278
282
|
:'optimize_output' => :'BOOLEAN',
|
279
283
|
:'page_count' => :'Integer',
|
280
284
|
:'page_index' => :'Integer',
|
281
|
-
:'
|
285
|
+
:'cache_background_graphics' => :'BOOLEAN',
|
282
286
|
:'compliance' => :'String',
|
283
287
|
:'create_note_hyperlinks' => :'BOOLEAN',
|
284
288
|
:'custom_properties_export' => :'String',
|
285
289
|
:'digital_signature_details' => :'PdfDigitalSignatureDetailsData',
|
286
290
|
:'display_doc_title' => :'BOOLEAN',
|
287
291
|
:'downsample_options' => :'DownsampleOptionsData',
|
292
|
+
:'embed_attachments' => :'BOOLEAN',
|
288
293
|
:'embed_full_fonts' => :'BOOLEAN',
|
289
294
|
:'encryption_details' => :'PdfEncryptionDetailsData',
|
290
295
|
:'export_document_structure' => :'BOOLEAN',
|
@@ -398,8 +403,8 @@ module AsposeWordsCloud
|
|
398
403
|
self.page_index = attributes[:'PageIndex']
|
399
404
|
end
|
400
405
|
|
401
|
-
if attributes.key?(:'
|
402
|
-
self.
|
406
|
+
if attributes.key?(:'CacheBackgroundGraphics')
|
407
|
+
self.cache_background_graphics = attributes[:'CacheBackgroundGraphics']
|
403
408
|
end
|
404
409
|
|
405
410
|
if attributes.key?(:'Compliance')
|
@@ -426,6 +431,10 @@ module AsposeWordsCloud
|
|
426
431
|
self.downsample_options = attributes[:'DownsampleOptions']
|
427
432
|
end
|
428
433
|
|
434
|
+
if attributes.key?(:'EmbedAttachments')
|
435
|
+
self.embed_attachments = attributes[:'EmbedAttachments']
|
436
|
+
end
|
437
|
+
|
429
438
|
if attributes.key?(:'EmbedFullFonts')
|
430
439
|
self.embed_full_fonts = attributes[:'EmbedFullFonts']
|
431
440
|
end
|
@@ -767,13 +776,14 @@ module AsposeWordsCloud
|
|
767
776
|
optimize_output == other.optimize_output &&
|
768
777
|
page_count == other.page_count &&
|
769
778
|
page_index == other.page_index &&
|
770
|
-
|
779
|
+
cache_background_graphics == other.cache_background_graphics &&
|
771
780
|
compliance == other.compliance &&
|
772
781
|
create_note_hyperlinks == other.create_note_hyperlinks &&
|
773
782
|
custom_properties_export == other.custom_properties_export &&
|
774
783
|
digital_signature_details == other.digital_signature_details &&
|
775
784
|
display_doc_title == other.display_doc_title &&
|
776
785
|
downsample_options == other.downsample_options &&
|
786
|
+
embed_attachments == other.embed_attachments &&
|
777
787
|
embed_full_fonts == other.embed_full_fonts &&
|
778
788
|
encryption_details == other.encryption_details &&
|
779
789
|
export_document_structure == other.export_document_structure &&
|
@@ -805,7 +815,7 @@ module AsposeWordsCloud
|
|
805
815
|
# Calculates hash code according to all attributes.
|
806
816
|
# @return [Fixnum] Hash code
|
807
817
|
def hash
|
808
|
-
[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, update_sdt_content, zip_output, color_mode, jpeg_quality, metafile_rendering_options, numeral_format, optimize_output, page_count, page_index,
|
818
|
+
[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, update_sdt_content, zip_output, color_mode, jpeg_quality, metafile_rendering_options, numeral_format, optimize_output, page_count, page_index, cache_background_graphics, compliance, create_note_hyperlinks, custom_properties_export, digital_signature_details, display_doc_title, downsample_options, embed_attachments, embed_full_fonts, encryption_details, export_document_structure, export_language_to_span_tag, font_embedding_mode, header_footer_bookmarks_export_mode, image_color_space_export_mode, image_compression, interpolate_images, open_hyperlinks_in_new_window, outline_options, page_mode, preblend_images, preserve_form_fields, save_format, text_compression, use_book_fold_printing_settings, use_core_fonts, zoom_behavior, zoom_factor].hash
|
809
819
|
end
|
810
820
|
|
811
821
|
# Builds the object from hash
|
@@ -28,6 +28,7 @@ require 'date'
|
|
28
28
|
module AsposeWordsCloud
|
29
29
|
|
30
30
|
# Represents options for XML data loading.
|
31
|
+
# To learn more, visit the LINQ Reporting Engine documentation article.
|
31
32
|
class XmlDataLoadOptions
|
32
33
|
# Gets or sets a flag indicating whether a generated data source will always contain an object for an XML root
|
33
34
|
# element. If an XML root element has no attributes and all its child elements have same names, such an object
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aspose_words_cloud
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 22.
|
4
|
+
version: 22.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- YaroslawEkimov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|