'Declaration Public Enum rtedCommandType Inherits System.Enum
public enum rtedCommandType : System.Enum
__value public enum rtedCommandType : public System.Enum
Member | Description |
---|---|
rtedAlignParagraphContentCenter | Center aligns content in the paragraph(s) that intersect the current selection. |
rtedAlignParagraphContentJustified | Justifies content in the paragraph(s) that intersect the current selection. |
rtedAlignParagraphContentLeft | Left aligns content in the paragraph(s) that intersect the current selection. |
rtedAlignParagraphContentRight | Right aligns content in the paragraph(s) that intersect the current selection. |
rtedAllowEditAreaSplitting | Display a mini-splitter that allows the editing area to be split vertically, creating two Infragistics.Controls.Editors.RichDocumentViews in the editing area of the control separated by a vertical splitter. |
rtedApplyBoldFormatting | Add bold formatting to the selected text. |
rtedApplyDoubleStrikethroughFormatting | Add double strikethrough formatting to the selected text. |
rtedApplyItalicFormatting | Add italic formatting to the selected text. |
rtedApplySingleStrikethroughFormatting | Add single strikethrough formatting to the selected text. |
rtedCopy | Copies the currently selected text to the clipboard. |
rtedCut | Cuts the currently selected text to the clipboard. |
rtedDecreaseIndentLevel | Decreases the indent level of the paragraph. |
rtedDisplayHiddenSymbols | Display paragraph marks and other hidden formatting symbols. |
rtedDoNotAllowEditAreaSplitting | Do not display a mini-splitter that allows the editing area to be split into multiple views - a single Infragistics.Controls.Editors.RichDocumentView always occupies the entire editing area of the control. |
rtedGrowFont | Increases the font size. |
rtedHideHiddenSymbols | Hide paragraph marks and other hidden formatting symbols. |
rtedIncreaseIndentLevel | Increases the indent level of the paragraph. |
rtedPaste | Pastes the current clipboard text at the current insertion point. |
rtedRedo | Redo the last undone edit activity. |
rtedRemoveBoldFormatting | Remove bold formatting from the selected text. |
rtedRemoveDoubleStrikethroughFormatting | Remove double strikethrough formatting from the selected text. |
rtedRemoveItalicFormatting | Remove italic formatting from the selected text. |
rtedRemoveSingleStrikethroughFormatting | Remove single strikethrough formatting from the selected text. |
rtedRemoveSplitFromEditArea | Remove the split from the editing area - a single Infragistics.Controls.Editors.RichDocumentView will occupy the entire editing area of the control. |
rtedRemoveStrikethroughFormatting | Remove strikethrough formatting from the selected text. |
rtedSelectAll | Selects all the content in the Infragistics.Documents.RichText.RichTextDocument. |
rtedShrinkFont | Decreases the font size. |
rtedSplitEditArea | Split the editing area horizontally, creating two Infragistics.Controls.Editors.RichDocumentViews in the editing area of the control separated by a horizontal splitter. |
rtedToggleBoldFormatting | 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. |
rtedToggleDoubleStrikethroughFormatting | Toggle double strikethrough formatting in the selected text. |
rtedToggleItalicFormatting | 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. |
rtedToggleSingleStrikethroughFormatting | Toggle single strikethrough formatting in the selected text. |
rtedToggleSingleUnderlineFormatting | Toggle single underline formatting in the selected text. |
rtedUndo | Undo the last edit activity. |
Target Platforms: Windows 7, 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