diff --git a/Document-Processing/Word/Word-Processor/wpf/Automatic-Suggestion.md b/Document-Processing/Word/Word-Processor/wpf/Automatic-Suggestion.md index 00dbd98c12..7eccb9b992 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Automatic-Suggestion.md +++ b/Document-Processing/Word/Word-Processor/wpf/Automatic-Suggestion.md @@ -9,7 +9,7 @@ keywords: automatic-suggestion, @mentions # Automatic Suggestion in WPF RichTextBox (SfRichTextBoxAdv) ### Automatic Suggestion functionality for using @mentions -[WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) control shows an inline dropdown with a list of suggested names while type the mention character (@ symbol). The list of names will filter as you type more letters. You can use up or down arrow key to move selection and Tab or Enter key to insert selected item in keyboard or use mouse to click any option in the list. The selected item from the suggestion list will be inserted as hyperlink with the display text and its respective link. +[WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) control shows an inline dropdown with a list of suggested names while type the mention character (@ symbol). The list of names will filter as you type more letters. You can use up or down arrow key to move selection and Tab or Enter key to insert selected item in keyboard or use mouse to click any option in the list. The selected item from the suggestion list will be inserted as hyperlink with the display text and its respective link. ![WPF RichTextBox displays Automatic Suggestion](Automatic-Suggestion_images/wpf-richtextbox-auto-suggestion.PNG) diff --git a/Document-Processing/Word/Word-Processor/wpf/Background.md b/Document-Processing/Word/Word-Processor/wpf/Background.md index 1c0732e8bb..98ae886ea5 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Background.md +++ b/Document-Processing/Word/Word-Processor/wpf/Background.md @@ -8,7 +8,7 @@ keywords: background --- # Setting Background for WPF RichTextBox -The [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) control allows you to change background color of the control. A background of a control is represented by `Background` property of `SfRichTextBoxAdv` class. The default value of this property is black. +The [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) control allows you to change background color of the control. A background of a control is represented by `Background` property of `SfRichTextBoxAdv` class. The default value of this property is black. The following code illustrates how to apply color as background to the document. diff --git a/Document-Processing/Word/Word-Processor/wpf/Clipboard.md b/Document-Processing/Word/Word-Processor/wpf/Clipboard.md index f587dbb66b..412188a68f 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Clipboard.md +++ b/Document-Processing/Word/Word-Processor/wpf/Clipboard.md @@ -8,7 +8,7 @@ keywords: clipboard --- # Clipboard in WPF RichTextBox (SfRichTextBoxAdv) -The SfRichTextBoxAdv takes advantage of the clipboard support and allows you to copy or paste contents to and from the clipboard in the following formats. +The [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) takes advantage of the clipboard support and allows you to copy or paste contents to and from the clipboard in the following formats. * Rich text format. @@ -34,4 +34,4 @@ The following code example demonstrates how to bind commands for accessing clipb {% endtabs %} N> In order to cut, copy or paste, the standard keyboard shortcuts such as CTRL + X, CTRL + C, CTRL + V can also be used. -You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. +You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. diff --git a/Document-Processing/Word/Word-Processor/wpf/Commands.md b/Document-Processing/Word/Word-Processor/wpf/Commands.md index e49b1d3916..a1382533c1 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Commands.md +++ b/Document-Processing/Word/Word-Processor/wpf/Commands.md @@ -8,7 +8,7 @@ keywords: commands --- # Commands in WPF RichTextBox (SfRichTextBoxAdv) -Commands are a way to handle user interface (UI) actions. They are a loosely coupled way to bind the UI to the logic that performs the action. The SfRichTextBoxAdv supports commands for mostly used operations which are classified below. +Commands are a way to handle user interface (UI) actions. They are a loosely coupled way to bind the UI to the logic that performs the action. The [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) supports commands for mostly used operations which are classified below. * Character Formatting – Bold, Italic, Underline, Strike through, Baseline alignment, Font family, Font size, Font color and Highlight color. @@ -1501,4 +1501,4 @@ The {{'[TextAlignment](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Con -N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file +N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/wpf/Comment.md b/Document-Processing/Word/Word-Processor/wpf/Comment.md index ddb0c302d8..1a5365a5c6 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Comment.md +++ b/Document-Processing/Word/Word-Processor/wpf/Comment.md @@ -8,7 +8,7 @@ keywords: comment --- # Comment in WPF RichTextBox (SfRichTextBoxAdv) -A Comment is a note or annotation that an author or reviewer can add to the document. The SfRichTextBoxAdv control supports viewing and editing the comments in the document. It renders the comments present in the document in review pane, similar to the Microsoft Word. +A Comment is a note or annotation that an author or reviewer can add to the document. The [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) control supports viewing and editing the comments in the document. It renders the comments present in the document in review pane, similar to the Microsoft Word. ![WPF RichTextBox with Comment](Comment_images/wpf-richtextbox-comment.jpeg) N> Currently, the SfRichTextBoxAdv shows review pane only with Pages layout type. @@ -135,4 +135,4 @@ Dim isCommentPaneVisible As Boolean = richTextBoxAdv.EditorSettings.IsCommentPan {% endhighlight %} {% endtabs %} -N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file +N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/wpf/Dialogs.md b/Document-Processing/Word/Word-Processor/wpf/Dialogs.md index 8aa066bb05..b202877b27 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Dialogs.md +++ b/Document-Processing/Word/Word-Processor/wpf/Dialogs.md @@ -8,7 +8,7 @@ keywords: dialogs --- # Dialogs in WPF RichTextBox (SfRichTextBoxAdv) -The SfRichTextBoxAdv provides support for the following built-in dialogs similar to Microsoft Word application. +The [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) provides support for the following built-in dialogs similar to Microsoft Word application. * Font Dialog @@ -279,4 +279,4 @@ End Class {% endhighlight %} {% endtabs %} -N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file +N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/wpf/Document-Structure.md b/Document-Processing/Word/Word-Processor/wpf/Document-Structure.md index de03317b8b..7e21603d92 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Document-Structure.md +++ b/Document-Processing/Word/Word-Processor/wpf/Document-Structure.md @@ -10,4 +10,4 @@ keywords: document-structure ![Document Structure of WPF RichTextBox](Document-Structure_images/wpf-richtextbox-document-structure.jpeg) -N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file +N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/wpf/Document-Styles.md b/Document-Processing/Word/Word-Processor/wpf/Document-Styles.md index 5e47f375bc..0f6461eba0 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Document-Styles.md +++ b/Document-Processing/Word/Word-Processor/wpf/Document-Styles.md @@ -10,7 +10,7 @@ keywords: styles # Document Styles in WPF RichTextBox (SfRichTextBoxAdv) A style is a predefined set of table, numbering, paragraph, and character formatting properties that can be applied to regions within a document. -In RichTextBoxAdv, styles are created and added to a document programmatically or using the built-in Styles dialog. +In [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor), styles are created and added to a document programmatically or using the built-in Styles dialog. A style in a document should have the following properties: ### Name @@ -133,4 +133,4 @@ The following code example explains how to clear the formatting of text through {% endhighlight %} {% endtabs %} -N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. +N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. diff --git a/Document-Processing/Word/Word-Processor/wpf/FAQ-Section/How-to-export-the-inserted-image-as-an-Embedded-image-in-HTML-in-SfRichTextBoxAdv.md b/Document-Processing/Word/Word-Processor/wpf/FAQ-Section/How-to-export-the-inserted-image-as-an-Embedded-image-in-HTML-in-SfRichTextBoxAdv.md index b3002c875b..70480525ae 100644 --- a/Document-Processing/Word/Word-Processor/wpf/FAQ-Section/How-to-export-the-inserted-image-as-an-Embedded-image-in-HTML-in-SfRichTextBoxAdv.md +++ b/Document-Processing/Word/Word-Processor/wpf/FAQ-Section/How-to-export-the-inserted-image-as-an-Embedded-image-in-HTML-in-SfRichTextBoxAdv.md @@ -9,7 +9,7 @@ keywords: embedded-image-html # Export Image as Embedded in HTML in WPF SfRichTextBoxAdv -This page explains how to export the inserted image as an Embedded image in HTML in Syncfusion® WPF SfRichTextBoxAdv. +This page explains how to export the inserted image as an Embedded image in HTML in [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv). In the SfRichTextBoxAdv control, we offer an option to specify HTML export settings. By utilizing the [ImageNodeVisitedEvent](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.RichTextBoxAdv.ImageNodeVisitedEventArgs.html) event of the [HtmlImportExportSettings](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.RichTextBoxAdv.HtmlImportExportSettings.html) instance, you can both retrieve and define the image stream and image source. When setting the image source as Empty, the inserted picture can be exported as an embedded image in the HTML. diff --git a/Document-Processing/Word/Word-Processor/wpf/FAQ-Section/How-to-identify-whether-the-viewer-is-scrolled-to-the-bottom-of-the-SfRichTextBoxAdv.md b/Document-Processing/Word/Word-Processor/wpf/FAQ-Section/How-to-identify-whether-the-viewer-is-scrolled-to-the-bottom-of-the-SfRichTextBoxAdv.md index 97a0a3670c..a5e2dba2fa 100644 --- a/Document-Processing/Word/Word-Processor/wpf/FAQ-Section/How-to-identify-whether-the-viewer-is-scrolled-to-the-bottom-of-the-SfRichTextBoxAdv.md +++ b/Document-Processing/Word/Word-Processor/wpf/FAQ-Section/How-to-identify-whether-the-viewer-is-scrolled-to-the-bottom-of-the-SfRichTextBoxAdv.md @@ -9,7 +9,7 @@ keywords: scroll-to-bottom # Detect viewer scrolled to bottom in WPF SfRichTextBoxAdv -This page explains how to identify whether the viewer is scrolled to the bottom in Syncfusion® WPF SfRichTextBoxAdv. +This page explains how to identify whether the viewer is scrolled to the bottom in [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv). SfRichTextBoxAdv scrollbars can be accessed through the [VerticalScrollBar](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.RichTextBoxAdv.SfRichTextBoxAdv.html#Syncfusion_Windows_Controls_RichTextBoxAdv_SfRichTextBoxAdv_VerticalScrollBar) and [HorizontalScrollBar](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.RichTextBoxAdv.SfRichTextBoxAdv.html#Syncfusion_Windows_Controls_RichTextBoxAdv_SfRichTextBoxAdv_HorizontalScrollBar) properties of [SfRichTextBoxAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.RichTextBoxAdv.SfRichTextBoxAdv.html) class. Using these properties, we can identify when the document is scrolled to the bottom of the control. diff --git a/Document-Processing/Word/Word-Processor/wpf/FAQ-Section/How-to-paste-WordDocument-from-DocIO-in-SfRichTextBoxAdv.md b/Document-Processing/Word/Word-Processor/wpf/FAQ-Section/How-to-paste-WordDocument-from-DocIO-in-SfRichTextBoxAdv.md index 9e377e8343..d8a15ef17f 100644 --- a/Document-Processing/Word/Word-Processor/wpf/FAQ-Section/How-to-paste-WordDocument-from-DocIO-in-SfRichTextBoxAdv.md +++ b/Document-Processing/Word/Word-Processor/wpf/FAQ-Section/How-to-paste-WordDocument-from-DocIO-in-SfRichTextBoxAdv.md @@ -11,7 +11,7 @@ keywords: paste-WordDocument-from-DocIO The PasteCommand with [WordDocument](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.WordDocument.html) as a parameter is a feature that allows you to paste the contents of a WordDocument into the current selection of the SfRichTextBoxAdv control.This provides a convenient and efficient way to transfer and display complex document structures from Word documents directly within the SfRichTextBoxAdv. -Using this feature, you can achieve below things by pasting WordDocument into the SfRichTextBoxAdv at current selection: +Using this feature, you can achieve below things by pasting WordDocument into the [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) at current selection: * Perform all the document manipulation features of [.NET Word library (DocIO)](https://help.syncfusion.com/file-formats/docio/overview) and then finally insert into SfRichTextBoxAdv diff --git a/Document-Processing/Word/Word-Processor/wpf/FAQ-Section/Why-does-out-of-memory-exception-throw-on-opening-large-size-documents-in-SfRichTextBoxAdv.md b/Document-Processing/Word/Word-Processor/wpf/FAQ-Section/Why-does-out-of-memory-exception-throw-on-opening-large-size-documents-in-SfRichTextBoxAdv.md index d47168b63d..54a09153a7 100644 --- a/Document-Processing/Word/Word-Processor/wpf/FAQ-Section/Why-does-out-of-memory-exception-throw-on-opening-large-size-documents-in-SfRichTextBoxAdv.md +++ b/Document-Processing/Word/Word-Processor/wpf/FAQ-Section/Why-does-out-of-memory-exception-throw-on-opening-large-size-documents-in-SfRichTextBoxAdv.md @@ -9,7 +9,7 @@ keywords: out-of-memory-exception # Opening large size documents in WPF SfRichTextBoxAdv control -This page explains Why does out of memory exception throw on opening large size documents in WPF SfRichTextBoxAdv control and more details. +This page explains Why does out of memory exception throw on opening large size documents in [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) control and more details. ## Why does out of memory exception throw on opening large size documents in WPF RichTextBox (SfRichTextBoxAdv) diff --git a/Document-Processing/Word/Word-Processor/wpf/Find-and-Replace.md b/Document-Processing/Word/Word-Processor/wpf/Find-and-Replace.md index b7167c04f3..4c9a53bde3 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Find-and-Replace.md +++ b/Document-Processing/Word/Word-Processor/wpf/Find-and-Replace.md @@ -8,7 +8,7 @@ keywords: search,find,replace-text --- # Find and Replace in WPF RichTextBox (SfRichTextBoxAdv) -The SfRichTextBoxAdv control supports searching text contents in the document. This when used in combination with selection becomes a powerful tool enabling scenarios like highlighting specific parts of the document, applying formatting such as bold or replacing text. You can extend your search by using regular expression to find particular pattern of text in the document. +The [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) control supports searching text contents in the document. This when used in combination with selection becomes a powerful tool enabling scenarios like highlighting specific parts of the document, applying formatting such as bold or replacing text. You can extend your search by using regular expression to find particular pattern of text in the document. The following code example explains how to find the first occurrence of a particular text in the document and apply bold formatting. {% tabs %} {% highlight c# %} @@ -151,4 +151,4 @@ The following code example demonstrates how to show the options pane in SfRichTe {% endtabs %} ![WPF RichTextBox displays Find option](Find-and-Replace_images/wpf-richtextbox-find-option.jpeg) -N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file +N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/wpf/Getting-Started.md b/Document-Processing/Word/Word-Processor/wpf/Getting-Started.md index 5168e54804..dc59428f21 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Getting-Started.md +++ b/Document-Processing/Word/Word-Processor/wpf/Getting-Started.md @@ -9,7 +9,7 @@ keywords: getting started # Getting started with Syncfusion® WPF RichTextBox -Syncfusion ® [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) enables you to create, edit, view, and print Word documents in WPF applications. This section guides you through the steps to get started and create a RichTextBox in a WPF application. +[WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) enables you to create, edit, view, and print Word documents in WPF applications. This section guides you through the steps to get started and create a RichTextBox in a WPF application. ## Create a RichTextBox in WPF using SfRichTextBoxAdv @@ -423,7 +423,7 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/WPF-RichTextBox ## Theme -In this walkthrough, you will apply a theme to the Syncfusion® WPF **SfRichTextBoxAdv** and **SfRichTextRibbon** controls. +In this walkthrough, you will apply a theme to the WPF **SfRichTextBoxAdv** and **SfRichTextRibbon** controls. The steps below outline the essential tasks required to configure and apply themes in a WPF application. diff --git a/Document-Processing/Word/Word-Processor/wpf/Hyperlink.md b/Document-Processing/Word/Word-Processor/wpf/Hyperlink.md index a8e7843518..ebf4e64752 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Hyperlink.md +++ b/Document-Processing/Word/Word-Processor/wpf/Hyperlink.md @@ -8,7 +8,7 @@ keywords: hyperlink --- # Hyperlink in WPF RichTextBox (SfRichTextBoxAdv) -The SfRichTextBoxAdv supports hyperlink field similar to the Microsoft Word. You can link part of the document content to Internet or file location, mail address or any text. +The [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) supports hyperlink field similar to the Microsoft Word. You can link part of the document content to Internet or file location, mail address or any text. The following code example illustrates how to insert a hyperlink field. {% tabs %} {% highlight xaml %} @@ -254,4 +254,4 @@ RemoveHandler richTextBoxAdv.RequestNavigate, AddressOf RichTextBoxAdv_RequestNa {% endhighlight %} {% endtabs %} -N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file +N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/wpf/Image.md b/Document-Processing/Word/Word-Processor/wpf/Image.md index d1de5564ac..4bcc75b1f3 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Image.md +++ b/Document-Processing/Word/Word-Processor/wpf/Image.md @@ -8,7 +8,7 @@ keywords: image --- # Image in WPF RichTextBox (SfRichTextBoxAdv) -The SfRichTextBoxAdv allows you to insert images of various formats such as bitmap images (.bmp), JPEG (.jpg, .jpeg), PNG (.png) except Metafile images. +The [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) allows you to insert images of various formats such as bitmap images (.bmp), JPEG (.jpg, .jpeg), PNG (.png) except Metafile images. The following code example illustrates how to insert picture into the SfRichTextBoxAdv document through UI Command. {% tabs %} {% highlight xaml %} @@ -31,4 +31,4 @@ Text wrapping refers to how images are fit with surrounding text in a document. Starting from v19.1.0.x, RichTextBox preserves the position properties of the image and displays the image based on position properties. It does not support modifying the position properties. Whereas the image will be automatically moved along with text edited if it is positioned relative to the line or paragraph. N> At present, the image with text wrapping style `In-Line with Text` can only be dragged and dropped anywhere in the document. -You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file +You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/wpf/Import-and-Export.md b/Document-Processing/Word/Word-Processor/wpf/Import-and-Export.md index f4e7a6fd42..4355770482 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Import-and-Export.md +++ b/Document-Processing/Word/Word-Processor/wpf/Import-and-Export.md @@ -8,7 +8,7 @@ keywords: import, export, load, save --- # Import and Export in WPF RichTextBox (SfRichTextBoxAdv) -The SfRichTextBoxAdv allows you to import/export word documents (.docx, .doc), rich text format documents (.rtf), HTML documents (.htm, .html), XAML documents (.xaml) and text documents (.txt). +The [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) allows you to import/export word documents (.docx, .doc), rich text format documents (.rtf), HTML documents (.htm, .html), XAML documents (.xaml) and text documents (.txt). The following sample code demonstrates how to import contents from a file into SfRichTextBoxAdv. {% tabs %} {% highlight c# %} @@ -188,4 +188,4 @@ This event is triggered after the document is successfully saved. N> This API is supported starting from release version v18.2.0.X. -You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file +You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/wpf/Layout-Types.md b/Document-Processing/Word/Word-Processor/wpf/Layout-Types.md index 76728928b5..4c91a63cb4 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Layout-Types.md +++ b/Document-Processing/Word/Word-Processor/wpf/Layout-Types.md @@ -8,7 +8,7 @@ keywords: layout-types --- # Layout Types in WPF RichTextBox (SfRichTextBoxAdv) -The SfRichTextBoxAdv control allows you to choose between the following layout types. +The [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) control allows you to choose between the following layout types. * Pages @@ -107,4 +107,4 @@ richTextBoxAdv.LayoutType = LayoutType.Block ![WPF RichTextBox with Box Layout](Layout-Types_images/wpf-richtextbox-box-layout.jpeg) -N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file +N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/wpf/List.md b/Document-Processing/Word/Word-Processor/wpf/List.md index 08fb660154..2f7a18ddc6 100644 --- a/Document-Processing/Word/Word-Processor/wpf/List.md +++ b/Document-Processing/Word/Word-Processor/wpf/List.md @@ -8,7 +8,7 @@ keywords: list --- # List in WPF RichTextBox (SfRichTextBoxAdv) -The SfRichTextBoxAdv supports both the single-level and multilevel lists similar to the Microsoft Word. Lists are used to organize data as step-by-step instructions in documents for easy understanding of key points. +The [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) supports both the single-level and multilevel lists similar to the Microsoft Word. Lists are used to organize data as step-by-step instructions in documents for easy understanding of key points. ## Single Level List @@ -333,4 +333,4 @@ richTextBoxAdv.Selection.ParagraphFormat.ListLevelNumber = 0 {% endhighlight %} {% endtabs %} -N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file +N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/wpf/Localization.md b/Document-Processing/Word/Word-Processor/wpf/Localization.md index b0cb7f904c..56a9501c3f 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Localization.md +++ b/Document-Processing/Word/Word-Processor/wpf/Localization.md @@ -9,7 +9,7 @@ keywords: localization --- # Localization in WPF RichTextBox (SfRichTextBoxAdv) -Localization is the process of configuring the application to a specific language. SfRichTextBoxAdv provides support to localize all the static text in ribbon and all its dialogs. Localization can be done by adding resource file (Resx) and setting the specific culture in the application. +Localization is the process of configuring the application to a specific language. [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) provides support to localize all the static text in ribbon and all its dialogs. Localization can be done by adding resource file (Resx) and setting the specific culture in the application. ## Setting Current UI Culture @@ -60,4 +60,4 @@ The following screenshot shows the localization in SfRichTextBoxAdv and SfRichTe ![Displaying Localized Text in WPF RichTextBoxAdv and RichTextRibbon](Localization_images/wpf-richtextbox-localized-text.jpeg) -N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file +N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/wpf/MVVM.md b/Document-Processing/Word/Word-Processor/wpf/MVVM.md index b15a0b6186..d5eb481185 100644 --- a/Document-Processing/Word/Word-Processor/wpf/MVVM.md +++ b/Document-Processing/Word/Word-Processor/wpf/MVVM.md @@ -8,7 +8,7 @@ keywords: mvvm --- # MVVM in WPF RichTextBox (SfRichTextBoxAdv) -The SfRichTextBoxAdv control can be used with Model-View-View Model (MVVM) pattern. This section will demonstrate how to use the SfRichTextBoxAdv control with MVVM pattern. +The [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) control can be used with Model-View-View Model (MVVM) pattern. This section will demonstrate how to use the SfRichTextBoxAdv control with MVVM pattern. ## Creating a View Model @@ -517,4 +517,4 @@ The following code example demonstrates how to create XAML view with SfRichTextB {% endtabs %} -N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file +N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/wpf/Mini-Toolbar.md b/Document-Processing/Word/Word-Processor/wpf/Mini-Toolbar.md index 1b3f77746e..216b2860fc 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Mini-Toolbar.md +++ b/Document-Processing/Word/Word-Processor/wpf/Mini-Toolbar.md @@ -8,7 +8,7 @@ keywords: mini-toolbar --- # Mini Toolbar in WPF RichTextBox (SfRichTextBoxAdv) -The SfRichTextBoxAdv supports built-in mini toolbar to provide rich text formatting options such as Bold, Italic etc. The following screenshot shows built-in mini toolbar of SfRichTextBoxAdv control. +The [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) supports built-in mini toolbar to provide rich text formatting options such as Bold, Italic etc. The following screenshot shows built-in mini toolbar of SfRichTextBoxAdv control. ![WPF RichTextBox displays Mini Toolbar](Mini-Toolbar_images/wpf-richtextbox-mini-toolbar.jpeg) ## Enable/Disable Mini Toolbar @@ -38,4 +38,4 @@ richTextBoxAdv.EnableMiniToolBar = False {% endhighlight %} {% endtabs %} -N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file +N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/wpf/Overview.md b/Document-Processing/Word/Word-Processor/wpf/Overview.md index 27d50c7a9d..c348b9d713 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Overview.md +++ b/Document-Processing/Word/Word-Processor/wpf/Overview.md @@ -8,7 +8,7 @@ keywords: overview, richtextboxadv, sfrichtextboxadv --- # Overview of the Syncfusion® WPF RichTextBox -The Syncfusion ® [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) is a feature-rich, user-interactive control that enables viewing, editing, and printing rich text content with advanced formatting and layout capabilities, supporting elements such as text, images, tables, paragraphs, and comments. +The [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) is a feature-rich, user-interactive control that enables viewing, editing, and printing rich text content with advanced formatting and layout capabilities, supporting elements such as text, images, tables, paragraphs, and comments. ![Output of WPF RichTextBox](./Overview_images/wpf-richtextbox.png) diff --git a/Document-Processing/Word/Word-Processor/wpf/Printing-Contents.md b/Document-Processing/Word/Word-Processor/wpf/Printing-Contents.md index 87f53ca269..e4de1e5cea 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Printing-Contents.md +++ b/Document-Processing/Word/Word-Processor/wpf/Printing-Contents.md @@ -8,7 +8,7 @@ keywords: printing --- # Printing Contents in WPF RichTextBox (SfRichTextBoxAdv) -The SfRichTextBoxAdv supports API to print the rich text content rendered as pages using the print dialog. +The [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) supports API to print the rich text content rendered as pages using the print dialog. The following sample code demonstrates how to print the document content as pages. {% tabs %} {% highlight c# %} @@ -96,4 +96,4 @@ richTextBoxAdv.EditorSettings.PrintComments = False N> In order to invoke printing, the standard keyboard shortcut CTRL + P can also be used. -You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file +You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/wpf/Selection.md b/Document-Processing/Word/Word-Processor/wpf/Selection.md index fcf25bbbd9..9ba6e24362 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Selection.md +++ b/Document-Processing/Word/Word-Processor/wpf/Selection.md @@ -8,7 +8,7 @@ keywords: selection --- # Selection in WPF RichTextBox (SfRichTextBoxAdv) -The SfRichTextBoxAdv supports selecting a portion of the document either through UI interactions by using mouse, touch, keyboard or through supported APIs. +The [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) supports selecting a portion of the document either through UI interactions by using mouse, touch, keyboard or through supported APIs. The following sample code demonstrates how to retrieve text position from document using paragraph instance and offset value. {% tabs %} {% highlight c# %} @@ -447,4 +447,4 @@ Dim isDeleted As Boolean = richTextBoxAdv.Selection.Delete() {% endtabs %} N> This API is supported starting from release version v18.2.0.X. -You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file +You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/wpf/Shapes.md b/Document-Processing/Word/Word-Processor/wpf/Shapes.md index 0d9853dbce..54647ede8b 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Shapes.md +++ b/Document-Processing/Word/Word-Processor/wpf/Shapes.md @@ -7,7 +7,7 @@ documentation: ug keywords: shapes, text-box --- # Shapes in WPF RichTextBox (SfRichTextBoxAdv) -Shapes are drawing objects that include a text box, rectangles, lines, curves, circles, etc. It can be preset or custom geometry. At present, RichTextBox does not have support to insert shapes. however, if the document contains a shape while importing, it will be preserved properly. +Shapes are drawing objects that include a text box, rectangles, lines, curves, circles, etc. It can be preset or custom geometry. At present, [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) does not have support to insert shapes. however, if the document contains a shape while importing, it will be preserved properly. N> Starting from v18.3.0.x, the shape preservation is supported. @@ -34,7 +34,7 @@ Starting from v19.1.0.x, RichTextBox preserves the position properties of the sh N> At present, the shape with text wrapping style `In-Line with Text` can only be dragged and dropped anywhere in the document. -You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. +You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. diff --git a/Document-Processing/Word/Word-Processor/wpf/Spell-Check.md b/Document-Processing/Word/Word-Processor/wpf/Spell-Check.md index bb48281b50..b4c0c422ae 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Spell-Check.md +++ b/Document-Processing/Word/Word-Processor/wpf/Spell-Check.md @@ -8,7 +8,7 @@ keywords: spell-check --- # Spell Check in WPF RichTextBox (SfRichTextBoxAdv) -The SfRichTextBoxAdv provides support for checking spelling mistakes in the rich text document content. It also supports enabling the following spell checking options. +The [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) provides support for checking spelling mistakes in the rich text document content. It also supports enabling the following spell checking options. * Ignore words in UPPERCASE. @@ -119,4 +119,4 @@ The following code example demonstrates how to show the spelling pane in SfRichT ![WPF RichTextBox displays spellcheck option](SpellCheck_images/wpf-richtextbox-spellcheck-option.PNG) N> In order to enable spell checking functionality based on particular language, language pack for .NET Framework should be installed in the machine. -You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. +You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. diff --git a/Document-Processing/Word/Word-Processor/wpf/Styles-and-Templates.md b/Document-Processing/Word/Word-Processor/wpf/Styles-and-Templates.md index e1b39eb380..6d0fc7fae1 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Styles-and-Templates.md +++ b/Document-Processing/Word/Word-Processor/wpf/Styles-and-Templates.md @@ -8,7 +8,7 @@ keywords: styles-and-templates, custom-style --- # Styles and Templates in WPF RichTextBox (SfRichTextBoxAdv) -This section describes the styles and templates for the SfRichTextBoxAdv control. The Template defines the structure of the SfRichTextBoxAdv control and the Style defines its visual appearance. You can modify the default Control template to define a unique appearance for the control. +This section describes the styles and templates for the [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) control. The Template defines the structure of the SfRichTextBoxAdv control and the Style defines its visual appearance. You can modify the default Control template to define a unique appearance for the control. The following XAML shows the default style and template for the SfRichTextBoxAdv control. {% tabs %} {% highlight xaml %} @@ -831,4 +831,4 @@ The following code example demonstrates how to apply the custom style for SfRich {% endtabs %} -N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file +N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/wpf/Table.md b/Document-Processing/Word/Word-Processor/wpf/Table.md index 58932c6654..a46c525c25 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Table.md +++ b/Document-Processing/Word/Word-Processor/wpf/Table.md @@ -8,7 +8,7 @@ keywords: table --- # Table in WPF RichTextBox (SfRichTextBoxAdv) -The SfRichTextBoxAdv allows you to add tables into the rich text document. You can insert any rows or columns to the existing table and also can delete existing rows and columns. The SfRichTextBoxAdv also allows you to merge the selected cells into one (both vertically and horizontally). +The [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) allows you to add tables into the rich text document. You can insert any rows or columns to the existing table and also can delete existing rows and columns. The SfRichTextBoxAdv also allows you to merge the selected cells into one (both vertically and horizontally). The following code example illustrates how to add tables into the rich text document. {% tabs %} @@ -247,4 +247,4 @@ The following code example illustrates how to Button UI Command for deleting a r {% endtabs %} -N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file +N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/wpf/Text-Wrapping-Style.md b/Document-Processing/Word/Word-Processor/wpf/Text-Wrapping-Style.md index 3e8dbd1679..ddbcbda7c5 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Text-Wrapping-Style.md +++ b/Document-Processing/Word/Word-Processor/wpf/Text-Wrapping-Style.md @@ -7,7 +7,7 @@ documentation: ug keywords: text-wrapping, text-wrapping-style --- # Text Wrapping Style in WPF RichTextBox (SfRichTextBoxAdv) -Text wrapping refers to how images and shapes are fit with surrounding text in a document. Currently, RichTextBox has only preservation support for image and textbox shape with below wrapping styles. +Text wrapping refers to how images and shapes are fit with surrounding text in a document. Currently, [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) has only preservation support for image and textbox shape with below wrapping styles. ## In-Line with Text In this option, the image or shape is placed on the same line surrounding with text like any other word or letter. This image or shape will be automatically moved along with the text while editing, whereas the other options denote that the image or shape stays in a fixed position while the text shifts and wraps around it. @@ -40,4 +40,4 @@ N> Tight and Through styles are also displayed like square wrapping style in Ric ![view of shape with square wrapping style in RichTextBox](Text-Wrapping-Style_images/square-textwrapping.PNG) -N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file +N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/wpf/Undo-Redo.md b/Document-Processing/Word/Word-Processor/wpf/Undo-Redo.md index 25fcbfbebf..e188cbe13f 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Undo-Redo.md +++ b/Document-Processing/Word/Word-Processor/wpf/Undo-Redo.md @@ -8,7 +8,7 @@ keywords: undo-redo --- # Undo Redo in WPF RichTextBox (SfRichTextBoxAdv) -The SfRichTextBoxAdv provides history preservation support, which means each editing operation performed against its document content will be preserved in history. You can easily undo any editing action with ease. The undone actions will also be preserved in a separate stack enabling you to redo the action again. +The [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) provides history preservation support, which means each editing operation performed against its document content will be preserved in history. You can easily undo any editing action with ease. The undone actions will also be preserved in a separate stack enabling you to redo the action again. N> Currently, the number of actions that can be preserved in both undo and redo stacks is limited to 500. @@ -98,4 +98,4 @@ richTextBoxAdv.EditorSettings.CanUndoStyle = false {% endtabs %} N> This API is supported starting from release version v18.1.0.X. -You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file +You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/wpf/Virtualization.md b/Document-Processing/Word/Word-Processor/wpf/Virtualization.md index c897708a81..4762936905 100644 --- a/Document-Processing/Word/Word-Processor/wpf/Virtualization.md +++ b/Document-Processing/Word/Word-Processor/wpf/Virtualization.md @@ -8,6 +8,6 @@ keywords: virtualization --- # Virtualization in WPF RichTextBox (SfRichTextBoxAdv) -The SfRichTextBoxAdv control supports UI Virtualization. UI elements are created only for the contents that are visible in the viewer. The UI elements are created for the contents that become visible while scrolling the viewer. This reduces the main memory utilization and also improves UI performance. +The [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) control supports UI Virtualization. UI elements are created only for the contents that are visible in the viewer. The UI elements are created for the contents that become visible while scrolling the viewer. This reduces the main memory utilization and also improves UI performance. -N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file +N> You can refer to our [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/docx-editor-sdk-wpf-demos) to knows how to render and configure the editing tools. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/wpf/ui-builder-skill.md b/Document-Processing/Word/Word-Processor/wpf/ui-builder-skill.md index 4e07a8c37d..e74a40c227 100644 --- a/Document-Processing/Word/Word-Processor/wpf/ui-builder-skill.md +++ b/Document-Processing/Word/Word-Processor/wpf/ui-builder-skill.md @@ -10,9 +10,9 @@ keywords: WPF UI Builder, Skills, AI Assistants, DOCX Editor SDK, Agent Skills # WPF UI Builder Skill with DOCX Editor for AI Assistants -**Syncfusion® WPF UI Builder Skill** is an AI-powered agent skill that accelerates WPF DOCX Editor development by transforming natural-language UI requirements into production-ready code using Syncfusion® WPF components. +**Syncfusion® WPF UI Builder Skill** is an AI-powered agent skill that accelerates [WPF DOCX Editor](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) development by transforming natural-language UI requirements into production-ready code using Syncfusion® WPF components. -Integrated with your AI-powered IDE, it leverages deep knowledge of **Syncfusion® DOCX Editor** and other WPF components to deliver accurate and ready-to-use code. +Integrated with your AI-powered IDE, it leverages deep knowledge of **WPF DOCX Editor** and other WPF components to deliver accurate and ready-to-use code. By combining intelligent code generation with best practices, accessibility standards, and design-system consistency, WPF UI Builder helps you rapidly build scalable Document editing applications and user interfaces without leaving your development workflow. ## Prerequisites