Skip to content

Commit aab92cf

Browse files
author
evgeny.ivanov
committed
SDK regenerated by CI server [ci skip]
1 parent d2e536b commit aab92cf

File tree

361 files changed

+3734
-3734
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

361 files changed

+3734
-3734
lines changed

asposewordscloud/apis/words_api.py

Lines changed: 637 additions & 637 deletions
Large diffs are not rendered by default.

asposewordscloud/models/api_error.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def __init__(self, code=None, date_time=None, description=None, inner_error=None
8282
def code(self):
8383
"""Gets the code of this ApiError. # noqa: E501
8484
85-
Gets or sets api error code. # noqa: E501
85+
Gets or sets the API error code. # noqa: E501
8686
8787
:return: The code of this ApiError. # noqa: E501
8888
:rtype: str
@@ -93,7 +93,7 @@ def code(self):
9393
def code(self, code):
9494
"""Sets the code of this ApiError.
9595
96-
Gets or sets api error code. # noqa: E501
96+
Gets or sets the API error code. # noqa: E501
9797
9898
:param code: The code of this ApiError. # noqa: E501
9999
:type: str
@@ -104,7 +104,7 @@ def code(self, code):
104104
def date_time(self):
105105
"""Gets the date_time of this ApiError. # noqa: E501
106106
107-
Gets or sets server datetime. # noqa: E501
107+
Gets or sets the server DateTime. # noqa: E501
108108
109109
:return: The date_time of this ApiError. # noqa: E501
110110
:rtype: datetime
@@ -115,7 +115,7 @@ def date_time(self):
115115
def date_time(self, date_time):
116116
"""Sets the date_time of this ApiError.
117117
118-
Gets or sets server datetime. # noqa: E501
118+
Gets or sets the server DateTime. # noqa: E501
119119
120120
:param date_time: The date_time of this ApiError. # noqa: E501
121121
:type: datetime
@@ -126,7 +126,7 @@ def date_time(self, date_time):
126126
def description(self):
127127
"""Gets the description of this ApiError. # noqa: E501
128128
129-
Gets or sets error description. # noqa: E501
129+
Gets or sets the error description. # noqa: E501
130130
131131
:return: The description of this ApiError. # noqa: E501
132132
:rtype: str
@@ -137,7 +137,7 @@ def description(self):
137137
def description(self, description):
138138
"""Sets the description of this ApiError.
139139
140-
Gets or sets error description. # noqa: E501
140+
Gets or sets the error description. # noqa: E501
141141
142142
:param description: The description of this ApiError. # noqa: E501
143143
:type: str
@@ -148,7 +148,7 @@ def description(self, description):
148148
def inner_error(self):
149149
"""Gets the inner_error of this ApiError. # noqa: E501
150150
151-
Gets or sets inner error. # noqa: E501
151+
Gets or sets the inner error. # noqa: E501
152152
153153
:return: The inner_error of this ApiError. # noqa: E501
154154
:rtype: ApiError
@@ -159,7 +159,7 @@ def inner_error(self):
159159
def inner_error(self, inner_error):
160160
"""Sets the inner_error of this ApiError.
161161
162-
Gets or sets inner error. # noqa: E501
162+
Gets or sets the inner error. # noqa: E501
163163
164164
:param inner_error: The inner_error of this ApiError. # noqa: E501
165165
:type: ApiError
@@ -170,7 +170,7 @@ def inner_error(self, inner_error):
170170
def message(self):
171171
"""Gets the message of this ApiError. # noqa: E501
172172
173-
Gets or sets error message. # noqa: E501
173+
Gets or sets the error message. # noqa: E501
174174
175175
:return: The message of this ApiError. # noqa: E501
176176
:rtype: str
@@ -181,7 +181,7 @@ def message(self):
181181
def message(self, message):
182182
"""Sets the message of this ApiError.
183183
184-
Gets or sets error message. # noqa: E501
184+
Gets or sets the error message. # noqa: E501
185185
186186
:param message: The message of this ApiError. # noqa: E501
187187
:type: str

asposewordscloud/models/available_fonts_response.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333
class AvailableFontsResponse(object):
34-
"""The list of fonts, available for document processing.
34+
"""The REST response with data on system, additional and custom fonts, available for document processing.
3535
"""
3636

3737
"""
@@ -77,7 +77,7 @@ def __init__(self, request_id=None, additional_fonts=None, custom_fonts=None, sy
7777
def request_id(self):
7878
"""Gets the request_id of this AvailableFontsResponse. # noqa: E501
7979
80-
Gets or sets request Id. # noqa: E501
80+
Gets or sets the request Id. # noqa: E501
8181
8282
:return: The request_id of this AvailableFontsResponse. # noqa: E501
8383
:rtype: str
@@ -88,7 +88,7 @@ def request_id(self):
8888
def request_id(self, request_id):
8989
"""Sets the request_id of this AvailableFontsResponse.
9090
91-
Gets or sets request Id. # noqa: E501
91+
Gets or sets the request Id. # noqa: E501
9292
9393
:param request_id: The request_id of this AvailableFontsResponse. # noqa: E501
9494
:type: str
@@ -99,7 +99,7 @@ def request_id(self, request_id):
9999
def additional_fonts(self):
100100
"""Gets the additional_fonts of this AvailableFontsResponse. # noqa: E501
101101
102-
Gets or sets the list of addititional fonts, provided by aspose team. # noqa: E501
102+
Gets or sets the list of additional fonts, provided by Aspose team. # noqa: E501
103103
104104
:return: The additional_fonts of this AvailableFontsResponse. # noqa: E501
105105
:rtype: list[FontInfo]
@@ -110,7 +110,7 @@ def additional_fonts(self):
110110
def additional_fonts(self, additional_fonts):
111111
"""Sets the additional_fonts of this AvailableFontsResponse.
112112
113-
Gets or sets the list of addititional fonts, provided by aspose team. # noqa: E501
113+
Gets or sets the list of additional fonts, provided by Aspose team. # noqa: E501
114114
115115
:param additional_fonts: The additional_fonts of this AvailableFontsResponse. # noqa: E501
116116
:type: list[FontInfo]
@@ -121,7 +121,7 @@ def additional_fonts(self, additional_fonts):
121121
def custom_fonts(self):
122122
"""Gets the custom_fonts of this AvailableFontsResponse. # noqa: E501
123123
124-
Gets or sets custom user fonts (from user file storage). To use them, you should specify "fontsLocation" parameter in any request. # noqa: E501
124+
Gets or sets the list of custom user fonts from user cloud storage. To use them, you should specify "fontsLocation" parameter in any request. # noqa: E501
125125
126126
:return: The custom_fonts of this AvailableFontsResponse. # noqa: E501
127127
:rtype: list[FontInfo]
@@ -132,7 +132,7 @@ def custom_fonts(self):
132132
def custom_fonts(self, custom_fonts):
133133
"""Sets the custom_fonts of this AvailableFontsResponse.
134134
135-
Gets or sets custom user fonts (from user file storage). To use them, you should specify "fontsLocation" parameter in any request. # noqa: E501
135+
Gets or sets the list of custom user fonts from user cloud storage. To use them, you should specify "fontsLocation" parameter in any request. # noqa: E501
136136
137137
:param custom_fonts: The custom_fonts of this AvailableFontsResponse. # noqa: E501
138138
:type: list[FontInfo]
@@ -143,7 +143,7 @@ def custom_fonts(self, custom_fonts):
143143
def system_fonts(self):
144144
"""Gets the system_fonts of this AvailableFontsResponse. # noqa: E501
145145
146-
Gets or sets the list of system fonts, availiable on the server. # noqa: E501
146+
Gets or sets the list of system fonts, available on the server. # noqa: E501
147147
148148
:return: The system_fonts of this AvailableFontsResponse. # noqa: E501
149149
:rtype: list[FontInfo]
@@ -154,7 +154,7 @@ def system_fonts(self):
154154
def system_fonts(self, system_fonts):
155155
"""Sets the system_fonts of this AvailableFontsResponse.
156156
157-
Gets or sets the list of system fonts, availiable on the server. # noqa: E501
157+
Gets or sets the list of system fonts, available on the server. # noqa: E501
158158
159159
:param system_fonts: The system_fonts of this AvailableFontsResponse. # noqa: E501
160160
:type: list[FontInfo]

0 commit comments

Comments
 (0)