Skip to content

Commit aa83511

Browse files
SDK regenerated by CI server [ci skip]
1 parent c645e04 commit aa83511

10 files changed

+40
-34
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ This repository contains Aspose.Words Cloud SDK for Ruby source code. This SDK a
1313
* Watermarks and protection
1414
* Full read & write access to Document Object Model, including sections, paragraphs, text, images, tables, headers/footers and many others
1515

16+
## Enhancements in Version 23.3
17+
18+
- Fix compatibility between CreateDocument API and Dropbox storage.
19+
- Fix compatibility for property PageCount for FixedPageSaveOptionsData.
20+
21+
1622
## Enhancements in Version 23.2
1723

1824
- Added operations to manipulate with Structure Document Tags (SDT) in documents.
@@ -258,7 +264,7 @@ To use Aspose Words for Cloud Ruby SDK you need to register an account with [Asp
258264
To install this package do the following:
259265
update your Gemfile
260266
```ruby
261-
gem 'aspose_words_cloud', '~> 23.2'
267+
gem 'aspose_words_cloud', '~> 23.3'
262268
```
263269
or install directly
264270
```bash

lib/aspose_words_cloud/models/requests/get_range_text_online_request.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ class GetRangeTextOnlineRequest
3232
# The document.
3333
attr_accessor :document
3434

35-
# The range start identifier.
35+
# The range start identifier. Identifier examples: id0.0.0, page0.
3636
attr_accessor :range_start_identifier
3737

38-
# The range end identifier.
38+
# The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
3939
attr_accessor :range_end_identifier
4040

4141
# Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
@@ -50,8 +50,8 @@ class GetRangeTextOnlineRequest
5050
#
5151
# Initializes a new instance.
5252
# @param document The document.
53-
# @param range_start_identifier The range start identifier.
54-
# @param range_end_identifier The range end identifier.
53+
# @param range_start_identifier The range start identifier. Identifier examples: id0.0.0, page0.
54+
# @param range_end_identifier The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
5555
# @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
5656
# @param password Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don't recommend to use the parameter to pass a plain password for direct call of API.
5757
# @param encrypted_password Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.

lib/aspose_words_cloud/models/requests/get_range_text_request.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ class GetRangeTextRequest
3232
# The filename of the input document.
3333
attr_accessor :name
3434

35-
# The range start identifier.
35+
# The range start identifier. Identifier examples: id0.0.0, page0.
3636
attr_accessor :range_start_identifier
3737

38-
# The range end identifier.
38+
# The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
3939
attr_accessor :range_end_identifier
4040

4141
# Original document folder.
@@ -56,8 +56,8 @@ class GetRangeTextRequest
5656
#
5757
# Initializes a new instance.
5858
# @param name The filename of the input document.
59-
# @param range_start_identifier The range start identifier.
60-
# @param range_end_identifier The range end identifier.
59+
# @param range_start_identifier The range start identifier. Identifier examples: id0.0.0, page0.
60+
# @param range_end_identifier The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
6161
# @param folder Original document folder.
6262
# @param storage Original document storage.
6363
# @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.

lib/aspose_words_cloud/models/requests/remove_range_online_request.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ class RemoveRangeOnlineRequest
3232
# The document.
3333
attr_accessor :document
3434

35-
# The range start identifier.
35+
# The range start identifier. Identifier examples: id0.0.0, page0.
3636
attr_accessor :range_start_identifier
3737

38-
# The range end identifier.
38+
# The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
3939
attr_accessor :range_end_identifier
4040

4141
# Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
@@ -53,8 +53,8 @@ class RemoveRangeOnlineRequest
5353
#
5454
# Initializes a new instance.
5555
# @param document The document.
56-
# @param range_start_identifier The range start identifier.
57-
# @param range_end_identifier The range end identifier.
56+
# @param range_start_identifier The range start identifier. Identifier examples: id0.0.0, page0.
57+
# @param range_end_identifier The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
5858
# @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
5959
# @param password Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don't recommend to use the parameter to pass a plain password for direct call of API.
6060
# @param encrypted_password Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.

lib/aspose_words_cloud/models/requests/remove_range_request.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ class RemoveRangeRequest
3232
# The filename of the input document.
3333
attr_accessor :name
3434

35-
# The range start identifier.
35+
# The range start identifier. Identifier examples: id0.0.0, page0.
3636
attr_accessor :range_start_identifier
3737

38-
# The range end identifier.
38+
# The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
3939
attr_accessor :range_end_identifier
4040

4141
# Original document folder.
@@ -59,8 +59,8 @@ class RemoveRangeRequest
5959
#
6060
# Initializes a new instance.
6161
# @param name The filename of the input document.
62-
# @param range_start_identifier The range start identifier.
63-
# @param range_end_identifier The range end identifier.
62+
# @param range_start_identifier The range start identifier. Identifier examples: id0.0.0, page0.
63+
# @param range_end_identifier The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
6464
# @param folder Original document folder.
6565
# @param storage Original document storage.
6666
# @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.

lib/aspose_words_cloud/models/requests/replace_with_text_online_request.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ class ReplaceWithTextOnlineRequest
3232
# The document.
3333
attr_accessor :document
3434

35-
# The range start identifier.
35+
# The range start identifier. Identifier examples: id0.0.0, page0.
3636
attr_accessor :range_start_identifier
3737

3838
# Model with text for replacement.
3939
attr_accessor :range_text
4040

41-
# The range end identifier.
41+
# The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
4242
attr_accessor :range_end_identifier
4343

4444
# Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
@@ -56,9 +56,9 @@ class ReplaceWithTextOnlineRequest
5656
#
5757
# Initializes a new instance.
5858
# @param document The document.
59-
# @param range_start_identifier The range start identifier.
59+
# @param range_start_identifier The range start identifier. Identifier examples: id0.0.0, page0.
6060
# @param range_text Model with text for replacement.
61-
# @param range_end_identifier The range end identifier.
61+
# @param range_end_identifier The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
6262
# @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
6363
# @param password Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don't recommend to use the parameter to pass a plain password for direct call of API.
6464
# @param encrypted_password Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.

lib/aspose_words_cloud/models/requests/replace_with_text_request.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ class ReplaceWithTextRequest
3232
# The filename of the input document.
3333
attr_accessor :name
3434

35-
# The range start identifier.
35+
# The range start identifier. Identifier examples: id0.0.0, page0.
3636
attr_accessor :range_start_identifier
3737

3838
# Model with text for replacement.
3939
attr_accessor :range_text
4040

41-
# The range end identifier.
41+
# The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
4242
attr_accessor :range_end_identifier
4343

4444
# Original document folder.
@@ -62,9 +62,9 @@ class ReplaceWithTextRequest
6262
#
6363
# Initializes a new instance.
6464
# @param name The filename of the input document.
65-
# @param range_start_identifier The range start identifier.
65+
# @param range_start_identifier The range start identifier. Identifier examples: id0.0.0, page0.
6666
# @param range_text Model with text for replacement.
67-
# @param range_end_identifier The range end identifier.
67+
# @param range_end_identifier The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
6868
# @param folder Original document folder.
6969
# @param storage Original document storage.
7070
# @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.

lib/aspose_words_cloud/models/requests/save_as_range_online_request.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ class SaveAsRangeOnlineRequest
3232
# The document.
3333
attr_accessor :document
3434

35-
# The range start identifier.
35+
# The range start identifier. Identifier examples: id0.0.0, page0.
3636
attr_accessor :range_start_identifier
3737

3838
# Parameters of a new document.
3939
attr_accessor :document_parameters
4040

41-
# The range end identifier.
41+
# The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
4242
attr_accessor :range_end_identifier
4343

4444
# Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
@@ -53,9 +53,9 @@ class SaveAsRangeOnlineRequest
5353
#
5454
# Initializes a new instance.
5555
# @param document The document.
56-
# @param range_start_identifier The range start identifier.
56+
# @param range_start_identifier The range start identifier. Identifier examples: id0.0.0, page0.
5757
# @param document_parameters Parameters of a new document.
58-
# @param range_end_identifier The range end identifier.
58+
# @param range_end_identifier The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
5959
# @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
6060
# @param password Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don't recommend to use the parameter to pass a plain password for direct call of API.
6161
# @param encrypted_password Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.

lib/aspose_words_cloud/models/requests/save_as_range_request.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ class SaveAsRangeRequest
3232
# The filename of the input document.
3333
attr_accessor :name
3434

35-
# The range start identifier.
35+
# The range start identifier. Identifier examples: id0.0.0, page0.
3636
attr_accessor :range_start_identifier
3737

3838
# Parameters of a new document.
3939
attr_accessor :document_parameters
4040

41-
# The range end identifier.
41+
# The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
4242
attr_accessor :range_end_identifier
4343

4444
# Original document folder.
@@ -59,9 +59,9 @@ class SaveAsRangeRequest
5959
#
6060
# Initializes a new instance.
6161
# @param name The filename of the input document.
62-
# @param range_start_identifier The range start identifier.
62+
# @param range_start_identifier The range start identifier. Identifier examples: id0.0.0, page0.
6363
# @param document_parameters Parameters of a new document.
64-
# @param range_end_identifier The range end identifier.
64+
# @param range_end_identifier The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
6565
# @param folder Original document folder.
6666
# @param storage Original document storage.
6767
# @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.

lib/aspose_words_cloud/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
# ------------------------------------------------------------------------------------
2525

2626
module AsposeWordsCloud
27-
VERSION = "23.2".freeze
27+
VERSION = "23.3".freeze
2828
end

0 commit comments

Comments
 (0)