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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,19 @@ 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 22.6
20
+
21
+
- Added 'DeleteBookmark' and 'DeleteBookmarkOnline' API methods for delete bookmarks by name from the document.
22
+
- Added 'DeleteBookmarks' and 'DeleteBookmarksOnline' API methods for delete all bookmarks from the document.
23
+
- Added 'InsertBookmark' and 'InsertBookmarkOnline' API methods for create new bookmarks in the document.
24
+
- Support all save formats for 'CreateDocument' operation.
"""Gets the export_shapes_as_svg of this EpubSaveOptionsData. # noqa: E501
1150
-
1151
-
Gets or sets the flag, that controls whether Aspose.Words.Drawing.Shape nodes are converted to SVG images when saving to HTML, MHTML or EPUB. Default value is false. # noqa: E501
1152
-
1153
-
:return: The export_shapes_as_svg of this EpubSaveOptionsData. # noqa: E501
"""Sets the export_shapes_as_svg of this EpubSaveOptionsData.
1161
-
1162
-
Gets or sets the flag, that controls whether Aspose.Words.Drawing.Shape nodes are converted to SVG images when saving to HTML, MHTML or EPUB. Default value is false. # noqa: E501
1163
-
1164
-
:param export_shapes_as_svg: The export_shapes_as_svg of this EpubSaveOptionsData. # noqa: E501
1165
-
:type: bool
1166
-
"""
1167
-
self._export_shapes_as_svg=export_shapes_as_svg
1168
-
1169
-
@property
1170
-
defexport_text_box_as_svg(self):
1171
-
"""Gets the export_text_box_as_svg of this EpubSaveOptionsData. # noqa: E501
1172
-
1173
-
Gets or sets the flag, that controls how textboxes represented by Aspose.Words.Drawing.Shape are saved to HTML, MHTML or EPUB. The default value is false. When set to true, exports textboxes as inline "svg" elements. When false, exports as "image" elements. # noqa: E501
1174
-
1175
-
:return: The export_text_box_as_svg of this EpubSaveOptionsData. # noqa: E501
"""Sets the export_text_box_as_svg of this EpubSaveOptionsData.
1183
-
1184
-
Gets or sets the flag, that controls how textboxes represented by Aspose.Words.Drawing.Shape are saved to HTML, MHTML or EPUB. The default value is false. When set to true, exports textboxes as inline "svg" elements. When false, exports as "image" elements. # noqa: E501
1185
-
1186
-
:param export_text_box_as_svg: The export_text_box_as_svg of this EpubSaveOptionsData. # noqa: E501
0 commit comments