|
1 | 1 | /* |
2 | 2 | * -------------------------------------------------------------------------------- |
3 | 3 | * <copyright company="Aspose" file="ObjectSerializer.swift"> |
4 | | - * Copyright (c) 2023 Aspose.Words for Cloud |
| 4 | + * Copyright (c) 2024 Aspose.Words for Cloud |
5 | 5 | * </copyright> |
6 | 6 | * <summary> |
7 | 7 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
@@ -183,7 +183,6 @@ class ObjectSerializer { |
183 | 183 | "MetafileRenderingOptionsData, _": MetafileRenderingOptionsData.self, |
184 | 184 | "MhtmlSaveOptionsData, _": MhtmlSaveOptionsData.self, |
185 | 185 | "ModificationOperationResult, _": ModificationOperationResult.self, |
186 | | - "NewDocumentPosition, _": NewDocumentPosition.self, |
187 | 186 | "NodeLink, _": NodeLink.self, |
188 | 187 | "OdtSaveOptionsData, _": OdtSaveOptionsData.self, |
189 | 188 | "OfficeMathLink, _": OfficeMathLink.self, |
@@ -214,6 +213,9 @@ class ObjectSerializer { |
214 | 213 | "PdfPermissions, _": nil, |
215 | 214 | "PdfSaveOptionsData, _": PdfSaveOptionsData.self, |
216 | 215 | "PngSaveOptionsData, _": PngSaveOptionsData.self, |
| 216 | + "PositionAfterNode, _": PositionAfterNode.self, |
| 217 | + "PositionBeforeNode, _": PositionBeforeNode.self, |
| 218 | + "PositionInsideNode, _": PositionInsideNode.self, |
217 | 219 | "PreferredWidth, _": PreferredWidth.self, |
218 | 220 | "ProtectionData, _": ProtectionData.self, |
219 | 221 | "ProtectionDataResponse, _": ProtectionDataResponse.self, |
|
0 commit comments