You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/aspose_words_cloud/models/requests/accept_all_revisions_online_request.rb
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,9 @@ class AcceptAllRevisionsOnlineRequest
41
41
# Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.
42
42
attr_accessor:encrypted_password
43
43
44
+
# The value indicates whether OpenType support is on.
45
+
attr_accessor:open_type_support
46
+
44
47
# Result path of the document after the operation. If this parameter is omitted then result of the operation will be saved as the source document.
45
48
attr_accessor:dest_file_name
46
49
@@ -50,13 +53,15 @@ class AcceptAllRevisionsOnlineRequest
50
53
# @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
51
54
# @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.
52
55
# @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.
56
+
# @param open_type_support The value indicates whether OpenType support is on.
53
57
# @param dest_file_name Result path of the document after the operation. If this parameter is omitted then result of the operation will be saved as the source document.
Copy file name to clipboardExpand all lines: lib/aspose_words_cloud/models/requests/accept_all_revisions_request.rb
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,9 @@ class AcceptAllRevisionsRequest
47
47
# Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.
48
48
attr_accessor:encrypted_password
49
49
50
+
# The value indicates whether OpenType support is on.
51
+
attr_accessor:open_type_support
52
+
50
53
# Result path of the document after the operation. If this parameter is omitted then result of the operation will be saved as the source document.
51
54
attr_accessor:dest_file_name
52
55
@@ -58,15 +61,17 @@ class AcceptAllRevisionsRequest
58
61
# @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
59
62
# @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
63
# @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.
64
+
# @param open_type_support The value indicates whether OpenType support is on.
61
65
# @param dest_file_name Result path of the document after the operation. If this parameter is omitted then result of the operation will be saved as the source document.
Copy file name to clipboardExpand all lines: lib/aspose_words_cloud/models/requests/append_document_online_request.rb
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,9 @@ class AppendDocumentOnlineRequest
44
44
# Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.
45
45
attr_accessor:encrypted_password
46
46
47
+
# The value indicates whether OpenType support is on.
48
+
attr_accessor:open_type_support
49
+
47
50
# Result path of the document after the operation. If this parameter is omitted then result of the operation will be saved as the source document.
48
51
attr_accessor:dest_file_name
49
52
@@ -60,16 +63,18 @@ class AppendDocumentOnlineRequest
60
63
# @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
61
64
# @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.
62
65
# @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.
66
+
# @param open_type_support The value indicates whether OpenType support is on.
63
67
# @param dest_file_name Result path of the document after the operation. If this parameter is omitted then result of the operation will be saved as the source document.
64
68
# @param revision_author Initials of the author to use for revisions.If you set this parameter and then make some changes to the document programmatically, save the document and later open the document in MS Word you will see these changes as revisions.
65
69
# @param revision_date_time The date and time to use for revisions.
Copy file name to clipboardExpand all lines: lib/aspose_words_cloud/models/requests/append_document_request.rb
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,9 @@ class AppendDocumentRequest
50
50
# Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.
51
51
attr_accessor:encrypted_password
52
52
53
+
# The value indicates whether OpenType support is on.
54
+
attr_accessor:open_type_support
55
+
53
56
# Result path of the document after the operation. If this parameter is omitted then result of the operation will be saved as the source document.
54
57
attr_accessor:dest_file_name
55
58
@@ -68,18 +71,20 @@ class AppendDocumentRequest
68
71
# @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
69
72
# @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.
70
73
# @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.
74
+
# @param open_type_support The value indicates whether OpenType support is on.
71
75
# @param dest_file_name Result path of the document after the operation. If this parameter is omitted then result of the operation will be saved as the source document.
72
76
# @param revision_author Initials of the author to use for revisions.If you set this parameter and then make some changes to the document programmatically, save the document and later open the document in MS Word you will see these changes as revisions.
73
77
# @param revision_date_time The date and time to use for revisions.
0 commit comments