From 17adbb122b464bdc48e2eb217bb4301febcb847b Mon Sep 17 00:00:00 2001 From: SuriyaprakasamR Date: Sat, 12 Sep 2026 11:13:14 +0530 Subject: [PATCH] 1054144: Added How to Section links in import features of DOCX Editor for applicable platforms --- .../Word/Word-Processor/angular/bookmark.md | 1 + Document-Processing/Word/Word-Processor/angular/export.md | 5 ++++- .../Word/Word-Processor/angular/find-and-replace.md | 6 +++++- .../Word/Word-Processor/angular/header-footer.md | 3 ++- .../how-to/auto-save-document-in-document-editor.md | 2 +- Document-Processing/Word/Word-Processor/angular/import.md | 3 +++ .../Word/Word-Processor/angular/paragraph-format.md | 3 ++- .../Word/Word-Processor/angular/section-format.md | 2 ++ Document-Processing/Word/Word-Processor/angular/table.md | 1 + .../Word/Word-Processor/angular/text-format.md | 4 +++- Document-Processing/Word/Word-Processor/angular/view.md | 6 ++++++ .../Word/Word-Processor/asp-net-core/bookmark.md | 1 + .../Word/Word-Processor/asp-net-core/export.md | 4 +++- .../Word/Word-Processor/asp-net-core/find-and-replace.md | 1 + .../Word/Word-Processor/asp-net-core/header-footer.md | 4 ++-- .../how-to/auto-save-document-in-document-editor.md | 2 +- .../Word/Word-Processor/asp-net-core/import.md | 4 ++++ .../Word/Word-Processor/asp-net-core/paragraph-format.md | 3 ++- .../Word/Word-Processor/asp-net-core/section-format.md | 2 ++ .../Word/Word-Processor/asp-net-core/table.md | 1 + .../Word/Word-Processor/asp-net-core/text-format.md | 4 +++- .../Word/Word-Processor/asp-net-core/view.md | 7 +++++++ .../Word/Word-Processor/asp-net-mvc/bookmark.md | 1 + .../Word/Word-Processor/asp-net-mvc/export.md | 4 +++- .../Word/Word-Processor/asp-net-mvc/find-and-replace.md | 1 + .../Word/Word-Processor/asp-net-mvc/header-footer.md | 1 + .../how-to/auto-save-document-in-document-editor.md | 2 +- .../Word/Word-Processor/asp-net-mvc/import.md | 4 ++++ .../Word/Word-Processor/asp-net-mvc/paragraph-format.md | 1 + .../Word/Word-Processor/asp-net-mvc/section-format.md | 2 ++ .../Word/Word-Processor/asp-net-mvc/table.md | 1 + .../Word/Word-Processor/asp-net-mvc/text-format.md | 4 +++- .../Word/Word-Processor/asp-net-mvc/view.md | 7 +++++++ .../Word/Word-Processor/blazor/bookmark.md | 4 ++++ .../Word/Word-Processor/blazor/header-footer.md | 4 ++++ Document-Processing/Word/Word-Processor/blazor/view.md | 7 +++++++ .../Word/Word-Processor/javascript-es5/bookmark.md | 1 + .../Word/Word-Processor/javascript-es5/export.md | 4 +++- .../Word-Processor/javascript-es5/find-and-replace.md | 3 ++- .../Word/Word-Processor/javascript-es5/header-footer.md | 3 ++- .../how-to/auto-save-document-in-document-editor.md | 2 +- .../Word/Word-Processor/javascript-es5/import.md | 5 ++++- .../Word-Processor/javascript-es5/paragraph-format.md | 1 + .../Word/Word-Processor/javascript-es5/section-format.md | 2 ++ .../Word/Word-Processor/javascript-es5/table.md | 1 + .../Word/Word-Processor/javascript-es5/text-format.md | 4 +++- .../Word/Word-Processor/javascript-es5/view.md | 7 +++++++ .../Word/Word-Processor/javascript-es6/bookmark.md | 1 + .../Word/Word-Processor/javascript-es6/export.md | 5 ++++- .../Word-Processor/javascript-es6/find-and-replace.md | 6 ++++++ .../Word/Word-Processor/javascript-es6/header-footer.md | 3 ++- .../how-to/auto-save-document-in-document-editor.md | 2 +- .../Word/Word-Processor/javascript-es6/import.md | 5 ++++- .../Word-Processor/javascript-es6/paragraph-format.md | 1 + .../Word/Word-Processor/javascript-es6/section-format.md | 2 ++ .../Word/Word-Processor/javascript-es6/table.md | 1 + .../Word/Word-Processor/javascript-es6/text-format.md | 4 +++- .../Word/Word-Processor/javascript-es6/view.md | 7 +++++++ Document-Processing/Word/Word-Processor/react/bookmark.md | 1 + Document-Processing/Word/Word-Processor/react/export.md | 6 ++++-- .../Word/Word-Processor/react/find-and-replace.md | 1 + .../Word/Word-Processor/react/header-footer.md | 3 ++- .../react/how-to/auto-save-document-in-document-editor.md | 2 +- Document-Processing/Word/Word-Processor/react/import.md | 8 ++++++-- .../Word/Word-Processor/react/paragraph-format.md | 5 +++-- .../Word/Word-Processor/react/section-format.md | 2 ++ Document-Processing/Word/Word-Processor/react/table.md | 3 ++- .../Word/Word-Processor/react/text-format.md | 6 ++++-- Document-Processing/Word/Word-Processor/react/view.md | 7 +++++++ Document-Processing/Word/Word-Processor/vue/bookmark.md | 1 + Document-Processing/Word/Word-Processor/vue/export.md | 6 ++++-- .../Word/Word-Processor/vue/find-and-replace.md | 8 +++++++- .../Word/Word-Processor/vue/header-footer.md | 3 ++- .../vue/how-to/auto-save-document-in-document-editor.md | 2 +- Document-Processing/Word/Word-Processor/vue/import.md | 6 +++++- .../Word/Word-Processor/vue/paragraph-format.md | 3 ++- .../Word/Word-Processor/vue/section-format.md | 4 +++- Document-Processing/Word/Word-Processor/vue/table.md | 1 + .../Word/Word-Processor/vue/text-format.md | 4 +++- Document-Processing/Word/Word-Processor/vue/view.md | 7 +++++++ 80 files changed, 225 insertions(+), 46 deletions(-) diff --git a/Document-Processing/Word/Word-Processor/angular/bookmark.md b/Document-Processing/Word/Word-Processor/angular/bookmark.md index c8caa5a40d..2d8d13e411 100644 --- a/Document-Processing/Word/Word-Processor/angular/bookmark.md +++ b/Document-Processing/Word/Word-Processor/angular/bookmark.md @@ -112,3 +112,4 @@ Explore how to insert and manage bookmarks in Word documents using the Angular D * [Feature modules](./feature-module) * [Bookmark dialog](./dialog#bookmark-dialog) +* [Retrieve the bookmark and whole document content](./how-to/retrieve-the-bookmark-content-as-text) diff --git a/Document-Processing/Word/Word-Processor/angular/export.md b/Document-Processing/Word/Word-Processor/angular/export.md index fb5b9f217f..4c9dd6d65c 100644 --- a/Document-Processing/Word/Word-Processor/angular/export.md +++ b/Document-Processing/Word/Word-Processor/angular/export.md @@ -202,4 +202,7 @@ Explore how to export Word documents in various formats using the Angular DOCX E ## See also -* [Feature modules](./feature-module) \ No newline at end of file +* [Feature modules](./feature-module) +* [Export the document as PDF](./how-to/export-document-as-pdf) +* [Auto save the document in server](./how-to/auto-save-document) +* [Auto save the document in AWS S3](./how-to/auto-save-document-in-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/angular/find-and-replace.md b/Document-Processing/Word/Word-Processor/angular/find-and-replace.md index e7d787a97c..390dcfc5eb 100644 --- a/Document-Processing/Word/Word-Processor/angular/find-and-replace.md +++ b/Document-Processing/Word/Word-Processor/angular/find-and-replace.md @@ -162,4 +162,8 @@ Using the exposed APIs, you can customize the find and replace functionality in {% endhighlight %} {% endtabs %} -{% previewsample "/document-processing/samples/document-editor/angular/find-replace-cs2" %} \ No newline at end of file +{% previewsample "/document-processing/samples/document-editor/angular/find-replace-cs2" %} + +## See also + +* [Change the default search highlight color](./how-to/change-the-default-search-highlight-color) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/angular/header-footer.md b/Document-Processing/Word/Word-Processor/angular/header-footer.md index 733ba05b91..daf92965ca 100644 --- a/Document-Processing/Word/Word-Processor/angular/header-footer.md +++ b/Document-Processing/Word/Word-Processor/angular/header-footer.md @@ -91,4 +91,5 @@ Explore how to add and customize headers and footers in Word documents using the ## See also -* [Working with Section Formatting](./section-format) \ No newline at end of file +* [Working with Section Formatting](./section-format) +* [Disable header footer edit in document](./how-to/disable-header-and-footer-edit-in-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/angular/how-to/auto-save-document-in-document-editor.md b/Document-Processing/Word/Word-Processor/angular/how-to/auto-save-document-in-document-editor.md index 1f5a3bfc99..25549fb0d6 100644 --- a/Document-Processing/Word/Word-Processor/angular/how-to/auto-save-document-in-document-editor.md +++ b/Document-Processing/Word/Word-Processor/angular/how-to/auto-save-document-in-document-editor.md @@ -8,7 +8,7 @@ documentation: ug domainurl: ##DomainURL## --- -# How to Auto Save Document in Angular DOCX Editor +# How to Auto Save Document to AWS S3 in Angular DOCX Editor In this article, we are going to see how to auto save the document in AWS S3. You can automatically save the edited content at regular intervals of time. It helps reduce the risk of data loss by saving an open document automatically at customized intervals. diff --git a/Document-Processing/Word/Word-Processor/angular/import.md b/Document-Processing/Word/Word-Processor/angular/import.md index 7d86f06a1e..15bbc5e846 100644 --- a/Document-Processing/Word/Word-Processor/angular/import.md +++ b/Document-Processing/Word/Word-Processor/angular/import.md @@ -184,3 +184,6 @@ The following table illustrates the reasons for pagination (page-by-page display * [Feature modules](./feature-module) * [How to show and hide spinner while opening document in DocumentEditor](./how-to/show-hide-spinner) +* [How to open default document](./how-to/open-default-document) +* [How to open document in read only by default](./how-to/default-read-only) +* [How to open document from URL](./how-to/open-document-by-address) diff --git a/Document-Processing/Word/Word-Processor/angular/paragraph-format.md b/Document-Processing/Word/Word-Processor/angular/paragraph-format.md index 254e1dc4f9..b4220a1f2c 100644 --- a/Document-Processing/Word/Word-Processor/angular/paragraph-format.md +++ b/Document-Processing/Word/Word-Processor/angular/paragraph-format.md @@ -169,4 +169,5 @@ Explore how to apply paragraph formatting in Word documents using the Angular DO * [Feature modules](./feature-module) * [Paragraph dialog](./dialog#paragraph-dialog) -* [Keyboard shortcuts](./keyboard-shortcut#paragraph-formatting) \ No newline at end of file +* [Keyboard shortcuts](./keyboard-shortcut#paragraph-formatting) +* [Set the default format in document editor](./how-to/set-default-format-in-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/angular/section-format.md b/Document-Processing/Word/Word-Processor/angular/section-format.md index d296475e89..f040d01c05 100644 --- a/Document-Processing/Word/Word-Processor/angular/section-format.md +++ b/Document-Processing/Word/Word-Processor/angular/section-format.md @@ -105,3 +105,5 @@ Explore how to apply section formatting in Word documents using the Angular DOCX ## See Also * [Page setup dialog](./dialog#page-setup-dialog) +* [Set the default format in document editor](./how-to/set-default-format-in-document-editor) +* [Insert page number and navigate to specific page](./how-to/insert-page-number-and-navigate-to-page) diff --git a/Document-Processing/Word/Word-Processor/angular/table.md b/Document-Processing/Word/Word-Processor/angular/table.md index c23e21c91f..4e576b370f 100644 --- a/Document-Processing/Word/Word-Processor/angular/table.md +++ b/Document-Processing/Word/Word-Processor/angular/table.md @@ -199,3 +199,4 @@ The following sample demonstrates how to delete the table row or columns, merge * [Feature modules](./feature-module) * [Insert table dialog](./dialog#table-dialog) +* [Insert text or image programmatically](./how-to/insert-text-or-image-in-table-programmatically) diff --git a/Document-Processing/Word/Word-Processor/angular/text-format.md b/Document-Processing/Word/Word-Processor/angular/text-format.md index e397d0317f..5b410d0b45 100644 --- a/Document-Processing/Word/Word-Processor/angular/text-format.md +++ b/Document-Processing/Word/Word-Processor/angular/text-format.md @@ -407,4 +407,6 @@ Explore how to apply text formatting in Word documents using the Angular DOCX Ed * [Feature modules](./feature-module) * [Font dialog](./dialog#font-dialog) -* [Keyboard shortcuts](./keyboard-shortcut#text-formatting) \ No newline at end of file +* [Keyboard shortcuts](./keyboard-shortcut#text-formatting) +* [Set the default format in document editor](./how-to/set-default-format-in-document-editor) +* [Customize the font family drop down](./how-to/customize-font-family-drop-down) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/angular/view.md b/Document-Processing/Word/Word-Processor/angular/view.md index 677ea8d84b..cc26ab97ca 100644 --- a/Document-Processing/Word/Word-Processor/angular/view.md +++ b/Document-Processing/Word/Word-Processor/angular/view.md @@ -93,3 +93,9 @@ export class AppComponent implements OnInit { Explore how to navigate through headings in Word documents using the Angular DOCX Editor in this [live demo](https://document.syncfusion.com/demos/docx-editor/angular/#/tailwind3/document-editor/heading-navigation). +## See also + +* [How to change the document view](./how-to/change-document-view) +* [Insert page number and navigate to specific page](./how-to/insert-page-number-and-navigate-to-page) +* [Enable ruler in document editor component](./how-to/enable-ruler-in-document-editor-component) +* [Resize the document editor](./how-to/resize-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/asp-net-core/bookmark.md b/Document-Processing/Word/Word-Processor/asp-net-core/bookmark.md index c9d8ec82b6..0f346ffa1f 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-core/bookmark.md +++ b/Document-Processing/Word/Word-Processor/asp-net-core/bookmark.md @@ -111,3 +111,4 @@ Explore how to insert and manage bookmarks in Word documents using the ASP.NET C * [Feature modules](../asp-net-core/feature-module) * [Bookmark dialog](../asp-net-core/dialog#bookmark-dialog) +* [Retrieve the bookmark and whole document content](./how-to/retrieve-the-bookmark-content-as-text) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/asp-net-core/export.md b/Document-Processing/Word/Word-Processor/asp-net-core/export.md index 1d9de02e5c..e634309e1c 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-core/export.md +++ b/Document-Processing/Word/Word-Processor/asp-net-core/export.md @@ -186,4 +186,6 @@ Explore how to export Word documents in various formats using the ASP.NET Core D ## See Also * [Feature modules](../asp-net-core/feature-module) -* [How to export the document as pdf](../asp-net-core/how-to/export-document-as-pdf). +* [How to export the document as pdf?](./how-to/export-document-as-pdf) +* [Auto save the document in server](./how-to/auto-save-document) +* [Auto save the document in AWS S3](./how-to/auto-save-document-in-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/asp-net-core/find-and-replace.md b/Document-Processing/Word/Word-Processor/asp-net-core/find-and-replace.md index 8cf063bdb0..fa3604376d 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-core/find-and-replace.md +++ b/Document-Processing/Word/Word-Processor/asp-net-core/find-and-replace.md @@ -137,3 +137,4 @@ Using the exposed APIs, you can customize the find and replace functionality in * [Options pane](../asp-net-core/dialog#options-pane) * [Feature modules](../asp-net-core/feature-module) +* [Change the default search highlight color](./how-to/change-the-default-search-highlight-color) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/asp-net-core/header-footer.md b/Document-Processing/Word/Word-Processor/asp-net-core/header-footer.md index 5bf8f8a190..ad3f646b56 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-core/header-footer.md +++ b/Document-Processing/Word/Word-Processor/asp-net-core/header-footer.md @@ -89,7 +89,7 @@ documenteditor.selection.closeHeaderFooter() Explore how to add and customize headers and footers in Word documents using the ASP.NET Core DOCX Editor in this live demo [here](https://document.syncfusion.com/demos/docx-editor/asp-net-core/documenteditor/headersandfooters#/tailwind3). - ## See Also -* [Working with Section Formatting](../asp-net-core/section-format) +* [Working with Section Formatting](./section-format) +* [Disable header footer edit in document](./how-to/disable-header-and-footer-edit-in-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/asp-net-core/how-to/auto-save-document-in-document-editor.md b/Document-Processing/Word/Word-Processor/asp-net-core/how-to/auto-save-document-in-document-editor.md index 19bfa121fd..be22374942 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-core/how-to/auto-save-document-in-document-editor.md +++ b/Document-Processing/Word/Word-Processor/asp-net-core/how-to/auto-save-document-in-document-editor.md @@ -8,7 +8,7 @@ documentation: ug --- -# How to Auto Save Document in ASP.NET Core DOCX Editor +# How to Auto Save Document to AWS S3 in ASP.NET Core DOCX Editor This article explains how to auto save the document in AWS S3. You can automatically save the edited content in regular intervals of time. It helps to reduce the risk of data loss by saving an open document automatically at customized intervals. diff --git a/Document-Processing/Word/Word-Processor/asp-net-core/import.md b/Document-Processing/Word/Word-Processor/asp-net-core/import.md index 4a3717a87a..a3b9cec179 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-core/import.md +++ b/Document-Processing/Word/Word-Processor/asp-net-core/import.md @@ -102,3 +102,7 @@ internal static FormatType GetFormatType(string format) ## See Also * [Feature modules](../asp-net-core/feature-module) +* [How to show and hide spinner while opening document in DocumentEditor](./how-to/show-hide-spinner) +* [How to open default document](./how-to/open-default-document) +* [How to open document in read only by default](./how-to/read-by-default) +* [How to open document from URL](./how-to/open-document-by-address) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/asp-net-core/paragraph-format.md b/Document-Processing/Word/Word-Processor/asp-net-core/paragraph-format.md index 868763770f..b6b88176e7 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-core/paragraph-format.md +++ b/Document-Processing/Word/Word-Processor/asp-net-core/paragraph-format.md @@ -162,4 +162,5 @@ Explore how to apply paragraph formatting in Word documents using the ASP.NET Co * [Feature modules](./feature-module) * [Paragraph dialog](./dialog#paragraph-dialog) -* [Keyboard shortcuts](./keyboard-shortcut) +* [Keyboard shortcuts](./keyboard-shortcut#paragraph-formatting) +* [Set the default format in document editor](./how-to/set-default-format-in-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/asp-net-core/section-format.md b/Document-Processing/Word/Word-Processor/asp-net-core/section-format.md index 4bf9cd25c0..8a3595845e 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-core/section-format.md +++ b/Document-Processing/Word/Word-Processor/asp-net-core/section-format.md @@ -59,3 +59,5 @@ Explore how to apply section formatting in Word documents using the ASP.NET Core ## See also * [Page setup dialog](../asp-net-core/dialog#page-setup-dialog) +* [Set the default format in document editor](./how-to/set-default-format-in-document-editor) +* [Insert page number and navigate to specific page](./how-to/insert-page-number-and-navigate-to-page) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/asp-net-core/table.md b/Document-Processing/Word/Word-Processor/asp-net-core/table.md index 220393c428..45632b83a8 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-core/table.md +++ b/Document-Processing/Word/Word-Processor/asp-net-core/table.md @@ -207,3 +207,4 @@ The following sample demonstrates how to delete the table row or columns, merge * [Feature modules](../asp-net-core/feature-module) * [Insert table dialog](../asp-net-core/dialog#table-dialog) +* [Insert text or image programmatically](./how-to/insert-text-or-image-in-table-programmatically) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/asp-net-core/text-format.md b/Document-Processing/Word/Word-Processor/asp-net-core/text-format.md index 50c535d0ed..c5740b0714 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-core/text-format.md +++ b/Document-Processing/Word/Word-Processor/asp-net-core/text-format.md @@ -191,4 +191,6 @@ Explore how to apply text formatting in Word documents using the ASP.NET Core DO * [Feature modules](../asp-net-core/feature-module) * [Font dialog](../asp-net-core/dialog#font-dialog) -* [Keyboard shortcuts](../asp-net-core/keyboard-shortcut) \ No newline at end of file +* [Keyboard shortcuts](./keyboard-shortcut#text-formatting) +* [Set the default format in document editor](./how-to/set-default-format-in-document-editor) +* [Customize the font family drop down](./how-to/customize-font-family-drop-down) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/asp-net-core/view.md b/Document-Processing/Word/Word-Processor/asp-net-core/view.md index 61b13982b0..864495eebe 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-core/view.md +++ b/Document-Processing/Word/Word-Processor/asp-net-core/view.md @@ -65,3 +65,10 @@ The following example illustrates how to enable the heading navigation pane in t ### Online demo Explore how to navigate through headings in Word documents using the ASP.NET Core DOCX Editor in this [live demo](https://document.syncfusion.com/demos/docx-editor/asp-net-core/documenteditor/headingnavigation#/tailwind3). + +## See also + +* [How to change the document view](./how-to/change-document-view) +* [Insert page number and navigate to specific page](./how-to/insert-page-number-and-navigate-to-page) +* [Enable ruler in document editor component](./how-to/enable-ruler-in-document-editor-component) +* [Resize the document editor](./how-to/resize-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/asp-net-mvc/bookmark.md b/Document-Processing/Word/Word-Processor/asp-net-mvc/bookmark.md index 59a18a1e41..f21bfbd960 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-mvc/bookmark.md +++ b/Document-Processing/Word/Word-Processor/asp-net-mvc/bookmark.md @@ -110,3 +110,4 @@ Explore how to insert and manage bookmarks in Word documents using the ASP.NET M * [Feature modules](./feature-module) * [Bookmark dialog](./dialog#bookmark-dialog) +* [Retrieve the bookmark and whole document content](./how-to/retrieve-the-bookmark-content-as-text) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/asp-net-mvc/export.md b/Document-Processing/Word/Word-Processor/asp-net-mvc/export.md index 4cf90e3bb6..350152b393 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-mvc/export.md +++ b/Document-Processing/Word/Word-Processor/asp-net-mvc/export.md @@ -194,4 +194,6 @@ Explore how to export Word documents in various formats using the ASP.NET MVC DO ## See Also * [Feature modules](./feature-module) -* [How to export the document as PDF](./how-to/export-document-as-pdf). +* [How to export the document as pdf?](./how-to/export-document-as-pdf) +* [Auto save the document in server](./how-to/auto-save-document) +* [Auto save the document in AWS S3](./how-to/auto-save-document-in-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/asp-net-mvc/find-and-replace.md b/Document-Processing/Word/Word-Processor/asp-net-mvc/find-and-replace.md index 56be29ed2c..5021cb6841 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-mvc/find-and-replace.md +++ b/Document-Processing/Word/Word-Processor/asp-net-mvc/find-and-replace.md @@ -143,3 +143,4 @@ Using the exposed APIs, you can customize the find and replace functionality in * [Options pane](./dialog) * [Feature modules](./feature-module) +* [Change the default search highlight color](./how-to/change-the-default-search-highlight-color) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/asp-net-mvc/header-footer.md b/Document-Processing/Word/Word-Processor/asp-net-mvc/header-footer.md index 991e0207c3..8d9ec22ac2 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-mvc/header-footer.md +++ b/Document-Processing/Word/Word-Processor/asp-net-mvc/header-footer.md @@ -92,3 +92,4 @@ Explore how to add and customize headers and footers in Word documents using the ## See Also * [Working with Section Formatting](./section-format) +* [Disable header footer edit in document](./how-to/disable-header-and-footer-edit-in-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/asp-net-mvc/how-to/auto-save-document-in-document-editor.md b/Document-Processing/Word/Word-Processor/asp-net-mvc/how-to/auto-save-document-in-document-editor.md index 082c7cb47a..13d62bdfed 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-mvc/how-to/auto-save-document-in-document-editor.md +++ b/Document-Processing/Word/Word-Processor/asp-net-mvc/how-to/auto-save-document-in-document-editor.md @@ -8,7 +8,7 @@ documentation: ug --- -# How to Auto Save Document in ASP.NET MVC DOCX Editor +# How to Auto Save Document to AWS S3 in ASP.NET MVC DOCX Editor This article explains how to auto save the document in AWS S3. You can automatically save the edited content in regular intervals of time. It helps to reduce the risk of data loss by saving an open document automatically at customized intervals. diff --git a/Document-Processing/Word/Word-Processor/asp-net-mvc/import.md b/Document-Processing/Word/Word-Processor/asp-net-mvc/import.md index a2fa33e13b..a9026cbf2a 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-mvc/import.md +++ b/Document-Processing/Word/Word-Processor/asp-net-mvc/import.md @@ -115,3 +115,7 @@ internal static FormatType GetFormatType(string format) ## See Also * [Feature modules](./feature-module) +* [How to show and hide spinner while opening document in DocumentEditor](./how-to/show-hide-spinner) +* [How to open default document](./how-to/open-default-document) +* [How to open document in read only by default](./how-to/read-by-default) +* [How to open document from URL](./how-to/open-document-by-address) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/asp-net-mvc/paragraph-format.md b/Document-Processing/Word/Word-Processor/asp-net-mvc/paragraph-format.md index 75e18da9f2..a7c21f6a5f 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-mvc/paragraph-format.md +++ b/Document-Processing/Word/Word-Processor/asp-net-mvc/paragraph-format.md @@ -165,3 +165,4 @@ Explore how to apply paragraph formatting in Word documents using the ASP.NET MV * [Feature modules](./feature-module) * [Paragraph dialog](./dialog#paragraph-dialog) * [Keyboard shortcuts](./keyboard-shortcut) +* [Set the default format in document editor](./how-to/set-default-format-in-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/asp-net-mvc/section-format.md b/Document-Processing/Word/Word-Processor/asp-net-mvc/section-format.md index 090390f290..75eb6cfbd5 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-mvc/section-format.md +++ b/Document-Processing/Word/Word-Processor/asp-net-mvc/section-format.md @@ -59,3 +59,5 @@ Explore how to apply section formatting in Word documents using the ASP.NET MVC ## See Also * [Page Setup Dialog](./dialog#page-setup-dialog) +* [Set the default format in document editor](./how-to/set-default-format-in-document-editor) +* [Insert page number and navigate to specific page](./how-to/insert-page-number-and-navigate-to-page) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/asp-net-mvc/table.md b/Document-Processing/Word/Word-Processor/asp-net-mvc/table.md index 1fcc9e1257..e987d9f62c 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-mvc/table.md +++ b/Document-Processing/Word/Word-Processor/asp-net-mvc/table.md @@ -209,3 +209,4 @@ The following sample demonstrates how to delete the table row or columns, merge * [Feature modules](./feature-module) * [Insert table dialog](./dialog#table-dialog) +* [Insert text or image programmatically](./how-to/insert-text-or-image-in-table-programmatically) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/asp-net-mvc/text-format.md b/Document-Processing/Word/Word-Processor/asp-net-mvc/text-format.md index 229bb075c6..43b137ca2b 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-mvc/text-format.md +++ b/Document-Processing/Word/Word-Processor/asp-net-mvc/text-format.md @@ -191,4 +191,6 @@ Explore how to apply text formatting in Word documents using the ASP.NET MVC DOC * [Feature modules](./feature-module) * [Font dialog](./dialog#font-dialog) -* [Keyboard shortcuts](./keyboard-shortcut) \ No newline at end of file +* [Keyboard shortcuts](./keyboard-shortcut#text-formatting) +* [Set the default format in document editor](./how-to/set-default-format-in-document-editor) +* [Customize the font family drop down](./how-to/customize-font-family-drop-down) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/asp-net-mvc/view.md b/Document-Processing/Word/Word-Processor/asp-net-mvc/view.md index 1ca20f9f49..2a371a5e93 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-mvc/view.md +++ b/Document-Processing/Word/Word-Processor/asp-net-mvc/view.md @@ -65,3 +65,10 @@ The following example illustrates how to enable the heading navigation pane in t ### Online demo Explore how to navigate through headings in Word documents using the ASP.NET MVC DOCX Editor in this [live demo](https://document.syncfusion.com/demos/docx-editor/asp-net-mvc/documenteditor/headingnavigation#/tailwind3). + +## See also + +* [How to change the document view](./how-to/change-document-view) +* [Insert page number and navigate to specific page](./how-to/insert-page-number-and-navigate-to-page) +* [Enable ruler in document editor component](./how-to/enable-ruler-in-document-editor-component) +* [Resize the document editor](./how-to/resize-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/blazor/bookmark.md b/Document-Processing/Word/Word-Processor/blazor/bookmark.md index 261c8d0956..8fb17e99cb 100644 --- a/Document-Processing/Word/Word-Processor/blazor/bookmark.md +++ b/Document-Processing/Word/Word-Processor/blazor/bookmark.md @@ -55,3 +55,7 @@ N> The boolean parameter of `GetBookmarksAsync` specifies whether to include hid ## Online demo Explore how to insert and manage bookmarks in Word documents using the Blazor DOCX Editor in this [live demo](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/hyperlinks-and-bookmarks?theme=fluent2). + +## See Also + +* [Retrieve the bookmark and whole document content](./how-to/retrieve-the-bookmark-content-as-text) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/blazor/header-footer.md b/Document-Processing/Word/Word-Processor/blazor/header-footer.md index f6d7b98c61..95388401ed 100644 --- a/Document-Processing/Word/Word-Processor/blazor/header-footer.md +++ b/Document-Processing/Word/Word-Processor/blazor/header-footer.md @@ -61,3 +61,7 @@ await container.DocumentEditor.Selection.CloseHeaderFooterAsync(); ## Online demo Explore how to add and customize headers and footers in Word documents using the Blazor DOCX Editor in this [live demo](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/headers-and-footers?theme=fluent2). + +## See Also + +* [Working with Section Formatting](./section-format) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/blazor/view.md b/Document-Processing/Word/Word-Processor/blazor/view.md index 6795a5dce5..f69d226709 100644 --- a/Document-Processing/Word/Word-Processor/blazor/view.md +++ b/Document-Processing/Word/Word-Processor/blazor/view.md @@ -67,3 +67,10 @@ The following example demonstrates how to enable the heading navigation pane in ### Online demo Explore how to navigate through headings in Word documents using the Blazor DOCX Editor in this live [Blazor Heading Navigation demo](https://document.syncfusion.com/demos/docx-editor/blazor-server/document-editor/heading-navigation?theme=fluent2). + +## See also + +* [How to change the document view](./how-to/change-document-view) +* [Insert page number and navigate to specific page](./how-to/insert-page-number-and-navigate-to-page) +* [Enable ruler in document editor component](./how-to/enable-ruler-in-document-editor) +* [Resize the document editor](./how-to/resize-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/bookmark.md b/Document-Processing/Word/Word-Processor/javascript-es5/bookmark.md index 819a72f96d..00779b97ac 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/bookmark.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/bookmark.md @@ -115,3 +115,4 @@ Explore how to insert and manage bookmarks in Word documents using the JavaScrip * [Feature modules](./feature-module) * [Bookmark dialog](./dialog#bookmark-dialog) +* [Retrieve the bookmark and whole document content](./how-to/retrieve-the-bookmark-content-as-text) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/export.md b/Document-Processing/Word/Word-Processor/javascript-es5/export.md index 79fd5df774..d06a14985b 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/export.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/export.md @@ -242,4 +242,6 @@ Explore how to export Word documents in various formats using the JavaScript (ES ## See Also * [Feature modules](./feature-module) -* [How to export the document as pdf?](./how-to/export-document-as-pdf) \ No newline at end of file +* [How to export the document as pdf?](./how-to/export-document-as-pdf) +* [Auto save the document in server](./how-to/auto-save-document) +* [Auto save the document in AWS S3](./how-to/auto-save-document-in-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/find-and-replace.md b/Document-Processing/Word/Word-Processor/javascript-es5/find-and-replace.md index 08808921f4..12d32f5087 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/find-and-replace.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/find-and-replace.md @@ -146,4 +146,5 @@ Using the exposed APIs, you can customize the find and replace functionality in ## See Also * [Options pane](./dialog#options-pane) -* [Feature modules](./feature-module) \ No newline at end of file +* [Feature modules](./feature-module) +* [Change the default search highlight color](./how-to/change-the-default-search-highlight-color) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/header-footer.md b/Document-Processing/Word/Word-Processor/javascript-es5/header-footer.md index fce5eca9fa..67c86a9c66 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/header-footer.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/header-footer.md @@ -92,4 +92,5 @@ Explore how to add and customize headers and footers in Word documents using the ## See Also -* [Working with Section Formatting](./section-format) \ No newline at end of file +* [Working with Section Formatting](./section-format) +* [Disable header footer edit in document](./how-to/disable-header-and-footer-edit-in-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/auto-save-document-in-document-editor.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/auto-save-document-in-document-editor.md index d97e6be929..cd87991cc6 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/auto-save-document-in-document-editor.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/auto-save-document-in-document-editor.md @@ -8,7 +8,7 @@ documentation: ug domainurl: ##DomainURL## --- -# How to Auto Save Document in JavaScript DOCX Editor +# How to Auto Save Document to AWS S3 in JavaScript DOCX Editor In this article, we are going to see how to auto save the document in AWS S3. You can automatically save the edited content at regular intervals of time. It helps reduce the risk of data loss by saving an open document automatically at customized intervals. diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/import.md b/Document-Processing/Word/Word-Processor/javascript-es5/import.md index 0ba6014a0a..e5ea17d0da 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/import.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/import.md @@ -182,4 +182,7 @@ The following table illustrates the reasons for pagination (page-by-page display ## See also * [Feature modules](./feature-module) -* [How to show and hide spinner while opening document in DocumentEditor](./how-to/show-hide-spinner) \ No newline at end of file +* [How to show and hide spinner while opening document in DocumentEditor](./how-to/show-hide-spinner) +* [How to open default document](./how-to/open-default-document) +* [How to open document in read only by default](./how-to/read-only-default) +* [How to open document from URL](./how-to/open-document-by-address) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/paragraph-format.md b/Document-Processing/Word/Word-Processor/javascript-es5/paragraph-format.md index d6f2dc5b9f..59284032c8 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/paragraph-format.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/paragraph-format.md @@ -180,3 +180,4 @@ Explore how to apply paragraph formatting in Word documents using the JavaScript * [Feature modules](./feature-module) * [Paragraph dialog](./dialog#paragraph-dialog) * [Keyboard shortcuts](./keyboard-shortcut#paragraph-formatting) +* [Set the default format in document editor](./how-to/set-default-format-in-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/section-format.md b/Document-Processing/Word/Word-Processor/javascript-es5/section-format.md index ab8c30804a..af062c7377 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/section-format.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/section-format.md @@ -104,3 +104,5 @@ Explore how to apply section formatting in Word documents using the JavaScript ( * [Page setup dialog](./dialog#page-setup-dialog) * [Column dialog](./dialog#column-dialog) +* [Set the default format in document editor](./how-to/set-default-format-in-document-editor) +* [Insert page number and navigate to specific page](./how-to/insert-page-number-and-navigate-to-page) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/table.md b/Document-Processing/Word/Word-Processor/javascript-es5/table.md index 416892abc2..78c0ff9319 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/table.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/table.md @@ -191,3 +191,4 @@ The following sample demonstrates how to delete the table rows or columns, merge * [Feature modules](./feature-module) * [Insert table dialog](./dialog#table-dialog) +* [Insert text or image programmatically](./how-to/insert-text-or-image-in-table-programmatically) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/text-format.md b/Document-Processing/Word/Word-Processor/javascript-es5/text-format.md index 5f1f5f208a..7539428859 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/text-format.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/text-format.md @@ -223,4 +223,6 @@ Explore how to apply text formatting in Word documents using the JavaScript (ES5 * [Feature modules](./feature-module) * [Font dialog](./dialog#font-dialog) -* [Keyboard shortcuts](./keyboard-shortcut#text-formatting) \ No newline at end of file +* [Keyboard shortcuts](./keyboard-shortcut#text-formatting) +* [Set the default format in document editor](./how-to/set-default-format-in-document-editor) +* [Customize the font family drop down](./how-to/customize-font-family-drop-down) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/view.md b/Document-Processing/Word/Word-Processor/javascript-es5/view.md index ae72803262..9cb0fac67d 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/view.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/view.md @@ -67,3 +67,10 @@ N> The Web API hosted link `https://document.syncfusion.com/web-services/docx-ed ### Online Demo Explore how to navigate through headings in Word documents using the JavaScript (ES5) DOCX Editor in this live demo [here](https://document.syncfusion.com/demos/docx-editor/javascript-es5/#/material3/document-editor/heading-navigation.html). + +## See also + +* [How to change the document view](./how-to/change-document-view) +* [Insert page number and navigate to specific page](./how-to/insert-page-number-and-navigate-to-page) +* [Enable ruler in document editor component](./how-to/enable-ruler-in-document-editor-component) +* [Resize the document editor](./how-to/resize-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/bookmark.md b/Document-Processing/Word/Word-Processor/javascript-es6/bookmark.md index a8a979c044..ea80d7103f 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/bookmark.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/bookmark.md @@ -112,3 +112,4 @@ Explore how to insert and manage bookmarks in Word documents using the JavaScrip * [Feature modules](./feature-module) * [Bookmark dialog](./dialog#bookmark-dialog) +* [Retrieve the bookmark and whole document content](./how-to/retrieve-the-bookmark-content-as-text) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/export.md b/Document-Processing/Word/Word-Processor/javascript-es6/export.md index cc1e74a1a6..2a1bd1b1ee 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/export.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/export.md @@ -246,4 +246,7 @@ Explore how to export Word documents in various formats using the JavaScript DOC ## See Also -* [Feature modules](./feature-module) \ No newline at end of file +* [Feature modules](./feature-module) +* [Export the document as PDF](./how-to/export-document-as-pdf) +* [Auto save the document in server](./how-to/auto-save-document) +* [Auto save the document in AWS S3](./how-to/auto-save-document-in-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/find-and-replace.md b/Document-Processing/Word/Word-Processor/javascript-es6/find-and-replace.md index b0e33cdea1..24c030f7e0 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/find-and-replace.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/find-and-replace.md @@ -146,3 +146,9 @@ Using the exposed APIs, you can customize the find and replace functionality in {% endtabs %} {% previewsample "/document-processing/code-snippet/document-editor/javascript-es6/replace-cs1" %} + +## See Also + +* [Options pane](./dialog#options-pane) +* [Feature modules](./feature-module) +* [Change the default search highlight color](./how-to/change-the-default-search-highlight-color) diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/header-footer.md b/Document-Processing/Word/Word-Processor/javascript-es6/header-footer.md index 2a21cb8308..7522da1a5b 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/header-footer.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/header-footer.md @@ -92,4 +92,5 @@ Explore how to add and customize headers and footers in Word documents using the ## See Also -* [Working with Section Formatting](./section-format) \ No newline at end of file +* [Working with Section Formatting](./section-format) +* [Disable header footer edit in document](./how-to/disable-header-and-footer-edit-in-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/auto-save-document-in-document-editor.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/auto-save-document-in-document-editor.md index 0284b5db92..23a73d4a54 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/auto-save-document-in-document-editor.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/auto-save-document-in-document-editor.md @@ -8,7 +8,7 @@ documentation: ug domainurl: ##DomainURL## --- -# How to Auto Save Document in TypeScript DOCX Editor +# How to Auto Save Document to AWS S3 in TypeScript DOCX Editor In this article, we are going to see how to auto save the document in AWS S3. You can automatically save the edited content in regular intervals of time. It helps reduce the risk of data loss by saving an open document automatically at customizable intervals. diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/import.md b/Document-Processing/Word/Word-Processor/javascript-es6/import.md index 00665f231e..ea4524a64b 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/import.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/import.md @@ -177,4 +177,7 @@ The following table illustrates the reasons for pagination (page-by-page display ## See Also * [Feature modules](./feature-module) -* [How to show and hide spinner while opening document in DocumentEditor](./how-to/show-hide-spinner) \ No newline at end of file +* [How to show and hide spinner while opening document in DocumentEditor](./how-to/show-hide-spinner) +* [How to open default document](./how-to/open-default-document) +* [How to open document in read only by default](./how-to/read-only-default) +* [How to open document from URL](./how-to/open-document-by-address) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/paragraph-format.md b/Document-Processing/Word/Word-Processor/javascript-es6/paragraph-format.md index bc62335d11..06208ccbc6 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/paragraph-format.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/paragraph-format.md @@ -181,3 +181,4 @@ Explore how to apply paragraph formatting in Word documents using the JavaScript * [Feature modules](./feature-module) * [Paragraph dialog](./dialog#paragraph-dialog) * [Keyboard shortcuts](./keyboard-shortcut#paragraph-formatting) +* [Set the default format in document editor](./how-to/set-default-format-in-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/section-format.md b/Document-Processing/Word/Word-Processor/javascript-es6/section-format.md index 9f6b2b38ea..d26908e823 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/section-format.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/section-format.md @@ -106,3 +106,5 @@ Explore how to apply section formatting in Word documents using the JavaScript D * [Page setup dialog](./dialog#page-setup-dialog) * [Column dialog](./dialog#column-dialog) +* [Set the default format in document editor](./how-to/set-default-format-in-document-editor) +* [Insert page number and navigate to specific page](./how-to/insert-page-number-and-navigate-to-page) diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/table.md b/Document-Processing/Word/Word-Processor/javascript-es6/table.md index 19b4e408ec..2c7cc0a078 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/table.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/table.md @@ -193,3 +193,4 @@ The following sample demonstrates how to delete the table row or columns, merge * [Feature modules](./feature-module) * [Insert table dialog](./dialog#table-dialog) +* [Insert text or image programmatically](./how-to/insert-text-or-image-in-table-programmatically) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/text-format.md b/Document-Processing/Word/Word-Processor/javascript-es6/text-format.md index ae460e2a53..d1d008124b 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/text-format.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/text-format.md @@ -227,4 +227,6 @@ Explore how to apply text formatting in Word documents using the JavaScript DOCX * [Feature modules](./feature-module) * [Font dialog](./dialog#font-dialog) -* [Keyboard shortcuts](./keyboard-shortcut#text-formatting) \ No newline at end of file +* [Keyboard shortcuts](./keyboard-shortcut#text-formatting) +* [Set the default format in document editor](./how-to/set-default-format-in-document-editor) +* [Customize the font family drop down](./how-to/customize-font-family-drop-down) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/view.md b/Document-Processing/Word/Word-Processor/javascript-es6/view.md index 7c207bc262..bc9b32f26d 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/view.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/view.md @@ -67,3 +67,10 @@ N> The Web API hosted link `https://document.syncfusion.com/web-services/docx-ed ### Online demo Explore how to navigate through headings in Word documents using the JavaScript DOCX Editor in this [live demo](https://document.syncfusion.com/demos/docx-editor/javascript/#/material3/document-editor/heading-navigation.html). + +## See also + +* [How to change the document view](./how-to/change-document-view) +* [Insert page number and navigate to specific page](./how-to/insert-page-number-and-navigate-to-page) +* [Enable ruler in document editor component](./how-to/enable-ruler-in-document-editor-component) +* [Resize the document editor](./how-to/resize-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/react/bookmark.md b/Document-Processing/Word/Word-Processor/react/bookmark.md index 7959468b9f..bea1e81300 100644 --- a/Document-Processing/Word/Word-Processor/react/bookmark.md +++ b/Document-Processing/Word/Word-Processor/react/bookmark.md @@ -147,3 +147,4 @@ Explore how to insert and manage bookmarks in Word documents using the React DOC * [Feature modules](./feature-module) * [Bookmark dialog](./dialog#bookmark-dialog) +* [Retrieve the bookmark and whole document content](./how-to/retrieve-the-bookmark-content-as-text) diff --git a/Document-Processing/Word/Word-Processor/react/export.md b/Document-Processing/Word/Word-Processor/react/export.md index 3a8751cc37..937e0848f5 100644 --- a/Document-Processing/Word/Word-Processor/react/export.md +++ b/Document-Processing/Word/Word-Processor/react/export.md @@ -301,7 +301,9 @@ On the client side, you can consume this web service and save the document as a Explore how to export Word documents in various formats using the React DOCX Editor in this [live demo](https://document.syncfusion.com/demos/docx-editor/react/#/tailwind3/document-editor/advanced-exporting). -## See Also +## See also * [Feature modules](./feature-module) -* [How to export the document as pdf?](./how-to/export-document-as-pdf) +* [Export the document as PDF](./how-to/export-document-as-pdf) +* [Auto save the document in server](./how-to/auto-save-document) +* [Auto save the document in AWS S3](./how-to/auto-save-document-in-document-editor) diff --git a/Document-Processing/Word/Word-Processor/react/find-and-replace.md b/Document-Processing/Word/Word-Processor/react/find-and-replace.md index d7ebbca875..18bc565c5e 100644 --- a/Document-Processing/Word/Word-Processor/react/find-and-replace.md +++ b/Document-Processing/Word/Word-Processor/react/find-and-replace.md @@ -282,3 +282,4 @@ ReactDOM.render(, document.getElementById('sample')); * [Options pane](./dialog#options-pane) * [Feature modules](./feature-module) +* [Change the default search highlight color](./how-to/change-the-default-search-highlight-color) diff --git a/Document-Processing/Word/Word-Processor/react/header-footer.md b/Document-Processing/Word/Word-Processor/react/header-footer.md index 2e55f27076..53c9ac0644 100644 --- a/Document-Processing/Word/Word-Processor/react/header-footer.md +++ b/Document-Processing/Word/Word-Processor/react/header-footer.md @@ -91,4 +91,5 @@ Explore how to add and customize headers and footers in Word documents using the ## See Also -* [Working with Section Formatting](./section-format) \ No newline at end of file +* [Working with Section Formatting](./section-format) +* [Disable header footer edit in document](./how-to/disable-header-and-footer-edit-in-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/react/how-to/auto-save-document-in-document-editor.md b/Document-Processing/Word/Word-Processor/react/how-to/auto-save-document-in-document-editor.md index da4ce120a4..14ca0bfd4b 100644 --- a/Document-Processing/Word/Word-Processor/react/how-to/auto-save-document-in-document-editor.md +++ b/Document-Processing/Word/Word-Processor/react/how-to/auto-save-document-in-document-editor.md @@ -8,7 +8,7 @@ documentation: ug domainurl: ##DomainURL## --- -# How to Auto Save Document in React DOCX Editor +# How to Auto Save Document to AWS S3 in React DOCX Editor In this article, we are going to see how to auto save the document in AWS S3. You can automatically save the edited content at regular intervals of time. It helps reduce the risk of data loss by saving an open document automatically at customized intervals. diff --git a/Document-Processing/Word/Word-Processor/react/import.md b/Document-Processing/Word/Word-Processor/react/import.md index 7188e2193a..aad42068e9 100644 --- a/Document-Processing/Word/Word-Processor/react/import.md +++ b/Document-Processing/Word/Word-Processor/react/import.md @@ -184,6 +184,10 @@ The following table illustrates the reasons for pagination (page-by-page display |Any unsupported elements or formatting present in your document |Customer can report to Syncfusion® support and track the status through feature request link. Syncfusion® implements unsupported features incrementally in future releases based on feature importance, customer interest, efforts involved, and technological feasibility. Also, suggests an alternate approach for possible cases.| |Technical limitation related to framework For example, there is a known case with a slight fractional difference in text size measured using HTML and Microsoft Word's display.|Customer can report to Syncfusion® support and track the status through feature request link. Syncfusion® does research about alternate approaches to overcome the technical limitation/behaviors and process it same as a feature. N> Here the challenge is, time schedule for implementation varies based on the alternate solution and its reliability.| -## See Also +## See also -* [Feature modules](./feature-module) \ No newline at end of file +* [Feature modules](./feature-module) +* [How to show and hide spinner while opening document in DocumentEditor](./how-to/show-hide-spinner) +* [How to open default document](./how-to/open-default-document) +* [How to open document in read only by default](./how-to/read-by-default) +* [How to open document from URL](./how-to/open-document-by-address) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/react/paragraph-format.md b/Document-Processing/Word/Word-Processor/react/paragraph-format.md index 8740dd2022..a26e3a0013 100644 --- a/Document-Processing/Word/Word-Processor/react/paragraph-format.md +++ b/Document-Processing/Word/Word-Processor/react/paragraph-format.md @@ -317,8 +317,9 @@ ReactDOM.render(, document.getElementById('sample')); Explore how to apply paragraph formatting in Word documents using the React DOCX Editor in this [live demo](https://document.syncfusion.com/demos/docx-editor/react/#/tailwind3/document-editor/paragraph-formatting). -## See Also +## See also * [Feature modules](./feature-module) * [Paragraph dialog](./dialog#paragraph-dialog) -* [Keyboard shortcuts](./keyboard-shortcut#paragraph-formatting) \ No newline at end of file +* [Keyboard shortcuts](./keyboard-shortcut#paragraph-formatting) +* [Set the default format in document editor](./how-to/set-default-format-in-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/react/section-format.md b/Document-Processing/Word/Word-Processor/react/section-format.md index acd4f4c834..e4b7e4dbc5 100644 --- a/Document-Processing/Word/Word-Processor/react/section-format.md +++ b/Document-Processing/Word/Word-Processor/react/section-format.md @@ -106,3 +106,5 @@ Explore how to apply section formatting in Word documents using the React DOCX E ## See Also * [Page setup dialog](./dialog#page-setup-dialog) +* [Set the default format in document editor](./how-to/set-default-format-in-document-editor) +* [Insert page number and navigate to specific page](./how-to/insert-page-number-and-navigate-to-page) diff --git a/Document-Processing/Word/Word-Processor/react/table.md b/Document-Processing/Word/Word-Processor/react/table.md index 5d48155580..8204b7af1f 100644 --- a/Document-Processing/Word/Word-Processor/react/table.md +++ b/Document-Processing/Word/Word-Processor/react/table.md @@ -287,7 +287,8 @@ ReactDOM.render(, document.getElementById('sample')); ``` -## See Also +## See also * [Feature modules](./feature-module) * [Insert table dialog](./dialog#table-dialog) +* [Insert text or image programmatically](./how-to/insert-text-or-image-in-table-programmatically) diff --git a/Document-Processing/Word/Word-Processor/react/text-format.md b/Document-Processing/Word/Word-Processor/react/text-format.md index 0e15a39ddb..7647b53758 100644 --- a/Document-Processing/Word/Word-Processor/react/text-format.md +++ b/Document-Processing/Word/Word-Processor/react/text-format.md @@ -349,8 +349,10 @@ ReactDOM.render(, document.getElementById('sample')); Explore how to apply text formatting in Word documents using the React DOCX Editor in this live demo [here](https://document.syncfusion.com/demos/docx-editor/react/#/tailwind3/document-editor/character-formatting). -## See Also +## See also * [Feature modules](./feature-module) * [Font dialog](./dialog#font-dialog) -* [Keyboard shortcuts](./keyboard-shortcut#text-formatting) \ No newline at end of file +* [Keyboard shortcuts](./keyboard-shortcut#text-formatting) +* [Set the default format in document editor](./how-to/set-default-format-in-document-editor) +* [Customize the font family drop down](./how-to/customize-font-family-drop-down) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/react/view.md b/Document-Processing/Word/Word-Processor/react/view.md index c85ba71b54..68e616508e 100644 --- a/Document-Processing/Word/Word-Processor/react/view.md +++ b/Document-Processing/Word/Word-Processor/react/view.md @@ -86,3 +86,10 @@ ReactDOM.render(, document.getElementById('root')); ### Online Demo Explore how to navigate through headings in Word documents using the React DOCX Editor in this [live demo](https://document.syncfusion.com/demos/docx-editor/react/#/tailwind3/document-editor/heading-navigation). + +## See also + +* [How to change the document view](./how-to/change-document-view) +* [Insert page number and navigate to specific page](./how-to/insert-page-number-and-navigate-to-page) +* [Enable ruler in document editor component](./how-to/enable-ruler-in-document-editor-component) +* [Resize the document editor](./how-to/resize-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/vue/bookmark.md b/Document-Processing/Word/Word-Processor/vue/bookmark.md index 7426cc25a8..7e1ddb0ac9 100644 --- a/Document-Processing/Word/Word-Processor/vue/bookmark.md +++ b/Document-Processing/Word/Word-Processor/vue/bookmark.md @@ -110,3 +110,4 @@ Explore how to insert and manage bookmarks in Word documents using the Vue DOCX * [Feature modules](./feature-module) * [Bookmark dialog](./dialog#bookmark-dialog) +* [Retrieve the bookmark and whole document content](./how-to/retrieve-the-bookmark-content-as-text) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/vue/export.md b/Document-Processing/Word/Word-Processor/vue/export.md index 43ad3c409b..9306f0815c 100644 --- a/Document-Processing/Word/Word-Processor/vue/export.md +++ b/Document-Processing/Word/Word-Processor/vue/export.md @@ -281,7 +281,9 @@ function download(fileName: string, extension: string, buffer: Blob, downloadLin Explore how to export Word documents in various formats using the Vue DOCX Editor in this live demo [here](https://document.syncfusion.com/demos/docx-editor/vue/#/tailwind3/document-editor/advanced-exporting.html). -## See Also +## See also * [Feature modules](./feature-module) -* [How to export the document as pdf](./how-to/export-document-as-pdf). \ No newline at end of file +* [Export the document as PDF](./how-to/export-document-as-pdf) +* [Auto save the document in server](./how-to/auto-save-document) +* [Auto save the document in AWS S3](./how-to/auto-save-document-in-document-editor) diff --git a/Document-Processing/Word/Word-Processor/vue/find-and-replace.md b/Document-Processing/Word/Word-Processor/vue/find-and-replace.md index 0ab269297e..43f6e12ec7 100644 --- a/Document-Processing/Word/Word-Processor/vue/find-and-replace.md +++ b/Document-Processing/Word/Word-Processor/vue/find-and-replace.md @@ -245,4 +245,10 @@ Using the exposed APIs, you can customize the find and replace functionality in {% endhighlight %} {% endtabs %} -{% previewsample "/document-processing/code-snippet/document-editor/vue/replace-all-cs1" %} \ No newline at end of file +{% previewsample "/document-processing/code-snippet/document-editor/vue/replace-all-cs1" %} + +## See Also + +* [Options pane](./dialog#options-pane) +* [Feature modules](./feature-module) +* [Change the default search highlight color](./how-to/change-the-default-search-highlight-color) diff --git a/Document-Processing/Word/Word-Processor/vue/header-footer.md b/Document-Processing/Word/Word-Processor/vue/header-footer.md index 0e25bc0e2d..590404caae 100644 --- a/Document-Processing/Word/Word-Processor/vue/header-footer.md +++ b/Document-Processing/Word/Word-Processor/vue/header-footer.md @@ -91,4 +91,5 @@ Explore how to add and customize headers and footers in Word documents using the ## See Also -* [Working with Section Formatting](./section-format) \ No newline at end of file +* [Working with Section Formatting](./section-format) +* [Disable header footer edit in document](./how-to/disable-header-and-footer-edit-in-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/auto-save-document-in-document-editor.md b/Document-Processing/Word/Word-Processor/vue/how-to/auto-save-document-in-document-editor.md index 9aecfb7362..1c852f39d6 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/auto-save-document-in-document-editor.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/auto-save-document-in-document-editor.md @@ -8,7 +8,7 @@ documentation: ug domainurl: ##DomainURL## --- -# How to Auto Save Document in Vue DOCX Editor +# How to Auto Save Document to AWS S3 in Vue DOCX Editor In this article, we are going to see how to auto save the document in AWS S3. You can automatically save the edited content in regular intervals of time. It helps reduce the risk of data loss by saving an open document automatically at customized intervals. diff --git a/Document-Processing/Word/Word-Processor/vue/import.md b/Document-Processing/Word/Word-Processor/vue/import.md index 8e205864ed..9fd45c56c7 100644 --- a/Document-Processing/Word/Word-Processor/vue/import.md +++ b/Document-Processing/Word/Word-Processor/vue/import.md @@ -253,4 +253,8 @@ The following table illustrates the reasons for pagination (page-by-page display ## See Also -* [Feature modules](./feature-module) \ No newline at end of file +* [Feature modules](./feature-module) +* [How to show and hide spinner while opening document in DocumentEditor](./how-to/show-hide-spinner) +* [How to open default document](./how-to/open-default-document) +* [How to open document in read only by default](./how-to/read-only-by-default) +* [How to open document from URL](./how-to/open-document-by-address) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/vue/paragraph-format.md b/Document-Processing/Word/Word-Processor/vue/paragraph-format.md index 5bc9c88631..82c4eb4e44 100644 --- a/Document-Processing/Word/Word-Processor/vue/paragraph-format.md +++ b/Document-Processing/Word/Word-Processor/vue/paragraph-format.md @@ -392,4 +392,5 @@ Explore how to apply paragraph formatting in Word documents using the Vue DOCX E * [Feature modules](./feature-module) * [Paragraph dialog](./dialog#paragraph-dialog) -* [Keyboard shortcuts](./keyboard-shortcut#paragraph-formatting) \ No newline at end of file +* [Keyboard shortcuts](./keyboard-shortcut#paragraph-formatting) +* [Set the default format in document editor](./how-to/set-default-format-in-document-editor) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/vue/section-format.md b/Document-Processing/Word/Word-Processor/vue/section-format.md index a77549844a..f20134bfc3 100644 --- a/Document-Processing/Word/Word-Processor/vue/section-format.md +++ b/Document-Processing/Word/Word-Processor/vue/section-format.md @@ -102,6 +102,8 @@ this.$refs.documentEditor.ej2Instances.editor.insertSectionBreak(SectionBreakTyp Explore how to apply section formatting in Word documents using the Vue DOCX Editor in this live demo [here](https://document.syncfusion.com/demos/docx-editor/vue/#/tailwind3/document-editor/section-formatting.html). -## See also +## See Also * [Page setup dialog](./dialog#page-setup-dialog) +* [Set the default format in document editor](./how-to/set-default-format-in-document-editor) +* [Insert page number and navigate to specific page](./how-to/insert-page-number-and-navigate-to-page) diff --git a/Document-Processing/Word/Word-Processor/vue/table.md b/Document-Processing/Word/Word-Processor/vue/table.md index e99abb3f86..47c2380735 100644 --- a/Document-Processing/Word/Word-Processor/vue/table.md +++ b/Document-Processing/Word/Word-Processor/vue/table.md @@ -392,3 +392,4 @@ export default { * [Feature modules](./feature-module) * [Insert table dialog](./dialog#table-dialog) +* [Insert text or image programmatically](./how-to/insert-text-or-image-in-table-programmatically) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/vue/text-format.md b/Document-Processing/Word/Word-Processor/vue/text-format.md index dc63d0243f..7d10fbecd4 100644 --- a/Document-Processing/Word/Word-Processor/vue/text-format.md +++ b/Document-Processing/Word/Word-Processor/vue/text-format.md @@ -472,4 +472,6 @@ Explore how to apply text formatting in Word documents using the Vue DOCX Editor * [Feature modules](./feature-module) * [Font dialog](./dialog#font-dialog) -* [Keyboard shortcuts](./keyboard-shortcut#text-formatting) \ No newline at end of file +* [Keyboard shortcuts](./keyboard-shortcut#text-formatting) +* [Set the default format in document editor](./how-to/set-default-format-in-document-editor) +* [Customize the font family drop down](./how-to/customize-font-family-drop-down) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/vue/view.md b/Document-Processing/Word/Word-Processor/vue/view.md index 7294b9db0b..e81bf656af 100644 --- a/Document-Processing/Word/Word-Processor/vue/view.md +++ b/Document-Processing/Word/Word-Processor/vue/view.md @@ -80,3 +80,10 @@ The following example demonstrates how to enable the heading navigation pane in ### Online demo Explore how to navigate through headings in Word documents using the Vue DOCX Editor in this [live demo](https://document.syncfusion.com/demos/docx-editor/vue/#/tailwind3/document-editor/heading-navigation.html). + +## See also + +* [How to change the document view](./how-to/change-document-view) +* [Insert page number and navigate to specific page](./how-to/insert-page-number-and-navigate-to-page) +* [Enable ruler in document editor component](./how-to/enable-ruler-in-document-editor-component) +* [Resize the document editor](./how-to/resize-document-editor) \ No newline at end of file