Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions Document-Processing/Word/Word-Processor/angular/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,24 @@ The Syncfusion<sup style="font-size:70%">&reg;</sup> [Angular DOCX Editor](https
* Provides support to perform [spell checking](./spell-check) for any input text
* Allows user interactions like [zoom](./scrolling-zooming#zooming), [scroll](./scrolling-zooming), select contents through touch, mouse, and keyboard.
* Provides intuitive UI options like context menu, [dialogs](./dialog), and [navigation pane](./find-and-replace#options-pane).
* Provides a [ribbon interface](./ribbon.md) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
* Provides a [ribbon interface](./ribbon) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
* [Localizes](./global-local) all the static text to any desired language.
* Allows to create a lightweight Word viewer using module injection to view and [prints](./print) Word documents.
* Provides a [server-side helper library](./web-services/core) to open the Word documents like DOCX, DOC, WordML, RTF, and Text, by converting it to SFDT file format.

## Supported platforms for server-side dependencies
The Document Editor component requires server-side interactions for the following operations:

Open file formats other than SFDT
* Open file formats other than SFDT

Paste with formatting
* Paste with formatting

Restrict editing
* Restrict editing

• Spell check
* Spell check

* Save as file formats other than SFDT and DOCX

• Save as file formats other than SFDT and DOCX

You can deploy web APIs for server-side dependencies of Document Editor component in the following platforms.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ The Syncfusion<sup style="font-size:70%">&reg;</sup> [ASP.NET Core DOCX Editor](
* Provides support to perform [spell checking](../asp-net-core/spell-check) for any input text.
* Allows user interactions like [zoom](../asp-net-core/scrolling-zooming#zooming), [scroll](../asp-net-core/scrolling-zooming), select contents through touch, mouse, and keyboard.
* Provides intuitive UI options like context menu, [dialogs](../asp-net-core/dialog), and [navigation pane](../asp-net-core/find-and-replace#options-pane).
* Provides a [ribbon interface](../asp-net-core/ribbon.md) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
* Provides a [ribbon interface](../asp-net-core/ribbon) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
* [Localizes](../asp-net-core/global-local) all the static text to any desired language.
* Allows to create a lightweight Word viewer using module injection to view and [prints](../asp-net-core/print) Word documents.
* Allows to create a lightweight Word viewer using module injection to view and [prints](../asp-net-core/print) Word documents.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ The Syncfusion<sup style="font-size:70%">&reg;</sup> [ASP.NET MVC DOCX Editor](h
* Provides support to perform [spell checking](./spell-check) for any input text.
* Allows user interactions like [zoom](./scrolling-zooming#zooming), [scroll](./scrolling-zooming), select contents through touch, mouse, and keyboard.
* Provides intuitive UI options like context menu, [dialogs](./dialog), and [navigation pane](./find-and-replace#options-pane).
* Provides a [ribbon interface](./ribbon.md) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
* Provides a [ribbon interface](./ribbon) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
* [Localizes](./global-local) all the static text to any desired language.
* Allows to create a lightweight Word viewer using module injection to view and [prints](./print) Word documents.

28 changes: 14 additions & 14 deletions Document-Processing/Word/Word-Processor/blazor/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ The Syncfusion<sup style="font-size:70%">&reg;</sup> [Blazor DOCX Editor](https:

## Key Features

* [Opens](./opening-a-document.md) the native `Syncfusion Document Text (*.sfdt)` format documents in the client-side.
* [Saves the documents](./saving-document.md) in the client-side as `Syncfusion Document Text (*.sfdt)` and `Word document (*.docx)`.
* Supports document elements like text, [image](./image.md), [table](./table.md), fields, [bookmark](./bookmark.md), [shapes](./shapes.md), [section](./section-format.md), [header and footer](./header-footer.md).
* Supports the commonly used fields like [hyperlink](./link.md), page number, page count, and table of contents.
* Supports formats like [text](./text-format.md), [paragraph](./paragraph-format.md), [bullets and numbering](./list-format.md), [table](./table-format.md) and [page settings](./section-format.md).
* Provides support to create, edit, and apply [paragraph and character styles](./styles.md).
* Provides support to [find and replace](./find-and-replace.md) text within the document.
* Supports all the common editing and formatting operations along with [undo and redo](./history.md).
* Provides support to [cut](./clipboard#cut), [copy](./clipboard#copy), and [paste](./clipboard.md#paste) rich text contents within the component. Also allows pasting simple text to and from other applications.
* Provides support to insert, and edit [form fields](./form-fields.md).
* Provides support to insert, and edit [comments](./comments.md).
* Provides support to track the [inserted and deleted content](./track-changes.md).
* [Opens](./opening-a-document) the native `Syncfusion Document Text (*.sfdt)` format documents in the client-side.
* [Saves the documents](./saving-document) in the client-side as `Syncfusion Document Text (*.sfdt)` and `Word document (*.docx)`.
* Supports document elements like text, [image](./image), [table](./table), fields, [bookmark](./bookmark), [shapes](./shapes), [section](./section-format), [header and footer](./header-footer).
* Supports the commonly used fields like [hyperlink](./link), page number, page count, and table of contents.
* Supports formats like [text](./text-format), [paragraph](./paragraph-format), [bullets and numbering](./list-format), [table](./table-format) and [page settings](./section-format).
* Provides support to create, edit, and apply [paragraph and character styles](./styles).
* Provides support to [find and replace](./find-and-replace) text within the document.
* Supports all the common editing and formatting operations along with [undo and redo](./history).
* Provides support to [cut](./clipboard#cut), [copy](./clipboard#copy), and [paste](./clipboard#paste) rich text contents within the component. Also allows pasting simple text to and from other applications.
* Provides support to insert, and edit [form fields](./form-fields).
* Provides support to insert, and edit [comments](./comments).
* Provides support to track the [inserted and deleted content](./track-changes).
* Provides support to perform spell checking for any input text
* Allows user interactions like zoom, scroll select contents through touch, mouse, and keyboard.
* Provides intuitive UI options like context menu, dialogs, and [navigation pane](./find-and-replace.md#show-or-hide-navigation-pane).
* Provides intuitive UI options like context menu, dialogs, and [navigation pane](./find-and-replace#show-or-hide-navigation-pane).
* Localizes all the static text to any desired language.
* Allows to create a lightweight Word viewer using module injection to view and [prints](./print.md) Word documents.
* Allows to create a lightweight Word viewer using module injection to view and [prints](./print) Word documents.
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@ The Syncfusion<sup style="font-size:70%">&reg;</sup> JavaScript DOCX Editor (Doc
* Provides support to perform [spell checking](./spell-check) for any input text
* Allows user interactions like [zoom](./scrolling-zooming#zooming), [scroll](./scrolling-zooming), select contents through touch, mouse, and keyboard.
* Provides intuitive UI options like context menu, [dialogs](./dialog), and [navigation pane](./find-and-replace#options-pane).
* Provides a [ribbon interface](./ribbon.md) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
* Provides a [ribbon interface](./ribbon) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
* [Localizes](./global-local) all the static text to any desired language.
* Allows to create a lightweight Word viewer using module injection to view and [prints](./print) Word documents.
* Provides a [server-side helper library](./web-services-overview) to open the Word documents like DOCX, DOC, WordML, RTF, and Text, by converting it to SFDT file format.

## Supported platforms for server-side dependencies
The Document Editor component requires server-side interactions for the following operations:

Open file formats other than SFDT
* Open file formats other than SFDT

Paste with formatting
* Paste with formatting

Restrict editing
* Restrict editing

Spell check
* Spell check

Save as file formats other than SFDT and DOCX
* Save as file formats other than SFDT and DOCX

You can deploy web APIs for server-side dependencies of Document Editor component in the following platforms.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The Syncfusion<sup style="font-size:70%">&reg;</sup> [JavaScript DOCX Editor](ht

* Provides intuitive UI options like context menu, [dialogs](./dialog), and [navigation pane](./find-and-replace#options-pane).

* Provides a ribbon interface similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
* Provides a [ribbon interface](./ribbon) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.

* [Localizes](./global-local) all the static text to any desired language.

Expand Down
12 changes: 6 additions & 6 deletions Document-Processing/Word/Word-Processor/react/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The Syncfusion<sup style="font-size:70%">&reg;</sup> [React DOCX Editor](https:/
* Provides support to perform [spell checking](./spell-check) for any input text
* Allows user interactions like [zoom](./scrolling-zooming#zooming), [scroll](./scrolling-zooming), select contents through touch, mouse, and keyboard.
* Provides intuitive UI options like context menu, [dialogs](./dialog), and [navigation pane](./find-and-replace#options-pane).
* Provides a [ribbon interface](./ribbon.md) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
* Provides a [ribbon interface](./ribbon) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
* [Localizes](./global-local) all the static text to any desired language.
* Allows to create a lightweight Word viewer using module injection to view and [prints](./print) Word documents.
* Provides a [server-side helper library](./web-services) to open the Word documents like DOCX, DOC, WordML, RTF, and Text, by converting it to SFDT file format.
Expand All @@ -40,15 +40,15 @@ The Syncfusion<sup style="font-size:70%">&reg;</sup> [React DOCX Editor](https:/

The Document Editor component requires server-side interactions for the following operations:

Open file formats other than SFDT
* Open file formats other than SFDT

Paste with formatting
* Paste with formatting

Restrict editing
* Restrict editing

Spell check
* Spell check

Save as file formats other than SFDT and DOCX
* Save as file formats other than SFDT and DOCX


You can deploy web APIs for server-side dependencies of Document Editor component in the following platforms.
Expand Down
12 changes: 6 additions & 6 deletions Document-Processing/Word/Word-Processor/vue/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The Syncfusion<sup style="font-size:70%">&reg;</sup> [Vue DOCX Editor](https://w
* Provides support to perform [spell checking](./spell-check) for any input text
* Allows user interactions like [zoom](./scrolling-zooming#zooming), [scroll](./scrolling-zooming), select contents through touch, mouse, and keyboard.
* Provides intuitive UI options like context menu, [dialogs](./dialog), and [navigation pane](./find-and-replace#options-pane).
* Provides a [ribbon interface](./ribbon.md) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
* Provides a [ribbon interface](./ribbon) similar to Microsoft Word, with tab-based commands for quick and intuitive access to features.
* [Localizes](./global-local) all the static text to any desired language.
* Allows to create a lightweight Word viewer using module injection to view and [prints](./print) Word documents.
* Provides a [server-side helper library](./web-services-overview) to open the Word documents like DOCX, DOC, WordML, RTF, and Text, by converting it to SFDT file format.
Expand All @@ -40,15 +40,15 @@ The Syncfusion<sup style="font-size:70%">&reg;</sup> [Vue DOCX Editor](https://w
## Supported platforms for server-side dependencies
The Document Editor component requires server-side interactions for the following operations:

Open file formats other than SFDT
* Open file formats other than SFDT

Paste with formatting
* Paste with formatting

Restrict editing
* Restrict editing

Spell check
* Spell check

Save as file formats other than SFDT and DOCX
* Save as file formats other than SFDT and DOCX

You can deploy web APIs for server-side dependencies of Document Editor component in the following platforms.

Expand Down
12 changes: 6 additions & 6 deletions Document-Processing/Word/Word-Processor/wpf/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ The Syncfusion <sup style="font-size:70%">&reg;</sup> [WPF RichTextBox](https://

## Features

* View and edit rich text content, including text, [images](./Image.md), [tables](./Table.md), and [comments](./Comment.md).
* [Import and export](./Import-and-Export.md) document formats such as Word (.doc, .docx), Rich Text Format (.rtf), HTML (.htm, .html), XAML (.xaml), and plain text (.txt).
* [Print](./Printing-Contents.md) document content with page-by-page rendering.
* View and edit rich text content, including text, [images](./Image), [tables](./Table), and [comments](./Comment).
* [Import and export](./Import-and-Export) document formats such as Word (.doc, .docx), Rich Text Format (.rtf), HTML (.htm, .html), XAML (.xaml), and plain text (.txt).
* [Print](./Printing-Contents) document content with page-by-page rendering.
* Supports a wide range of image formats (except Metafile images).
* Provides [undo and redo](./Undo-Redo.md) support for all editing and formatting operations, including text, tables, images, hyperlinks, and styling (bold, italic, etc.).
* Provides [undo and redo](./Undo-Redo) support for all editing and formatting operations, including text, tables, images, hyperlinks, and styling (bold, italic, etc.).
* Supports different header and footer configurations, including first page and odd/even pages.
* Enables [cut](./Clipboard.md), [copy](./Clipboard.md), and [paste](./Clipboard.md) operations, including rich text content via the clipboard.
* Enables [cut](./Clipboard), [copy](./Clipboard), and [paste](./Clipboard) operations, including rich text content via the clipboard.
* Supports loading encrypted Word documents with valid password.

>Note: Currently, the SfRichTextBoxAdv cannot edit rich text in headers and footers.
>Note: Currently, the SfRichTextBoxAdv cannot edit rich text in headers and footers.