officefileapi-devexpress-dot-xtrarichedit-dot-commands-3fac55f6.md
Represents a base class for RichEdit commands.
Namespace : DevExpress.XtraRichEdit.Commands
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
public abstract class RichEditCommand :
RichEditCommandBase<XtraRichEditStringId>
Public MustInherit Class RichEditCommand
Inherits RichEditCommandBase(Of XtraRichEditStringId)
The following members return RichEditCommand objects:
| Library | Related API Members |
|---|---|
| WinForms Controls | RichEditControl.CreateCommand(RichEditCommandId) |
| WPF Controls | RichEditControl.CreateCommand(RichEditCommandId) |
| Office File API | IRichEditAndReviewingPaneCommandFactoryService.CreateCommand(RichEditCommandId, IRichEditControl) |
| IRichEditCommandFactoryService.CreateCommand(RichEditCommandId) |
The command pattern enables you to separate the object that invokes the operation from the one that knows how to perform it. A RichEditCommand class holds the information on the data used in user interface elements to which the command is attached (Command.Description, Command.Image, Command.LargeImage and Command.MenuCaption).
The command’s Execute method performs the actions that are associated with the command.
The Execute method may result in no action being taken if the ICommandUIState does not allow command execution. However, it may sometimes be required to perform an action even if the command cannot be executed. The ForceExecute method, which ignores the command state, should be used in this instance.
Show 357 items
Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand ResizeInlinePictureCommand
ShowSplitTableCellsFormCommand
DecrementNumerationFromParagraphCommand
InsertSectionBreakEvenPageCommand
InsertSectionBreakNextPageCommand
InsertSectionBreakOddPageCommand
InsertTableColumnToTheLeftCommand
InsertTableColumnToTheRightCommand
ChangeInlinePictureScaleCommand
ChangeParagraphBackColorCommand
ChangeRectangularObjectScaleCommand
CollapseOrExpandFormulaBarCommand
DecrementNumerationParagraphIndentCommand
DecrementParagraphOutlineLevelCommand
ToggleDifferentFirstPageCommand
ToggleTableCellsBottomCenterAlignmentCommand
ToggleTableCellsBottomRightAlignmentCommand
ToggleTableCellsInsideBorderCommand
ToggleTableCellsLeftBorderCommand
ExtendPreviousParagraphCommand
MailMergeSaveDocumentAsCommand
ToggleFontDoubleUnderlineCommand
ToggleHeaderFooterLinkToPreviousCommand
ToggleMultiLevelListCommandBase
ToggleParagraphAlignmentCenterCommand
ToggleParagraphAlignmentJustifyCommand
ToggleParagraphAlignmentLeftCommand
ToggleParagraphAlignmentRightCommand
ToggleParagraphSuppressLineNumbersCommand
ToggleShowHorizontalRulerCommand
ToggleShowTableGridLinesCommand
ToggleSimpleNumberingListCommand
ToggleSimpleNumberingListCommandBase
ToggleSpellCheckAsYouTypeCommand
ToggleTableAutoFitContentsCommand
ToggleTableAutoFitWindowCommand
ToggleTableCellsAllBordersCommand
ToggleTableCellsBottomBorderCommand
ToggleTableCellsBottomLeftAlignmentCommand
ToggleTableCellsInsideHorizontalBorderCommand
ToggleTableCellsInsideVerticalBorderCommand
ToggleTableCellsMiddleCenterAlignmentCommand
ToggleTableCellsMiddleLeftAlignmentCommand
ToggleTableCellsMiddleRightAlignmentCommand
ToggleTableCellsOutsideBorderCommand
ToggleTableCellsRightBorderCommand
ToggleTableCellsTopBorderCommand
ToggleTableCellsTopCenterAlignmentCommand
ToggleTableCellsTopLeftAlignmentCommand
ToggleTableCellsTopRightAlignmentCommand
ToggleTableFixedColumnWidthCommand
AddSpacingAfterParagraphCommand
AddSpacingBeforeParagraphCommand
ChangeFloatingObjectFillColorCommand
ChangeFloatingObjectOutlineColorCommand
ChangeFloatingObjectOutlineWidthCommand
ChangeParagraphLineSpacingCommand
ExtendPreviousCharacterCommand
FloatingObjectBringForwardCommand
FloatingObjectBringInFrontOfTextCommand
FloatingObjectBringToFrontCommand
FloatingObjectSendBackwardCommand
FloatingObjectSendBehindTextCommand
FloatingObjectSendToBackCommand
GoToNextPageHeaderFooterCommand
GoToPreviousPageHeaderFooterCommand
IncrementNumerationFromParagraphCommand
IncrementNumerationParagraphIndentCommand
IncrementParagraphOutlineLevelCommand
RemoveSpacingAfterParagraphCommand
RemoveSpacingBeforeParagraphCommand
ScrollHorizontallyByPhysicalOffsetCommand
ScrollVerticallyByLogicalOffsetCommand
ScrollVerticallyByPhysicalOffsetCommand
ScrollVerticallyByPhysicalOffsetEnsurePageGenerationCommand
ScrollVerticallyByPixelOffsetCommand
SetDoubleParagraphSpacingCommand
SetFloatingObjectBehindTextWrapTypeCommand
SetFloatingObjectBottomCenterAlignmentCommand
SetFloatingObjectBottomLeftAlignmentCommand
SetFloatingObjectBottomRightAlignmentCommand
SetFloatingObjectInFrontOfTextWrapTypeCommand
SetFloatingObjectMiddleCenterAlignmentCommand
SetParagraphHeading3LevelCommand
SetParagraphHeading4LevelCommand
SetParagraphHeading5LevelCommand
SetParagraphHeading6LevelCommand
SetParagraphHeading7LevelCommand
SetParagraphHeading8LevelCommand
SetParagraphHeading9LevelCommand
SetPortraitPageOrientationCommand
SetSectionLineNumberingContinuousCommand
SetSectionLineNumberingNoneCommand
SetSectionLineNumberingRestartNewPageCommand
SetSectionLineNumberingRestartNewSectionCommand
SetSesquialteralParagraphSpacingCommand
SetSingleParagraphSpacingCommand
ShowDeleteTableCellsFormCommand
ShowDeleteTableCellsFormMenuCommand
ShowDocumentPropertiesFormCommand
ShowFloatingObjectLayoutOptionsFormCommand
ShowNumberingListFormCommandBase
ShowPageMarginsSetupFormCommand
ShowRangeEditingPermissionsFormCommand
ShowSplitTableCellsFormMenuCommand
ShowTablePropertiesFormCommand
SwitchToPrintLayoutViewCommand
ToggleShowVerticalRulerCommand
ChangeTableCellsShadingCommand
InsertFloatingObjectPictureCommand
InsertRegisteredTrademarkSymbolCommand
InsertSectionBreakContinuousCommand
SetFloatingObjectMiddleLeftAlignmentCommand
SetFloatingObjectMiddleRightAlignmentCommand
SetFloatingObjectSquareTextWrapTypeCommand
SetFloatingObjectThroughTextWrapTypeCommand
SetFloatingObjectTightTextWrapTypeCommand
SetFloatingObjectTopAndBottomTextWrapTypeCommand
SetFloatingObjectTopCenterAlignmentCommand
SetFloatingObjectTopLeftAlignmentCommand
SetFloatingObjectTopRightAlignmentCommand
SetLandscapePageOrientationCommand
SetModerateSectionPageMarginsCommand
SetNarrowSectionPageMarginsCommand
SetNormalSectionPageMarginsCommand
SetParagraphBodyTextLevelCommand
SetParagraphHeading1LevelCommand
SetParagraphHeading2LevelCommand
SetWideSectionPageMarginsCommand
ShowInsertMergeFieldFormCommand
ShowInsertTableCellsFormCommand
ToggleDifferentOddAndEvenPagesCommand
ToggleFontDoubleStrikeoutCommand
See Also