You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knowledge-base/inserting-html-and-styling-radwordsprocessing.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
title: Inserting Formatted HTML content in another RadFlowDocument using WordsProcessing
3
3
description: Learn how to insert formatted HTML text in specific locations within a RadFlowDocument and preserve the styling using Telerik WordsProcessing.
4
4
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
tags: word, processing,telerik,document,html,styling,insert, docx, flow
8
+
tags: word, processing,telerik,document,html,styling,insert, docx, flow, words, formatting
9
9
res_type: kb
10
10
ticketid: 1698628
11
11
---
@@ -24,19 +24,19 @@ img[alt$="><"] {
24
24
25
25
## Description
26
26
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%}).
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:
36
36
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%}).
38
38
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.
40
40
41
41
Example:
42
42
@@ -71,7 +71,6 @@ Example:
71
71
```
72
72
73
73
74
-
75
74
### Additional Notes
76
75
77
76
- To target specific locations in the document, use the [RadFlowDocumentEditor]({%slug radwordsprocessing-editing-radflowdocumenteditor%}) to navigate to the desired position.
0 commit comments