aspose_words_cloud 25.10 → 25.11

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.
Files changed (68) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aspose_words_cloud/api/words_api.rb +6 -6
  3. data/lib/aspose_words_cloud/models/azw3_save_options_data.rb +4 -4
  4. data/lib/aspose_words_cloud/models/bmp_save_options_data.rb +1 -1
  5. data/lib/aspose_words_cloud/models/comment.rb +2 -2
  6. data/lib/aspose_words_cloud/models/comment_insert.rb +2 -2
  7. data/lib/aspose_words_cloud/models/comment_update.rb +2 -2
  8. data/lib/aspose_words_cloud/models/compress_options.rb +2 -2
  9. data/lib/aspose_words_cloud/models/custom_xml_part.rb +1 -1
  10. data/lib/aspose_words_cloud/models/custom_xml_part_insert.rb +1 -1
  11. data/lib/aspose_words_cloud/models/custom_xml_part_update.rb +1 -1
  12. data/lib/aspose_words_cloud/models/doc_save_options_data.rb +1 -1
  13. data/lib/aspose_words_cloud/models/docm_save_options_data.rb +1 -1
  14. data/lib/aspose_words_cloud/models/docx_save_options_data.rb +1 -1
  15. data/lib/aspose_words_cloud/models/dot_save_options_data.rb +1 -1
  16. data/lib/aspose_words_cloud/models/dotm_save_options_data.rb +1 -1
  17. data/lib/aspose_words_cloud/models/dotx_save_options_data.rb +1 -1
  18. data/lib/aspose_words_cloud/models/emf_save_options_data.rb +1 -1
  19. data/lib/aspose_words_cloud/models/eps_save_options_data.rb +1 -1
  20. data/lib/aspose_words_cloud/models/epub_save_options_data.rb +4 -4
  21. data/lib/aspose_words_cloud/models/field_options.rb +1 -1
  22. data/lib/aspose_words_cloud/models/flat_opc_macro_save_options_data.rb +1 -1
  23. data/lib/aspose_words_cloud/models/flat_opc_save_options_data.rb +1 -1
  24. data/lib/aspose_words_cloud/models/flat_opc_template_macro_save_options_data.rb +1 -1
  25. data/lib/aspose_words_cloud/models/flat_opc_template_save_options_data.rb +1 -1
  26. data/lib/aspose_words_cloud/models/footnote.rb +1 -1
  27. data/lib/aspose_words_cloud/models/footnote_insert.rb +1 -1
  28. data/lib/aspose_words_cloud/models/footnote_update.rb +1 -1
  29. data/lib/aspose_words_cloud/models/form_field_checkbox.rb +1 -1
  30. data/lib/aspose_words_cloud/models/form_field_drop_down.rb +1 -1
  31. data/lib/aspose_words_cloud/models/form_field_text_input.rb +1 -1
  32. data/lib/aspose_words_cloud/models/gif_save_options_data.rb +1 -1
  33. data/lib/aspose_words_cloud/models/html_fixed_save_options_data.rb +4 -4
  34. data/lib/aspose_words_cloud/models/html_save_options_data.rb +4 -4
  35. data/lib/aspose_words_cloud/models/jpeg_save_options_data.rb +1 -1
  36. data/lib/aspose_words_cloud/models/list_level.rb +1 -1
  37. data/lib/aspose_words_cloud/models/list_level_update.rb +1 -1
  38. data/lib/aspose_words_cloud/models/markdown_save_options_data.rb +2 -2
  39. data/lib/aspose_words_cloud/models/mhtml_save_options_data.rb +4 -4
  40. data/lib/aspose_words_cloud/models/odt_save_options_data.rb +1 -1
  41. data/lib/aspose_words_cloud/models/open_xps_save_options_data.rb +1 -1
  42. data/lib/aspose_words_cloud/models/ott_save_options_data.rb +1 -1
  43. data/lib/aspose_words_cloud/models/pcl_save_options_data.rb +1 -1
  44. data/lib/aspose_words_cloud/models/pdf_save_options_data.rb +19 -6
  45. data/lib/aspose_words_cloud/models/png_save_options_data.rb +1 -1
  46. data/lib/aspose_words_cloud/models/ps_save_options_data.rb +1 -1
  47. data/lib/aspose_words_cloud/models/requests/build_report_online_request.rb +4 -4
  48. data/lib/aspose_words_cloud/models/requests/build_report_request.rb +4 -4
  49. data/lib/aspose_words_cloud/models/requests/sign_document_online_request.rb +2 -2
  50. data/lib/aspose_words_cloud/models/requests/sign_document_request.rb +2 -2
  51. data/lib/aspose_words_cloud/models/rtf_save_options_data.rb +1 -1
  52. data/lib/aspose_words_cloud/models/sign_options.rb +6 -6
  53. data/lib/aspose_words_cloud/models/signature.rb +1 -1
  54. data/lib/aspose_words_cloud/models/structured_document_tag.rb +21 -21
  55. data/lib/aspose_words_cloud/models/structured_document_tag_insert.rb +21 -21
  56. data/lib/aspose_words_cloud/models/structured_document_tag_update.rb +21 -21
  57. data/lib/aspose_words_cloud/models/style.rb +1 -1
  58. data/lib/aspose_words_cloud/models/style_update.rb +1 -1
  59. data/lib/aspose_words_cloud/models/svg_save_options_data.rb +2 -2
  60. data/lib/aspose_words_cloud/models/text_save_options_data.rb +30 -3
  61. data/lib/aspose_words_cloud/models/tiff_save_options_data.rb +2 -2
  62. data/lib/aspose_words_cloud/models/word_ml_save_options_data.rb +1 -1
  63. data/lib/aspose_words_cloud/models/xaml_fixed_save_options_data.rb +1 -1
  64. data/lib/aspose_words_cloud/models/xaml_flow_pack_save_options_data.rb +2 -2
  65. data/lib/aspose_words_cloud/models/xaml_flow_save_options_data.rb +2 -2
  66. data/lib/aspose_words_cloud/models/xps_save_options_data.rb +1 -1
  67. data/lib/aspose_words_cloud/version.rb +1 -1
  68. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 890c97263fab07e8ad3e217f7de8ae46a5b4a8729d08a8329f0214f2454fe637
