Skip to content

Commit 5cc8100

Browse files
1005357-Changes added
1 parent a2afedd commit 5cc8100

File tree

4 files changed

+0
-5
lines changed
  • Bookmarks/Replace-content-with-document-part/.NET/Replace-content-with-document-part
  • Find-and-Replace/Replace-misspelled-word/.NET/Replace-misspelled-word
  • Security/Encrypt-Word-document-with-password/.NET/Encrypt-Word-document-with-password
  • Word-document/Merge-documents-in-new-page/.NET/Merge-documents-in-new-page

4 files changed

+0
-5
lines changed

Bookmarks/Replace-content-with-document-part/.NET/Replace-content-with-document-part/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using Syncfusion.DocIO;
22
using Syncfusion.DocIO.DLS;
3-
using Syncfusion.Drawing;
43
using System.IO;
54

65
namespace Replace_content_with_document_part

Find-and-Replace/Replace-misspelled-word/.NET/Replace-misspelled-word/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using Syncfusion.DocIO;
22
using Syncfusion.DocIO.DLS;
3-
using Syncfusion.Drawing;
43
using System.IO;
54

65
namespace Replace_misspelled_word

Security/Encrypt-Word-document-with-password/.NET/Encrypt-Word-document-with-password/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using Syncfusion.DocIO;
22
using Syncfusion.DocIO.DLS;
3-
using System.Data;
43
using System.IO;
54

65
namespace Encrypt_Word_document_with_password

Word-document/Merge-documents-in-new-page/.NET/Merge-documents-in-new-page/Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
using Syncfusion.DocIO;
22
using Syncfusion.DocIO.DLS;
3-
using Syncfusion.Office;
4-
using System;
53
using System.IO;
64

75
namespace Merge_documents_in_new_page

0 commit comments

Comments
 (0)