Version

rtedCommandType Enumeration

An enumeration of available commands for the Infragistics.Controls.Editors.XamRichTextEditor object.
Syntax
'Declaration
 
Public Enum rtedCommandType 
   Inherits System.Enum
public enum rtedCommandType : System.Enum 
__value public enum rtedCommandType : public System.Enum 
Members
MemberDescription
rtedAlignParagraphContentCenterCenter aligns content in the paragraph(s) that intersect the current selection.
rtedAlignParagraphContentJustifiedJustifies content in the paragraph(s) that intersect the current selection.
rtedAlignParagraphContentLeftLeft aligns content in the paragraph(s) that intersect the current selection.
rtedAlignParagraphContentRightRight aligns content in the paragraph(s) that intersect the current selection.
rtedAllowEditAreaSplittingDisplay 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.
rtedApplyBoldFormattingAdd bold formatting to the selected text.
rtedApplyDoubleStrikethroughFormattingAdd double strikethrough formatting to the selected text.
rtedApplyItalicFormattingAdd italic formatting to the selected text.
rtedApplySingleStrikethroughFormattingAdd single strikethrough formatting to the selected text.
rtedCopyCopies the currently selected text to the clipboard.
rtedCutCuts the currently selected text to the clipboard.
rtedDecreaseIndentLevelDecreases the indent level of the paragraph.
rtedDisplayHiddenSymbolsDisplay paragraph marks and other hidden formatting symbols.
rtedDoNotAllowEditAreaSplittingDo 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.
rtedGrowFontIncreases the font size.
rtedHideHiddenSymbolsHide paragraph marks and other hidden formatting symbols.
rtedIncreaseIndentLevelIncreases the indent level of the paragraph.
rtedPastePastes the current clipboard text at the current insertion point.
rtedRedoRedo the last undone edit activity.
rtedRemoveBoldFormattingRemove bold formatting from the selected text.
rtedRemoveDoubleStrikethroughFormattingRemove double strikethrough formatting from the selected text.
rtedRemoveItalicFormattingRemove italic formatting from the selected text.
rtedRemoveSingleStrikethroughFormattingRemove single strikethrough formatting from the selected text.
rtedRemoveSplitFromEditAreaRemove the split from the editing area - a single Infragistics.Controls.Editors.RichDocumentView will occupy the entire editing area of the control.
rtedRemoveStrikethroughFormattingRemove strikethrough formatting from the selected text.
rtedSelectAllSelects all the content in the Infragistics.Documents.RichText.RichTextDocument.
rtedShrinkFontDecreases the font size.
rtedSplitEditAreaSplit the editing area horizontally, creating two Infragistics.Controls.Editors.RichDocumentViews in the editing area of the control separated by a horizontal splitter.
rtedToggleBoldFormattingToggles 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.
rtedToggleDoubleStrikethroughFormattingToggle double strikethrough formatting in the selected text.
rtedToggleItalicFormattingToggles 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.
rtedToggleSingleStrikethroughFormattingToggle single strikethrough formatting in the selected text.
rtedToggleSingleUnderlineFormattingToggle single underline formatting in the selected text.
rtedUndoUndo the last edit activity.
Requirements

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

See Also