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: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,12 @@ Python Cloud SDK wraps Aspose.Words Cloud API so you could seamlessly integrate
16
16
-[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.
17
17
- Convert an encrypted PDF document into Word document format.
18
18
19
+
## Enhancements in Version 24.12
20
+
21
+
- Added 'RenderChoiceFormFieldBorder' property for PdfSaveOptionsData class.
22
+
- Added 'ApplySuperscript' property for ReplaceTextParameters class.
23
+
24
+
19
25
## Enhancements in Version 24.11
20
26
21
27
- Added GetAllRevisions method to obtain all available revisions in document.
"""Gets the render_choice_form_field_border of this PdfSaveOptionsData. # noqa: E501
1301
+
1302
+
Gets or sets a value indicating whether to render PDF choice form field border. PDF choice form fields are used for export of SDT Combo Box Content Control, SDT Drop-Down List Content Control and legacy Drop-Down Form Field when PreserveFormFields option is enabled.The default value is true. # noqa: E501
1303
+
1304
+
:return: The render_choice_form_field_border of this PdfSaveOptionsData. # noqa: E501
"""Sets the render_choice_form_field_border of this PdfSaveOptionsData.
1312
+
1313
+
Gets or sets a value indicating whether to render PDF choice form field border. PDF choice form fields are used for export of SDT Combo Box Content Control, SDT Drop-Down List Content Control and legacy Drop-Down Form Field when PreserveFormFields option is enabled.The default value is true. # noqa: E501
1314
+
1315
+
:param render_choice_form_field_border: The render_choice_form_field_border of this PdfSaveOptionsData. # noqa: E501
0 commit comments