From b20832b9e75ea91180f56d26036663475f8ba9ec Mon Sep 17 00:00:00 2001 From: Seenivasaperumal Nachiyappan Date: Thu, 23 Jul 2026 11:44:19 +0530 Subject: [PATCH 1/4] 1041390: Updated the .md files for react platform. --- .../Word-Processor/react/paragraph-format.md | 28 +++++++------- .../react/unsupported-features.md | 38 +++++++++---------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/Document-Processing/Word/Word-Processor/react/paragraph-format.md b/Document-Processing/Word/Word-Processor/react/paragraph-format.md index 109c20b47f..2a3a94c492 100644 --- a/Document-Processing/Word/Word-Processor/react/paragraph-format.md +++ b/Document-Processing/Word/Word-Processor/react/paragraph-format.md @@ -1,16 +1,16 @@ --- layout: post -title: Paragraph format in React Document editor component | Syncfusion -description: Learn here all about Paragraph format in Syncfusion React Document editor component of Syncfusion Essential JS 2 and more. +title: Paragraph format in React DOCX Editor component | Syncfusion +description: Learn about paragraph formatting in the Syncfusion React Document Editor component of Syncfusion Essential JS 2 and more. control: Paragraph format platform: document-processing documentation: ug domainurl: ##DomainURL## --- -# Paragraph format in React Document editor component +# Paragraph format in React Document Editor component -[React DOCX Editor](https://www.syncfusion.com/docx-editor-sdk/react-docx-editor) (Document Editor) supports various paragraph formatting options such as text alignment, indentation, paragraph spacing, and more. +[React Document Editor](https://www.syncfusion.com/docx-editor-sdk/react-docx-editor) (Document Editor) supports various paragraph formatting options such as text alignment, indentation, paragraph spacing, and more. ## Indentation @@ -23,7 +23,7 @@ documenteditor.selection.paragraphFormat.rightIndent= 24; ## Special indentation -You can define special indent for first line of the paragraph using the following sample code. +You can define a special indent for the first line of the paragraph using the following sample code. ```ts documenteditor.selection.paragraphFormat.firstLineIndent= 24; @@ -31,7 +31,7 @@ documenteditor.selection.paragraphFormat.firstLineIndent= 24; ## Increase indent -You can increase the left indent of selected paragraphs by a factor of 36 points using the following sample code. +You can increase the left indent of selected paragraphs by 36 points using the following sample code. ```ts documenteditor.editor.increaseIndent() @@ -39,7 +39,7 @@ documenteditor.editor.increaseIndent() ## Decrease indent -You can decrease the left indent of selected paragraphs by a factor of 36 points using the following sample code. +You can decrease the left indent of selected paragraphs by 36 points using the following sample code. ```ts documenteditor.editor.decreaseIndent() @@ -87,11 +87,11 @@ documenteditor.selection.paragraphFormat.spaceBeforeAuto = true; documenteditor.selection.paragraphFormat.spaceAfterAuto = true; ``` ->Note: If auto spacing property is enabled, then value defined in the `beforeSpacing` and `afterSpacing` property will not be considered. +N>: If auto spacing property is enabled, then value defined in the `beforeSpacing` and `afterSpacing` property will not be considered. -## Paragraph Border +## Paragraph border -You can apply borders to the paragraphs in a Word document. Using borders, decorate the paragraphs to set them apart from other paragraphs in the document. +You can apply borders to the paragraphs in a Word document. Using borders, you can decorate the paragraphs to set them apart from other paragraphs in the document. The following example code illustrates how to apply box border for the selected paragraphs. @@ -117,7 +117,7 @@ documenteditor.selection.paragraphFormat.borders.bottom.lineWidth = 3; documenteditor.selection.paragraphFormat.borders.bottom.color = "#000000"; ``` -Note: At present, the Document editor component displays all the border styles as single line. But you can apply any border style and get the proper display in Microsoft Word app when opening the exported Word document. +N> At present, the Document Editor component displays all the border styles as single line. But you can apply any border style and get the proper display in Microsoft Word app when opening the exported Word document. ## Pagination properties @@ -137,7 +137,7 @@ documenteditor.selection.paragraphFormat.keepLinesTogether = true; ## Show or Hide Paragraph marks -You can show or hide the hidden formatting symbols like spaces, tab, paragraph marks, and breaks in Document editor component. These marks help identify the start and end of a paragraph and all the hidden formatting symbols in a Word document. +You can show or hide the hidden formatting symbols like spaces, tab, paragraph marks, and breaks in Document Editor component. These marks indicate the start and end of a paragraph, as well as all the hidden formatting symbols in a Word document. The following example code illustrates how to show or hide paragraph marks. @@ -159,7 +159,7 @@ import { import { ToolbarComponent, ItemsDirective, ItemDirective } from '@syncfusion/ej2-react-navigations'; import { DropDownButtonComponent, ItemModel } from '@syncfusion/ej2-react-splitbuttons'; -//Inject require modules. +//Inject required modules. DocumentEditorComponent.Inject(Selection, Editor, EditorHistory, ContextMenu); function App() { let documenteditor: DocumentEditorComponent; @@ -315,7 +315,7 @@ ReactDOM.render(, document.getElementById('sample')); ## Online Demo -Explore how to apply paragraph formatting in Word documents using the React Document Editor in this live demo [here](https://document.syncfusion.com/demos/docx-editor/react/#/tailwind3/document-editor/paragraph-formatting). +Explore how to apply paragraph formatting in Word documents using the React Document Editor in this [live demo](https://document.syncfusion.com/demos/docx-editor/react/#/tailwind3/document-editor/paragraph-formatting). ## See Also diff --git a/Document-Processing/Word/Word-Processor/react/unsupported-features.md b/Document-Processing/Word/Word-Processor/react/unsupported-features.md index 9287f16002..debf41b41b 100644 --- a/Document-Processing/Word/Word-Processor/react/unsupported-features.md +++ b/Document-Processing/Word/Word-Processor/react/unsupported-features.md @@ -1,16 +1,16 @@ --- layout: post title: Unsupported features in React DOCX Editor component | Syncfusion -description: Learn about the list of unsupported features in the React Document Editor to understand its limitations. +description: Learn about the list of unsupported features in the React DOCX Editor to understand its limitations. control: Unsupported features platform: document-processing documentation: ug domainurl: ##DomainURL## --- -# Unsupported Features in React DOCX Editor +# Unsupported features in React Document Editor -This section describes the unsupported elements in [React DOCX Editor](https://www.syncfusion.com/docx-editor-sdk/react-docx-editor) (Document Editor) +This section describes the unsupported elements in [React Document Editor](https://www.syncfusion.com/docx-editor-sdk/react-docx-editor) (Document Editor). ## Document formatting @@ -19,25 +19,25 @@ This section describes the unsupported elements in [React DOCX Editor](https://w | Paragraph Properties | Shading | No | | | Mirror indent | No | | | Suppress line numbers | No | -| | Don’t hyphenate | No | -| | Border styles (*Except dotted and dashed; other styles are rendered as solid*) | Partial | -| Text Properties | Shading | No | -| | Position | No | -| | Font kerning | No | -| | Ligatures | No | -| | Number spacing | No | -| | Number forms | No | -| | Stylistic sets | No | -| | Contextual alternates| No | +| | Don't hyphenate | No | +| | Border styles (except dotted and dashed; other styles are rendered as solid) | Partial | +| Text Properties | Shading | No | +| | Position | No | +| | Font kerning | No | +| | Ligatures | No | +| | Number spacing | No | +| | Number forms | No | +| | Stylistic sets | No | +| | Contextual alternates | No | | | Text Direction (Top to Bottom, Bottom to Top) | No | -| | Border styles (*Except dotted and dashed; other styles are rendered as solid*) | Partial | +| | Border styles (except dotted and dashed; other styles are rendered as solid) | Partial | | Section Formatting | Mirror margins | No | | | Gutter | No | | | Line numbers | No | | | Bi-direction | No | | Page background | Page background color or image | No | -| Watermark | Text and Picture watermark| No | -| Table Format | Border styles (*Except dotted and dashed; other styles are rendered as solid*) | Partial | +| Watermark | Text and Picture watermark | No | +| Table Format | Border styles (except dotted and dashed; other styles are rendered as solid) | Partial | ## Word Document Elements @@ -49,9 +49,9 @@ This section describes the unsupported elements in [React DOCX Editor](https://w | Ink/Draw | No | | Video or audio files | No | | Macros | No | -| Models, Smart-Art, and Charts | [Supported Charts](https://help.syncfusion.com/document-processing/word/word-processor/react/chart) | -| Shapes, Textboxes, and WordArt | [Supported shapes](https://help.syncfusion.com/document-processing/word/word-processor/react/shapes#supported-shapes) *(Shape Properties: Fill types, borders, rotation and effects are not supported) | +| Models, SmartArt, and Charts | [Supported Charts](https://help.syncfusion.com/document-processing/word/word-processor/react/chart) | +| Shapes, Textboxes, and WordArt | [Supported shapes](https://help.syncfusion.com/document-processing/word/word-processor/react/shapes#supported-shapes) (Shape Properties: Fill types, borders, rotation, and effects are not supported) | | Signature line | No | | Special Characters, Symbols, Equations | No | | Built-in and custom document properties | No | -| Comment reactions | No \ No newline at end of file +| Comment reactions | No | \ No newline at end of file From 1dbc52d6c0677676996dd108e52835bc84d7d5e3 Mon Sep 17 00:00:00 2001 From: Seenivasaperumal Nachiyappan Date: Thu, 23 Jul 2026 12:13:17 +0530 Subject: [PATCH 2/4] 1041390: updated the view and web-services-overview.md files --- .../Word/Word-Processor/react/view.md | 26 +++++++------- .../react/web-services-overview.md | 34 +++++++++---------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/Document-Processing/Word/Word-Processor/react/view.md b/Document-Processing/Word/Word-Processor/react/view.md index e4d204fa90..e63542e556 100644 --- a/Document-Processing/Word/Word-Processor/react/view.md +++ b/Document-Processing/Word/Word-Processor/react/view.md @@ -1,34 +1,34 @@ --- layout: post -title: View in React Document editor component | Syncfusion -description: Learn here all about View in Syncfusion React Document editor component of Syncfusion Essential JS 2 and more. +title: View in the React DOCX Editor component | Syncfusion +description: Learn here all about view options in the Syncfusion React DOCX Editor component of Syncfusion Essential JS 2 and more. control: View platform: document-processing documentation: ug domainurl: ##DomainURL## --- -# View in React Document Editor Component +# View in the React Document Editor component -## Web Layout +## Web layout -[React DOCX Editor](https://www.syncfusion.com/docx-editor-sdk/react-docx-editor) (Document Editor) Container component allows you to change the view to web layout and print using the [`layoutType`](https://ej2.syncfusion.com/react/documentation/api/document-editor-container#layouttype) property with the supported [`LayoutType`](https://ej2.syncfusion.com/react/documentation/api/document-editor/layoutType/). +[React Document Editor](https://www.syncfusion.com/docx-editor-sdk/react-docx-editor) (Document Editor) Container component allows you to change the view to a web layout or print layout using the [`layoutType`](https://ej2.syncfusion.com/react/documentation/api/document-editor-container#layouttype) property with the supported [`LayoutType`](https://ej2.syncfusion.com/react/documentation/api/document-editor/layoutType/). ``` ``` ->Note: Default value of [`layoutType`](https://ej2.syncfusion.com/react/documentation/api/document-editor-container#layouttype) in Document Editor Container component is [`Pages`](https://ej2.syncfusion.com/react/documentation/api/document-editor/layoutType/). +N> The default value of [`layoutType`](https://ej2.syncfusion.com/react/documentation/api/document-editor-container#layouttype) in the Document Editor Container component is [`Pages`](https://ej2.syncfusion.com/react/documentation/api/document-editor/layoutType/). ### Online Demo -Explore how to view Word documents in web layout using the React Document Editor in this live demo [here](https://document.syncfusion.com/demos/docx-editor/react/#/tailwind3/document-editor/web-layout). +Explore how to view Word documents in web layout using the React Document Editor in this [live demo](https://document.syncfusion.com/demos/docx-editor/react/#/tailwind3/document-editor/web-layout). ## Ruler -Using ruler we can refer to setting specific margins, tab stops, or indentations within a document to ensure consistent formatting in Document Editor. +The ruler helps you set specific margins, tab stops, and indentations within a document to ensure consistent formatting in the Document Editor. -The following example illustrates how to enable ruler in Document Editor +The following example illustrates how to enable the ruler in the Document Editor. {% tabs %} {% highlight js tabtitle="index.jsx" %} @@ -48,11 +48,11 @@ The following example illustrates how to enable ruler in Document Editor ### Online Demo -Explore how to use the ruler in the React Document Editor for working with Word documents in this live demo [here](https://document.syncfusion.com/demos/docx-editor/react/#/tailwind3/document-editor/ruler). +Explore how to use the ruler in the React Document Editor for working with Word documents in this [live demo](https://document.syncfusion.com/demos/docx-editor/react/#/tailwind3/document-editor/ruler). -## Heading Navigation Pane +## Heading Navigation Pane -Using the heading navigation pane allows users to swiftly navigate documents by heading, enhancing their ability to move through the document efficiently. +The heading navigation pane allows users to quickly navigate documents by heading, making it easier to move through the document. The following example demonstrates how to enable the heading navigation pane in a document editor. @@ -85,4 +85,4 @@ ReactDOM.render(, document.getElementById('root')); ### Online Demo -Explore how to navigate through headings in Word documents using the React Document Editor in this live demo [here](https://document.syncfusion.com/demos/docx-editor/react/#/tailwind3/document-editor/heading-navigation). \ No newline at end of file +Explore how to navigate through headings in Word documents using the React Document Editor in this [live demo](https://document.syncfusion.com/demos/docx-editor/react/#/tailwind3/document-editor/heading-navigation). \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/react/web-services-overview.md b/Document-Processing/Word/Word-Processor/react/web-services-overview.md index fb91248625..9f35aeca28 100644 --- a/Document-Processing/Word/Word-Processor/react/web-services-overview.md +++ b/Document-Processing/Word/Word-Processor/react/web-services-overview.md @@ -1,16 +1,16 @@ --- layout: post -title: Web services in React Document editor component | Syncfusion -description: Learn here all about Web services in Syncfusion React Document editor component of Syncfusion Essential JS 2 and more. +title: Web services in the React DOCX Editor component | Syncfusion +description: Learn here all about web services in the Syncfusion React Document Editor component of Syncfusion Essential JS 2 and more. control: Web services platform: document-processing documentation: ug domainurl: ##DomainURL## --- -# Web services in React Document editor component +# Web services in the React Document Editor component -You can deploy web APIs for server-side dependencies of [React DOCX Editor](https://www.syncfusion.com/docx-editor-sdk/react-docx-editor) (Document Editor) component in the following platforms. +You can deploy web APIs for the server-side dependencies of the [React Document Editor](https://www.syncfusion.com/docx-editor-sdk/react-docx-editor) (Document Editor) component on the following platforms. * [ASP.NET Core](./web-services/core) * [ASP.NET MVC](./web-services/mvc) @@ -24,12 +24,12 @@ You can deploy web APIs for server-side dependencies of [React DOCX Editor](http |[Paste with formatting](./clipboard#paste-with-formatting)|When pasting the formatted content (HTML/RTF) received from system clipboard. For converting HTML/RTF to SFDT format.

**Note**: Whereas plain text received from system clipboard will be pasted directly in the client-side.|**Client**: Sends the input Html or Rtf string.
**Server**: Receives the input Html or Rtf string and sends the converted SFDT back to the client.| |[Restrict editing](./restrict-editing)|When protecting the document, for generating hash.|**Client**: Sends the input data for hashing algorithm.
**Server**: Receives the input data for hashing algorithm and sends the result hash information back to the client.| |[Spellcheck](./spell-check)(default)|When the spellchecker is enabled on client-side Document Editor, and it performs the spell check validation for words in the document.|**Client**: Sends the words (string) with their language for spelling validation.
**Server**: Receives the words (string) with their language for spelling validation and sends the validation result as JSON back to the client.| -|[SpellCheckByPage](./spell-check)|Document editor provides options to spellcheck page by page when loading the documents. By [enabling optimized spell check](./spell-check#enableoptimizedspellcheck) in client-side, you can perform spellcheck page by page when loading the documents.|**Client**: Sends the words (string) with their language for spelling validation.
**Server**: Receives the words (string) with their language for spelling validation and sends the validation result as JSON back to the client.| +|[SpellCheckByPage](./spell-check)|Document Editor provides options to spellcheck page by page when loading the documents. By [enabling optimized spell check](./spell-check#enableoptimizedspellcheck) in client-side, you can perform spellcheck page by page when loading the documents.|**Client**: Sends the words (string) with their language for spelling validation.
**Server**: Receives the words (string) with their language for spelling validation and sends the validation result as JSON back to the client.| |[Save as file formats other than SFDT and DOCX](./saving-documents/server-side-export) (optional API)|You can configure this API, if you want to save the document in file format other than DOCX and SFDT.

For saving the files as WordML, DOC, RTF, HTML, ODT, Text using Word library (DocIO) and PDF using Word (DocIO) and PDF libraries.|You can transfer document from client to server either as SFDT or DOCX format.

First option (SFDT):
**Client**: Sends the SFDT.
**Server**: Receives the SFDT and saves the converted document as any file format supported by [Word library (DocIO)](https://www.syncfusion.com/word-framework/net/word-library) in server or sends the saved file to the client browser.

Second option (DOCX):
**Client**: Sends the DOCX file.
**Server**: Receives the DOCX file and saves the converted document as any file format supported by [Word library (DocIO)](https://www.syncfusion.com/word-framework/net/word-library) in server or sends the saved file to the client browser.| ->Note: If you don't require the above functionalities then you can deploy as pure client-side component without any server-side interactions. +N> If you don't require the above functionalities, you can deploy the component as a pure client-side solution without any server-side interactions. -Please refer the [example from GitHub](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) to configure the web service and set the [serviceUrl](https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/). +Please refer to the [example from GitHub](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) to configure the web service and set the [serviceUrl](https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/). If your running web service Url is `http://localhost:62869/`, set the serviceUrl like below: @@ -39,7 +39,7 @@ this.container.serviceUrl = "http://localhost:62869/api/documenteditor/"; ## Required Web API structure -Please check below table for expected web API structure. +Please check the table below for the expected web API structure. |Expected method name |Parameters |Return type | |-----|----|----| @@ -47,14 +47,14 @@ Please check below table for expected web API structure. |SystemClipboard|CustomerParameter: content(type string either rtf or html) and type(either .rtf or .html) |json(sfdt format) | |RestrictEditing |Parameter of type CustomRestrictParameter
public class CustomRestrictParameter
{
public string passwordBase64 { get; set; }
public string saltBase64 { get; set; }
public int spinCount { get; set; }
} |result hash information | |SpellCheck(default) |Parameter: SpellCheckJsonData
public class SpellCheckJsonData
{
public int LanguageID { get; set; }
public string TexttoCheck { get; set; }
public bool CheckSpelling { get; set; }
public bool CheckSuggestion { get; set; }
public bool AddWord { get; set; }
} |Json type of Spellcheck containing details of spell checked word | -|SpellCheckByPage |Parameter: SpellCheckJsonData
public class SpellCheckJsonData
{
public int LanguageID { get; set; }
public string TexttoCheck { get; set; }
public bool CheckSpelling { get; set; }
public bool CheckSuggestion { get; set; }
public bool AddWord { get; set; }
} |Json type of Spellcheck containing details of spell checked word

**Note**: Document editor provides options to spellcheck page by page when loading the documents. By [enabling optimized spell check](./spell-check#enableoptimizedspellcheck) in client-side, you can perform spellcheck page by page when loading the documents. | +|SpellCheckByPage |Parameter: SpellCheckJsonData
public class SpellCheckJsonData
{
public int LanguageID { get; set; }
public string TexttoCheck { get; set; }
public bool CheckSpelling { get; set; }
public bool CheckSuggestion { get; set; }
public bool AddWord { get; set; }
} |Json type of Spellcheck containing details of spell checked word

**Note**: Document Editor provides options to spellcheck page by page when loading the documents. By [enabling optimized spell check](./spell-check#enableoptimizedspellcheck) in client-side, you can perform spellcheck page by page when loading the documents. | |Save(optional API) |parameter: SaveParameter
public class SaveParameter
{
public string Content { get; set; }
public string FileName { get; set; }
} |void(Save the file as file stream) | |ExportSFDT(optional API) |parameter: SaveParameter
public class SaveParameter
{
public string Content { get; set; }
public string FileName { get; set; }
} |FileStreamResult (to save the document in client-side) | |Export(optional API) |Files(IFormCollection) |FileStreamResult (to save the document in client-side) | ## Customize the expected method name -Document editor component provides an option to customize the expected method name for Import, SystemClipboard, RestrictEditing and SpellCheck using [serverActionSettings](https://ej2.syncfusion.com/react/documentation/api/document-editor-container/documentEditorContainerModel#serveractionsettings). +Document Editor component provides an option to customize the expected method name for Import, SystemClipboard, RestrictEditing and SpellCheck using [serverActionSettings](https://ej2.syncfusion.com/react/documentation/api/document-editor-container/documentEditorContainerModel#serveractionsettings). The following example code illustrates how to customize the method name using serverActionSettings. @@ -94,9 +94,9 @@ ReactDOM.render(, document.getElementById('root')); > The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. -## Add the custom headers to XMLHttpRequest +## Add custom headers to XMLHttpRequest -Document editor component provides an an option to add custom headers of XMLHttpRequest using the [`headers`](https://help.syncfusion.com/document-processing/word/word-processor/react/header-footer). +Document Editor component provides an option to add custom headers to the XMLHttpRequest using the [`headers`](https://help.syncfusion.com/document-processing/word/word-processor/react/header-footer). ```ts import * as ReactDOM from 'react-dom'; @@ -131,9 +131,9 @@ ReactDOM.render(, document.getElementById('root')); > The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. -## Modify the XMLHttpRequest before request send +## Modify the XMLHttpRequest before sending the request -Document editor component provides an option to modify the XMLHttpRequest object (setting additional headers, if needed) using [`beforeXmlHttpRequestSend`](https://ej2.syncfusion.com/react/documentation/api/document-editor-container#beforexmlhttprequestsend) event and it gets triggered before a server request. +Document Editor component provides an option to modify the XMLHttpRequest object (setting additional headers, if needed) using the [`beforeXmlHttpRequestSend`](https://ej2.syncfusion.com/react/documentation/api/document-editor-container#beforexmlhttprequestsend) event, which gets triggered before a server request. You can customize the required [`XMLHttpRequest`](https://ej2.syncfusion.com/react/documentation/api/document-editor/xmlHttpRequestEventArgs) properties. @@ -152,11 +152,11 @@ DocumentEditorContainerComponent.Inject(Toolbar); function App() { let container: DocumentEditorContainerComponent; function onCreate() { - // Below action, cancel all server-side interactions expect spell check + // Below action, cancel all server-side interactions except spell check container.beforeXmlHttpRequestSend = ( args: XmlHttpRequestEventArgs ): void => { - //Here, modifying the request headers + //Modifying the request headers here args.headers = [{ syncfusion: 'true' }]; args.withCredentials = true; switch (args.serverActionType) { @@ -189,4 +189,4 @@ ReactDOM.render(, document.getElementById('root')); > The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. -Note: Find the customizable serverActionType values are `'Import' | 'RestrictEditing' | 'SpellCheck' | 'SystemClipboard'`. \ No newline at end of file +N> The customizable serverActionType values are `'Import' | 'RestrictEditing' | 'SpellCheck' | 'SystemClipboard'`. \ No newline at end of file From 6d58bff5674f7e0627600e1cf60ca4dfeef4f6e7 Mon Sep 17 00:00:00 2001 From: Seenivasaperumal Nachiyappan Date: Thu, 23 Jul 2026 12:43:47 +0530 Subject: [PATCH 3/4] 1041390: updated the CI issue changes --- Document-Processing/Word/Word-Processor/react/view.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Document-Processing/Word/Word-Processor/react/view.md b/Document-Processing/Word/Word-Processor/react/view.md index e63542e556..ab846986af 100644 --- a/Document-Processing/Word/Word-Processor/react/view.md +++ b/Document-Processing/Word/Word-Processor/react/view.md @@ -12,13 +12,13 @@ domainurl: ##DomainURL## ## Web layout -[React Document Editor](https://www.syncfusion.com/docx-editor-sdk/react-docx-editor) (Document Editor) Container component allows you to change the view to a web layout or print layout using the [`layoutType`](https://ej2.syncfusion.com/react/documentation/api/document-editor-container#layouttype) property with the supported [`LayoutType`](https://ej2.syncfusion.com/react/documentation/api/document-editor/layoutType/). +[React Document Editor](https://www.syncfusion.com/docx-editor-sdk/react-docx-editor) (Document Editor) Container component allows you to change the view to a web layout or print layout using the [`layoutType`](https://ej2.syncfusion.com/react/documentation/api/document-editor-container#layouttype) property with the supported [`LayoutType`](https://ej2.syncfusion.com/react/documentation/api/document-editor/layoutType). ``` ``` -N> The default value of [`layoutType`](https://ej2.syncfusion.com/react/documentation/api/document-editor-container#layouttype) in the Document Editor Container component is [`Pages`](https://ej2.syncfusion.com/react/documentation/api/document-editor/layoutType/). +N> The default value of [`layoutType`](https://ej2.syncfusion.com/react/documentation/api/document-editor-container#layouttype) in the Document Editor Container component is [`Pages`](https://ej2.syncfusion.com/react/documentation/api/document-editor/layoutType). ### Online Demo From 686e1412c46dfccf48bc410cb022d88503f017d9 Mon Sep 17 00:00:00 2001 From: Seenivasaperumal Nachiyappan Date: Thu, 23 Jul 2026 16:18:03 +0530 Subject: [PATCH 4/4] 1041390: updated the code changes. --- .../Word/Word-Processor/react/unsupported-features.md | 2 +- Document-Processing/Word/Word-Processor/react/view.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Document-Processing/Word/Word-Processor/react/unsupported-features.md b/Document-Processing/Word/Word-Processor/react/unsupported-features.md index debf41b41b..202f3513b4 100644 --- a/Document-Processing/Word/Word-Processor/react/unsupported-features.md +++ b/Document-Processing/Word/Word-Processor/react/unsupported-features.md @@ -1,7 +1,7 @@ --- layout: post title: Unsupported features in React DOCX Editor component | Syncfusion -description: Learn about the list of unsupported features in the React DOCX Editor to understand its limitations. +description: Learn about the list of unsupported features in the React Document Editor to understand its limitations. control: Unsupported features platform: document-processing documentation: ug diff --git a/Document-Processing/Word/Word-Processor/react/view.md b/Document-Processing/Word/Word-Processor/react/view.md index ab846986af..5fe3dcae20 100644 --- a/Document-Processing/Word/Word-Processor/react/view.md +++ b/Document-Processing/Word/Word-Processor/react/view.md @@ -1,7 +1,7 @@ --- layout: post title: View in the React DOCX Editor component | Syncfusion -description: Learn here all about view options in the Syncfusion React DOCX Editor component of Syncfusion Essential JS 2 and more. +description: Learn here all about view options in the Syncfusion React Document Editor component of Syncfusion Essential JS 2 and more. control: View platform: document-processing documentation: ug