aspose_words_cloud 23.2.0 → 23.3.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: 21c2b575c7d2ad2c8b72fde5c54869f33fa949c01e5c2e3f0f8a20bfc0c5de75
4
- data.tar.gz: 94b428e7e8e80dd8d10eab523947f638b5b46fc36671232404bb1dbc20d54f63
3
+ metadata.gz: 78b7dfbb0191be4f722b2abc2db855973e16863114a48b4cb8b7c0aa4aa15926
4
+ data.tar.gz: f49efb09305f290f30d3668e9173ba10fdd76ff3ef5e05a31cd905e6ac8958ba
5
5
  SHA512:
6
- metadata.gz: 3fc1d64f608adcce21eca489ae19422a10de97cbda56f6e9f0451fc5ee34d6e9ac43160bece64047d6f43bb2ea7542fb283ef88bbebc8a55e063b211405c401a
7
- data.tar.gz: 20c1cf596db444692ec7171c5aa8d19d175e65c0f1a5950c3420b7ede00fe5dbe9e95521b530f200ad6e13ba627268e9a888a6cf84f6b133d609e6f5fde87389
6
+ metadata.gz: 6c2dee99a2e73fcd394a9cb8cc33a5889b4f451665657439524ebcf092e8010cdbea430c807b17a39babdf0b7dc734e62b2cdfc30d18074183a141a65fd26099
7
+ data.tar.gz: 02faeb4dfdbb183f0d005ea3172438bc23547b5e0832d3446f2ad4edbcc65d996280e9a9c5c73dd36afac5be21555668e29079f65c27447a37886f87cb573769
@@ -32,10 +32,10 @@ module AsposeWordsCloud
32
32
  # The document.
33
33
  attr_accessor :document
34
34
 
35
- # The range start identifier.
35
+ # The range start identifier. Identifier examples: id0.0.0, page0.
36
36
  attr_accessor :range_start_identifier
37
37
 
38
- # The range end identifier.
38
+ # The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
39
39
  attr_accessor :range_end_identifier
40
40
 
41
41
  # Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
@@ -50,8 +50,8 @@ module AsposeWordsCloud
50
50
  #
51
51
  # Initializes a new instance.
52
52
  # @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.
55
55
  # @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
56
56
  # @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.
57
57
  # @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.
@@ -32,10 +32,10 @@ module AsposeWordsCloud
32
32
  # The filename of the input document.
33
33
  attr_accessor :name
34
34
 
35
- # The range start identifier.
35
+ # The range start identifier. Identifier examples: id0.0.0, page0.
36
36
  attr_accessor :range_start_identifier
37
37
 
38
- # The range end identifier.
38
+ # The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
39
39
  attr_accessor :range_end_identifier
40
40
 
41
41
  # Original document folder.
@@ -56,8 +56,8 @@ module AsposeWordsCloud
56
56
  #
57
57
  # Initializes a new instance.
58
58
  # @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.
61
61
  # @param folder Original document folder.
62
62
  # @param storage Original document storage.
63
63
  # @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
@@ -32,10 +32,10 @@ module AsposeWordsCloud
32
32
  # The document.
33
33
  attr_accessor :document
34
34
 
35
- # The range start identifier.
35
+ # The range start identifier. Identifier examples: id0.0.0, page0.
36
36
  attr_accessor :range_start_identifier
37
37
 
38
- # The range end identifier.
38
+ # The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
39
39
  attr_accessor :range_end_identifier
40
40
 
41
41
  # Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
@@ -53,8 +53,8 @@ module AsposeWordsCloud
53
53
  #
54
54
  # Initializes a new instance.
55
55
  # @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.
58
58
  # @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
59
59
  # @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.
60
60
  # @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.
@@ -32,10 +32,10 @@ module AsposeWordsCloud
32
32
  # The filename of the input document.
33
33
  attr_accessor :name
34
34
 
35
- # The range start identifier.
35
+ # The range start identifier. Identifier examples: id0.0.0, page0.
36
36
  attr_accessor :range_start_identifier
37
37
 
38
- # The range end identifier.
38
+ # The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
39
39
  attr_accessor :range_end_identifier
40
40
 
41
41
  # Original document folder.
@@ -59,8 +59,8 @@ module AsposeWordsCloud
59
59
  #
60
60
  # Initializes a new instance.
61
61
  # @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.
64
64
  # @param folder Original document folder.
65
65
  # @param storage Original document storage.
66
66
  # @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
@@ -32,13 +32,13 @@ module AsposeWordsCloud
32
32
  # The document.
33
33
  attr_accessor :document
34
34
 
35
- # The range start identifier.
35
+ # The range start identifier. Identifier examples: id0.0.0, page0.
36
36
  attr_accessor :range_start_identifier
37
37
 
38
38
  # Model with text for replacement.
39
39
  attr_accessor :range_text
40
40
 
41
- # The range end identifier.
41
+ # The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
42
42
  attr_accessor :range_end_identifier
43
43
 
44
44
  # Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
@@ -56,9 +56,9 @@ module AsposeWordsCloud
56
56
  #
57
57
  # Initializes a new instance.
58
58
  # @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.
60
60
  # @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.
62
62
  # @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
63
63
  # @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.
64
64
  # @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.
@@ -32,13 +32,13 @@ module AsposeWordsCloud
32
32
  # The filename of the input document.
33
33
  attr_accessor :name
34
34
 
35
- # The range start identifier.
35
+ # The range start identifier. Identifier examples: id0.0.0, page0.
36
36
  attr_accessor :range_start_identifier
37
37
 
38
38
  # Model with text for replacement.
39
39
  attr_accessor :range_text
40
40
 
41
- # The range end identifier.
41
+ # The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
42
42
  attr_accessor :range_end_identifier
43
43
 
44
44
  # Original document folder.
@@ -62,9 +62,9 @@ module AsposeWordsCloud
62
62
  #
63
63
  # Initializes a new instance.
64
64
  # @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.
66
66
  # @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.
68
68
  # @param folder Original document folder.
69
69
  # @param storage Original document storage.
70
70
  # @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
@@ -32,13 +32,13 @@ module AsposeWordsCloud
32
32
  # The document.
33
33
  attr_accessor :document
34
34
 
35
- # The range start identifier.
35
+ # The range start identifier. Identifier examples: id0.0.0, page0.
36
36
  attr_accessor :range_start_identifier
37
37
 
38
38
  # Parameters of a new document.
39
39
  attr_accessor :document_parameters
40
40
 
41
- # The range end identifier.
41
+ # The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
42
42
  attr_accessor :range_end_identifier
43
43
 
44
44
  # Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
@@ -53,9 +53,9 @@ module AsposeWordsCloud
53
53
  #
54
54
  # Initializes a new instance.
55
55
  # @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.
57
57
  # @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.
59
59
  # @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
60
60
  # @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.
61
61
  # @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.
@@ -32,13 +32,13 @@ module AsposeWordsCloud
32
32
  # The filename of the input document.
33
33
  attr_accessor :name
34
34
 
35
- # The range start identifier.
35
+ # The range start identifier. Identifier examples: id0.0.0, page0.
36
36
  attr_accessor :range_start_identifier
37
37
 
38
38
  # Parameters of a new document.
39
39
  attr_accessor :document_parameters
40
40
 
41
- # The range end identifier.
41
+ # The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
42
42
  attr_accessor :range_end_identifier
43
43
 
44
44
  # Original document folder.
@@ -59,9 +59,9 @@ module AsposeWordsCloud
59
59
  #
60
60
  # Initializes a new instance.
61
61
  # @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.
63
63
  # @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.
65
65
  # @param folder Original document folder.
66
66
  # @param storage Original document storage.
67
67
  # @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
@@ -24,5 +24,5 @@
24
24
  # ------------------------------------------------------------------------------------
25
25
 
26
26
  module AsposeWordsCloud
27
- VERSION = "23.2.0".freeze
27
+ VERSION = "23.3.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: 23.2.0
4
+ version: 23.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - YaroslawEkimov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-09 00:00:00.000000000 Z
11
+ date: 2023-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday