Skip to content

Commit 1568ff4

Browse files
committed
Updated remaining files
1 parent 36401fc commit 1568ff4

22 files changed

+35
-41
lines changed

Document-Processing/Word/Word-Library/NET/Working-With-Content-Controls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2599,8 +2599,8 @@ N> In the above-mentioned code samples, for Xamarin platforms the document is sa
25992599

26002600
## Online Demo
26012601

2602-
* Explore how to fill a form and protect the content controls in an existing Word document using the .NET Word Library (DocIO) in a live demo [here](https://ej2.syncfusion.com/aspnetcore/word/formfillingandprotection#/bootstrap5).
2603-
* See how to map custom XML parts to content controls in the Word document using the .NET Word Library (DocIO) in a live demo [here](https://ej2.syncfusion.com/aspnetcore/word/xmlmapping#/bootstrap5).
2602+
* Explore how to fill a form and protect the content controls in an existing Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/formfillingandprotection#/tailwind).
2603+
* See how to map custom XML parts to content controls in the Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/xmlmapping#/tailwind).
26042604

26052605

26062606
## See Also

Document-Processing/Word/Word-Library/NET/Working-With-Images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
697697

698698
## Online Demo
699699

700-
* Explore how to insert an image into the Word document using the .NET Word Library (DocIO) in a live demo [here](https://ej2.syncfusion.com/aspnetcore/word/imageinsertion#/bootstrap5).
700+
* Explore how to insert an image into the Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/imageinsertion#/tailwind).
701701

702702
## See Also
703703

Document-Processing/Word/Word-Library/NET/Working-With-OLE-Objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
482482

483483
## Online Demo
484484

485-
* Explore how to insert an OLE Object into the Word document using the .NET Word Library (DocIO) in a live demo [here](https://ej2.syncfusion.com/aspnetcore/word/insertoleobject#/bootstrap5).
485+
* Explore how to insert an OLE Object into the Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/insertoleobject#/tailwind).
486486

487487
## See Also
488488

Document-Processing/Word/Word-Library/NET/Working-with-Bookmarks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,8 +1130,8 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
11301130

11311131
## Online Demo
11321132

1133-
* Explore how to insert bookmarks into the Word document using the .NET Word Library (DocIO) in a live demo [here](https://ej2.syncfusion.com/aspnetcore/word/bookmarks#/bootstrap5).
1134-
* See how to navigate between the bookmarks in a Word document and edit its content using bookmark navigation functionality using the .NET Word Library (DocIO) in a live demo [here](https://ej2.syncfusion.com/aspnetcore/word/bookmarknavigation#/bootstrap5).
1133+
* Explore how to insert bookmarks into the Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/bookmarks#/tailwind).
1134+
* See how to navigate between the bookmarks in a Word document and edit its content using bookmark navigation functionality using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/bookmarknavigation#/tailwind).
11351135

11361136
## See Also
11371137

Document-Processing/Word/Word-Library/NET/Working-with-Charts.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,12 +1582,6 @@ The following chart types are supported in DocIO.
15821582
* [Surface_NoColor_3D](https://support.syncfusion.com/kb/article/12247/how-to-create-wireframe-3d-surface-chart-in-word-document-using-c)
15831583
* [Surface_NoColor_Contour](https://support.syncfusion.com/kb/article/12245/how-to-create-wireframe-contour-surface-chart-in-word-document-using-c)
15841584
* [WaterFall](https://support.syncfusion.com/kb/article/12243/how-to-create-waterfall-chart-in-word-document-using-c)
1585-
* Pareto
1586-
* Histogram
1587-
* Funnel
1588-
* Box_And_Whisker
1589-
* Treemap
1590-
* Sunburst
15911585

15921586
## Online Demo
15931587

Document-Processing/Word/Word-Library/NET/Working-with-Fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1815,7 +1815,7 @@ document.Close()
18151815

18161816
## Online Demo
18171817

1818-
* Explore how to update fields in a Word document using the .NET Word Library (DocIO) in a live demo [here](https://ej2.syncfusion.com/aspnetcore/word/updatefields#/bootstrap5).
1818+
* Explore how to update fields in a Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/updatefields#/tailwind).
18191819

18201820
## See Also
18211821

Document-Processing/Word/Word-Library/NET/Working-with-Find-and-Replace.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1926,9 +1926,9 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
19261926

19271927
## Online Demo
19281928

1929-
* Explore how to find a specific text pattern using regular expression and highlight it in an existing Word document using find functionality using the .NET Word Library (DocIO) in a live demo [here](https://ej2.syncfusion.com/aspnetcore/word/findandhighlight#/bootstrap5).
1930-
* See how to replace a specific text in the Word document with another text using the find and replace functionality using the .NET Word Library (DocIO) in a live demo [here](https://ej2.syncfusion.com/aspnetcore/word/simplereplace#/bootstrap5).
1931-
* See how to replace a specific content in the Word document with another document using the find and replace functionality using the .NET Word Library (DocIO) in a live demo [here](https://ej2.syncfusion.com/aspnetcore/word/advancedreplace#/bootstrap5).
1929+
* Explore how to find a specific text pattern using regular expression and highlight it in an existing Word document using find functionality using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/findandhighlight#/tailwind).
1930+
* See how to replace a specific text in the Word document with another text using the find and replace functionality using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/simplereplace#/tailwind).
1931+
* See how to replace a specific content in the Word document with another document using the find and replace functionality using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/advancedreplace#/tailwind).
19321932

19331933
## See Also
19341934

Document-Processing/Word/Word-Library/NET/Working-with-Footnotes-and-endnotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,4 +892,4 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
892892

893893
## Online Demo
894894

895-
* Explore how to insert the footnotes and endnotes in a Word document using the .NET Word Library (DocIO) in a live demo [here](https://ej2.syncfusion.com/aspnetcore/word/footnotesandendnotes#/bootstrap5).
895+
* Explore how to insert the footnotes and endnotes in a Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/footnotesandendnotes#/tailwind).

Document-Processing/Word/Word-Library/NET/Working-with-Form-Fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
570570

571571
## Online Demo
572572

573-
* Explore how to create a simple job application form and fill the form using the .NET Word Library (DocIO) in a live demo [here](https://ej2.syncfusion.com/aspnetcore/word/forms#/bootstrap5).
573+
* Explore how to create a simple job application form and fill the form using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/forms#/tailwind).
574574

575575
## See also
576576

Document-Processing/Word/Word-Library/NET/Working-with-Macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
108108

109109
## Online Demo
110110

111-
* Explore how to preserve the macros in macro-enabled documents using the .NET Word Library (DocIO) in a live demo [here](https://ej2.syncfusion.com/aspnetcore/word/macropreservation#/bootstrap5).
111+
* Explore how to preserve the macros in macro-enabled documents using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/macropreservation#/tailwind).

0 commit comments

Comments
 (0)