diff --git a/Document-Processing/Word/Word-Processor/wpf/Spell-Check.md b/Document-Processing/Word/Word-Processor/wpf/Spell-Check.md
index b4c0c422ae..5bbb82e7f5 100644
--- a/Document-Processing/Word/Word-Processor/wpf/Spell-Check.md
+++ b/Document-Processing/Word/Word-Processor/wpf/Spell-Check.md
@@ -4,11 +4,11 @@ description: Learn here all about Spell Check support in Syncfusion WPF RichText
platform: document-processing
control: SfRichTextBoxAdv
documentation: ug
-keywords: spell-check
+keywords: spell-check,spelling,dictionary,multilingual,language
---
# Spell Check in WPF RichTextBox (SfRichTextBoxAdv)
-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.
+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 through the [SpellChecker](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.RichTextBoxAdv.SfRichTextBoxAdv.html#Syncfusion_Windows_Controls_RichTextBoxAdv_SfRichTextBoxAdv_SpellChecker) property of type [SpellChecker](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.RichTextBoxAdv.SpellChecker.html). It also supports enabling the following spell checking options.
* Ignore words in UPPERCASE.
@@ -64,7 +64,7 @@ richTextBoxAdv.SpellChecker.IgnoreURIs = True
## Adding Custom Dictionaries
-The SfRichTextBoxAdv also supports defining custom dictionaries that can be referred while check spelling mistakes. The SfRichTextBoxAdv ignores words that are defined in the referenced custom dictionaries. The SfRichTextBoxAdv supports option for adding misspelled word to dictionary. This option will be enabled only when at least one custom dictionary is defined. The misspelled words will be added to first item in the custom dictionary collection.
+The SfRichTextBoxAdv also supports defining custom dictionaries that can be referred to while checking spelling mistakes. The SfRichTextBoxAdv ignores words that are defined in the referenced custom dictionaries. The SfRichTextBoxAdv supports the option of adding a misspelled word to a dictionary. This option will be enabled only when at least one custom dictionary is defined. The misspelled words are added to the first item in the [CustomDictionaries](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.RichTextBoxAdv.SpellChecker.html#Syncfusion_Windows_Controls_RichTextBoxAdv_SpellChecker_CustomDictionaries) collection.
The following code example demonstrates how to define custom dictionaries for spell checking.
{% tabs %}
{% highlight xaml %}
@@ -82,12 +82,15 @@ The following code example demonstrates how to define custom dictionaries for sp
{% endtabs %}
-You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/WPF-RichTextBox-Samples/tree/main/How-to-add-custom-dictionaries-in-richtextbox) .
+You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/WPF-RichTextBox-Samples/tree/main/How-to-add-custom-dictionaries-in-richtextbox).
## Multilingual Spell Check Support
-The SfRichTextBoxAdv provides support for check spelling mistakes based on multi languages. You can do it so by defining language property for SfRichTextBoxAdv control.
+The SfRichTextBoxAdv provides support for checking spelling mistakes based on multiple languages. You can do so by defining the Language property of the SfRichTextBoxAdv control.
+
+N> In order to enable spell checking functionality based on a particular language, the language pack for .NET Framework must be installed on the machine.
+
The following code example demonstrates how to enable spell checking based on language.
{% tabs %}
{% highlight xaml %}
@@ -105,8 +108,9 @@ The following code example demonstrates how to enable spell checking based on la
## Spelling Pane
-The SfRichTextBoxAdv provides built-in spelling pane support for checking spelling mistakes and rectifying error words, similar to the Microsoft Word application.
-The following code example demonstrates how to show the spelling pane in SfRichTextBoxAdv through command binding.
+The SfRichTextBoxAdv provides built-in spelling pane support for checking spelling mistakes and correcting error words, similar to the Microsoft Word application.
+
+The following code example demonstrates how to show the spelling pane in SfRichTextBoxAdv through the [ShowSpellingPaneCommand](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.RichTextBoxAdv.SfRichTextBoxAdv.html#Syncfusion_Windows_Controls_RichTextBoxAdv_SfRichTextBoxAdv_ShowSpellingPaneCommand) command binding.
{% tabs %}
{% highlight xaml %}
@@ -118,5 +122,10 @@ The following code example demonstrates how to show the spelling pane in SfRichT
{% endtabs %}

-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/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.
+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 know how to render and configure the editing tool.
+
+## See Also
+
+- [Commands in WPF RichTextBox](./Commands)
+- [Document Structure in WPF RichTextBox](./Document-Structure)
+- [Document Properties in WPF RichTextBox](./Document-Properties)
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 6d0fc7fae1..c979983934 100644
--- a/Document-Processing/Word/Word-Processor/wpf/Styles-and-Templates.md
+++ b/Document-Processing/Word/Word-Processor/wpf/Styles-and-Templates.md
@@ -4,11 +4,11 @@ description: Learn here all about Styles and Templates support in Syncfusion WPF
platform: document-processing
control: SfRichTextBoxAdv
documentation: ug
-keywords: styles-and-templates, custom-style
+keywords: styles-and-templates,custom-style,theming,control-template,resource,xaml
---
# Styles and Templates in WPF RichTextBox (SfRichTextBoxAdv)
-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.
+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 %}
@@ -757,12 +757,14 @@ The following XAML shows the default style and template for the SfRichTextBoxAdv
{% endtabs %}
-N> In the control template, you are allowed to reorder the template parts and to add your own elements. However, when changing the control template you should be careful to include all required parts. Usually required parts are marked with Name attribute. Omission of required parts may impact some of the functionality.
+N> In the control template, you are allowed to reorder the template parts and to add your own elements. However, when changing the template, you should be careful to include all required parts. Required parts are usually marked with the `Name` attribute. Omission of required parts may impact functionality.
## Styling the SfRichTextBoxAdv
-You can define custom style for the SfRichTextBoxAdv control either by creating empty style and set it up on your own or by copying the default style and modifying it.
-The following example demonstrates how to customize the style for SfRichTextBoxAdv control.
+You can define a custom style for the SfRichTextBoxAdv control by either creating a new style from scratch or by copying the default style and modifying it.
+
+The following example demonstrates how to customize the style for SfRichTextBoxAdv control, including disabling the [EnableMiniToolBar](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.RichTextBoxAdv.SfRichTextBoxAdv.html#Syncfusion_Windows_Controls_RichTextBoxAdv_SfRichTextBoxAdv_EnableMiniToolBar) property.
+
{% tabs %}
{% highlight xaml %}
@@ -821,7 +823,7 @@ The following example demonstrates how to customize the style for SfRichTextBoxA
{% endtabs %}
-The following code example demonstrates how to apply the custom style for SfRichTextBoxAdv control. Applying this style will result in a SfRichTextBoxAdv control with no options pane and no spelling pane.
+The following code example demonstrates how to apply the custom style for SfRichTextBoxAdv control. Applying this style will result in an SfRichTextBoxAdv control with no options pane and no spelling pane.
{% tabs %}
{% highlight xaml %}
@@ -831,4 +833,10 @@ 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/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
+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 know how to render and configure the editing tool.
+
+## See Also
+
+- [Getting Started in WPF RichTextBox](./Getting-Started)
+- [Document Structure in WPF RichTextBox](./Document-Structure)
+- [Commands in WPF RichTextBox](./Commands)
\ 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 a46c525c25..3a67ebd368 100644
--- a/Document-Processing/Word/Word-Processor/wpf/Table.md
+++ b/Document-Processing/Word/Word-Processor/wpf/Table.md
@@ -4,11 +4,12 @@ description: Learn here all about Table support in Syncfusion WPF RichTextBox (S
platform: document-processing
control: SfRichTextBoxAdv
documentation: ug
-keywords: table
+keywords: table,rows,columns,cells,merge,alignment
---
# Table in WPF RichTextBox (SfRichTextBoxAdv)
-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 [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) allows you to add tables to the rich text document. You can insert rows or columns into an existing table and can also delete existing rows and columns. The SfRichTextBoxAdv also allows you to merge the selected cells into one (both vertically and horizontally). The tables are represented using the [TableAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.RichTextBoxAdv.TableAdv.html) class, with each row represented by [TableRowAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.RichTextBoxAdv.TableRowAdv.html) and each cell by [TableCellAdv](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.RichTextBoxAdv.TableCellAdv.html). The cell-level layout is controlled by the [CellFormat](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.RichTextBoxAdv.CellFormat.html) class.
+
The following code example illustrates how to add tables into the rich text document.
{% tabs %}
@@ -78,13 +79,13 @@ section.Blocks.Add(tableAdv);
document.Sections.Add(section);
// Initialize and add any number of sections to the document here.
-// Assign the documen to the RichTextBoxAdv instance.
+// Assign the document to the RichTextBoxAdv instance.
richTextBoxAdv.Document = document;
{% endhighlight %}
{% highlight VB %}
-' Initializes a document.
+' Initialize a document.
Dim document As New DocumentAdv()
' Initialize a section.
@@ -100,7 +101,7 @@ Dim tableRowAdv As New TableRowAdv()
Dim tableCellAdv As New TableCellAdv()
tableCellAdv.CellFormat.CellWidth = 240
-' Initializes a paragraph.
+' Initialize a paragraph.
Dim paragraphAdv As New ParagraphAdv()
Dim spanAdv As New SpanAdv()
spanAdv.Text = "Cell 1"
@@ -121,7 +122,7 @@ section.Blocks.Add(tableAdv)
document.Sections.Add(section)
' Initialize and add any number of sections to the document here.
-' Assign the documen to the RichTextBoxAdv instance.
+' Assign the document to the RichTextBoxAdv instance.
richTextBoxAdv.Document = document
@@ -130,7 +131,9 @@ richTextBoxAdv.Document = document
## UI Commands for accessing table
-The following code example illustrates how to bind the Button UI Command for inserting a table.
+### Insert Table
+
+The following code example illustrates how to bind a button UI command for inserting a table.
{% tabs %}
{% highlight xaml %}
@@ -162,7 +165,9 @@ SfRichTextBoxAdv.InsertTableCommand.Execute(New Integer() {2, 3}, richTextBoxAdv
{% endtabs %}
-The following code example illustrates how to bind the Button UI Command for inserting rows and columns.
+### Insert Row and Column
+
+The following code example illustrates how to bind a button UI command for inserting rows and columns.
{% tabs %}
{% highlight xaml %}
@@ -177,7 +182,9 @@ The following code example illustrates how to bind the Button UI Command for ins
{% endtabs %}
-The following code example illustrates how to bind the Button UI Command for selecting cell, row, column and table.
+### Select Cell, Row, Column, or Table
+
+The following code example illustrates how to bind a button UI command for selecting a cell, row, column, or table.
{% tabs %}
{% highlight xml %}
@@ -193,7 +200,9 @@ The following code example illustrates how to bind the Button UI Command for sel
{% endtabs %}
-The following code example illustrates how to bind the Button UI Command for merging selected cells.
+### Merge Cells
+
+The following code example illustrates how to bind a button UI command for merging selected cells.
{% tabs %}
{% highlight xaml %}
@@ -204,7 +213,9 @@ The following code example illustrates how to bind the Button UI Command for mer
{% endtabs %}
-The following code example illustrates how to bind the Button UI Command to change content alignment of the selected cells.
+### Change Cell Content Alignment
+
+The following code example illustrates how to bind a button UI command to change the content alignment of the selected cells.
{% tabs %}
{% highlight xaml %}
@@ -232,7 +243,9 @@ The following code example illustrates how to bind the Button UI Command to chan
{% endtabs %}
-The following code example illustrates how to Button UI Command for deleting a row, deleting a column and deleting an entire table.
+### Delete Row, Column, or Table
+
+The following code example illustrates how to bind a button UI command for deleting a row, deleting a column, and deleting an entire table.
{% tabs %}
{% highlight xaml %}
@@ -247,4 +260,10 @@ 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/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
+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 know how to render and configure the editing tool.
+
+## See Also
+
+- [Commands in WPF RichTextBox](./Commands)
+- [Document Structure in WPF RichTextBox](./Document-Structure)
+- [Document Properties in WPF RichTextBox](./Document-Properties)
\ 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 ddbcbda7c5..81ce361fe8 100644
--- a/Document-Processing/Word/Word-Processor/wpf/Text-Wrapping-Style.md
+++ b/Document-Processing/Word/Word-Processor/wpf/Text-Wrapping-Style.md
@@ -4,13 +4,13 @@ description: Learn here all about Text Wrapping style support in Syncfusion WPF
platform: document-processing
control: SfRichTextBoxAdv
documentation: ug
-keywords: text-wrapping, text-wrapping-style
+keywords: text-wrapping,text-wrapping-style,inline,square,top-and-bottom,behind
---
# Text Wrapping Style in WPF RichTextBox (SfRichTextBoxAdv)
-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.
+Text wrapping refers to how images and shapes fit with surrounding text in a document. Currently, [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) has preservation support only for image and textbox shapes with the wrapping styles listed below.
## 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.
+In this option, the image or shape is placed on the same line as the surrounding text, like any other word or letter. The image or shape moves automatically with the text as you edit, whereas the other options denote that the image or shape stays in a fixed position while the text shifts and wraps around it.

@@ -20,24 +20,28 @@ In this option, the image or shape is placed behind the text. This can be used w

## In Front of Text
-In this option, the image or shape is placed in front of the text. This can be used to place an image around some text or to add shape to highlight the part in a paragraph.
+In this option, the image or shape is placed in front of the text. This can be used to place an image around some text or to add a shape that highlights part of a paragraph.

-N> Starting from v18.3.0.x, the in front of and behind text wrapping styles are supported.
-
## Top and Bottom
-In this option, Text wraps above and below the image or shape. No text is to the left or right of the image or shape. This can be used for larger images or shapes that occupy most of the width in a document.
-
-N> Starting from v19.1.0.x, the top and bottom wrapping style is supported.
+In this option, the text wraps above and below the image or shape. No text appears to the left or right of the image or shape. This can be used for larger images or shapes that occupy most of the width in a document.

## Square
In this option, Text wraps around the image or text box in a square shape.
-N> Tight and Through styles are also displayed like square wrapping style in RichTextBox which is supported from v19.2.0.x.
-

-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
+N> 1. The in front of and behind text wrapping styles are supported starting from v18.3.0.x
+N> 2. The top and bottom wrapping style is supported starting from v19.1.0.x
+N> 3. The Tight and Through styles are displayed like the square wrapping style starting from v19.2.0.x.
+
+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 know how to render and configure the editing tool.
+
+## See Also
+
+- [Shapes in WPF RichTextBox](./Shapes)
+- [Image in WPF RichTextBox](./Image)
+- [Commands in WPF RichTextBox](./Commands)
\ 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 e188cbe13f..039050ee20 100644
--- a/Document-Processing/Word/Word-Processor/wpf/Undo-Redo.md
+++ b/Document-Processing/Word/Word-Processor/wpf/Undo-Redo.md
@@ -4,17 +4,17 @@ description: Learn here all about Undo Redo support in Syncfusion WPF RichTextBo
platform: document-processing
control: SfRichTextBoxAdv
documentation: ug
-keywords: undo-redo
+keywords: undo-redo,history,undo,redo,editor-settings,is-undo-enabled
---
# Undo Redo in WPF RichTextBox (SfRichTextBoxAdv)
-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.
+The [WPF RichTextBox](https://www.syncfusion.com/docx-editor-sdk/wpf-docx-editor) (SfRichTextBoxAdv) provides history preservation support, which means each editing operation performed on its document content will be preserved in history. The undo and redo behavior is configured through the [EditorSettings](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.RichTextBoxAdv.EditorSettings.html) class. You can easily undo any editing action. The undone actions will also be preserved in a separate stack enabling you to redo the action.
N> Currently, the number of actions that can be preserved in both undo and redo stacks is limited to 500.
## UI Command to perform undo/redo operations
-The following code example demonstrates how to bind commands for performing undo and redo operations.
+The following code example demonstrates how to bind the [UndoCommand](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.RichTextBoxAdv.SfRichTextBoxAdv.html#Syncfusion_Windows_Controls_RichTextBoxAdv_SfRichTextBoxAdv_UndoCommand) and [RedoCommand](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.RichTextBoxAdv.SfRichTextBoxAdv.html#Syncfusion_Windows_Controls_RichTextBoxAdv_SfRichTextBoxAdv_RedoCommand) commands for performing undo and redo operations.
{% tabs %}
{% highlight xaml %}
@@ -33,7 +33,7 @@ N> In order to perform undo/redo, the standard keyboard shortcuts such as CTRL +
### Disable Undo for all the editing actions
-In SfRichTextBoxAdv, the Undo functionality is enabled by default. You can disable it by using the `IsUndoEnabled` property of the `EditorSettings` class.
+In SfRichTextBoxAdv, the Undo functionality is enabled by default. You can disable it by using the [IsUndoEnabled](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.RichTextBoxAdv.EditorSettings.html#Syncfusion_Windows_Controls_RichTextBoxAdv_EditorSettings_IsUndoEnabled) property of the `EditorSettings` class.
The following code example demonstrates how to disable the Undo functionality in `SfRichTextBoxAdv`.
{% tabs %}
@@ -67,7 +67,7 @@ N> This API is supported starting from release version v18.1.0.X.
### Disable Undo for style modification actions
-In SfRichTextBoxAdv, the Undo functionality is enabled by default for all the editing operations. If you want to disable the Undo functionality for modifying an existing style alone. You can disable it by using the `CanUndoStyle` property of the `EditorSettings` class.
+In SfRichTextBoxAdv, the Undo functionality is enabled by default for all the editing operations. If you want to disable the Undo functionality for modifying an existing style only, you can disable it by using the [CanUndoStyle](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.RichTextBoxAdv.EditorSettings.html#Syncfusion_Windows_Controls_RichTextBoxAdv_EditorSettings_CanUndoStyle) property of the `EditorSettings` class.
The following code example demonstrates how to disable the Undo support for modifying an existing style in `SfRichTextBoxAdv`.
{% tabs %}
@@ -90,7 +90,7 @@ richTextBoxAdv.EditorSettings.CanUndoStyle = false;
{% highlight VB %}
' Defines the SfRichTextBoxAdv control with document style undo operation disabled.
Dim richTextBoxAdv As New SfRichTextBoxAdv()
-richTextBoxAdv.EditorSettings.CanUndoStyle = false
+richTextBoxAdv.EditorSettings.CanUndoStyle = False
{% endhighlight %}
@@ -98,4 +98,11 @@ 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/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
+
+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 know how to render and configure the editing tool.
+
+## See Also
+
+- [Commands in WPF RichTextBox](./Commands)
+- [Document Structure in WPF RichTextBox](./Document-Structure)
+- [Document Properties in WPF RichTextBox](./Document-Properties)
\ 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 4762936905..f2acd90762 100644
--- a/Document-Processing/Word/Word-Processor/wpf/Virtualization.md
+++ b/Document-Processing/Word/Word-Processor/wpf/Virtualization.md
@@ -4,10 +4,16 @@ description: Learn here all about Virtualization support in Syncfusion WPF RichT
platform: document-processing
control: SfRichTextBoxAdv
documentation: ug
-keywords: virtualization
+keywords: virtualization,ui-virtualization,performance,scrolling
---
# Virtualization in WPF RichTextBox (SfRichTextBoxAdv)
-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.
+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 memory utilization and improves UI performance.
-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
+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 know how to render and configure the editing tool.
+
+## See Also
+
+- [Document Structure in WPF RichTextBox](./Document-Structure)
+- [Commands in WPF RichTextBox](./Commands)
+- [Getting Started in WPF RichTextBox](./Getting-Started)
\ 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 e74a40c227..6c3ce50807 100644
--- a/Document-Processing/Word/Word-Processor/wpf/ui-builder-skill.md
+++ b/Document-Processing/Word/Word-Processor/wpf/ui-builder-skill.md
@@ -5,7 +5,7 @@ description: Install Syncfusion® WPF UI Builder to generate production-ready WP
control: DOCX Editor
platform: document-processing
documentation: ug
-keywords: WPF UI Builder, Skills, AI Assistants, DOCX Editor SDK, Agent Skills
+keywords: WPF UI Builder,Skills,AI Assistants,DOCX Editor SDK,Agent Skills,installation,configuration,agent,prompt
---
# WPF UI Builder Skill with DOCX Editor for AI Assistants
@@ -22,8 +22,8 @@ Before installing WPF UI Builder Skill with DOCX Editor, ensure the following:
- Install [APM (Agent Package Manager)](https://microsoft.github.io/apm/getting-started/installation/#quick-install-recommended)
- Required [.NET SDK](https://dotnet.microsoft.com/en-us/download) version ≥ 6
- WPF application (existing or new); see [Overview](https://help.syncfusion.com/wpf/welcome-to-syncfusion-essential-wpf)
-- A supported AI agent or IDE that integrates with the Skills (VS Code, Cursor, Syncfusion® Code Studio, etc.)
-- Active Syncfusion® license(any of the following):
+- A supported AI agent or IDE that integrates with the Skills, such as VS Code, Cursor, or Syncfusion® Code Studio
+- Active Syncfusion® license (any of the following):
- [Commercial](https://www.syncfusion.com/sales/unlimitedlicense)
- [Community License](https://www.syncfusion.com/products/communitylicense)
- [Free Trial](https://www.syncfusion.com/account/manage-trials/start-trials)
@@ -41,7 +41,7 @@ Before installing WPF UI Builder Skill with DOCX Editor, ensure the following:
- Avoids unsupported or deprecated patterns
### **Patterns & Best Practices**
-- Recommended control composition and state management
+- Recommends control composition and state management
- Event handling aligned with WPF standards
- Secure and scalable coding patterns
@@ -171,7 +171,7 @@ Generated code follows best practices with well-structured XAML markup, proper e
## Best Practices
-Follow these guidelines to get the most out of UI Builder and ensure high-quality production-ready result:
+Follow these guidelines to get the most out of UI Builder and ensure high-quality production-ready results:
- **Stay consistent** — Maintain consistent naming conventions (PascalCase for classes, camelCase for variables), control hierarchies, and XAML patterns throughout your project.
- **Use advanced AI models** — For best results, use **Claude Sonnet 4.6 or higher** capability models to produce better code quality and more accurate implementations.
@@ -205,7 +205,7 @@ Yes — the generated WPF controls include clear integration points for style ad
**Does it modify files automatically?**
The skill proposes changes and requires confirmation for insertion; automatic dependency installation may be offered depending on agent permissions.
-## See also
+## See Also
- [Agent Skills Standards](https://agentskills.io/home)
- [Agent Package Manager](https://microsoft.github.io/apm/getting-started/quick-start/)