4
- data.tar.gz: 820f7090549d01c54e03bdbcffd1c6edd3436576cf631c013309e4de97e45b97
3
+ metadata.gz: c8e68543214be2e10067a65021a517e51f861761ee5397c877bd322278a4486a
4
+ data.tar.gz: e4bf6a0d5fde7f987da98af7b6b572c554025e360b3ae300fde78e7567d9477a
5
5
  SHA512:
6
- metadata.gz: 3b806373ff1efaf32f698eaf83b1350936adecd201023ceb35178ac175613f08690f5945ce8f22577e77cb8acb35a07625af11c3e5172ec3dbe3f2f2a8a1b647
7
- data.tar.gz: 47b2e0b32699a06aae4687a4d2fb097d9c7db3708c3ca4c2224ab9fc24c74336407d77393d98c4600d040c2b4e0b4f48f8433b1549d4576c478d8da79144c541
6
+ metadata.gz: bb1b0377f42967cdaa5c6ec05462825899245046d4ade6cc507ed662fad0e221636fd15a9d09ad464e62dee4a227ae281d90af6d0c380b21d75f05f05540afb7
7
+ data.tar.gz: af7e787a368753b49b73c76773342c889bd94ff2922af5601c6a470aa697a7e891424e7b3a9b7a24d90cb138b375c0de3293485321b7edd5fa112b66d250168c
@@ -65,7 +65,7 @@ module AsposeWordsCloud
65
65
  [data, status_code, headers]
66
66
  end
67
67
 
68
- # Accepts all revisions in the document.
68
+ # Accepts all the revisions in the document.
69
69
  # @param request AcceptAllRevisionsRequest
70
70
  # @return [RevisionsModificationResponse]
71
71
  def accept_all_revisions(request)
@@ -82,7 +82,7 @@ module AsposeWordsCloud
82
82
  data
83
83
  end
84
84
 
85
- # Accepts all revisions in the document.
85
+ # Accepts all the revisions in the document.
86
86
  # @param request AcceptAllRevisionsRequest
87
87
  # @return [Array<(RevisionsModificationResponse, Fixnum, Hash)>]
88
88
  # RevisionsModificationResponse, response status code and response headers
@@ -107,7 +107,7 @@ module AsposeWordsCloud
107
107
  [data, status_code, headers]
108
108
  end
109
109
 
110
- # Accepts all revisions in the document.
110
+ # Accepts all the revisions in the document.
111
111
  # @param request AcceptAllRevisionsOnlineRequest
