diff --git a/Document-Processing/Word/Word-Processor/angular/how-to/get-the-selected-content.md b/Document-Processing/Word/Word-Processor/angular/how-to/get-the-selected-content.md
index 8ff5b98a0f..784b086c65 100644
--- a/Document-Processing/Word/Word-Processor/angular/how-to/get-the-selected-content.md
+++ b/Document-Processing/Word/Word-Processor/angular/how-to/get-the-selected-content.md
@@ -1,22 +1,22 @@
---
layout: post
-title: Get the selected content in Angular Document editor | Syncfusion
-description: Learn here all about Get the selected content in Syncfusion Angular Document editor component of Syncfusion Essential JS 2 and more.
+title: Get the selected content in Angular DOCX Editor | Syncfusion
+description: Learn here all about Get the selected content in Syncfusion Angular Document Editor component of Syncfusion Essential JS 2 and more.
platform: document-processing
-control: Get the selected content
+control: Get the selected content
documentation: ug
domainurl: ##DomainURL##
---
-# Get the selected content in Angular Document editor component
+# Get the selected content in Angular Document Editor component
-You can get the selected content from the [Angular DOCX Editor](https://www.syncfusion.com/docx-editor-sdk/angular-docx-editor) component as plain text and SFDT (rich text).
+You can get the selected content from the [Angular Document Editor](https://www.syncfusion.com/docx-editor-sdk/angular-docx-editor) (Document Editor) component as plain text and SFDT (rich text).
## Get the selected content as plain text
You can use [`text`](https://ej2.syncfusion.com/angular/documentation/api/document-editor/selection/#text-code-classlanguage-textstringcode) API to get the selected content as plain text from Angular Document Editor component.
-The following example code illustrates how to add search in google option in context menu for the selected text.
+The following example code illustrates how to add Search in Google option in context menu for the selected text.
```typescript
import { Component, OnInit, ViewChild } from '@angular/core';
@@ -61,9 +61,9 @@ export class AppComponent implements OnInit {
}
```
-> 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.
+N> 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.
-You can add the following custom options using this API,
+You can add the following custom options using this API:
* Save or export the selected text as text file.
* Search the selected text in Google or other search engines.
@@ -108,10 +108,10 @@ export class AppComponent implements OnInit {
}
```
-> 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.
+N> 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.
-You can add the following custom options using this API,
+You can add the following custom options using this API:
* Save or export the selected content as SFDT file.
-* Get the content of a bookmark in Word document as SFDT by selecting a bookmark using [`selectbookmark`](https://ej2.syncfusion.com/angular/documentation/api/document-editor/selection/#selectbookmark) API.
+* Get the content of a bookmark in Word document as SFDT by selecting a bookmark using [`selectBookmark`](https://ej2.syncfusion.com/angular/documentation/api/document-editor/selection/#selectbookmark) API.
* Create template content that can be inserted to multiple documents in cursor position using [`paste`](https://ej2.syncfusion.com/angular/documentation/api/document-editor/editor/#paste) API.
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Processor/angular/how-to/open-default-document.md b/Document-Processing/Word/Word-Processor/angular/how-to/open-default-document.md
index aaff10281f..d5fd9e2420 100644
--- a/Document-Processing/Word/Word-Processor/angular/how-to/open-default-document.md
+++ b/Document-Processing/Word/Word-Processor/angular/how-to/open-default-document.md
@@ -1,16 +1,16 @@
---
layout: post
-title: Open default document in Angular DocumentEditor component | Syncfusion
-description: Learn here all about Open default document in Syncfusion Angular Document editor component of Syncfusion Essential JS 2 and more.
+title: Open default document in Angular DOCX Editor | Syncfusion
+description: Learn here all about Open default document in Syncfusion Angular Document Editor component of Syncfusion Essential JS 2 and more.
platform: document-processing
-control: Open default document
+control: Open default document
documentation: ug
domainurl: ##DomainURL##
---
-# Open default document in Angular Document editor component
+# Open default document in Angular Document Editor component
-In this article, we are going to see how to open a default document when [Angular DOCX Editor](https://www.syncfusion.com/docx-editor-sdk/angular-docx-editor) & Document Editor Container is initialized.
+In this article, we are going to see how to open a default document when the [Angular Document Editor](https://www.syncfusion.com/docx-editor-sdk/angular-docx-editor) & Document Editor Container are initialized.
## Opening a default document in DocumentEditor
diff --git a/Document-Processing/Word/Word-Processor/angular/how-to/open-document-by-address.md b/Document-Processing/Word/Word-Processor/angular/how-to/open-document-by-address.md
index 192209a526..78009800dd 100644
--- a/Document-Processing/Word/Word-Processor/angular/how-to/open-document-by-address.md
+++ b/Document-Processing/Word/Word-Processor/angular/how-to/open-document-by-address.md
@@ -1,20 +1,20 @@
---
layout: post
-title: Open Document by Address in Angular Document Editor | Syncfusion
-description: Learn here all about Open document by address in Syncfusion Angular Document editor component of Syncfusion Essential JS 2 and more.
+title: Open document by address in Angular DOCX Editor | Syncfusion
+description: Learn here all about Open document by address in Syncfusion Angular Document Editor component of Syncfusion Essential JS 2 and more.
platform: document-processing
-control: Open document by address
+control: Open document by address
documentation: ug
domainurl: ##DomainURL##
---
-# Open document by address in Angular Document editor component
+# Open document by address in Angular Document Editor component
-## How to open a document from URL in Angular Document Editor
+## How to open a document from URL in DocumentEditor
-In this article, we are going to see how to open a document from URL in [Angular DOCX Editor](https://www.syncfusion.com/docx-editor-sdk/angular-docx-editor).
+In this article, we are going to see how to open a document from URL in [Angular Document Editor](https://www.syncfusion.com/docx-editor-sdk/angular-docx-editor).
-please refer below example for client-side code
+Please refer to the example below for the client-side code.
```typescript
import { Component, OnInit, ViewChild } from '@angular/core';
@@ -25,7 +25,7 @@ import {
@Component({
selector: 'app-root',
// specifies the template string for the DocumentEditorContainer component
- template: `