ClassRichTextBoxCommands
Provides a set of commands for manipulating the RichTextBox in Telerik's UI framework.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class RichTextBoxCommands : INotifyPropertyChanged
Inheritance: objectRichTextBoxCommands
Derived Classes:
Implements:
Properties
AcceptAllRevisions
Accepts all revisions in the RichTextBox, consolidating the document to a single version without any tracked changes.
Declaration
public static RoutedCommand AcceptAllRevisions { get; }
Property Value
RoutedCommand
Remarks
This method processes all revisions and removes any markup associated with them, ensuring that the final document reflects only the accepted content.
AcceptAllRevisionsCommand
Accepts all revisions in the rich text box document, merging any changes made by different authors.
Declaration
public virtual AcceptAllRevisionsCommand AcceptAllRevisionsCommand { get; }
Property Value
AcceptRevision
Accepts a revision in the rich text box, incorporating the changes into the document.
Declaration
public static RoutedCommand AcceptRevision { get; }
Property Value
RoutedCommand
AcceptRevisionCommand
Executes the command to accept a revision in the rich text box.
Declaration
public virtual AcceptRevisionCommand AcceptRevisionCommand { get; }
Property Value
AddShapeTextBox
Adds a Shape TextBox to the RichTextBox document.
Declaration
public static RoutedCommand AddShapeTextBox { get; }
Property Value
RoutedCommand
AddShapeTextBoxCommand
Declaration
public virtual AddShapeTextBoxCommand AddShapeTextBoxCommand { get; }
Property Value
AssociatedRichTextBox
Gets or sets the associated RichTextBox for the command.
Declaration
public RadRichTextBox AssociatedRichTextBox { get; }
Property Value
The associated RichTextBox instance.
CancelFormatPainter
Cancels the format painter operation in the RichTextBox.
Declaration
public static RoutedCommand CancelFormatPainter { get; }
Property Value
RoutedCommand
CancelFormatPainterCommand
Cancels the active format painter command in the RichTextBox. This command resets any formatting copied from another text range, allowing the user to continue editing without the format painter effect.
Declaration
public virtual CancelFormatPainterCommand CancelFormatPainterCommand { get; }
Property Value
ChangeAllFieldsDisplayMode
Changes the display mode of all fields within the RichTextBox.
Declaration
public static RoutedCommand ChangeAllFieldsDisplayMode { get; }
Property Value
RoutedCommand
ChangeAllFieldsDisplayModeCommand
Changes the display mode of all fields in the RichTextBox.
Declaration
public virtual ChangeAllFieldsDisplayModeCommand ChangeAllFieldsDisplayModeCommand { get; }
Property Value
ChangeBibliographicStyle
Changes the bibliographic style of the rich text box.
Declaration
public static RoutedCommand ChangeBibliographicStyle { get; }
Property Value
RoutedCommand
ChangeBibliographicStyleCommand
Executes the command to change the bibliographic style of the rich text box.
Declaration
public virtual ChangeBibliographicStyleCommand ChangeBibliographicStyleCommand { get; }
Property Value
ChangeFontFamily
Changes the font family of the selected text in the RichTextBox.
Declaration
public static RoutedCommand ChangeFontFamily { get; }
Property Value
RoutedCommand
ChangeFontFamilyCommand
Changes the font family of the selected text in the RichTextBox.
Declaration
public virtual ChangeFontFamilyCommand ChangeFontFamilyCommand { get; }
Property Value
ChangeFontForeColor
Changes the foreground color of the font in the RichTextBox.
Declaration
public static RoutedCommand ChangeFontForeColor { get; }
Property Value
RoutedCommand
ChangeFontForeColorCommand
Executes the command to change the font foreground color in the rich text box.
Declaration
public virtual ChangeFontForeColorCommand ChangeFontForeColorCommand { get; }
Property Value
ChangeFontHighlightColor
Changes the font highlight color of the selected text in the RichTextBox.
Declaration
public static RoutedCommand ChangeFontHighlightColor { get; }
Property Value
RoutedCommand
ChangeFontHighlightColorCommand
Represents a command to change the font highlight color in a rich text box.
Declaration
public virtual ChangeFontHighlightColorCommand ChangeFontHighlightColorCommand { get; }
Property Value
ChangeFontSize
Changes the font size of the selected text in the RichTextBox.
Declaration
public static RoutedCommand ChangeFontSize { get; }
Property Value
RoutedCommand
ChangeFontSizeCommand
Represents a command that changes the font size of the selected text in a RichTextBox.
Declaration
public virtual ChangeFontSizeCommand ChangeFontSizeCommand { get; }
Property Value
ChangeFormatPainterState
Changes the state of the format painter tool in the RichTextBox.
Declaration
public static RoutedCommand ChangeFormatPainterState { get; }
Property Value
RoutedCommand
ChangeFormatPainterStateCommand
Represents a command that changes the state of the format painter in the RichTextBox.
Declaration
public virtual ChangeFormatPainterStateCommand ChangeFormatPainterStateCommand { get; }
Property Value
ChangeImageWrappingStyle
Changes the image wrapping style in the RichTextBox.
Declaration
public static RoutedCommand ChangeImageWrappingStyle { get; }
Property Value
RoutedCommand
ChangeImageWrappingStyleCommand
Executes the command to change the image wrapping style in a RichTextBox.
Declaration
public virtual ChangeImageWrappingStyleCommand ChangeImageWrappingStyleCommand { get; }
Property Value
ChangeIntegratedWatermarkType
Changes the type of the integrated watermark in the RichTextBox.
Declaration
public static RoutedCommand ChangeIntegratedWatermarkType { get; }
Property Value
RoutedCommand
ChangeIntegratedWatermarkTypeCommand
Represents a command that changes the integrated watermark type of the RichTextBox.
Declaration
public virtual ChangeIntegratedWatermarkTypeCommand ChangeIntegratedWatermarkTypeCommand { get; }
Property Value
ChangeLayoutMode
Changes the layout mode of the RichTextBox.
Declaration
public static RoutedCommand ChangeLayoutMode { get; }
Property Value
RoutedCommand
ChangeLayoutModeCommand
Represents a command that changes the layout mode of the RichTextBox.
Declaration
public virtual ChangeLayoutModeCommand ChangeLayoutModeCommand { get; }
Property Value
ChangeListStyle
Changes the list style of the selected text in the RichTextBox.
Declaration
public static RoutedCommand ChangeListStyle { get; }
Property Value
RoutedCommand
ChangeListStyleCommand
Executes the command to change the list style in the RichTextBox.
Declaration
public virtual ChangeListStyleCommand ChangeListStyleCommand { get; }
Property Value
ChangePageMargins
Changes the page margins of the RichTextBox.
Declaration
public static RoutedCommand ChangePageMargins { get; }
Property Value
RoutedCommand
ChangePageMarginsCommand
Represents the command to change the page margins in a RichTextBox.
Declaration
public virtual ChangePageMarginsTypeCommand ChangePageMarginsCommand { get; }
Property Value
ChangePageOrientation
Changes the page orientation of the rich text box. This command updates the page layout to either portrait or landscape mode according to the specified orientation.
Declaration
public static RoutedCommand ChangePageOrientation { get; }
Property Value
RoutedCommand
ChangePageOrientationCommand
Represents a command to change the page orientation in a RichTextBox.
Declaration
public virtual ChangePageOrientationCommand ChangePageOrientationCommand { get; }
Property Value
ChangePaperType
Changes the paper type of the RichTextBox document.
Declaration
public static RoutedCommand ChangePaperType { get; }
Property Value
RoutedCommand
ChangePaperTypeCommand
Represents a command to change the paper type in the RichTextBox.
Declaration
public virtual ChangePaperTypeCommand ChangePaperTypeCommand { get; }
Property Value
ChangeParagraphBackgroundColor
Changes the background color of the specified paragraph in the rich text box.
Declaration
public static RoutedCommand ChangeParagraphBackgroundColor { get; }
Property Value
RoutedCommand
ChangeParagraphBackgroundColorCommand
Executes the command to change the background color of the selected paragraph in the RichTextBox.
Declaration
public virtual ChangeParagraphBackgroundColorCommand ChangeParagraphBackgroundColorCommand { get; }
Property Value
ChangeParagraphFlowDirection
Changes the flow direction of the specified paragraph in the rich text box.
Declaration
public static RoutedCommand ChangeParagraphFlowDirection { get; }
Property Value
RoutedCommand
ChangeParagraphFlowDirectionCommand
Represents a command that changes the flow direction of a paragraph in the RichTextBox.
Declaration
public virtual ChangeParagraphFlowDirectionCommand ChangeParagraphFlowDirectionCommand { get; }
Property Value
ChangeParagraphListLevel
Changes the paragraph list level for the specified paragraph in the RichTextBox.
Declaration
public static RoutedCommand ChangeParagraphListLevel { get; }
Property Value
RoutedCommand
ChangeParagraphListLevelCommand
Represents a command that changes the paragraph list level in a RichTextBox.
Declaration
public virtual ChangeParagraphListLevelCommand ChangeParagraphListLevelCommand { get; }
Property Value
ChangeRotateTextWithShape
Changes the rotation of the text to match the specified shape's rotation.
Declaration
public static RoutedCommand ChangeRotateTextWithShape { get; }
Property Value
RoutedCommand
ChangeRotateTextWithShapeCommand
Declaration
public virtual ChangeRotateTextWithShapeCommand ChangeRotateTextWithShapeCommand { get; }
Property Value
ChangeSectionColumns
Changes the number of columns in the specified section of the rich text box.
Declaration
public static RoutedCommand ChangeSectionColumns { get; }
Property Value
RoutedCommand
ChangeSectionColumnsCommand
Represents the command to change the number of columns in a section of a rich text box.
Declaration
public virtual ChangeSectionColumnsCommand ChangeSectionColumnsCommand { get; }
Property Value
ChangeSectionFooterBottomMargin
Changes the bottom margin of the footer for the specified section in a rich text box.
Declaration
public static RoutedCommand ChangeSectionFooterBottomMargin { get; }
Property Value
RoutedCommand
ChangeSectionFooterBottomMarginCommand
Executes the command to change the bottom margin of the footer in the specified section.
Declaration
public virtual ChangeSectionFooterBottomMarginCommand ChangeSectionFooterBottomMarginCommand { get; }
Property Value
ChangeSectionHeaderTopMargin
Changes the top margin of the section header in the RichTextBox.
Declaration
public static RoutedCommand ChangeSectionHeaderTopMargin { get; }
Property Value
RoutedCommand
ChangeSectionHeaderTopMarginCommand
Represents a command that changes the top margin of the section header in a RichTextBox.
Declaration
public virtual ChangeSectionHeaderTopMarginCommand ChangeSectionHeaderTopMarginCommand { get; }
Property Value
ChangeShapeAutoFitToText
Changes the shape's auto-fit setting to adjust to the text within the shape.
Declaration
public static RoutedCommand ChangeShapeAutoFitToText { get; }
Property Value
RoutedCommand
ChangeShapeAutoFitToTextCommand
Declaration
public virtual ChangeShapeAutoFitToTextCommand ChangeShapeAutoFitToTextCommand { get; }
Property Value
ChangeShapeFill
Changes the fill of a specified shape in the RichTextBox document.
Declaration
public static RoutedCommand ChangeShapeFill { get; }
Property Value
RoutedCommand
ChangeShapeFillCommand
Declaration
public virtual ChangeShapeFillCommand ChangeShapeFillCommand { get; }
Property Value
ChangeShapeOutlineDash
Changes the outline dash style of the specified shape within the rich text box.
Declaration
public static RoutedCommand ChangeShapeOutlineDash { get; }
Property Value
RoutedCommand
ChangeShapeOutlineDashCommand
Declaration
public virtual ChangeShapeOutlineDashCommand ChangeShapeOutlineDashCommand { get; }
Property Value
ChangeShapeOutlineFill
Changes the outline and fill properties of a shape within the RichTextBox.
Declaration
public static RoutedCommand ChangeShapeOutlineFill { get; }
Property Value
RoutedCommand
ChangeShapeOutlineFillCommand
Declaration
public virtual ChangeShapeOutlineFillCommand ChangeShapeOutlineFillCommand { get; }
Property Value
ChangeShapeOutlineWidth
Changes the outline width of the specified shape in the RichTextBox.
Declaration
public static RoutedCommand ChangeShapeOutlineWidth { get; }
Property Value
RoutedCommand
ChangeShapeOutlineWidthCommand
Declaration
public virtual ChangeShapeOutlineWidthCommand ChangeShapeOutlineWidthCommand { get; }
Property Value
ChangeShapeTextBottomMargin
Changes the bottom margin of a shape within the RichTextBox.
Declaration
public static RoutedCommand ChangeShapeTextBottomMargin { get; }
Property Value
RoutedCommand
ChangeShapeTextBottomMarginCommand
Declaration
public virtual ChangeShapeTextBottomMarginCommand ChangeShapeTextBottomMarginCommand { get; }
Property Value
ChangeShapeTextFill
Changes the text fill of a specified shape in the rich text box.
Declaration
public static RoutedCommand ChangeShapeTextFill { get; }
Property Value
RoutedCommand
ChangeShapeTextFillCommand
Declaration
public virtual ChangeShapeTextFillCommand ChangeShapeTextFillCommand { get; }
Property Value
ChangeShapeTextLeftMargin
Changes the left margin of the shape text in the RichTextBox.
Declaration
public static RoutedCommand ChangeShapeTextLeftMargin { get; }
Property Value
RoutedCommand
ChangeShapeTextLeftMarginCommand
Declaration
public virtual ChangeShapeTextLeftMarginCommand ChangeShapeTextLeftMarginCommand { get; }
Property Value
ChangeShapeTextOutlineDash
Changes the outline dash style of a shape in the rich text box.
Declaration
public static RoutedCommand ChangeShapeTextOutlineDash { get; }
Property Value
RoutedCommand
ChangeShapeTextOutlineDashCommand
Declaration
public virtual ChangeShapeTextOutlineDashCommand ChangeShapeTextOutlineDashCommand { get; }
Property Value
ChangeShapeTextOutlineFill
Changes the outline fill of a shape in the rich text box.
Declaration
public static RoutedCommand ChangeShapeTextOutlineFill { get; }
Property Value
RoutedCommand
ChangeShapeTextOutlineFillCommand
Declaration
public virtual ChangeShapeTextOutlineFillCommand ChangeShapeTextOutlineFillCommand { get; }
Property Value
ChangeShapeTextOutlineWidth
Changes the outline width of the text shape in the RichTextBox.
Declaration
public static RoutedCommand ChangeShapeTextOutlineWidth { get; }
Property Value
RoutedCommand
ChangeShapeTextOutlineWidthCommand
Declaration
public virtual ChangeShapeTextOutlineWidthCommand ChangeShapeTextOutlineWidthCommand { get; }
Property Value
ChangeShapeTextRightMargin
Changes the right margin of the shape's text in the RichTextBox.
Declaration
public static RoutedCommand ChangeShapeTextRightMargin { get; }
Property Value
RoutedCommand
ChangeShapeTextRightMarginCommand
Declaration
public virtual ChangeShapeTextRightMarginCommand ChangeShapeTextRightMarginCommand { get; }
Property Value
ChangeShapeTextRotation
Changes the text rotation of the specified shape in the RichTextBox.
Declaration
public static RoutedCommand ChangeShapeTextRotation { get; }
Property Value
RoutedCommand
ChangeShapeTextRotationCommand
Declaration
public virtual ChangeShapeTextRotationCommand ChangeShapeTextRotationCommand { get; }
Property Value
ChangeShapeTextTopMargin
Changes the top margin of a shape's text in the rich text box.
Declaration
public static RoutedCommand ChangeShapeTextTopMargin { get; }
Property Value
RoutedCommand
ChangeShapeTextTopMarginCommand
Declaration
public virtual ChangeShapeTextTopMarginCommand ChangeShapeTextTopMarginCommand { get; }
Property Value
ChangeShapeTextVerticalAlignment
Changes the vertical alignment of text within a specified shape in the RichTextBox.
Declaration
public static RoutedCommand ChangeShapeTextVerticalAlignment { get; }
Property Value
RoutedCommand
ChangeShapeTextVerticalAlignmentCommand
Declaration
public virtual ChangeShapeTextVerticalAlignmentCommand ChangeShapeTextVerticalAlignmentCommand { get; }
Property Value
ChangeShapeTextWrap
Changes the text wrapping style of a specified shape in the RichTextBox.
Declaration
public static RoutedCommand ChangeShapeTextWrap { get; }
Property Value
RoutedCommand
ChangeShapeTextWrapCommand
Declaration
public virtual ChangeShapeTextWrapCommand ChangeShapeTextWrapCommand { get; }
Property Value
ChangeShapeWrappingStyle
Declaration
public static RoutedCommand ChangeShapeWrappingStyle { get; }
Property Value
RoutedCommand
ChangeShapeWrappingStyleCommand
Declaration
public virtual ChangeShapeWrappingStyleCommand ChangeShapeWrappingStyleCommand { get; }
Property Value
ChangeStyleName
Changes the style name of the rich text box content.
Declaration
public static RoutedCommand ChangeStyleName { get; }
Property Value
RoutedCommand
ChangeStyleNameCommand
Executes the ChangeStyleName command, which changes the style of the selected text in the RichTextBox.
Declaration
public virtual ChangeStyleNameCommand ChangeStyleNameCommand { get; }
Property Value
ChangeTableColumnsLayoutMode
Changes the layout mode of the columns in the specified table within the RichTextBox.
Declaration
public static RoutedCommand ChangeTableColumnsLayoutMode { get; }
Property Value
RoutedCommand
ChangeTableColumnsLayoutModeCommand
Represents a command that changes the layout mode of table columns in a rich text box.
Declaration
public virtual ChangeTableColumnsLayoutModeCommand ChangeTableColumnsLayoutModeCommand { get; }
Property Value
ChangeTextAlignment
Changes the text alignment of the selected content in the RichTextBox.
Declaration
public static RoutedCommand ChangeTextAlignment { get; }
Property Value
RoutedCommand
ChangeTextAlignmentCommand
Represents a command that changes the text alignment in a rich text box.
Declaration
public virtual ChangeTextAlignmentCommand ChangeTextAlignmentCommand { get; }
Property Value
ChangeUnderlineColor
Changes the underline color of the selected text in the RichTextBox.
Declaration
public static RoutedCommand ChangeUnderlineColor { get; }
Property Value
RoutedCommand
ChangeUnderlineColorCommand
Executes the command to change the underline color of the selected text in a RichTextBox.
Declaration
public virtual ChangeUnderlineColorCommand ChangeUnderlineColorCommand { get; }
Property Value
ChangeUnderlineDecoration
Changes the underline decoration of the selected text in the RichTextBox.
Declaration
public static RoutedCommand ChangeUnderlineDecoration { get; }
Property Value
RoutedCommand
ChangeUnderlineDecorationCommand
Executes the command to change the underline decoration of the selected text in the RichTextBox.
Declaration
public virtual ChangeUnderlineDecorationCommand ChangeUnderlineDecorationCommand { get; }
Property Value
ClearAllFormatting
Clears all formatting from the content in the RichTextBox.
Declaration
public static RoutedCommand ClearAllFormatting { get; }
Property Value
RoutedCommand
ClearAllFormattingCommand
Clears all formatting from the selected text in the RichTextBox.
Declaration
public virtual ClearAllFormattingCommand ClearAllFormattingCommand { get; }
Property Value
ClearFormatting
Clears all formatting from the selected text in the rich text box.
Declaration
public static RoutedCommand ClearFormatting { get; }
Property Value
RoutedCommand
ClearFormattingCommand
Represents a command that clears formatting from the selected content in a RichTextBox.
Declaration
public virtual ClearFormattingCommand ClearFormattingCommand { get; }
Property Value
ContinueNumbering
Continues the numbering of a list in the RichTextBox.
Declaration
public static RoutedCommand ContinueNumbering { get; }
Property Value
RoutedCommand
ContinueNumberingCommand
Represents the command to continue numbering for a list in the RichTextBox.
Declaration
public virtual ContinueNumberingCommand ContinueNumberingCommand { get; }
Property Value
ConvertFloatingShapeToShapeInline
Declaration
public static RoutedCommand ConvertFloatingShapeToShapeInline { get; }
Property Value
RoutedCommand
ConvertFloatingShapeToShapeInlineCommand
Declaration
public virtual ConvertFloatingShapeToShapeInlineCommand ConvertFloatingShapeToShapeInlineCommand { get; }
Property Value
ConvertImageToImageInline
Converts an image to an inline image within the rich text box.
Declaration
public static RoutedCommand ConvertImageToImageInline { get; }
Property Value
RoutedCommand
ConvertImageToImageInlineCommand
Represents a command that converts an image to an inline image in a rich text box.
Declaration
public virtual ConvertImageToImageInlineCommand ConvertImageToImageInlineCommand { get; }
Property Value
Copy
Copies the currently selected content in the RichTextBox to the clipboard.
Declaration
public static RoutedCommand Copy { get; }
Property Value
RoutedCommand
CopyCommand
Represents the command that copies the selected content in the RichTextBox.
Declaration
public virtual CopyCommand CopyCommand { get; }
Property Value
CopyFormatting
Copies the formatting of the currently selected text in the rich text box.
Declaration
public static RoutedCommand CopyFormatting { get; }
Property Value
RoutedCommand
CopyFormattingCommand
Represents a command that copies the formatting of the selected text in the RichTextBox.
Declaration
public virtual CopyFormattingCommand CopyFormattingCommand { get; }
Property Value
CopyHyperlink
Copies the hyperlink of the currently selected text in the RichTextBox to the clipboard.
Declaration
public static RoutedCommand CopyHyperlink { get; }
Property Value
RoutedCommand
CopyHyperlinkCommand
Represents a command to copy a hyperlink from the rich text box.
Declaration
public virtual CopyHyperlinkCommand CopyHyperlinkCommand { get; }
Property Value
Cut
Cuts the currently selected content from the rich text box and places it on the clipboard.
Declaration
public static RoutedCommand Cut { get; }
Property Value
RoutedCommand
CutCommand
Executes the cut command, allowing the selection of text to be removed from the rich text box and placed on the clipboard for later use.
Declaration
public virtual CutCommand CutCommand { get; }
Property Value
DecrementFontSize
Decreases the font size of the selected text in the RichTextBox.
Declaration
public static RoutedCommand DecrementFontSize { get; }
Property Value
RoutedCommand
DecrementFontSizeCommand
Decreases the font size of the selected text in the RichTextBox.
Declaration
public virtual DecrementFontSizeCommand DecrementFontSizeCommand { get; }
Property Value
DecrementPageWidth
Decreases the width of the page in the RichTextBox by a specified amount.
Declaration
public static RoutedCommand DecrementPageWidth { get; }
Property Value
RoutedCommand
DecrementParagraphLeftIndent
Decreases the left indent of the selected paragraph in the RichTextBox.
Declaration
public static RoutedCommand DecrementParagraphLeftIndent { get; }
Property Value
RoutedCommand
DecrementParagraphLeftIndentCommand
Represents a command that decrements the left indent of the current paragraph in the RichTextBox.
Declaration
public virtual DecrementParagraphLeftIndentCommand DecrementParagraphLeftIndentCommand { get; }
Property Value
DecrementParagraphListLevel
Decreases the list level of the selected paragraphs in the RichTextBox control.
Declaration
public static RoutedCommand DecrementParagraphListLevel { get; }
Property Value
RoutedCommand
DecrementParagraphListLevelCommand
Decrements the list level of the paragraph in the RichTextBox. This command shifts the paragraph one level up in the hierarchy of list items, making it less prominent within the list structure.
Declaration
public virtual DecrementParagraphListLevelCommand DecrementParagraphListLevelCommand { get; }
Property Value
Delete
Deletes the selected content from the rich text box.
Declaration
public static RoutedCommand Delete { get; }
Property Value
RoutedCommand
DeleteAllComments
Deletes all comments from the RichTextBox.
Declaration
public static RoutedCommand DeleteAllComments { get; }
Property Value
RoutedCommand
DeleteAllCommentsCommand
Represents a command that deletes all comments from the RichTextBox document.
Declaration
public virtual DeleteAllCommentsCommand DeleteAllCommentsCommand { get; }
Property Value
DeleteCodeBlock
Deletes a code block from the rich text box.
Declaration
public static RoutedCommand DeleteCodeBlock { get; }
Property Value
RoutedCommand
DeleteCodeBlockCommand
Executes the command to delete a code block from the RichTextBox.
Declaration
public virtual DeleteCodeBlockCommand DeleteCodeBlockCommand { get; }
Property Value
DeleteCommand
Represents a command to delete selected content in a RichTextBox.
Declaration
public virtual DeleteCommand DeleteCommand { get; }
Property Value
DeleteComment
Deletes the specified comment from the document.
Declaration
public static RoutedCommand DeleteComment { get; }
Property Value
RoutedCommand
DeleteCommentCommand
Represents a command that deletes a comment from the RichTextBox.
Declaration
public virtual DeleteCommentCommand DeleteCommentCommand { get; }
Property Value
DeleteTable
Executes the command to delete a table from the RichTextBox.
Declaration
public static RoutedCommand DeleteTable { get; }
Property Value
RoutedCommand
DeleteTableColumn
Deletes the specified column from the table in the rich text box.
Declaration
public static RoutedCommand DeleteTableColumn { get; }
Property Value
RoutedCommand
DeleteTableColumnCommand
Represents a command to delete a column from a table in the rich text box.
Declaration
public virtual DeleteTableColumnCommand DeleteTableColumnCommand { get; }
Property Value
DeleteTableCommand
Represents a command that deletes a table from the rich text box.
Declaration
public virtual DeleteTableCommand DeleteTableCommand { get; }
Property Value
DeleteTableRow
Deletes the specified row from a table in the RichTextBox.
Declaration
public static RoutedCommand DeleteTableRow { get; }
Property Value
RoutedCommand
DeleteTableRowCommand
Represents a command that deletes a selected row from a table in a RichTextBox.
Declaration
public virtual DeleteTableRowCommand DeleteTableRowCommand { get; }
Property Value
EditFooter
Executes the command to edit the footer of the document in the RichTextBox.
Declaration
public static RoutedCommand EditFooter { get; }
Property Value
RoutedCommand
EditFooterCommand
Represents a command to edit the footer of a document in the RichTextBox control.
Declaration
public virtual EditFooterCommand EditFooterCommand { get; }
Property Value
EditHeader
Edits the header of the RichTextBox document.
Declaration
public static RoutedCommand EditHeader { get; }
Property Value
RoutedCommand
EditHeaderCommand
Represents a command to edit the header of a Rich Text Box.
Declaration
public virtual EditHeaderCommand EditHeaderCommand { get; }
Property Value
EditShapeTextBox
Edits the text box shape in the RichTextBox.
Declaration
public static RoutedCommand EditShapeTextBox { get; }
Property Value
RoutedCommand
EditShapeTextBoxCommand
Declaration
public virtual EditShapeTextBoxCommand EditShapeTextBoxCommand { get; }
Property Value
ExitHeaderFooterEditMode
Exits the header or footer edit mode in the RichTextBox control.
Declaration
public static RoutedCommand ExitHeaderFooterEditMode { get; }
Property Value
RoutedCommand
ExitHeaderFooterEditModeCommand
Exits the header and footer edit mode in the RichTextBox.
Declaration
public virtual ExitHeaderFooterEditModeCommand ExitHeaderFooterEditModeCommand { get; }
Property Value
GoToNextComment
Navigates to the next comment in the RichTextBox.
Declaration
public static RoutedCommand GoToNextComment { get; }
Property Value
RoutedCommand
GoToNextCommentCommand
Executes the command to navigate to the next comment in the rich text document.
Declaration
public virtual GoToNextCommentCommand GoToNextCommentCommand { get; }
Property Value
GoToNextEndnote
Navigates to the next endnote in the rich text box.
Declaration
public static RoutedCommand GoToNextEndnote { get; }
Property Value
RoutedCommand
GoToNextEndnoteCommand
Navigates to the next endnote in the document.
Declaration
public virtual GoToNextEndnoteCommand GoToNextEndnoteCommand { get; }
Property Value
GoToNextFootnote
Moves the focus to the next footnote in the RichTextBox.
Declaration
public static RoutedCommand GoToNextFootnote { get; }
Property Value
RoutedCommand
GoToNextFootnoteCommand
Executes the command to navigate to the next footnote within the rich text box.
Declaration
public virtual GoToNextFootnoteCommand GoToNextFootnoteCommand { get; }
Property Value
GoToNextRevision
Moves the caret to the next revision in the rich text box document.
Declaration
public static RoutedCommand GoToNextRevision { get; }
Property Value
RoutedCommand
GoToNextRevisionCommand
Executes the command to navigate to the next revision within the RichTextBox.
Declaration
public virtual GoToNextRevisionCommand GoToNextRevisionCommand { get; }
Property Value
GoToPreviousComment
Navigates to the previous comment in the rich text box.
Declaration
public static RoutedCommand GoToPreviousComment { get; }
Property Value
RoutedCommand
GoToPreviousCommentCommand
Navigates to the previous comment in the rich text document.
Declaration
public virtual GoToPreviousCommentCommand GoToPreviousCommentCommand { get; }
Property Value
GoToPreviousEndnote
Navigates the cursor to the previous endnote in the rich text document.
Declaration
public static RoutedCommand GoToPreviousEndnote { get; }
Property Value
RoutedCommand
GoToPreviousEndnoteCommand
Represents the command to navigate to the previous endnote in a rich text box.
Declaration
public virtual GoToPreviousEndnoteCommand GoToPreviousEndnoteCommand { get; }
Property Value
GoToPreviousFootnote
Navigates to the previous footnote in the rich text box.
Declaration
public static RoutedCommand GoToPreviousFootnote { get; }
Property Value
RoutedCommand
GoToPreviousFootnoteCommand
Executes the command to navigate to the previous footnote in the rich text box.
Declaration
public virtual GoToPreviousFootnoteCommand GoToPreviousFootnoteCommand { get; }
Property Value
GoToPreviousRevision
Navigates to the previous revision in the rich text box.
Declaration
public static RoutedCommand GoToPreviousRevision { get; }
Property Value
RoutedCommand
GoToPreviousRevisionCommand
Executes the command to navigate to the previous revision in the RichTextBox.
Declaration
public virtual GoToPreviousRevisionCommand GoToPreviousRevisionCommand { get; }
Property Value
IncrementFontSize
Increases the font size of the selected text in the RichTextBox.
Declaration
public static RoutedCommand IncrementFontSize { get; }
Property Value
RoutedCommand
IncrementFontSizeCommand
Increments the font size of the selected text in the RichTextBox.
Declaration
public virtual IncrementFontSizeCommand IncrementFontSizeCommand { get; }
Property Value
IncrementPageWidth
Increments the page width of the RichTextBox by a specified amount.
Declaration
public static RoutedCommand IncrementPageWidth { get; }
Property Value
RoutedCommand
IncrementParagraphLeftIndent
Increments the left indent of the selected paragraph by a specified amount.
Declaration
public static RoutedCommand IncrementParagraphLeftIndent { get; }
Property Value
RoutedCommand
IncrementParagraphLeftIndentCommand
Represents a command that increments the left indent of the current paragraph in a rich text box.
Declaration
public virtual IncrementParagraphLeftIndentCommand IncrementParagraphLeftIndentCommand { get; }
Property Value
IncrementParagraphListLevel
Increments the list level of the currently selected paragraph in the RichTextBox.
Declaration
public static RoutedCommand IncrementParagraphListLevel { get; }
Property Value
RoutedCommand
IncrementParagraphListLevelCommand
Increases the list level of the selected paragraphs in the RichTextBox.
Declaration
public virtual IncrementParagraphListLevelCommand IncrementParagraphListLevelCommand { get; }
Property Value
InsertBibliographyField
Inserts a bibliography field into the rich text box at the current selection.
Declaration
public static RoutedCommand InsertBibliographyField { get; }
Property Value
RoutedCommand
InsertBibliographyFieldCommand
Represents a command that inserts a bibliography field into the rich text box.
Declaration
public virtual InsertBibliographyFieldCommand InsertBibliographyFieldCommand { get; }
Property Value
InsertBreak
Inserts a break at the current position in the document.
Declaration
public static RoutedCommand InsertBreak { get; }
Property Value
RoutedCommand
InsertBreakCommand
Inserts a break at the current cursor position in the RichTextBox.
Declaration
public virtual InsertBreakCommand InsertBreakCommand { get; }
Property Value
InsertCitationField
Inserts a citation field into the RichTextBox at the current cursor position.
Declaration
public static RoutedCommand InsertCitationField { get; }
Property Value
RoutedCommand
InsertCitationFieldCommand
Represents the command to insert a citation field into the rich text box.
Declaration
public virtual InsertCitationFieldCommand InsertCitationFieldCommand { get; }
Property Value
InsertColumnBreak
Inserts a column break at the current position in the rich text box.
Declaration
public static RoutedCommand InsertColumnBreak { get; }
Property Value
RoutedCommand
InsertColumnBreakCommand
Represents a command that inserts a column break in the rich text box.
Declaration
public virtual InsertColumnBreakCommand InsertColumnBreakCommand { get; }
Property Value
InsertComment
Inserts a comment into the RichTextBox.
Declaration
public static RoutedCommand InsertComment { get; }
Property Value
RoutedCommand
InsertCommentCommand
Inserts a comment at the current position in the RichTextBox.
Declaration
public virtual InsertCommentCommand InsertCommentCommand { get; }
Property Value
InsertDocumentFragment
Inserts a document fragment into the RichTextBox at the current selection point.
Declaration
public static RoutedCommand InsertDocumentFragment { get; }
Property Value
RoutedCommand
InsertDocumentFragmentCommand
Inserts a document fragment into the rich text box at the current caret position.
Declaration
public virtual InsertDocumentFragmentCommand InsertDocumentFragmentCommand { get; }
Property Value
InsertEndnote
Inserts an endnote at the current position of the cursor in the rich text box.
Declaration
public static RoutedCommand InsertEndnote { get; }
Property Value
RoutedCommand
InsertEndnoteCommand
Inserts an endnote at the current position in the document.
Declaration
public virtual InsertEndnoteCommand InsertEndnoteCommand { get; }
Property Value
InsertField
Inserts a field into the RichTextBox at the current cursor position.
Declaration
public static RoutedCommand InsertField { get; }
Property Value
RoutedCommand
InsertFieldCommand
Represents a command to insert a field into the RichTextBox.
Declaration
public virtual InsertFieldCommand InsertFieldCommand { get; }
Property Value
InsertFootnote
Inserts a footnote at the current cursor position in the rich text box.
Declaration
public static RoutedCommand InsertFootnote { get; }
Property Value
RoutedCommand
InsertFootnoteCommand
Represents a command that inserts a footnote into the rich text box.
Declaration
public virtual InsertFootnoteCommand InsertFootnoteCommand { get; }
Property Value
InsertLineBreak
Inserts a line break at the current position in the rich text box.
Declaration
public static RoutedCommand InsertLineBreak { get; }
Property Value
RoutedCommand
InsertLineBreakCommand
Represents a command that inserts a line break in the RichTextBox.
Declaration
public virtual InsertLineBreakCommand InsertLineBreakCommand { get; }
Property Value
InsertLineNumbering
Inserts line numbering into the specified rich text box document.
Declaration
public static RoutedCommand InsertLineNumbering { get; }
Property Value
RoutedCommand
InsertLineNumberingCommand
Declaration
public virtual InsertLineNumberingCommand InsertLineNumberingCommand { get; }
Property Value
InsertMergeFieldEmpty
Inserts an empty merge field into the RichTextBox.
Declaration
public static RoutedCommand InsertMergeFieldEmpty { get; }
Property Value
RoutedCommand
InsertMergeFieldEmptyCommand
Inserts an empty merge field into the rich text box.
Declaration
public virtual InsertMergeFieldEmptyCommand InsertMergeFieldEmptyCommand { get; }
Property Value
InsertNonBreakingSpace
Inserts a non-breaking space into the rich text box.
Declaration
public static RoutedCommand InsertNonBreakingSpace { get; }
Property Value
RoutedCommand
InsertNonBreakingSpaceCommand
Represents a command to insert a non-breaking space in the rich text box.
Declaration
public virtual InsertNonBreakingSpaceCommand InsertNonBreakingSpaceCommand { get; }
Property Value
InsertPageBreak
Inserts a page break at the current cursor position in the RichTextBox.
Declaration
public static RoutedCommand InsertPageBreak { get; }
Property Value
RoutedCommand
InsertPageBreakCommand
Represents a command to insert a page break in the RichTextBox component.
Declaration
public virtual InsertPageBreakCommand InsertPageBreakCommand { get; }
Property Value
InsertPageField
Inserts a page field into the RichTextBox at the current position of the caret.
Declaration
public static RoutedCommand InsertPageField { get; }
Property Value
RoutedCommand
InsertPageFieldCommand
Inserts a page field at the current position in the RichTextBox.
Declaration
public virtual InsertPageFieldCommand InsertPageFieldCommand { get; }
Property Value
InsertPicture
Inserts a picture into the RichTextBox at the current selection point.
Declaration
public static RoutedCommand InsertPicture { get; }
Property Value
RoutedCommand
InsertPictureCommand
Represents a command that inserts a picture into the RichTextBox.
Declaration
public virtual InsertPictureCommand InsertPictureCommand { get; }
Property Value
InsertSdt
Declaration
public static RoutedCommand InsertSdt { get; }
Property Value
RoutedCommand
InsertSdtCommand
Declaration
public virtual InsertStructuredDocumentTagCommand InsertSdtCommand { get; }
Property Value
InsertSectionBreak
Inserts a section break into the rich text box at the current cursor position.
Declaration
public static RoutedCommand InsertSectionBreak { get; }
Property Value
RoutedCommand
InsertSectionBreakCommand
Represents the command to insert a section break in the RichTextBox.
Declaration
public virtual InsertSectionBreakCommand InsertSectionBreakCommand { get; }
Property Value
InsertTable
Inserts a table into the RichTextBox at the current caret position.
Declaration
public static RoutedCommand InsertTable { get; }
Property Value
RoutedCommand
InsertTableColumn
Inserts a new column into the specified table of the rich text box.
Declaration
public static RoutedCommand InsertTableColumn { get; }
Property Value
RoutedCommand
InsertTableColumnCommand
Represents the command to insert a column into a table within a RichTextBox.
Declaration
public virtual InsertTableColumnCommand InsertTableColumnCommand { get; }
Property Value
InsertTableColumnToTheLeft
Inserts a new column to the left of the specified column in the table.
Declaration
public static RoutedCommand InsertTableColumnToTheLeft { get; }
Property Value
RoutedCommand
InsertTableColumnToTheLeftCommand
Executes the command to insert a new column to the left of the currently selected column in a rich text box table.
Declaration
public virtual InsertTableColumnToTheLeftCommand InsertTableColumnToTheLeftCommand { get; }
Property Value
InsertTableColumnToTheRight
Inserts a new column to the right of the specified column in the table.
Declaration
public static RoutedCommand InsertTableColumnToTheRight { get; }
Property Value
RoutedCommand
InsertTableColumnToTheRightCommand
Inserts a new column to the right of the specified column in the rich text box.
Declaration
public virtual InsertTableColumnToTheRightCommand InsertTableColumnToTheRightCommand { get; }
Property Value
InsertTableCommand
Executes the command to insert a table into the RichTextBox.
Declaration
public virtual InsertTableCommand InsertTableCommand { get; }
Property Value
InsertTableRow
Inserts a new row into the specified table within the RichTextBox.
Declaration
public static RoutedCommand InsertTableRow { get; }
Property Value
RoutedCommand
InsertTableRowAbove
Inserts a new row above the currently selected row in the table.
Declaration
public static RoutedCommand InsertTableRowAbove { get; }
Property Value
RoutedCommand
InsertTableRowAboveCommand
Represents a command that inserts a new row above the currently selected row in a table.
Declaration
public virtual InsertTableRowAboveCommand InsertTableRowAboveCommand { get; }
Property Value
InsertTableRowBelow
Inserts a new table row directly below the currently selected row in the rich text box.
Declaration
public static RoutedCommand InsertTableRowBelow { get; }
Property Value
RoutedCommand
InsertTableRowBelowCommand
Represents the command to insert a new row below the currently selected row in a table within a RichTextBox.
Declaration
public virtual InsertTableRowBelowCommand InsertTableRowBelowCommand { get; }
Property Value
InsertTableRowCommand
Represents a command to insert a new row in a table within a RichTextBox.
Declaration
public virtual InsertTableRowCommand InsertTableRowCommand { get; }
Property Value
InsertText
Inserts the specified text at the current cursor position in the RichTextBox.
Declaration
public static RoutedCommand InsertText { get; }
Property Value
RoutedCommand
InsertTextBox
Inserts a text box into the RichTextBox at the specified position.
Declaration
public static RoutedCommand InsertTextBox { get; }
Property Value
RoutedCommand
InsertTextBoxCommand
Declaration
public virtual InsertTextBoxCommand InsertTextBoxCommand { get; }
Property Value
InsertTextCommand
Inserts text at the current cursor position in the RichTextBox.
Declaration
public virtual InsertTextCommand InsertTextCommand { get; }
Property Value
MailMerge
Executes the mail merge command on the RichTextBox, processing the specified data source to populate fields within the document.
Declaration
public static RoutedCommand MailMerge { get; }
Property Value
RoutedCommand
MailMergeCommand
Executes the mail merge command on the specified RichTextBox.
Declaration
public virtual MailMergeCommand MailMergeCommand { get; }
Property Value
MergeTableCells
Merges specified table cells in the RichTextBox.
Declaration
public static RoutedCommand MergeTableCells { get; }
Property Value
RoutedCommand
MergeTableCellsCommand
Executes the Merge Table Cells command, merging the selected cells in a table within the RichTextBox.
Declaration
public virtual MergeTableCellsCommand MergeTableCellsCommand { get; }
Property Value
MoveCaret
Moves the caret to the specified position in the rich text box.
Declaration
public static RoutedCommand MoveCaret { get; }
Property Value
RoutedCommand
MoveCaretCommand
Represents a command to move the caret within a rich text box.
Declaration
public virtual MoveCaretCommand MoveCaretCommand { get; }
Property Value
MoveSelection
Moves the current selection within the RichTextBox by a specified amount.
Declaration
public static RoutedCommand MoveSelection { get; }
Property Value
RoutedCommand
MoveSelectionCommand
Represents the command that moves the selection within the rich text box.
Declaration
public virtual MoveSelectionCommand MoveSelectionCommand { get; }
Property Value
MultipleUndo
Executes multiple undo operations in the RichTextBox.
Declaration
public static RoutedCommand MultipleUndo { get; }
Property Value
RoutedCommand
MultipleUndoCommand
Represents a command that allows multiple undo operations in the RichTextBox.
Declaration
public virtual MultipleUndoCommand MultipleUndoCommand { get; }
Property Value
NewDocument
Creates a new document in the RichTextBox.
Declaration
public static RoutedCommand NewDocument { get; }
Property Value
RoutedCommand
NewDocumentCommand
Initializes a new document in the RichTextBox control.
Declaration
public virtual NewDocumentCommand NewDocumentCommand { get; }
Property Value
OpenContextMenuOnNextSpellingError
Opens the context menu for the next spelling error in the rich text box.
Declaration
public static RoutedCommand OpenContextMenuOnNextSpellingError { get; }
Property Value
RoutedCommand
OpenContextMenuOnNextSpellingErrorCommand
Represents a command that opens the context menu on the next spelling error in the RichTextBox.
Declaration
public virtual OpenContextMenuOnNextSpellingErrorCommand OpenContextMenuOnNextSpellingErrorCommand { get; }
Property Value
OpenDocument
Opens a document in the RichTextBox.
Declaration
public static RoutedCommand OpenDocument { get; }
Property Value
RoutedCommand
OpenDocumentCommand
Represents a command that opens a document in the RichTextBox control.
Declaration
public virtual OpenDocumentCommand OpenDocumentCommand { get; }
Property Value
OpenHyperlink
Opens the specified hyperlink in the default web browser.
Declaration
public static RoutedCommand OpenHyperlink { get; }
Property Value
RoutedCommand
OpenHyperlinkCommand
Represents the command used to open a hyperlink in the RichTextBox.
Declaration
public virtual OpenHyperlinkCommand OpenHyperlinkCommand { get; }
Property Value
Paste
Executes the Paste command in the RichTextBox, allowing the user to insert content from the clipboard into the current position of the text cursor.
Declaration
public static RoutedCommand Paste { get; }
Property Value
RoutedCommand
PasteCommand
Represents a command that pastes content from the clipboard into the RichTextBox.
Declaration
public virtual PasteCommand PasteCommand { get; }
Property Value
PasteFormatting
Pastes the formatting from the clipboard into the selected text in the RichTextBox.
Declaration
public static RoutedCommand PasteFormatting { get; }
Property Value
RoutedCommand
PasteFormattingCommand
Represents a command that pastes formatting from the clipboard into the rich text box.
Declaration
public virtual PasteFormattingCommand PasteFormattingCommand { get; }
Property Value
PreviewFirstMailMergeDataRecord
Previews the first mail merge data record for the rich text box commands.
Declaration
public static RoutedCommand PreviewFirstMailMergeDataRecord { get; }
Property Value
RoutedCommand
PreviewFirstMailMergeDataRecordCommand
Executes the command to preview the first mail merge data record in the RichTextBox.
Declaration
public virtual PreviewFirstMailMergeDataRecordCommand PreviewFirstMailMergeDataRecordCommand { get; }
Property Value
PreviewLastMailMergeDataRecord
Previews the last mail merge data record for the RichTextBox.
Declaration
public static RoutedCommand PreviewLastMailMergeDataRecord { get; }
Property Value
RoutedCommand
PreviewLastMailMergeDataRecordCommand
Executes the command that previews the last mail merge data record in the RichTextBox.
Declaration
public virtual PreviewLastMailMergeDataRecordCommand PreviewLastMailMergeDataRecordCommand { get; }
Property Value
PreviewMailMergeResults
Previews the results of a mail merge operation in a RichTextBox.
Declaration
public static RoutedCommand PreviewMailMergeResults { get; }
Property Value
RoutedCommand
PreviewNextMailMergeDataRecord
Prepares and displays the next mail merge data record in the RichTextBox.
Declaration
public static RoutedCommand PreviewNextMailMergeDataRecord { get; }
Property Value
RoutedCommand
PreviewNextMailMergeDataRecordCommand
Executes the command to preview the next mail merge data record in the RichTextBox.
Declaration
public virtual PreviewNextMailMergeDataRecordCommand PreviewNextMailMergeDataRecordCommand { get; }
Property Value
PreviewPreviousMailMergeDataRecord
Retrieves the previous data record for a mail merge operation.
Declaration
public static RoutedCommand PreviewPreviousMailMergeDataRecord { get; }
Property Value
RoutedCommand
PreviewPreviousMailMergeDataRecordCommand
Executes the command to preview the previous mail merge data record in the RichTextBox.
Declaration
public virtual PreviewPreviousMailMergeDataRecordCommand PreviewPreviousMailMergeDataRecordCommand { get; }
Property Value
Sends the content of the RichTextBox to the printer.
Declaration
public static RoutedCommand Print { get; }
Property Value
RoutedCommand
PrintCommand
Represents the command to print the content of the RichTextBox.
Declaration
public virtual PrintCommand PrintCommand { get; }
Property Value
PrintPreview
Opens the print preview dialog for the RichTextBox, allowing the user to preview the content before printing.
Declaration
public static RoutedCommand PrintPreview { get; }
Property Value
RoutedCommand
PrintPreviewCommand
Represents the command to initiate the print preview of a document in the RichTextBox.
Declaration
public virtual PrintPreviewCommand PrintPreviewCommand { get; }
Property Value
Redo
Executes the Redo command, which re-applies the last undone action in the RichTextBox.
Declaration
public static RoutedCommand Redo { get; }
Property Value
RoutedCommand
RedoCommand
Represents the command that re-applies the last undone action in the RichTextBox.
Declaration
public virtual RedoCommand RedoCommand { get; }
Property Value
RejectAllRevisions
Rejects all revisions in the rich text box document.
Declaration
public static RoutedCommand RejectAllRevisions { get; }
Property Value
RoutedCommand
RejectAllRevisionsCommand
Represents the command that rejects all revisions in the RichTextBox.
Declaration
public virtual RejectAllRevisionsCommand RejectAllRevisionsCommand { get; }
Property Value
RejectRevision
Rejects the specified revision in the RichTextBox document.
Declaration
public static RoutedCommand RejectRevision { get; }
Property Value
RoutedCommand
RejectRevisionCommand
Executes the command to reject a revision in the RichTextBox.
Declaration
public virtual RejectRevisionCommand RejectRevisionCommand { get; }
Property Value
RemoveHyperlink
Removes a hyperlink from the rich text box at the specified position.
Declaration
public static RoutedCommand RemoveHyperlink { get; }
Property Value
RoutedCommand
RemoveHyperlinkCommand
Represents a command to remove a hyperlink from the RichTextBox.
Declaration
public virtual RemoveHyperlinkCommand RemoveHyperlinkCommand { get; }
Property Value
RemoveWatermark
Removes the watermark from the RichTextBox.
Declaration
public static RoutedCommand RemoveWatermark { get; }
Property Value
RoutedCommand
RemoveWatermarkCommand
Removes the watermark from the RichTextBox control.
Declaration
public virtual RemoveWatermarkCommand RemoveWatermarkCommand { get; }
Property Value
RestartNumbering
Restarts the numbering of the specified list in the RichTextBox.
Declaration
public static RoutedCommand RestartNumbering { get; }
Property Value
RoutedCommand
RestartNumberingCommand
Represents a command to restart the numbering for a specific list in a RichTextBox.
Declaration
public virtual RestartNumberingCommand RestartNumberingCommand { get; }
Property Value
Save
Saves the current state of the RichTextBox to a specified destination.
Declaration
public static RoutedCommand Save { get; }
Property Value
RoutedCommand
SaveCommand
Executes the Save command for the RichTextBox, allowing the user to save the current document to a specified location.
Declaration
public virtual SaveCommand SaveCommand { get; }
Property Value
SelectAll
Selects all content within the rich text box.
Declaration
public static RoutedCommand SelectAll { get; }
Property Value
RoutedCommand
SelectAllCommand
Represents the command to select all content within the RichTextBox.
Declaration
public virtual SelectAllCommand SelectAllCommand { get; }
Property Value
SelectHyperlink
Selects a hyperlink within the rich text box.
Declaration
public static RoutedCommand SelectHyperlink { get; }
Property Value
RoutedCommand
SelectHyperlinkCommand
Represents the command that selects a hyperlink within the RichTextBox.
Declaration
public virtual SelectHyperlinkCommand SelectHyperlinkCommand { get; }
Property Value
SelectTable
Selects the specified table in the RichTextBox control.
Declaration
public static RoutedCommand SelectTable { get; }
Property Value
RoutedCommand
SelectTableCell
Selects a specific cell in a table within the RichTextBox.
Declaration
public static RoutedCommand SelectTableCell { get; }
Property Value
RoutedCommand
SelectTableCellCommand
Executes the command to select a specific cell within a table in the RichTextBox.
Declaration
public virtual SelectTableCellCommand SelectTableCellCommand { get; }
Property Value
SelectTableColumn
Selects the specified column in a table within the RichTextBox.
Declaration
public static RoutedCommand SelectTableColumn { get; }
Property Value
RoutedCommand
SelectTableColumnCommand
Represents a command to select a column in a table within a RichTextBox.
Declaration
public virtual SelectTableColumnCommand SelectTableColumnCommand { get; }
Property Value
SelectTableCommand
Selects the specified table in the RichTextBox control.
Declaration
public virtual SelectTableCommand SelectTableCommand { get; }
Property Value
SelectTableEmpty
Selects an empty table in the RichTextBox control.
Declaration
public static RoutedCommand SelectTableEmpty { get; }
Property Value
RoutedCommand
SelectTableEmptyCommand
Represents a command that selects an empty table within the RichTextBox.
Declaration
public virtual SelectTableEmptyCommand SelectTableEmptyCommand { get; }
Property Value
SelectTableRow
Selects the specified row in the table of the RichTextBox.
Declaration
public static RoutedCommand SelectTableRow { get; }
Property Value
RoutedCommand
SelectTableRowCommand
Represents a command to select a table row in the RichTextBox.
Declaration
public virtual SelectTableRowCommand SelectTableRowCommand { get; }
Property Value
ShowAddNewBibliographicReferenceDialog
Displays a dialog allowing the user to add a new bibliographic reference.
Declaration
public static RoutedCommand ShowAddNewBibliographicReferenceDialog { get; }
Property Value
RoutedCommand
ShowAddNewBibliographicReferenceDialogCommand
Opens a dialog for adding a new bibliographic reference.
Declaration
public virtual ShowAddNewBibliographicReferenceDialogCommand ShowAddNewBibliographicReferenceDialogCommand { get; }
Property Value
ShowChangeEditingPermissionsDialog
Displays a dialog that shows the change editing permissions for the specified document.
Declaration
public static RoutedCommand ShowChangeEditingPermissionsDialog { get; }
Property Value
RoutedCommand
ShowChangeEditingPermissionsDialogCommand
Displays a dialog that allows users to view and manage the editing permissions for changes in a RichTextBox.
Declaration
public virtual ShowChangeEditingPermissionsDialogCommand ShowChangeEditingPermissionsDialogCommand { get; }
Property Value
ShowCodeFormattingDialog
Displays the Code Formatting dialog for the RichTextBox, allowing users to customize code presentation settings.
Declaration
public static RoutedCommand ShowCodeFormattingDialog { get; }
Property Value
RoutedCommand
ShowCodeFormattingDialogCommand
Opens a dialog that allows users to apply code formatting options to the selected text in the RichTextBox.
Declaration
public virtual ShowCodeFormattingDialogCommand ShowCodeFormattingDialogCommand { get; }
Property Value
ShowContentControlPropertiesDialog
Declaration
public static RoutedCommand ShowContentControlPropertiesDialog { get; }
Property Value
RoutedCommand
ShowContentControlPropertiesDialogCommand
Declaration
public virtual ShowContentControlPropertiesDialogCommand ShowContentControlPropertiesDialogCommand { get; }
Property Value
ShowDefineNewListStyleDialog
Displays the dialog for defining a new list style in the RichTextBox.
Declaration
public static RoutedCommand ShowDefineNewListStyleDialog { get; }
Property Value
RoutedCommand
ShowDefineNewListStyleDialogCommand
Displays the dialog for defining a new list style in the RichTextBox.
Declaration
public virtual ShowDefineNewListStyleDialogCommand ShowDefineNewListStyleDialogCommand { get; }
Property Value
ShowFieldsCodes
Displays the field codes in the RichTextBox, allowing users to view the underlying code of the fields present in the document.
Declaration
public static RoutedCommand ShowFieldsCodes { get; }
Property Value
RoutedCommand
ShowFieldsResults
Displays the results of fields within the rich text box.
Declaration
public static RoutedCommand ShowFieldsResults { get; }
Property Value
RoutedCommand
ShowFindReplaceDialog
Displays the Find and Replace dialog for the RichTextBox control.
Declaration
public static RoutedCommand ShowFindReplaceDialog { get; }
Property Value
RoutedCommand
ShowFindReplaceDialogCommand
Displays the Find and Replace dialog for the RichTextBox.
Declaration
public virtual ShowFindReplaceDialogCommand ShowFindReplaceDialogCommand { get; }
Property Value
ShowFloatingBlockPropertiesDialog
Opens the Floating Block Properties dialog for the selected floating block in the RichTextBox.
Declaration
public static RoutedCommand ShowFloatingBlockPropertiesDialog { get; }
Property Value
RoutedCommand
ShowFloatingBlockPropertiesDialogCommand
Displays the properties dialog for a floating block in the RichTextBox.
Declaration
public virtual ShowFloatingBlockPropertiesDialogCommand ShowFloatingBlockPropertiesDialogCommand { get; }
Property Value
ShowFontPropertiesDialog
Displays the font properties dialog for the rich text box, allowing the user to customize font settings.
Declaration
public static RoutedCommand ShowFontPropertiesDialog { get; }
Property Value
RoutedCommand
ShowFontPropertiesDialogCommand
Displays the font properties dialog for the RichTextBox.
Declaration
public virtual ShowFontPropertiesDialogCommand ShowFontPropertiesDialogCommand { get; }
Property Value
ShowImageEditor
Opens the image editor for the currently selected image in the RichTextBox.
Declaration
public static RoutedCommand ShowImageEditor { get; }
Property Value
RoutedCommand
ShowImageEditorCommand
Executes the command to display the image editor for editing an image in the RichTextBox.
Declaration
public virtual ShowImageEditorCommand ShowImageEditorCommand { get; }
Property Value
ShowInsertCaptionDialog
Displays a dialog for inserting a caption in the RichTextBox.
Declaration
public static RoutedCommand ShowInsertCaptionDialog { get; }
Property Value
RoutedCommand
ShowInsertCaptionDialogCommand
Represents a command that displays the insert caption dialog in the RichTextBox.
Declaration
public virtual ShowInsertCaptionDialogCommand ShowInsertCaptionDialogCommand { get; }
Property Value
ShowInsertCrossReferenceWindow
Opens the Insert Cross Reference window, allowing users to insert cross-references in the rich text document.
Declaration
public static RoutedCommand ShowInsertCrossReferenceWindow { get; }
Property Value
RoutedCommand
ShowInsertCrossReferenceWindowCommand
Represents the command to display the Insert Cross Reference window in the RichTextBox.
Declaration
public virtual ShowInsertCrossReferenceWindowCommand ShowInsertCrossReferenceWindowCommand { get; }
Property Value
ShowInsertDateTimeDialog
Displays a dialog for inserting the current date and time into the rich text box.
Declaration
public static RoutedCommand ShowInsertDateTimeDialog { get; }
Property Value
RoutedCommand
ShowInsertDateTimeDialogCommand
Opens a dialog for inserting the current date and time into a RichTextBox.
Declaration
public virtual ShowInsertDateTimeDialogCommand ShowInsertDateTimeDialogCommand { get; }
Property Value
ShowInsertHyperlinkDialog
Displays the dialog for inserting a hyperlink into the rich text box.
Declaration
public static RoutedCommand ShowInsertHyperlinkDialog { get; }
Property Value
RoutedCommand
ShowInsertHyperlinkDialogCommand
Represents the command that displays the "Insert Hyperlink" dialog in the RichTextBox.
Declaration
public virtual ShowInsertHyperlinkDialogCommand ShowInsertHyperlinkDialogCommand { get; }
Property Value
ShowInsertSymbolWindow
Opens the Insert Symbol window to allow the user to select and insert a special character or symbol into the document.
Declaration
public static RoutedCommand ShowInsertSymbolWindow { get; }
Property Value
RoutedCommand
ShowInsertSymbolWindowCommand
Displays the insert symbol window, allowing the user to select and insert special characters or symbols into the rich text box.
Declaration
public virtual ShowInsertSymbolWindowCommand ShowInsertSymbolWindowCommand { get; }
Property Value
ShowInsertTableDialog
Displays a dialog for inserting a table into the RichTextBox.
Declaration
public static RoutedCommand ShowInsertTableDialog { get; }
Property Value
RoutedCommand
ShowInsertTableDialogCommand
Displays the dialog for inserting a table in the RichTextBox.
Declaration
public virtual ShowInsertTableDialogCommand ShowInsertTableDialogCommand { get; }
Property Value
ShowInsertTableOfContentsDialog
Displays the dialog for inserting a table of contents in the rich text box.
Declaration
public static RoutedCommand ShowInsertTableOfContentsDialog { get; }
Property Value
RoutedCommand
ShowInsertTableOfContentsDialogCommand
Displays the dialog for inserting a table of contents in the rich text box.
Declaration
public virtual ShowInsertTableOfContentsDialogCommand ShowInsertTableOfContentsDialogCommand { get; }
Property Value
ShowLineNumberingDialog
Opens the dialog for configuring line numbering in the rich text box.
Declaration
public static RoutedCommand ShowLineNumberingDialog { get; }
Property Value
RoutedCommand
ShowLineNumberingDialogCommand
Declaration
public virtual ShowLineNumberingDialogCommand ShowLineNumberingDialogCommand { get; }
Property Value
ShowManageBibliographicSourcesDialog
Displays the dialog for managing bibliographic sources.
Declaration
public static RoutedCommand ShowManageBibliographicSourcesDialog { get; }
Property Value
RoutedCommand
ShowManageBibliographicSourcesDialogCommand
Displays the dialog for managing bibliographic sources within the RichTextBox.
Declaration
public virtual ShowManageBibliographicSourcesDialogCommand ShowManageBibliographicSourcesDialogCommand { get; }
Property Value
ShowManageBookmarksDialog
Displays the Manage Bookmarks dialog for the RichTextBox.
Declaration
public static RoutedCommand ShowManageBookmarksDialog { get; }
Property Value
RoutedCommand
ShowManageBookmarksDialogCommand
Opens the Manage Bookmarks dialog on the RichTextBox control, allowing users to view and manage their bookmarks.
Declaration
public virtual ShowManageBookmarksDialogCommand ShowManageBookmarksDialogCommand { get; }
Property Value
ShowManageStylesDialog
Opens the Manage Styles dialog for the RichTextBox, allowing the user to create, modify, or delete styles.
Declaration
public static RoutedCommand ShowManageStylesDialog { get; }
Property Value
RoutedCommand
ShowManageStylesDialogCommand
Displays the "Manage Styles" dialog for the RichTextBox, allowing users to create, modify, or delete styles.
Declaration
public virtual ShowManageStylesDialogCommand ShowManageStylesDialogCommand { get; }
Property Value
ShowNotesDialog
Displays the notes dialog for the RichTextBox control, allowing users to manage and review notes associated with the document.
Declaration
public static RoutedCommand ShowNotesDialog { get; }
Property Value
RoutedCommand
ShowNotesDialogCommand
Displays the notes dialog for the RichTextBox.
Declaration
public virtual ShowNotesDialogCommand ShowNotesDialogCommand { get; }
Property Value
ShowParagraphPropertiesDialog
Displays the Paragraph Properties dialog for the RichTextBox, allowing users to modify the formatting and layout of selected paragraphs.
Declaration
public static RoutedCommand ShowParagraphPropertiesDialog { get; }
Property Value
RoutedCommand
ShowParagraphPropertiesDialogCommand
Opens the Paragraph Properties dialog for the selected paragraph in the RichTextBox.
Declaration
public virtual ShowParagraphPropertiesDialogCommand ShowParagraphPropertiesDialogCommand { get; }
Property Value
ShowSectionColumnsDialog
Displays a dialog for configuring the columns in a section of the RichTextBox.
Declaration
public static RoutedCommand ShowSectionColumnsDialog { get; }
Property Value
RoutedCommand
ShowSectionColumnsDialogCommand
Executes the ShowSectionColumnsDialog command for the RichTextBox, which displays a dialog for configuring section columns.
Declaration
public virtual ShowSectionColumnsDialogCommand ShowSectionColumnsDialogCommand { get; }
Property Value
ShowSetNumberingValueDialog
Displays a dialog allowing the user to set the numbering value for a list in the RichTextBox.
Declaration
public static RoutedCommand ShowSetNumberingValueDialog { get; }
Property Value
RoutedCommand
ShowSetNumberingValueDialogCommand
Displays the dialog for setting the numbering value in the RichTextBox.
Declaration
public virtual ShowSetNumberingValueDialogCommand ShowSetNumberingValueDialogCommand { get; }
Property Value
ShowSpellCheckingDialog
Displays the spell checking dialog for the RichTextBox control, allowing users to review and correct spelling mistakes in the document.
Declaration
public static RoutedCommand ShowSpellCheckingDialog { get; }
Property Value
RoutedCommand
ShowSpellCheckingDialogCommand
Opens the spell checking dialog for the rich text box, allowing users to review and correct spelling mistakes in the text.
Declaration
public virtual ShowSpellCheckingDialogCommand ShowSpellCheckingDialogCommand { get; }
Property Value
ShowStyleFormattingPropertiesDialog
Displays the Style Formatting Properties dialog for the RichTextBox, allowing users to customize the style attributes of selected text.
Declaration
public static RoutedCommand ShowStyleFormattingPropertiesDialog { get; }
Property Value
RoutedCommand
ShowStyleFormattingPropertiesDialogCommand
Displays the Style Formatting Properties dialog for the RichTextBox.
Declaration
public virtual ShowStyleFormattingPropertiesDialogCommand ShowStyleFormattingPropertiesDialogCommand { get; }
Property Value
ShowTabStopsPropertiesDialog
Displays the properties dialog for customizing tab stops in the RichTextBox.
Declaration
public static RoutedCommand ShowTabStopsPropertiesDialog { get; }
Property Value
RoutedCommand
ShowTabStopsPropertiesDialogCommand
Displays the properties dialog for tab stops in a RichTextBox.
Declaration
public virtual ShowTabStopsPropertiesDialogCommand ShowTabStopsPropertiesDialogCommand { get; }
Property Value
ShowTableBordersDialog
Displays a dialog that allows the user to customize and show table borders in the RichTextBox.
Declaration
public static RoutedCommand ShowTableBordersDialog { get; }
Property Value
RoutedCommand
ShowTableBordersDialogCommand
Displays the dialog that allows the user to customize the borders of a table within a RichTextBox.
Declaration
public virtual ShowTableBordersDialogCommand ShowTableBordersDialogCommand { get; }
Property Value
ShowTablePropertiesDialog
Displays the Table Properties dialog for the selected table in the RichTextBox.
Declaration
public static RoutedCommand ShowTablePropertiesDialog { get; }
Property Value
RoutedCommand
ShowTablePropertiesDialogCommand
Opens a dialog that allows the user to edit the properties of the selected table.
Declaration
public virtual ShowTablePropertiesDialogCommand ShowTablePropertiesDialogCommand { get; }
Property Value
ShowTaskPane
Displays the task pane for the RichTextBox control.
Declaration
public static RoutedCommand ShowTaskPane { get; }
Property Value
RoutedCommand
ShowTaskPaneCommand
Executes the command to show the task pane in the RichTextBox.
Declaration
public virtual ShowTaskPaneCommand ShowTaskPaneCommand { get; }
Property Value
ShowWatermarkSettingsDialog
Displays the settings dialog for configuring watermarks in the RichTextBox.
Declaration
public static RoutedCommand ShowWatermarkSettingsDialog { get; }
Property Value
RoutedCommand
ShowWatermarkSettingsDialogCommand
Displays the settings dialog for configuring watermarks in the RichTextBox.
Declaration
public virtual ShowWatermarkSettingsDialogCommand ShowWatermarkSettingsDialogCommand { get; }
Property Value
SuppressLineNumberingForCurrentParagraph
Suppresses line numbering for the currently selected paragraph in the RichTextBox.
Declaration
public static RoutedCommand SuppressLineNumberingForCurrentParagraph { get; }
Property Value
RoutedCommand
SuppressLineNumberingForCurrentParagraphCommand
Declaration
public virtual SuppressLineNumberingForCurrentParagraphCommand SuppressLineNumberingForCurrentParagraphCommand { get; }
Property Value
TabBackward
Moves the cursor one tab stop backward in the RichTextBox control.
Declaration
public static RoutedCommand TabBackward { get; }
Property Value
RoutedCommand
TabBackwardCommand
Represents the command that moves the tab position backward in the RichTextBox.
Declaration
public virtual TabBackwardCommand TabBackwardCommand { get; }
Property Value
TabForward
Moves the cursor forward one tab stop in the RichTextBox.
Declaration
public static RoutedCommand TabForward { get; }
Property Value
RoutedCommand
TabForwardCommand
Executes the Tab Forward command, which indents the selected content in the rich text box.
Declaration
public virtual TabForwardCommand TabForwardCommand { get; }
Property Value
TableCellContentAlignment
Gets or sets the alignment of the content within the table cell.
Declaration
public static RoutedCommand TableCellContentAlignment { get; }
Property Value
RoutedCommand
TableCellContentAlignmentCommand
Represents a command to align the content of table cells in a rich text box.
Declaration
public virtual TableCellContentAlignmentCommand TableCellContentAlignmentCommand { get; }
Property Value
ToggleBold
Toggles the bold formatting of the selected text in the rich text box.
Declaration
public static RoutedCommand ToggleBold { get; }
Property Value
RoutedCommand
ToggleBoldCommand
Toggles the bold formatting of the selected text in the RichTextBox.
Declaration
public virtual ToggleBoldCommand ToggleBoldCommand { get; }
Property Value
ToggleBullets
Toggles the bullet list formatting for the selected text in the rich text box.
Declaration
public static RoutedCommand ToggleBullets { get; }
Property Value
RoutedCommand
ToggleBulletsCommand
Toggles the bullet formatting for the selected text in the RichTextBox.
Declaration
public virtual ToggleBulletsCommand ToggleBulletsCommand { get; }
Property Value
ToggleComments
Toggles the visibility of comments in the RichTextBox.
Declaration
public static RoutedCommand ToggleComments { get; }
Property Value
RoutedCommand
ToggleCommentsCommand
Represents a command that toggles the visibility of comments in a RichTextBox.
Declaration
public virtual ToggleCommentsCommand ToggleCommentsCommand { get; }
Property Value
ToggleDifferentFirstPageHeaderFooter
Toggles the visibility of the different first page header/footer in the RichTextBox.
Declaration
public static RoutedCommand ToggleDifferentFirstPageHeaderFooter { get; }
Property Value
RoutedCommand
ToggleDifferentFirstPageHeaderFooterCommand
Toggles the different first page header and footer settings for the rich text box.
Declaration
public virtual ToggleDifferentFirstPageHeaderFooterCommand ToggleDifferentFirstPageHeaderFooterCommand { get; }
Property Value
ToggleDifferentOddAndEvenPagesHeaderFooter
Toggles the visibility of different headers and footers for odd and even pages in a RichTextBox document.
Declaration
public static RoutedCommand ToggleDifferentOddAndEvenPagesHeaderFooter { get; }
Property Value
RoutedCommand
ToggleDifferentOddAndEvenPagesHeaderFooterCommand
Represents a command that toggles different header and footer settings for odd and even pages in a rich text box.
Declaration
public virtual ToggleDifferentOddAndEvenPagesHeaderFooterCommand ToggleDifferentOddAndEvenPagesHeaderFooterCommand { get; }
Property Value
ToggleDocumentProtection
Toggles the protection for the document within the RichTextBox. This command allows users to enable or disable editing restrictions on the document.
Declaration
public static RoutedCommand ToggleDocumentProtection { get; }
Property Value
RoutedCommand
ToggleDocumentProtectionCommand
Toggles the protection status of the document in the rich text box. This command allows the user to enable or disable document protection, which restricts editing while allowing for specific users to make changes.
Declaration
public virtual ToggleDocumentProtectionCommand ToggleDocumentProtectionCommand { get; }
Property Value
ToggleFieldDisplayMode
Toggles the display mode of fields in the RichTextBox, allowing users to switch between viewing the field codes and their formatted values.
Declaration
public static RoutedCommand ToggleFieldDisplayMode { get; }
Property Value
RoutedCommand
ToggleFieldDisplayModeCommand
Toggles the display mode of fields within the rich text box, allowing users to switch between showing field results and field codes.
Declaration
public virtual ToggleFieldDisplayModeCommand ToggleFieldDisplayModeCommand { get; }
Property Value
ToggleFormattingSymbols
Toggles the visibility of formatting symbols in the RichTextBox.
Declaration
public static RoutedCommand ToggleFormattingSymbols { get; }
Property Value
RoutedCommand
ToggleFormattingSymbolsCommand
Represents a command that toggles the visibility of formatting symbols in the rich text box.
Declaration
public virtual ToggleFormattingSymbolsCommand ToggleFormattingSymbolsCommand { get; }
Property Value
ToggleHeaderFooterLinkToPrevious
Toggles the link to the previous header or footer in the RichTextBox.
Declaration
public static RoutedCommand ToggleHeaderFooterLinkToPrevious { get; }
Property Value
RoutedCommand
ToggleHeaderFooterLinkToPreviousCommand
Toggles the link to the previous header or footer in the RichTextBox. This command will change the current header or footer to either link or unlink it from the previous section's header or footer.
Declaration
public virtual ToggleHeaderFooterLinkToPreviousCommand ToggleHeaderFooterLinkToPreviousCommand { get; }
Property Value
ToggleInsertShapeTool
Toggles the insert shape tool in the RichTextBox, allowing users to add shapes to their documents.
Declaration
public static RoutedCommand ToggleInsertShapeTool { get; }
Property Value
RoutedCommand
ToggleInsertShapeToolCommand
Declaration
public virtual ToggleInsertShapeToolCommand ToggleInsertShapeToolCommand { get; }
Property Value
ToggleItalic
Toggles the italic formatting of the selected text in a RichTextBox.
Declaration
public static RoutedCommand ToggleItalic { get; }
Property Value
RoutedCommand
ToggleItalicCommand
Represents a command that toggles the italic formatting of the selected text in a RichTextBox.
Declaration
public virtual ToggleItalicCommand ToggleItalicCommand { get; }
Property Value
ToggleMergeFieldsHighlight
Toggles the highlight for merge fields in the rich text box.
Declaration
public static RoutedCommand ToggleMergeFieldsHighlight { get; }
Property Value
RoutedCommand
ToggleMergeFieldsHighlightCommand
Toggles the highlight state of merge fields within the rich text box. This command allows users to visually distinguish merge fields, enabling better editing and formatting of the document where merge fields are utilized.
Declaration
public virtual ToggleMergeFieldsHighlightCommand ToggleMergeFieldsHighlightCommand { get; }
Property Value
ToggleNumbered
Toggles the numbered list formatting for the selected content in the rich text box.
Declaration
public static RoutedCommand ToggleNumbered { get; }
Property Value
RoutedCommand
ToggleNumberedCommand
Toggles the numbered list formatting for the selected content in the rich text box.
Declaration
public virtual ToggleNumberedCommand ToggleNumberedCommand { get; }
Property Value
ToggleSpellChecking
Toggles the spell checking feature on or off for the rich text box.
Declaration
public static RoutedCommand ToggleSpellChecking { get; }
Property Value
RoutedCommand
ToggleSpellCheckingCommand
Executes the Toggle Spell Checking command, enabling or disabling spell checking in the RichTextBox.
Declaration
public virtual ToggleSpellCheckingCommand ToggleSpellCheckingCommand { get; }
Property Value
ToggleStrikethrough
Toggles the strikethrough formatting of the selected text in the RichTextBox.
Declaration
public static RoutedCommand ToggleStrikethrough { get; }
Property Value
RoutedCommand
ToggleStrikethroughCommand
Represents a command that toggles the strikethrough formatting on the selected text in the rich text box.
Declaration
public virtual ToggleStrikethroughCommand ToggleStrikethroughCommand { get; }
Property Value
ToggleSubscript
Toggles the subscript formatting for the selected text in the RichTextBox.
Declaration
public static RoutedCommand ToggleSubscript { get; }
Property Value
RoutedCommand
ToggleSubscriptCommand
Represents a command that toggles subscript formatting in a RichTextBox.
Declaration
public virtual ToggleSubscriptCommand ToggleSubscriptCommand { get; }
Property Value
ToggleSuperscript
Toggles the superscript formatting of the selected text in the RichTextBox.
Declaration
public static RoutedCommand ToggleSuperscript { get; }
Property Value
RoutedCommand
ToggleSuperscriptCommand
Executes the command to toggle the superscript formatting on the selected text in the rich text box.
Declaration
public virtual ToggleSuperscriptCommand ToggleSuperscriptCommand { get; }
Property Value
ToggleTableLookColumnBandingOption
Toggles the column banding option for a table in the RichTextBox.
Declaration
public static RoutedCommand ToggleTableLookColumnBandingOption { get; }
Property Value
RoutedCommand
ToggleTableLookColumnBandingOptionCommand
Represents the command that toggles the column banding option for tables in the RichTextBox.
Declaration
public virtual ToggleTableLookColumnBandingOptionCommand ToggleTableLookColumnBandingOptionCommand { get; }
Property Value
ToggleTableLookFirstColumnOption
Toggles the first column option for a table look in the RichTextBox. This command modifies the appearance of the first column in a table, allowing for quick adjustments to its styling.
Declaration
public static RoutedCommand ToggleTableLookFirstColumnOption { get; }
Property Value
RoutedCommand
ToggleTableLookFirstColumnOptionCommand
Toggles the first column option for the table look in the RichTextBox. This command changes the appearance of the first column of the selected table, allowing for a customized look based on predefined styles.
Declaration
public virtual ToggleTableLookFirstColumnOptionCommand ToggleTableLookFirstColumnOptionCommand { get; }
Property Value
ToggleTableLookFirstRowOption
Toggles the first row option for a table look in the RichTextBox. This command changes the appearance of the first row, allowing for customization of how the first row is displayed within the table.
Declaration
public static RoutedCommand ToggleTableLookFirstRowOption { get; }
Property Value
RoutedCommand
ToggleTableLookFirstRowOptionCommand
Toggles the first row option of the table look for the rich text box.
Declaration
public virtual ToggleTableLookFirstRowOptionCommand ToggleTableLookFirstRowOptionCommand { get; }
Property Value
ToggleTableLookLastColumnOption
Toggles the last column option of the table look in the rich text box. This command applies a visual style to the last column of the selected table, enhancing the appearance of the table in the document.
Declaration
public static RoutedCommand ToggleTableLookLastColumnOption { get; }
Property Value
RoutedCommand
ToggleTableLookLastColumnOptionCommand
Represents a command that toggles the last column look option of a table in the RichTextBox.
Declaration
public virtual ToggleTableLookLastColumnOptionCommand ToggleTableLookLastColumnOptionCommand { get; }
Property Value
ToggleTableLookLastRowOption
Toggles the appearance of the last row in a table by applying or removing a specific look style.
Declaration
public static RoutedCommand ToggleTableLookLastRowOption { get; }
Property Value
RoutedCommand
ToggleTableLookLastRowOptionCommand
Represents a command that toggles the last row option of a table look in the RichTextBox.
Declaration
public virtual ToggleTableLookLastRowOptionCommand ToggleTableLookLastRowOptionCommand { get; }
Property Value
ToggleTableLookRowBandingOption
Toggles the row banding option for the table look in the RichTextBox.
Declaration
public static RoutedCommand ToggleTableLookRowBandingOption { get; }
Property Value
RoutedCommand
ToggleTableLookRowBandingOptionCommand
Executes the command to toggle the row banding option for tables within the RichTextBox.
Declaration
public virtual ToggleTableLookRowBandingOptionCommand ToggleTableLookRowBandingOptionCommand { get; }
Property Value
ToggleTableRowRepeatOnEveryPage
Toggles the setting that determines whether the contents of the specified row in a table are repeated on every page when the table spans multiple pages.
Declaration
public static RoutedCommand ToggleTableRowRepeatOnEveryPage { get; }
Property Value
RoutedCommand
ToggleTableRowRepeatOnEveryPageCommand
Toggles the repeat of a table row on every page in the RichTextBox.
Declaration
public virtual ToggleTableRowRepeatOnEveryPageCommand ToggleTableRowRepeatOnEveryPageCommand { get; }
Property Value
ToggleTrackChanges
Toggles the Track Changes feature on or off in the RichTextBox.
Declaration
public static RoutedCommand ToggleTrackChanges { get; }
Property Value
RoutedCommand
ToggleTrackChangesCommand
Toggles the Track Changes feature in the RichTextBox. This command switches the tracking of changes on and off. When enabled, all modifications to the document are tracked and can be reviewed.
Declaration
public virtual ToggleTrackChangesCommand ToggleTrackChangesCommand { get; }
Property Value
ToggleUnderline
Toggles the underline formatting for the selected text in the RichTextBox.
Declaration
public static RoutedCommand ToggleUnderline { get; }
Property Value
RoutedCommand
ToggleUnderlineCommand
Represents a command that toggles the underline formatting of the selected text in a RichTextBox.
Declaration
public virtual ToggleUnderlineCommand ToggleUnderlineCommand { get; }
Property Value
Undo
Undoes the last action performed in the RichTextBox.
Declaration
public static RoutedCommand Undo { get; }
Property Value
RoutedCommand
UndoCommand
Represents a command that undoes the last action performed in the RichTextBox.
Declaration
public virtual UndoCommand UndoCommand { get; }
Property Value
UnmergeTableCells
Unmerges the specified table cells in a RichTextBox.
Declaration
public static RoutedCommand UnmergeTableCells { get; }
Property Value
RoutedCommand
UnmergeTableCellsCommand
Executes the command to unmerge merged table cells within a RichTextBox.
Declaration
public virtual UnmergeTableCellsCommand UnmergeTableCellsCommand { get; }
Property Value
UpdateAllFields
Updates all fields in the RichTextBox document, ensuring that any dynamic content is refreshed and reflects the current state of the data.
Declaration
public static RoutedCommand UpdateAllFields { get; }
Property Value
RoutedCommand
UpdateAllFieldsCommand
Represents a command that updates all fields within the rich text box.
Declaration
public virtual UpdateAllFieldsCommand UpdateAllFieldsCommand { get; }
Property Value
UpdateField
Updates the specified field in the rich text box.
Declaration
public static RoutedCommand UpdateField { get; }
Property Value
RoutedCommand
UpdateFieldCommand
Updates the specified field within the RichTextBox.
Declaration
public virtual UpdateFieldCommand UpdateFieldCommand { get; }
Property Value
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements