aspnet-js-commandwithsimplestatebase.md
Serves as a base for commands with a simple common command state.
declare abstract class CommandWithSimpleStateBase extends CommandBase
Show 140 items
CommandBase CommandWithSimpleStateBase OpenInsertBookmarkDialogCommand
OpenFindAndReplaceDialogCommand
OpenLayoutOptionsDialogCommand
OpenInsertHyperlinkDialogCommand
InsertSectionBreakNextPageCommand
InsertSectionBreakEvenPageCommand
InsertSectionBreakOddPageCommand
AddSpacingBeforeParagraphCommand
AddSpacingAfterParagraphCommand
RemoveSpacingBeforeParagraphCommand
RemoveSpacingAfterParagraphCommand
OpenParagraphFormattingDialogCommand
DecrementParagraphLeftIndentCommand
OpenNumberingListDialogCommand
OpenCustomNumberingListDialogCommand
IncrementNumberingIndentCommand
DecrementNumberingIndentCommand
OpenInsertPictureDialogCommand
OpenPagePaperSizeDialogCommand
OpenSectionColumnsDialogCommand
LinkHeaderFooterToPreviousCommand
GoToPreviousHeaderFooterCommand
OpenTableFormattingDialogCommand
InsertTableColumnToTheLeftCommand
InsertTableColumnToTheRightCommand
InsertTableCellWithShiftToTheLeftCommand
DeleteTableCellsWithShiftHorizontallyCommand
DeleteTableCellsWithShiftVerticallyCommand
InsertTableCellsWithShiftToTheVerticallyCommand
OpenTableBordersAndShadingDialogCommand
ToggleTableAutoFitContentsCommand
ToggleTableAutoFitWindowCommand
ToggleTableFixedColumnWidthCommand
CapitalizeEachWordTextCaseCommand
OpenFontFormattingDialogCommand
See Also