'Declaration Public Enum RichTextEditorCommandType Inherits System.Enum
public enum RichTextEditorCommandType : System.Enum
Member | Description |
---|---|
AlignParagraphContentCenter | Center aligns content in the paragraph(s) that intersect the current selection. |
AlignParagraphContentJustified | Justifies content in the paragraph(s) that intersect the current selection. |
AlignParagraphContentLeft | Left aligns content in the paragraph(s) that intersect the current selection. |
AlignParagraphContentRight | Right aligns content in the paragraph(s) that intersect the current selection. |
AllowEditAreaSplitting | Display a mini-splitter that allows the editing area to be split vertically, creating two RichDocumentViews in the editing area of the control separated by a vertical splitter. |
ApplyBoldFormatting | Add bold formatting to the selected text. |
ApplyDoubleStrikethroughFormatting | Add double strikethrough formatting to the selected text. |
ApplyItalicFormatting | Add italic formatting to the selected text. |
ApplySingleStrikethroughFormatting | Add single strikethrough formatting to the selected text. |
Backspace | Requests that a backspace be entered at the current position or over the current selection. |
ContextMenu | Displays the control's context menu at the current caret position. |
Copy | Copies the currently selected text to the clipboard. |
Cut | Cuts the currently selected text to the clipboard. |
DecreaseIndentLevel | Decreases the indent level of the paragraph. |
DecreaseListIndentLevel | Decrease the indentation of the list that contains the selection start. If the selection start is not within a list then no action is performed. |
DecreaseParagraphOrListIndentLevel | If the selection start is not within the first paragraph of a list, this command does the same thing as the DecreaseIndentLevel command. If the selection start is within the first paragraph of a list, this command does the same thing as the DecreaseListIndentLevel command. |
Delete | Deletes the character at the current location. If there is a non-zero length selection, the selected text is deleted. |
DeleteNextWord | Deletes the next word if the caret is between words or deletes to the end of the current word if the caret is within a word. If there is a non-zero length selection, the selected text is deleted. |
DeletePreviousWord | Deletes the previous word if the caret is between words or deletes to the beginning of the current word if the caret is within a word. If there is a non-zero length selection, the selected text is deleted. |
DisplayHiddenSymbols | Display paragraph marks and other hidden formatting symbols. |
DoNotAllowEditAreaSplitting | Do not display a mini-splitter that allows the editing area to be split into multiple views - a single RichDocumentView always occupies the entire editing area of the control. |
GrowFont | Increases the font size. |
HideHiddenSymbols | Hide paragraph marks and other hidden formatting symbols. |
IncreaseIndentLevel | Increases the indent level of the paragraph. |
IncreaseListIndentLevel | Increase the indentation of the list that contains the selection start. If the selection start is not within a list then no action is performed. |
IncreaseParagraphOrListIndentLevel | If the selection start is not within the first paragraph of a list, this command does the same thing as the IncreaseIndentLevel command. If the selection start is within the first paragraph of a list, this command does the same thing as the IncreaseListIndentLevel command. |
MoveDown | Moves the caret down one line. |
MoveDownByPage | Moves the caret down one page. |
MoveToEndOfDocument | Moves the caret to the end of the document. |
MoveToEndOfLine | Moves the caret to the end of the current line. |
MoveToNextCharacter | Moves the caret rightone character. |
MoveToNextWord | Moves the caret to the start of the next word. |
MoveToPreviousCharacter | Moves the caret left one character. |
MoveToPreviousWord | Moves the caret to the start of the previous word. |
MoveToStartOfDocument | Moves the caret to the start of the document. |
MoveToStartOfLine | Moves the caret to the start of the current line. |
MoveUp | Moves the caret up one line. |
MoveUpByPage | Moves the caret up one page. |
Paste | Pastes the current clipboard text at the current insertion point. |
Redo | Redo the last undone edit activity. |
RemoveBoldFormatting | Remove bold formatting from the selected text. |
RemoveDoubleStrikethroughFormatting | Remove double strikethrough formatting from the selected text. |
RemoveItalicFormatting | Remove italic formatting from the selected text. |
RemoveSingleStrikethroughFormatting | Remove single strikethrough formatting from the selected text. |
RemoveSplitFromEditArea | Remove the split from the editing area - a single RichDocumentView will occupy the entire editing area of the control. |
RemoveStrikethroughFormatting | Remove strikethrough formatting from the selected text. |
SelectAll | Selects all the content in the Infragistics.Documents.RichText.RichTextDocument. |
SelectDown | Extends the selection down one line. |
SelectDownByPage | Extends the selection down one page. |
SelectNextCharacter | Extends the selection to include the next character. |
SelectNextWord | Extends the selection to include the next word. |
SelectPreviousCharacter | Extends the selection to include the previous character. |
SelectPreviousWord | Extends the selection to include the previous word. |
SelectToEndOfDocument | Extends the selection to the end of the document. |
SelectToEndOfLine | Extends the selection to the end of the current line. |
SelectToStartOfDocument | Extends the selection to the start of the document. |
SelectToStartOfLine | Extends the selection to the start of the current line. |
SelectUp | Extends the selection up one line. |
SelectUpByPage | Extends the selection up one page. |
ShrinkFont | Decreases the font size. |
SplitEditArea | Split the editing area horizontally, creating two RichDocumentViews in the editing area of the control separated by a horizontal splitter. |
ToggleBoldFormatting | Toggles bold formatting on the selected text. If the selected text contains both bold and non-bold formatting, then bold formatting will be removed from all the text in the selection. |
ToggleBullets | Toggles bullet formatting on the line containing the caret or across the current selection. |
ToggleDoubleStrikethroughFormatting | Toggle double strikethrough formatting in the selected text. |
ToggleInsert | Toggles the typing mode between Insert and Overtype. |
ToggleItalicFormatting | Toggles italic formatting on the selected text. If the selected text contains both italic and non-italic formatting, then italic formatting will be removed from all the text in the selection. |
ToggleNumbering | Toggles number formatting on the line containing the caret or across the current selection. |
ToggleSingleStrikethroughFormatting | Toggle single strikethrough formatting in the selected text. |
ToggleSingleUnderlineFormatting | Toggle single underline formatting in the selected text. |
ToggleSubscript | Toggles the formatting of the selected text to subscript format. |
ToggleSuperscript | Toggles the formatting of the selected text to superscript format. |
Undo | Undo the last edit activity. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2