112
112
  # @return [AcceptAllRevisionsOnlineResponse]
113
113
  def accept_all_revisions_online(request)
@@ -124,7 +124,7 @@ module AsposeWordsCloud
124
124
  data
125
125
  end
126
126
 
127
- # Accepts all revisions in the document.
127
+ # Accepts all the revisions in the document.
128
128
  # @param request AcceptAllRevisionsOnlineRequest
129
129
  # @return [Array<(AcceptAllRevisionsOnlineResponse, Fixnum, Hash)>]
130
130
  # AcceptAllRevisionsOnlineResponse, response status code and response headers
@@ -7312,7 +7312,7 @@ module AsposeWordsCloud
7312
7312
  [data, status_code, headers]
7313
7313
  end
7314
7314
 
7315
- # Get assymetric public key.
7315
+ # Get asymmetric public key.
7316
7316
  # @param request GetPublicKeyRequest
7317
7317
  # @return [PublicKeyResponse]
7318
7318
  def get_public_key(request)
@@ -7329,7 +7329,7 @@ module AsposeWordsCloud
7329
7329
  data
7330
7330
  end
7331
7331
 
7332
- # Get assymetric public key.
7332
+ # Get asymmetric public key.
7333
7333
  # @param request GetPublicKeyRequest
7334
7334
  # @return [Array<(PublicKeyResponse, Fixnum, Hash)>]
7335
7335
  # PublicKeyResponse, response status code and response headers
@@ -64,7 +64,7 @@ module AsposeWordsCloud
64
64
  attr_accessor :update_ambiguous_text_font
65
65
 
66
66
  # Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
67
- # Default value is false.
67
+ # The default value is false.
68
68
  attr_accessor :update_created_time_property
69
69
 
70
70
  # Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
@@ -139,7 +139,7 @@ module AsposeWordsCloud
139
139
 
140
140
  # Gets or sets a value indicating whether page margins are exported to HTML, MHTML or EPUB.
141
141
  # The default value is false.
142
- # Aspose.Words does not show area of page margins by default. If any elements are completely or partially clipped by the document edge the displayed area can be extended with this option.
142
+ # Aspose.Words does not show the area of page margins by default. If any elements are completely or partially clipped by the document edge the displayed area can be extended with this option.
143
143
  attr_accessor :export_page_margins
144
144
 
145
145
  # Gets or sets a value indicating whether page setup is exported.
@@ -171,7 +171,7 @@ module AsposeWordsCloud
171
171
  attr_accessor :fonts_folder_alias
172
172
 
173
173
  # Gets or sets the version of HTML standard, that should be used when saving the document to HTML or MHTML.
174
- # Default value is Aspose.Words.Saving.HtmlVersion.Xhtml.
174
+ # The default value is Aspose.Words.Saving.HtmlVersion.Xhtml.
175
175
  attr_accessor :html_version
176
176
 
177
177
  # Gets or sets the output resolution for images when exporting.
@@ -202,7 +202,7 @@ module AsposeWordsCloud
202
202
  attr_accessor :remove_java_script_from_links
203
203
 
204
204
  # Gets or sets the flag that indicates whether backslash characters should be replaced with yen signs.
205
- # Default value is false.
205
+ # The default value is false.
206
206
  # By default, Aspose.Words mimics MS Word's behavior and doesn't replace backslash characters with yen signs in
207
207
  # generated HTML documents. However, previous versions of Aspose.Words performed such replacements in certain
208
208
  # scenarios. This flag enables backward compatibility with previous versions of Aspose.Words.
@@ -64,7 +64,7 @@ module AsposeWordsCloud
64
64
  attr_accessor :update_ambiguous_text_font
65
65
 
66
66
  # Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
67
- # Default value is false.
67
+ # The default value is false.
68
68
  attr_accessor :update_created_time_property
69
69
 
70
70
  # Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
@@ -39,11 +39,11 @@ module AsposeWordsCloud
39
39
  attr_accessor :range_end
40
40
 
41
41
  # Gets or sets the author name for a comment.
42
- # Cannot be null.Default is empty string.
42
+ # Cannot be null.Default is an empty string.
43
43
  attr_accessor :author
44
44
 
45
45
  # Gets or sets the initials of the user associated with a specific comment.
46
- # Cannot be null.Default is empty string.
46
+ # Cannot be null.Default is an empty string.
47
47
  attr_accessor :initial
48
48
 
49
49
  # Gets or sets the date and time that the comment was made.
@@ -36,11 +36,11 @@ module AsposeWordsCloud
36
36
  attr_accessor :range_end
37
37
 
38
38
  # Gets or sets the author name for a comment.
39
- # Cannot be null.Default is empty string.
39
+ # Cannot be null.Default is an empty string.
40
40
  attr_accessor :author
41
41
 
42
42
  # Gets or sets the initials of the user associated with a specific comment.
43
- # Cannot be null.Default is empty string.
43
+ # Cannot be null.Default is an empty string.
44
44
  attr_accessor :initial
45
45
 
46
46
  # Gets or sets the date and time that the comment was made.
@@ -36,11 +36,11 @@ module AsposeWordsCloud
36
36
  attr_accessor :range_end
37
37
 
38
38
  # Gets or sets the author name for a comment.
39
- # Cannot be null.Default is empty string.
39
+ # Cannot be null.Default is an empty string.
40
40
  attr_accessor :author
41
41
 
42
42
  # Gets or sets the initials of the user associated with a specific comment.
43
- # Cannot be null.Default is empty string.
43
+ # Cannot be null.Default is an empty string.
44
44
  attr_accessor :initial
45
45
 
46
46
  # Gets or sets the date and time that the comment was made.
@@ -29,12 +29,12 @@ module AsposeWordsCloud
29
29
 
30
30
  # Options of document compress.
31
31
  class CompressOptions
32
- # Gets or sets the quality level of images from 0 to 100. Default value is 75.
32
+ # Gets or sets the quality level of images from 0 to 100. The default value is 75.
33
33
  attr_accessor :images_quality
34
34
 
35
35
  # Gets or sets the resize factor of images.
36
36
  # This value determines how many times the size of the images in the document will be reduced.
37
- # The parameter value must be greater than 1 for resizing. Default value is 1 and has no effect on images size.
37
+ # The parameter value must be greater than 1 for resizing. The default value is 1 and has no effect on images size.
38
38
  attr_accessor :images_reduce_size_factor
39
39
  # Attribute mapping from ruby-style variable name to JSON key.
40
40
  def self.attribute_map
@@ -37,7 +37,7 @@ module AsposeWordsCloud
37
37
  attr_accessor :id
38
38
 
39
39
  # Gets or sets the custom xml part data.
40
- # Cannot be null.Default is empty string.
40
+ # Cannot be null.Default is an empty string.
41
41
  attr_accessor :data
42
42
  # Attribute mapping from ruby-style variable name to JSON key.
43
43
  def self.attribute_map
@@ -37,7 +37,7 @@ module AsposeWordsCloud
37
37
  attr_accessor :id
38
38
 
39
39
  # Gets or sets the custom xml part data.
40
- # Cannot be null.Default is empty string.
40
+ # Cannot be null.Default is an empty string.
41
41
  attr_accessor :data
42
42
  # Attribute mapping from ruby-style variable name to JSON key.
43
43
  def self.attribute_map
@@ -37,7 +37,7 @@ module AsposeWordsCloud
37
37
  attr_accessor :id
38
38
 
39
39
  # Gets or sets the custom xml part data.
40
- # Cannot be null.Default is empty string.
40
+ # Cannot be null.Default is an empty string.
41
41
  attr_accessor :data
42
42
  # Attribute mapping from ruby-style variable name to JSON key.
43
43
  def self.attribute_map
@@ -64,7 +64,7 @@ module AsposeWordsCloud
64
64
  attr_accessor :update_ambiguous_text_font
65
65
 
66
66
  # Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
67
- # Default value is false.
67
+ # The default value is false.
68
68
  attr_accessor :update_created_time_property
69
69
 
70
70
  # Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
@@ -64,7 +64,7 @@ module AsposeWordsCloud
64
64
  attr_accessor :update_ambiguous_text_font
65
65
 
66
66
  # Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
67
- # Default value is false.
67
+ # The default value is false.
68
68
  attr_accessor :update_created_time_property
69
69
 
70
70
  # Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
@@ -64,7 +64,7 @@ module AsposeWordsCloud
64
64
  attr_accessor :update_ambiguous_text_font
65
65
 
66
66
  # Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
67
- # Default value is false.
67
+ # The default value is false.
68
68
  attr_accessor :update_created_time_property
69
69
 
70
70
  # Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
