Back to Devexpress

CommandWithSimpleStateBase Class

aspnet-js-commandwithsimplestatebase.md

latest9.4 KB
Original Source

CommandWithSimpleStateBase Class

Serves as a base for commands with a simple common command state.

Declaration

ts
declare abstract class CommandWithSimpleStateBase extends CommandBase

Inheritance

Show 140 items

CommandBase CommandWithSimpleStateBase OpenInsertBookmarkDialogCommand

InsertBookmarkCommand

DeleteBookmarkCommand

GoToBookmarkCommand

PasteCommand

CopyCommand

CutCommand

CreateFieldCommand

UpdateFieldCommand

ShowFieldCodesCommand

ShowAllFieldCodesCommand

UpdateAllFieldsCommand

CreateDateFieldCommand

CreateTimeFieldCommand

CreatePageFieldCommand

InsertFiguresCaptionCommand

InsertTablesCaptionCommand

InsertEquationsCaptionCommand

InsertTableOfFiguresCommand

InsertTableOfTablesCommand

InsertTableOfEquationsCommand

InsertTableOfContentsCommand

UpdateTableOfContentsCommand

GoToFirstDataRecordCommand

GoToPreviousDataRecordCommand

GoToNextDataRecordCommand

GoToLastDataRecordCommand

MergeFieldDialogCommand

CreateMergeFieldCommand

MailMergeDialogCommand

CreatePageCountFieldCommand

FileNewCommand

FileOpenDialogCommand

FileSaveCommand

FileDownloadCommand

FileSaveAsDialogCommand

FilePrintCommand

OpenFindPanelCommand

OpenFindAndReplaceDialogCommand

FindAllCommand

HideFindResultsCommand

ReplaceAllCommand

ReplaceNextCommand

OpenLayoutOptionsDialogCommand

InsertFloatingTextBoxCommand

UndoCommand

RedoCommand

InsertHtmlCommand

OpenInsertHyperlinkDialogCommand

DeleteHyperlinkCommand

DeleteHyperlinksCommand

OpenHyperlinkCommand

ChangeHyperlinkCommand

InsertPageBreakCommand

InsertColumnBreakCommand

InsertSectionBreakNextPageCommand

InsertSectionBreakEvenPageCommand

InsertSectionBreakOddPageCommand

InsertLineBreakCommand

IncreaseIndentCommand

DecreaseIndentCommand

AddSpacingBeforeParagraphCommand

AddSpacingAfterParagraphCommand

RemoveSpacingBeforeParagraphCommand

RemoveSpacingAfterParagraphCommand

OpenParagraphFormattingDialogCommand

DecrementParagraphLeftIndentCommand

OpenTabsDialogCommand

OpenNumberingListDialogCommand

OpenCustomNumberingListDialogCommand

RestartNumberingListCommand

IncrementNumberingIndentCommand

DecrementNumberingIndentCommand

ContinueNumberingListCommand

InsertNumerationCommand

RemoveNumerationCommand

OpenInsertPictureDialogCommand

InsertPictureCommand

OpenInsertSymbolDialogCommand

InsertParagraphCommand

InsertTextCommand

DeleteCommand

RemovePrevWordCommand

RemoveNextWordCommand

BackspaceCommand

MoveContentCommand

CopyContentCommand

InsertTabCommand

InsertNonBreakingSpaceCommand

OpenPageMarginsDialogCommand

OpenPagePaperSizeDialogCommand

SetPageSizeDialogCommand

OpenSectionColumnsDialogCommand

InsertHeaderCommand

InsertFooterCommand

LinkHeaderFooterToPreviousCommand

GoToFooterCommand

GoToHeaderCommand

GoToNextHeaderFooterCommand

GoToPreviousHeaderFooterCommand

CloseHeaderFooterCommand

InsertRtfCommand

GetRtfCommand

AssignShortcutCommand

OpenSpellingDialogCommand

OpenInsertTableDialogCommand

InsertTableCommand

OpenTableFormattingDialogCommand

InsertTableColumnToTheLeftCommand

InsertTableColumnToTheRightCommand

InsertTableRowBelowCommand

InsertTableRowAboveCommand

DeleteTableRowsCommand

DeleteTableColumnsCommand

InsertTableCellWithShiftToTheLeftCommand

DeleteTableCellsWithShiftHorizontallyCommand

DeleteTableCellsWithShiftVerticallyCommand

DeleteTableCommand

InsertTableCellsDialogCommand

DeleteTableCellsDialogCommand

MergeTableCellsCommand

SplitTableCellsDialogCommand

InsertTableCellsWithShiftToTheVerticallyCommand

OpenTableBordersAndShadingDialogCommand

RemoveTableCellBordersCommand

ToggleTableAutoFitContentsCommand

ToggleTableAutoFitWindowCommand

ToggleTableFixedColumnWidthCommand

IncreaseFontSizeCommand

DecreaseFontSizeCommand

MakeTextUpperCaseCommand

MakeTextLowerCaseCommand

CapitalizeEachWordTextCaseCommand

ToggleTextCaseCommand

ClearFormattingCommand

OpenFontFormattingDialogCommand

MakeTextSentenceCaseCommand

SwitchTextCaseCommand

See Also

CommandWithSimpleStateBase Members