From b8a18a27dd4a155b1d35fa9e6ae0ddec292b349a Mon Sep 17 00:00:00 2001 From: "AzureAD\\AntoNihilSahayaRaj" Date: Tue, 26 Mar 2024 08:51:13 +0530 Subject: [PATCH] ES-877994 Moved the helper file in .NET MAUI in DocIO --- .../DocIO/Open-and-save-Word-document-in-MAUI.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/File-Formats/DocIO/Open-and-save-Word-document-in-MAUI.md b/File-Formats/DocIO/Open-and-save-Word-document-in-MAUI.md index 014c6aefc..5f75e0bb2 100644 --- a/File-Formats/DocIO/Open-and-save-Word-document-in-MAUI.md +++ b/File-Formats/DocIO/Open-and-save-Word-document-in-MAUI.md @@ -135,7 +135,7 @@ Refer the helper files to be added into the mentioned project. These helper file .NET MAUI Project - [SaveService.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Read-and-Save-document/Open-and-save-Word-document/.NET-MAUI/Open-and-save-Word-document/SaveServices/SaveService.cs) + {{'[SaveService.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Services/SaveService.cs)' | markdownify}} Represent the base class for save operation. @@ -145,7 +145,7 @@ Refer the helper files to be added into the mentioned project. These helper file Windows - [SaveWindows.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Read-and-Save-document/Open-and-save-Word-document/.NET-MAUI/Open-and-save-Word-document/Platforms/Windows/SaveWindows.cs) + {{'[SaveWindows.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/Windows/SaveWindows.cs)' | markdownify}} Save implementation for Windows. @@ -155,7 +155,7 @@ Refer the helper files to be added into the mentioned project. These helper file Android - [SaveAndroid.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Read-and-Save-document/Open-and-save-Word-document/.NET-MAUI/Open-and-save-Word-document/Platforms/Android/SaveAndroid.cs) + {{'[SaveAndroid.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/Android/SaveAndroid.cs)' | markdownify}} Save implementation for Android device. @@ -165,7 +165,7 @@ Refer the helper files to be added into the mentioned project. These helper file Mac Catalyst - [SaveMac.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Read-and-Save-document/Open-and-save-Word-document/.NET-MAUI/Open-and-save-Word-document/Platforms/MacCatalyst/SaveMac.cs) + {{'[SaveMac.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/MacCatalyst/SaveMac.cs)' | markdownify}} Save implementation for Mac Catalyst device. @@ -175,7 +175,7 @@ Refer the helper files to be added into the mentioned project. These helper file iOS - [SaveIOS.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Read-and-Save-document/Open-and-save-Word-document/.NET-MAUI/Open-and-save-Word-document/Platforms/iOS/SaveIOS.cs) + {{'[SaveIOS.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/iOS/SaveIOS.cs)' | markdownify}} Save implementation for iOS device @@ -183,7 +183,8 @@ Refer the helper files to be added into the mentioned project. These helper file - [PreviewControllerDS.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Read-and-Save-document/Open-and-save-Word-document/.NET-MAUI/Open-and-save-Word-document/Platforms/iOS/PreviewControllerDS.cs)
[QLPreviewItemFileSystem.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Read-and-Save-document/Open-and-save-Word-document/.NET-MAUI/Open-and-save-Word-document/Platforms/iOS/QLPreviewItemFileSystem.cs) + {{'[PreviewControllerDS.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/iOS/PreviewControllerDS.cs)' | markdownify}} +
{{'[QLPreviewItemFileSystem.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/iOS/QLPreviewItemFileSystem.cs)' | markdownify}} Helper classes for viewing the Word document in iOS device