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 21.3
20
+
21
+
- Added 'UpdateCreatedTimeProperty' save option
22
+
- Added Tables into HeaderFooter so it's possible to address paragraphs inside table which is located in headerfooter (sections/0/headersfooters/1/tables/0/rows/0/cells/0/paragraphs/0)
"""Gets the update_created_time_property of this BmpSaveOptionsData. # noqa: E501
360
+
361
+
Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving. Default value is false. # noqa: E501
362
+
363
+
:return: The update_created_time_property of this BmpSaveOptionsData. # noqa: E501
"""Sets the update_created_time_property of this BmpSaveOptionsData.
371
+
372
+
Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving. Default value is false. # noqa: E501
373
+
374
+
:param update_created_time_property: The update_created_time_property of this BmpSaveOptionsData. # noqa: E501
"""Gets the update_created_time_property of this DocSaveOptionsData. # noqa: E501
280
+
281
+
Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving. Default value is false. # noqa: E501
282
+
283
+
:return: The update_created_time_property of this DocSaveOptionsData. # noqa: E501
"""Sets the update_created_time_property of this DocSaveOptionsData.
291
+
292
+
Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving. Default value is false. # noqa: E501
293
+
294
+
:param update_created_time_property: The update_created_time_property of this DocSaveOptionsData. # noqa: E501
"""Gets the update_created_time_property of this EmfSaveOptionsData. # noqa: E501
360
+
361
+
Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving. Default value is false. # noqa: E501
362
+
363
+
:return: The update_created_time_property of this EmfSaveOptionsData. # noqa: E501
"""Sets the update_created_time_property of this EmfSaveOptionsData.
371
+
372
+
Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving. Default value is false. # noqa: E501
373
+
374
+
:param update_created_time_property: The update_created_time_property of this EmfSaveOptionsData. # noqa: E501
0 commit comments