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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,15 @@ This repository contains Aspose.Words Cloud SDK for Swift source code. This SDK
13
13
* Watermarks and protection
14
14
* Full read & write access to Document Object Model, including sections, paragraphs, text, images, tables, headers/footers and many others
15
15
16
+
## Enhancements in Version 24.5
17
+
18
+
- Added the support of multistorage operations. Saving a file as a result of an operation can be performed in a specific storage, when, used file path in the next format '@storage:path/to/file.doc'.
19
+
20
+
16
21
## Enhancements in Version 24.4
17
22
18
23
- Added the 'MergeWithNext' method to merge a section with the next one.
24
+
- Added the 'LockAspectRatio' propperty for DrawingObjectInsert and DrawingObjectUpdate methods.
19
25
20
26
21
27
## Enhancements in Version 24.3
@@ -330,7 +336,7 @@ Add link to this repository as dependency to your Package.swift:
330
336
331
337
dependencies: [
332
338
// Dependencies declare other packages that this package depends on.
0 commit comments