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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,11 @@ This repository contains Aspose.Words Cloud SDK for Swift source code. This SDK
15
15
16
16
## Enhancements in Version 22.10
17
17
18
+
- Added 'CacheHeaderFooterShapes' property for PdfSaveOptionsData class.
18
19
- FileReference structure has been added that allows to determine how the document will be accessed: from the remote storage, or loaded directly in the request.
19
20
- The 'AppendDocument' and 'AppendDocumentOnline' methods takes a 'FileReference' instead of an 'href' property.
21
+
- Added property 'StartingNumber' for 'PageNumbers' class.
22
+
- Added property 'GlobalCultureName' for 'FieldOptions' class.
20
23
21
24
22
25
## Enhancements in Version 22.9
@@ -240,7 +243,7 @@ Add link to this repository as dependency to your Package.swift:
240
243
241
244
dependencies: [
242
245
// Dependencies declare other packages that this package depends on.
@@ -416,18 +399,6 @@ public class SaveOptionsData : Codable, WordsApiModel {
416
399
}
417
400
418
401
419
-
// Sets flatOpcXmlMappingOnly. Gets or sets value determining which document formats are allowed to be mapped by Aspose.Words.Markup.StructuredDocumentTag.XmlMapping. By default only Aspose.Words.LoadFormat.FlatOpc document format is allowed to be mapped.
// Gets flatOpcXmlMappingOnly. Gets or sets value determining which document formats are allowed to be mapped by Aspose.Words.Markup.StructuredDocumentTag.XmlMapping. By default only Aspose.Words.LoadFormat.FlatOpc document format is allowed to be mapped.
426
-
publicfunc getFlatOpcXmlMappingOnly()->Bool?{
427
-
returnself.flatOpcXmlMappingOnly;
428
-
}
429
-
430
-
431
402
// Sets imlRenderingMode. Gets or sets the value determining how ink (InkML) objects are rendered.
0 commit comments