aspose_words_cloud 24.11.0 → 24.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '078f1f28a146eb4c3ced693fad4e108eaf12b5286f9a344dcea8b7e098526d77'
4
- data.tar.gz: f80d45ec932937f2dda177e9206373a25db0fa01bf87f0762d80fa2071dca0af
3
+ metadata.gz: 10adfe0c77980218254c39e7ade1de07965c0596f9f4c367e7516c6161e2ef0f
4
+ data.tar.gz: 604da0006f73c465a2076ad320814af0331073fc856a41479aa4c69be1071e9d
5
5
  SHA512:
6
- metadata.gz: a8ad693649e3e444dee190f908ca674c7b6f79927b785837c2244d759f80ea1ae7bbde9fd3a3bcae5980c67b323e81fb90e675f9346a6d81e94d7d4b80a81009
7
- data.tar.gz: b531a9ee0f959d7e4373115f96d5ef0a4fe89261367e74d64bddbd85b6c0532a4633bcb622389d8091168c7a763d700c4a0d5214b4ff8ff1c5d00dbcb01fde3a
6
+ metadata.gz: bf97c1e3d83434ca3a7bcab4d506e4ab317244499be63b8bc3f6115685423fcb70021e2265c1f52e17b94bf2e6717d538d4edd8f12e886cf292907bdbbc7ffd3
7
+ data.tar.gz: 505a4f38e66ade6860ee86b7330c4a51b86f80439fc786af59dd8b985162e9a872765e9d64b0bff6d85ca18aea07fbe85f203f23106fdd83e174023094855705
@@ -191,6 +191,11 @@ module AsposeWordsCloud
191
191
  # Gets or sets a value indicating whether to preserve Microsoft Word form fields as form fields in PDF or convert them to text.
192
192
  attr_accessor :preserve_form_fields
193
193
 
194
+ # Gets or sets a value indicating whether to render PDF choice form field border.
195
+ # PDF choice form fields are used for export of SDT Combo Box Content Control, SDT Drop-Down List Content
196
+ # Control and legacy Drop-Down Form Field when PreserveFormFields option is enabled.The default value is true.
197
+ attr_accessor :render_choice_form_field_border
198
+
194
199
  # Gets or sets the compression type to be used for all textual content in the document.
195
200
  attr_accessor :text_compression
196
201
 
@@ -280,6 +285,7 @@ module AsposeWordsCloud
280
285
  :'page_mode' => :'PageMode',
281
286
  :'preblend_images' => :'PreblendImages',
282
287
  :'preserve_form_fields' => :'PreserveFormFields',
288
+ :'render_choice_form_field_border' => :'RenderChoiceFormFieldBorder',
283
289
  :'text_compression' => :'TextCompression',
284
290
  :'use_book_fold_printing_settings' => :'UseBookFoldPrintingSettings',
285
291
  :'use_core_fonts' => :'UseCoreFonts',
@@ -334,6 +340,7 @@ module AsposeWordsCloud
334
340
  :'page_mode' => :'String',
335
341
  :'preblend_images' => :'BOOLEAN',
336
342
  :'preserve_form_fields' => :'BOOLEAN',
343
+ :'render_choice_form_field_border' => :'BOOLEAN',
337
344
  :'text_compression' => :'String',
338
345
  :'use_book_fold_printing_settings' => :'BOOLEAN',
339
346
  :'use_core_fonts' => :'BOOLEAN',
@@ -518,6 +525,10 @@ module AsposeWordsCloud
518
525
  self.preserve_form_fields = attributes[:'PreserveFormFields']
519
526
  end
520
527
 
528
+ if attributes.key?(:'RenderChoiceFormFieldBorder')
529
+ self.render_choice_form_field_border = attributes[:'RenderChoiceFormFieldBorder']
530
+ end
531
+
521
532
  if attributes.key?(:'TextCompression')
522
533
  self.text_compression = attributes[:'TextCompression']
523
534
  end
@@ -821,6 +832,7 @@ module AsposeWordsCloud
821
832
  page_mode == other.page_mode &&
822
833
  preblend_images == other.preblend_images &&