@@ -64,7 +64,7 @@ module AsposeWordsCloud
64
64
  attr_accessor :update_ambiguous_text_font
65
65
 
66
66
  # Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
67
- # Default value is false.
67
+ # The default value is false.
68
68
  attr_accessor :update_created_time_property
69
69
 
70
70
  # Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
@@ -64,7 +64,7 @@ module AsposeWordsCloud
64
64
  attr_accessor :update_ambiguous_text_font
65
65
 
66
66
  # Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
67
- # Default value is false.
67
+ # The default value is false.
68
68
  attr_accessor :update_created_time_property
69
69
 
70
70
  # Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
@@ -64,7 +64,7 @@ module AsposeWordsCloud
64
64
  attr_accessor :update_ambiguous_text_font
65
65
 
66
66
  # Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
67
- # Default value is false.
67
+ # The default value is false.
68
68
  attr_accessor :update_created_time_property
69
69
 
70
70
  # Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
@@ -64,7 +64,7 @@ module AsposeWordsCloud
64
64
  attr_accessor :update_ambiguous_text_font
65
65
 
66
66
  # Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
67
- # Default value is false.
67
+ # The default value is false.
68
68
  attr_accessor :update_created_time_property
69
69
 
70
70
  # Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
@@ -64,7 +64,7 @@ module AsposeWordsCloud
64
64
  attr_accessor :update_ambiguous_text_font
65
65
 
66
66
  # Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
67
- # Default value is false.
67
+ # The default value is false.
68
68
  attr_accessor :update_created_time_property
69
69
 
70
70
  # Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
@@ -64,7 +64,7 @@ module AsposeWordsCloud
64
64
  attr_accessor :update_ambiguous_text_font
65
65
 
66
66
  # Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
67
- # Default value is false.
67
+ # The default value is false.
68
68
  attr_accessor :update_created_time_property
69
69
 
70
70
  # Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
@@ -139,7 +139,7 @@ module AsposeWordsCloud
139
139
 
140
140
  # Gets or sets a value indicating whether page margins are exported to HTML, MHTML or EPUB.
141
141
  # The default value is false.
142
- # Aspose.Words does not show area of page margins by default. If any elements are completely or partially clipped by the document edge the displayed area can be extended with this option.
142
+ # Aspose.Words does not show the area of page margins by default. If any elements are completely or partially clipped by the document edge the displayed area can be extended with this option.
143
143
  attr_accessor :export_page_margins
144
144
 
145
145
  # Gets or sets a value indicating whether page setup is exported.
@@ -171,7 +171,7 @@ module AsposeWordsCloud
171
171
  attr_accessor :fonts_folder_alias
172
172
 
173
173
  # Gets or sets the version of HTML standard, that should be used when saving the document to HTML or MHTML.
174
- # Default value is Aspose.Words.Saving.HtmlVersion.Xhtml.
174
+ # The default value is Aspose.Words.Saving.HtmlVersion.Xhtml.
175
175
  attr_accessor :html_version
176
176
 
177
177
  # Gets or sets the output resolution for images when exporting.
@@ -202,7 +202,7 @@ module AsposeWordsCloud
202
202
  attr_accessor :remove_java_script_from_links
203
203
 
204
204
  # Gets or sets the flag that indicates whether backslash characters should be replaced with yen signs.
205
- # Default value is false.
205
+ # The default value is false.
206
206
  # By default, Aspose.Words mimics MS Word's behavior and doesn't replace backslash characters with yen signs in
207
207
  # generated HTML documents. However, previous versions of Aspose.Words performed such replacements in certain
208
208
  # scenarios. This flag enables backward compatibility with previous versions of Aspose.Words.
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
 
30
30
  # DTO for field options.
31
31
  class FieldOptions
32
- # Gets or sets Curren tUser.
32
+ # Gets or sets Current User.
33
33
  attr_accessor :current_user
34
34
 
35
35
  # Gets or sets Custom Toc Style Separator.
@@ -64,7 +64,7 @@ module AsposeWordsCloud
64
64
  attr_accessor :update_ambiguous_text_font
65
65
 
66
66
  # Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
67
- # Default value is false.
67
+ # The default value is false.
68
68
  attr_accessor :update_created_time_property
69
69
 
70
70
  # Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
@@ -64,7 +64,7 @@ module AsposeWordsCloud
64
64
  attr_accessor :update_ambiguous_text_font
65
65
 
66
66
  # Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
