Skip to content

Commit a7edbe1

Browse files
authored
Update inserting-html-and-styling-radwordsprocessing.md
1 parent fb40684 commit a7edbe1

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

knowledge-base/inserting-html-and-styling-radwordsprocessing.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: Inserting Formatted HTML content in another RadFlowDocument using WordsProcessing
33
description: Learn how to insert formatted HTML text in specific locations within a RadFlowDocument and preserve the styling using Telerik WordsProcessing.
44
type: how-to
5-
page_title: How to Insert HTML and Preserve the Styles in RadWordsProcessing Document
6-
meta_title: How to Insert HTML and Apply Preserve the in RadWordsProcessing Document
5+
page_title: How to Insert HTML Content in a Word Document while Preserving its Styles and Formatting
6+
meta_title: How to Insert HTML Content in a Word Document while Preserving its Styles and Formatting
77
slug: inserting-html-and-styling-radwordsprocessing
8-
tags: word, processing,telerik,document,html,styling,insert, docx, flow
8+
tags: word, processing, telerik, document, html, styling, insert, docx, flow, words, formatting
99
res_type: kb
1010
ticketid: 1698628
1111
---
@@ -24,19 +24,19 @@ img[alt$="><"] {
2424

2525
## Description
2626

27-
Leanr how to insert HTML content into specific locations within a [RadFlowDocument]({%slug radwordsprocessing-model-radflowdocument%}) using Telerik [WordsProcessing]({%slug radwordsprocessing-overview%}).
27+
Learn how to insert HTML content at specific locations within a [RadFlowDocument]({%slug radwordsprocessing-model-radflowdocument%}) using Telerik [WordsProcessing]({%slug radwordsprocessing-overview%}).
2828

2929
|Input Content|Output Content|
3030
|----|----|
3131
|![Input Content ><](images/input-flow-content.png) | ![Input Content ><](images/output-flow-content.png) |
3232

3333
## Solution
3434

35-
To insert HTML content into specific locations in a RadFlowDocument, follow these steps:
35+
To insert HTML content at specific locations in a RadFlowDocument, follow these steps:
3636

37-
1. Importing the HTML content: Use the [HtmlFormatProvider]({%slug radwordsprocessing-formats-and-conversion-html-htmlformatprovider%}) to import HTML content into a [RadFlowDocument]({%slug radwordsprocessing-model-radflowdocument%}).
37+
1. Use the [HtmlFormatProvider]({%slug radwordsprocessing-formats-and-conversion-html-htmlformatprovider%}) to import HTML content into a [RadFlowDocument]({%slug radwordsprocessing-model-radflowdocument%}).
3838

39-
1. Inserting HTML Content into a Specific Location: Use the [RadFlowDocumentEditor]({%slug radwordsprocessing-editing-radflowdocumenteditor%}) to insert the imported document (step 1) into a specific location in your target document.
39+
1. Use the [RadFlowDocumentEditor]({%slug radwordsprocessing-editing-radflowdocumenteditor%}) to insert the imported document (step 1) into a specific location in your target document.
4040

4141
Example:
4242

@@ -71,7 +71,6 @@ Example:
7171
```
7272

7373

74-
7574
### Additional Notes
7675

7776
- To target specific locations in the document, use the [RadFlowDocumentEditor]({%slug radwordsprocessing-editing-radflowdocumenteditor%}) to navigate to the desired position.

0 commit comments

Comments
 (0)