|
1 | 1 | /* |
2 | 2 | * -------------------------------------------------------------------------------- |
3 | 3 | * <copyright company="Aspose" file="aspose_words_cloud.dart"> |
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 |
@@ -174,7 +174,6 @@ export 'src/models/metafile_rendering_options_data.dart'; |
174 | 174 | export 'src/models/mhtml_save_options_data.dart'; |
175 | 175 | export 'src/models/model_base.dart'; |
176 | 176 | export 'src/models/modification_operation_result.dart'; |
177 | | -export 'src/models/new_document_position.dart'; |
178 | 177 | export 'src/models/node_link.dart'; |
179 | 178 | export 'src/models/odt_save_options_data.dart'; |
180 | 179 | export 'src/models/office_math_link.dart'; |
@@ -207,6 +206,10 @@ export 'src/models/pdf_encryption_details_data.dart'; |
207 | 206 | export 'src/models/pdf_permissions.dart'; |
208 | 207 | export 'src/models/pdf_save_options_data.dart'; |
209 | 208 | export 'src/models/png_save_options_data.dart'; |
| 209 | +export 'src/models/position_after_node.dart'; |
| 210 | +export 'src/models/position_before_node.dart'; |
| 211 | +export 'src/models/position_inside_node.dart'; |
| 212 | +export 'src/models/position.dart'; |
210 | 213 | export 'src/models/preferred_width.dart'; |
211 | 214 | export 'src/models/protection_data_response.dart'; |
212 | 215 | export 'src/models/protection_data.dart'; |
|
0 commit comments