823
834
  preserve_form_fields == other.preserve_form_fields &&
835
+ render_choice_form_field_border == other.render_choice_form_field_border &&
824
836
  text_compression == other.text_compression &&
825
837
  use_book_fold_printing_settings == other.use_book_fold_printing_settings &&
826
838
  use_core_fonts == other.use_core_fonts &&
@@ -839,7 +851,7 @@ module AsposeWordsCloud
839
851
  # Calculates hash code according to all attributes.
840
852
  # @return [Fixnum] Hash code
841
853
  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, 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, text_compression, use_book_fold_printing_settings, use_core_fonts, use_sdt_tag_as_form_field_name, zoom_behavior, zoom_factor, save_format].hash
854
+ [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, 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, render_choice_form_field_border, text_compression, use_book_fold_printing_settings, use_core_fonts, use_sdt_tag_as_form_field_name, zoom_behavior, zoom_factor, save_format].hash
843
855
  end
844
856
 
845
857
  # Builds the object from hash
@@ -29,6 +29,9 @@ module AsposeWordsCloud
29
29
 
30
30
  # Class for document replace text request building.
31
31
  class ReplaceTextParameters
32
+ # Gets or sets a value indicating whether apply superscript to font or not.
33
+ attr_accessor :apply_superscript
34
+
32
35
  # Gets or sets a value indicating whether flag, true means the search is case-sensitive; false means the search is not case-sensitive.
33
36
  attr_accessor :is_match_case
34
37
 
@@ -46,6 +49,7 @@ module AsposeWordsCloud
46
49
  # Attribute mapping from ruby-style variable name to JSON key.
47
50
  def self.attribute_map
48
51
  {
52
+ :'apply_superscript' => :'ApplySuperscript',
49
53
  :'is_match_case' => :'IsMatchCase',
50
54
  :'is_match_whole_word' => :'IsMatchWholeWord',
51
55
  :'is_old_value_regex' => :'IsOldValueRegex',
@@ -57,6 +61,7 @@ module AsposeWordsCloud
57
61
  # Attribute type mapping.
58
62
  def self.swagger_types
59
63
  {
64
+ :'apply_superscript' => :'BOOLEAN',
60
65
  :'is_match_case' => :'BOOLEAN',
61
66
  :'is_match_whole_word' => :'BOOLEAN',
62
67
  :'is_old_value_regex' => :'BOOLEAN',
@@ -73,6 +78,10 @@ module AsposeWordsCloud
73
78
  # convert string to symbol for hash key
74
79
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
75
80
 
81
+ if attributes.key?(:'ApplySuperscript')
82
+ self.apply_superscript = attributes[:'ApplySuperscript']
83
+ end
84
+
76
85
  if attributes.key?(:'IsMatchCase')
77
86
  self.is_match_case = attributes[:'IsMatchCase']
78
87
  end
@@ -105,6 +114,7 @@ module AsposeWordsCloud
105
114
  def ==(other)
106
115
  return true if self.equal?(other)
107
116
  self.class == other.class &&
117
+ apply_superscript == other.apply_superscript &&
108
118
  is_match_case == other.is_match_case &&
109
119
  is_match_whole_word == other.is_match_whole_word &&
110
120
  is_old_value_regex == other.is_old_value_regex &&
@@ -121,7 +131,7 @@ module AsposeWordsCloud
121
131
  # Calculates hash code according to all attributes.
122
132
  # @return [Fixnum] Hash code
123
133
  def hash
124
- [is_match_case, is_match_whole_word, is_old_value_regex, new_value, old_value].hash
134
+ [apply_superscript, is_match_case, is_match_whole_word, is_old_value_regex, new_value, old_value].hash
125
135
  end
126
136
 
127
137
  # Builds the object from hash
@@ -24,5 +24,5 @@
24
24
  # ------------------------------------------------------------------------------------
25
25
 
26
26
  module AsposeWordsCloud
27
- VERSION = "24.11.0".freeze
27
+ VERSION = "24.12.0".freeze
28
28
  end
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: 24.11.0
4
+ version: 24.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - YaroslawEkimov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-20 00:00:00.000000000 Z
11
+ date: 2024-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday