Skip to content

Commit 5604064

Browse files
SDK regenerated by CI server [ci skip]
1 parent 8b8f4a4 commit 5604064

File tree

7 files changed

+5
-1565
lines changed

7 files changed

+5
-1565
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ Python Cloud SDK wraps Aspose.Words Cloud API so you could seamlessly integrate
1616
- [Convert a document to desired file format](https://docs.aspose.cloud/display/wordscloud/Convert+Document+to+Destination+Format+with+Detailed+Settings+and+Save+Result+to+Storage) along with detailed settings.
1717
- Convert an encrypted PDF document into Word document format.
1818

19+
## Enhancements in Version 23.9
20+
21+
- Support for class inheritance in responses from the server.
22+
23+
1924
## Enhancements in Version 23.6
2025

2126
- Fix XMLHttpRequest in web applications.

asposewordscloud/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
from asposewordscloud.models.footnotes_response import FootnotesResponse
105105
from asposewordscloud.models.footnotes_stat_data import FootnotesStatData
106106
from asposewordscloud.models.footnote_update import FootnoteUpdate
107-
from asposewordscloud.models.form_field import FormField
108107
from asposewordscloud.models.form_field_checkbox import FormFieldCheckbox
109108
from asposewordscloud.models.form_field_collection import FormFieldCollection
110109
from asposewordscloud.models.form_field_drop_down import FormFieldDropDown
@@ -164,7 +163,6 @@
164163
from asposewordscloud.models.page_stat_data import PageStatData
165164
from asposewordscloud.models.paragraph import Paragraph
166165
from asposewordscloud.models.paragraph_format import ParagraphFormat
167-
from asposewordscloud.models.paragraph_format_base import ParagraphFormatBase
168166
from asposewordscloud.models.paragraph_format_response import ParagraphFormatResponse
169167
from asposewordscloud.models.paragraph_format_update import ParagraphFormatUpdate
170168
from asposewordscloud.models.paragraph_insert import ParagraphInsert
@@ -260,7 +258,6 @@
260258
from asposewordscloud.models.table_row_insert_dto import TableRowInsertDto
261259
from asposewordscloud.models.table_row_response import TableRowResponse
262260
from asposewordscloud.models.tab_stop import TabStop
263-
from asposewordscloud.models.tab_stop_base import TabStopBase
264261
from asposewordscloud.models.tab_stop_insert import TabStopInsert
265262
from asposewordscloud.models.tab_stops_response import TabStopsResponse
266263
from asposewordscloud.models.text_save_options_data import TextSaveOptionsData

asposewordscloud/api_client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ class ApiClient(object):
169169
'FootnotesResponse, _': asposewordscloud.models.FootnotesResponse,
170170
'FootnotesStatData, _': asposewordscloud.models.FootnotesStatData,
171171
'FootnoteUpdate, _': asposewordscloud.models.FootnoteUpdate,
172-
'FormField, _': asposewordscloud.models.FormField,
173172
'FormFieldCheckbox, _': asposewordscloud.models.FormFieldCheckbox,
174173
'FormFieldCollection, _': asposewordscloud.models.FormFieldCollection,
175174
'FormFieldDropDown, _': asposewordscloud.models.FormFieldDropDown,
@@ -229,7 +228,6 @@ class ApiClient(object):
229228
'PageStatData, _': asposewordscloud.models.PageStatData,
230229
'Paragraph, _': asposewordscloud.models.Paragraph,
231230
'ParagraphFormat, _': asposewordscloud.models.ParagraphFormat,
232-
'ParagraphFormatBase, _': asposewordscloud.models.ParagraphFormatBase,
233231
'ParagraphFormatResponse, _': asposewordscloud.models.ParagraphFormatResponse,
234232
'ParagraphFormatUpdate, _': asposewordscloud.models.ParagraphFormatUpdate,
235233
'ParagraphInsert, _': asposewordscloud.models.ParagraphInsert,
@@ -325,7 +323,6 @@ class ApiClient(object):
325323
'TableRowInsertDto, _': asposewordscloud.models.TableRowInsertDto,
326324
'TableRowResponse, _': asposewordscloud.models.TableRowResponse,
327325
'TabStop, _': asposewordscloud.models.TabStop,
328-
'TabStopBase, _': asposewordscloud.models.TabStopBase,
329326
'TabStopInsert, _': asposewordscloud.models.TabStopInsert,
330327
'TabStopsResponse, _': asposewordscloud.models.TabStopsResponse,
331328
'TextSaveOptionsData, _': asposewordscloud.models.TextSaveOptionsData,

asposewordscloud/models/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
from asposewordscloud.models.footnotes_response import FootnotesResponse
100100
from asposewordscloud.models.footnotes_stat_data import FootnotesStatData
101101
from asposewordscloud.models.footnote_update import FootnoteUpdate
102-
from asposewordscloud.models.form_field import FormField
103102
from asposewordscloud.models.form_field_checkbox import FormFieldCheckbox
104103
from asposewordscloud.models.form_field_collection import FormFieldCollection
105104
from asposewordscloud.models.form_field_drop_down import FormFieldDropDown
@@ -159,7 +158,6 @@
159158
from asposewordscloud.models.page_stat_data import PageStatData
160159
from asposewordscloud.models.paragraph import Paragraph
161160
from asposewordscloud.models.paragraph_format import ParagraphFormat
162-
from asposewordscloud.models.paragraph_format_base import ParagraphFormatBase
163161
from asposewordscloud.models.paragraph_format_response import ParagraphFormatResponse
164162
from asposewordscloud.models.paragraph_format_update import ParagraphFormatUpdate
165163
from asposewordscloud.models.paragraph_insert import ParagraphInsert
@@ -255,7 +253,6 @@
255253
from asposewordscloud.models.table_row_insert_dto import TableRowInsertDto
256254
from asposewordscloud.models.table_row_response import TableRowResponse
257255
from asposewordscloud.models.tab_stop import TabStop
258-
from asposewordscloud.models.tab_stop_base import TabStopBase
259256
from asposewordscloud.models.tab_stop_insert import TabStopInsert
260257
from asposewordscloud.models.tab_stops_response import TabStopsResponse
261258
from asposewordscloud.models.text_save_options_data import TextSaveOptionsData

0 commit comments

Comments
 (0)