67
- # Default value is false.
67
+ # The default value is false.
68
68
  attr_accessor :update_created_time_property
69
69
 
70
70
  # Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
@@ -64,7 +64,7 @@ module AsposeWordsCloud
64
64
  attr_accessor :update_ambiguous_text_font
65
65
 
66
66
  # Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
67
- # Default value is false.
67
+ # The default value is false.
68
68
  attr_accessor :update_created_time_property
69
69
 
70
70
  # Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
@@ -64,7 +64,7 @@ module AsposeWordsCloud
64
64
  attr_accessor :update_ambiguous_text_font
65
65
 
66
66
  # Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
67
- # Default value is false.
67
+ # The default value is false.
68
68
  attr_accessor :update_created_time_property
69
69
 
70
70
  # Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
@@ -42,7 +42,7 @@ module AsposeWordsCloud
42
42
  attr_accessor :footnote_type
43
43
 
44
44
  # Gets or sets the custom reference mark to be used for this footnote.
45
- # Default value is Empty, meaning auto-numbered footnotes are used.
45
+ # The default value is Empty, meaning auto-numbered footnotes are used.
46
46
  # RTF-format can only store 1 symbol as custom reference mark, so upon export only the first symbol will be written others will be discard.
47
47
  attr_accessor :reference_mark
48
48
 
@@ -36,7 +36,7 @@ module AsposeWordsCloud
36
36
  attr_accessor :footnote_type
37
37
 
38
38
  # Gets or sets the custom reference mark to be used for this footnote.
39
- # Default value is Empty, meaning auto-numbered footnotes are used.
39
+ # The default value is Empty, meaning auto-numbered footnotes are used.
40
40
  # RTF-format can only store 1 symbol as custom reference mark, so upon export only the first symbol will be written others will be discard.
41
41
  attr_accessor :reference_mark
42
42
 
@@ -36,7 +36,7 @@ module AsposeWordsCloud
36
36
  attr_accessor :footnote_type
37
37
 
38
38
  # Gets or sets the custom reference mark to be used for this footnote.
39
- # Default value is Empty, meaning auto-numbered footnotes are used.
39
+ # The default value is Empty, meaning auto-numbered footnotes are used.
40
40
  # RTF-format can only store 1 symbol as custom reference mark, so upon export only the first symbol will be written others will be discard.
41
41
  attr_accessor :reference_mark
42
42
 
@@ -55,7 +55,7 @@ module AsposeWordsCloud
55
55
  attr_accessor :help_text
56
56
 
57
57
  # Gets or sets a value indicating whether the source of the text that's displayed in a message box when a form field has the focus and the user presses F1.
58
- # If True, the text specified by the HelpText property is displayed. If False, the text in the AutoText entry specified by the HelpText property is displayed.
58
+ # If true, the text specified by the HelpText property is displayed. If False, the text in the AutoText entry specified by the HelpText property is displayed.
59
59
  attr_accessor :own_help
60
60
 
61
61
  # Gets or sets a value indicating whether references to the specified form field are automatically updated whenever the field is exited.
@@ -55,7 +55,7 @@ module AsposeWordsCloud
55
55
  attr_accessor :help_text
56
56
 
57
57
  # Gets or sets a value indicating whether the source of the text that's displayed in a message box when a form field has the focus and the user presses F1.
58
- # If True, the text specified by the HelpText property is displayed. If False, the text in the AutoText entry specified by the HelpText property is displayed.
58
+ # If true, the text specified by the HelpText property is displayed. If False, the text in the AutoText entry specified by the HelpText property is displayed.
59
59
  attr_accessor :own_help
60
60
 
61
61
  # Gets or sets a value indicating whether references to the specified form field are automatically updated whenever the field is exited.
@@ -55,7 +55,7 @@ module AsposeWordsCloud
55
55
  attr_accessor :help_text
56
56
 
57
57
  # Gets or sets a value indicating whether the source of the text that's displayed in a message box when a form field has the focus and the user presses F1.
58
- # If True, the text specified by the HelpText property is displayed. If False, the text in the AutoText entry specified by the HelpText property is displayed.
58
+ # If true, the text specified by the HelpText property is displayed. If False, the text in the AutoText entry specified by the HelpText property is displayed.
59
59
  attr_accessor :own_help
60
60
 
61
61
  # Gets or sets a value indicating whether references to the specified form field are automatically updated whenever the field is exited.
@@ -64,7 +64,7 @@ module AsposeWordsCloud
64
64
  attr_accessor :update_ambiguous_text_font
65
65
 
66
66
  # Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
67
- # Default value is false.
67
+ # The default value is false.
68
68
  attr_accessor :update_created_time_property
69
69
 
70
70
  # Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
@@ -64,7 +64,7 @@ module AsposeWordsCloud
64
64
  attr_accessor :update_ambiguous_text_font
65
65
 
66
66
  # Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
67
- # Default value is false.
67
+ # The default value is false.
68
68
  attr_accessor :update_created_time_property
69
69
 
70
70
  # Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
@@ -109,7 +109,7 @@ module AsposeWordsCloud
109
109
  attr_accessor :page_index
110
110
 
111
111
  # Gets or sets the prefix which is added to all class names in style.css file.
112
- # Default value is "aw".
112
+ # The default value is "aw".
113
113
  attr_accessor :css_class_names_prefix
114
114
 
115
115
  # Gets or sets the character encoding.
@@ -131,7 +131,7 @@ module AsposeWordsCloud
131
131
  attr_accessor :font_format
132
132
 
133
133
  # Gets or sets a prefix that is prepended to all generated element IDs in the output document.
134
- # Default value is null and no prefix is prepended.
134
+ # The default value is null and no prefix is prepended.
135
135
  # If the prefix is specified, it can contain only letters, digits, underscores, and hyphens,
136
136
  # and must start with a letter.
137
137
  attr_accessor :id_prefix
@@ -142,7 +142,7 @@ module AsposeWordsCloud
142
142
 
143
143
  # Gets or sets the margin around pages in HTML document.
144
144
  # The margins value is measured in points and should be equal to or greater than 0.
145
- # Default value is 10 points.
145
+ # The default value is 10 points.
146
146
  # Depends on the value of PageHorizontalAlignment property:
147
147
  # Defines top, bottom and left page margins if the value is Left.
148
148
  # Defines top, bottom and right page margins if the value is Right.
@@ -64,7 +64,7 @@ module AsposeWordsCloud
64
64
  attr_accessor :update_ambiguous_text_font
65
65
 
66
66
  # Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
67
- # Default value is false.
67
+ # The default value is false.
68
68
  attr_accessor :update_created_time_property
69
69
 
70
70
  # Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
@@ -139,7 +139,7 @@ module AsposeWordsCloud
139
139
 
140
140
  # Gets or sets a value indicating whether page margins are exported to HTML, MHTML or EPUB.
141
141
  # The default value is false.
142
- # Aspose.Words does not show area of page margins by default. If any elements are completely or partially clipped by the document edge the displayed area can be extended with this option.
142
+ # Aspose.Words does not show the area of page margins by default. If any elements are completely or partially clipped by the document edge the displayed area can be extended with this option.
143
143
  attr_accessor :export_page_margins
144
144
 
145
145
  # Gets or sets a value indicating whether page setup is exported.
@@ -171,7 +171,7 @@ module AsposeWordsCloud
171
171
  attr_accessor :fonts_folder_alias
172
172
 
173
173
  # Gets or sets the version of HTML standard, that should be used when saving the document to HTML or MHTML.
174
- # Default value is Aspose.Words.Saving.HtmlVersion.Xhtml.
174
+ # The default value is Aspose.Words.Saving.HtmlVersion.Xhtml.
175
175
  attr_accessor :html_version
176
176
 
177
177
  # Gets or sets the output resolution for images when exporting.
@@ -202,7 +202,7 @@ module AsposeWordsCloud
202
202
  attr_accessor :remove_java_script_from_links
203
203
 
204
204
  # Gets or sets the flag that indicates whether backslash characters should be replaced with yen signs.
205
- # Default value is false.
205
+ # The default value is false.
206
206
  # By default, Aspose.Words mimics MS Word's behavior and doesn't replace backslash characters with yen signs in
207
207
  # generated HTML documents. However, previous versions of Aspose.Words performed such replacements in certain
208
208
  # scenarios. This flag enables backward compatibility with previous versions of Aspose.Words.
@@ -64,7 +64,7 @@ module AsposeWordsCloud
64
64
  attr_accessor :update_ambiguous_text_font
65
65
 
66
66
  # Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
67
- # Default value is false.
67
+ # The default value is false.
68
68
  attr_accessor :update_created_time_property
69
69
 
70
70
  # Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
