Skip to content

Commit aeac9ee

Browse files
Merge pull request #1996 from syncfusion-content/ES-877994-Revamp-helper-files-in-UGLinkHF
ES-877994 Moved the helper file in .NET MAUI in DocIO
2 parents 07245c0 + 241e2cf commit aeac9ee

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

File-Formats/DocIO/Create-Word-document-in-MAUI.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Refer the helper files to be added into the mentioned project. These helper file
324324
.NET MAUI Project
325325
</td>
326326
<td>
327-
[SaveService.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Services/SaveService.cs)
327+
{{'[SaveService.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Services/SaveService.cs)' | markdownify}}
328328
</td>
329329
<td>Represent the base class for save operation.
330330
</td>
@@ -334,7 +334,7 @@ Refer the helper files to be added into the mentioned project. These helper file
334334
Windows
335335
</td>
336336
<td>
337-
[SaveWindows.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/Windows/SaveWindows.cs)
337+
{{'[SaveWindows.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/Windows/SaveWindows.cs)' | markdownify}}
338338
</td>
339339
<td>Save implementation for Windows.
340340
</td>
@@ -344,8 +344,8 @@ Refer the helper files to be added into the mentioned project. These helper file
344344
Android
345345
</td>
346346
<td>
347-
[SaveAndroid.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/Android/SaveAndroid.cs)
348-
</td>
347+
{{'[SaveAndroid.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/Android/SaveAndroid.cs)' | markdownify}}
348+
</td>
349349
<td>Save implementation for Android device.
350350
</td>
351351
</tr>
@@ -354,8 +354,8 @@ Refer the helper files to be added into the mentioned project. These helper file
354354
Mac Catalyst
355355
</td>
356356
<td>
357-
[SaveMac.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/MacCatalyst/SaveMac.cs)
358-
</td>
357+
{{'[SaveMac.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/MacCatalyst/SaveMac.cs)' | markdownify}}
358+
</td>
359359
<td>Save implementation for Mac Catalyst device.
360360
</td>
361361
</tr>
@@ -364,15 +364,16 @@ Refer the helper files to be added into the mentioned project. These helper file
364364
iOS
365365
</td>
366366
<td>
367-
[SaveIOS.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/iOS/SaveIOS.cs)
367+
{{'[SaveIOS.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/iOS/SaveIOS.cs)' | markdownify}}
368368
</td>
369369
<td>
370370
Save implementation for iOS device
371371
</td>
372372
</tr>
373373
<tr>
374374
<td>
375-
[PreviewControllerDS.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/iOS/PreviewControllerDS.cs)<br/>[QLPreviewItemFileSystem.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/iOS/QLPreviewItemFileSystem.cs)
375+
{{'[PreviewControllerDS.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/iOS/PreviewControllerDS.cs)' | markdownify}}
376+
<br/>{{'[QLPreviewItemFileSystem.cs](https://github.com/SyncfusionExamples/DocIO-Examples/blob/main/Getting-Started/.NET-MAUI/Create-Word-document/Platforms/iOS/QLPreviewItemFileSystem.cs)' | markdownify}}
376377
</td>
377378
<td>
378379
Helper classes for viewing the <b>Word document</b> in iOS device

0 commit comments

Comments
 (0)