@@ -33,7 +33,7 @@ module AsposeWordsCloud
33
33
  attr_accessor :link
34
34
 
35
35
  # Gets or sets the starting number for this list level.
36
- # Default value is 1.
36
+ # The default value is 1.
37
37
  attr_accessor :start_at
38
38
 
39
39
  # Gets or sets the number style for this list level.
@@ -30,7 +30,7 @@ module AsposeWordsCloud
30
30
  # Represents a document list levels.
31
31
  class ListLevelUpdate
32
32
  # Gets or sets the starting number for this list level.
33
- # Default value is 1.
33
+ # The default value is 1.
34
34
  attr_accessor :start_at
35
35
 
36
36
  # Gets or sets the number style for this list level.
@@ -64,7 +64,7 @@ module AsposeWordsCloud
64
64
  attr_accessor :update_ambiguous_text_font
65
65
 
66
66
  # Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
67
- # Default value is false.
67
+ # The default value is false.
68
68
  attr_accessor :update_created_time_property
69
69
 
70
70
  # Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
@@ -86,7 +86,7 @@ module AsposeWordsCloud
86
86
  attr_accessor :encoding
87
87
 
88
88
  # Gets or sets the option that controls whether to output headers and footers when exporting in plain text format.
89
- # default value is TxtExportHeadersFootersMode.PrimaryOnly.
89
+ # The default value is TxtExportHeadersFootersMode.PrimaryOnly.
90
90
  attr_accessor :export_headers_footers_mode
91
91
 
92
92
  # Gets or sets a value indicating whether the page breaks should be preserved during export.
@@ -64,7 +64,7 @@ module AsposeWordsCloud
64
64
  attr_accessor :update_ambiguous_text_font
65
65
 
66
66
  # Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
67
- # Default value is false.
67
+ # The default value is false.
68
68
  attr_accessor :update_created_time_property
69
69
 
70
70
  # Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
@@ -139,7 +139,7 @@ module AsposeWordsCloud
139
139
 
140
140
  # Gets or sets a value indicating whether page margins are exported to HTML, MHTML or EPUB.
141
141
  # The default value is false.
142
- # Aspose.Words does not show area of page margins by default. If any elements are completely or partially clipped by the document edge the displayed area can be extended with this option.
142
+ # Aspose.Words does not show the area of page margins by default. If any elements are completely or partially clipped by the document edge the displayed area can be extended with this option.
143
143
  attr_accessor :export_page_margins
144
144
 
145
145
  # Gets or sets a value indicating whether page setup is exported.
@@ -171,7 +171,7 @@ module AsposeWordsCloud
171
171
  attr_accessor :fonts_folder_alias
172
172
 
173
173
  # Gets or sets the version of HTML standard, that should be used when saving the document to HTML or MHTML.
174
- # Default value is Aspose.Words.Saving.HtmlVersion.Xhtml.
174
+ # The default value is Aspose.Words.Saving.HtmlVersion.Xhtml.
175
175
  attr_accessor :html_version
176
176
 
177
177
  # Gets or sets the output resolution for images when exporting.
@@ -202,7 +202,7 @@ module AsposeWordsCloud
202
202
  attr_accessor :remove_java_script_from_links
203
203
 
204
204
  # Gets or sets the flag that indicates whether backslash characters should be replaced with yen signs.
205
- # Default value is false.
205
+ # The default value is false.
206
206
  # By default, Aspose.Words mimics MS Word's behavior and doesn't replace backslash characters with yen signs in
207
207
  # generated HTML documents. However, previous versions of Aspose.Words performed such replacements in certain
208
208
  # scenarios. This flag enables backward compatibility with previous versions of Aspose.Words.
@@ -64,7 +64,7 @@ module AsposeWordsCloud
64
64
  attr_accessor :update_ambiguous_text_font
65
65
 
66
66
  # Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
67
- # Default value is false.
67
+ # The default value is false.
68
68
  attr_accessor :update_created_time_property
69
69
 
70
70
  # Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.
@@ -64,7 +64,7 @@ module AsposeWordsCloud
64
64
  attr_accessor :update_ambiguous_text_font
65
65
 
66
66
  # Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving.
67
- # Default value is false.
67
+ # The default value is false.
68
68
  attr_accessor :update_created_time_property
69
69
 
70
70
  # Gets or sets a value indicating whether fields should be updated before saving the document to a fixed page format. The default value is true.