Back to Devexpress

DevExpress.XtraRichEdit.Commands Namespace

officefileapi-devexpress-dot-xtrarichedit-36355a1d.md

latest66.0 KB
Original Source

DevExpress.XtraRichEdit.Commands Namespace

Contains command objects used in the RichEditControl end-user interface, and internally.

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Classes

NameDescription
AddSpacingAfterParagraphCommandA command to add spacing after a paragraph.
AddSpacingBeforeParagraphCommandA command to add spacing before a paragraph.
AddWordToDictionaryCommandAdds a word to the dictionary.
BackSpaceKeyCommandA command to move the cursor backwards and erase the character in that space.
CapitalizeEachWordCaseCommandA command to capitalize each word in the selected sentence.
ChangeCaseCommandChanges selected text between title case, upper case, and lower case.
ChangeDoubleFontSizeCommandDoubles the font size of the selected text.
ChangeFloatingObjectFillColorCommandChanges the fill color of a selected floating object.
ChangeFloatingObjectOutlineColorCommandSpecifies the color for the outline of the selected floating object.
ChangeFloatingObjectOutlineWidthCommandSpecifies the width of the outline of the selected floating object.
ChangeFontBackColorCommandA command to highlight characters in a selected range.
ChangeFontColorCommandA command to change the font color of the selected text.
ChangeFontNameCommandA command to change the font typeface of the selected text.
ChangeFontSizeCommandObsolete. Use the ChangeDoubleFontSizeCommand class instead.
ChangeInlinePictureScaleCommandA command to scale the inline picture, by setting the X and Y axis scaling percentages.
ChangeLanguageCommandChanges the language of spell checking.
ChangeNoProofCommandSpecifies whether or not to check spelling or grammar in a document.
ChangePageColorCommandSets the background color of the page.
ChangeParagraphBackColorCommandChanges the background color of the current paragraph.
ChangeParagraphLineSpacingCommandA command to change the line spacing of the selected paragraph.
ChangeRectangularObjectScaleCommandA command used to scale a rectangular object within a document, such as frame or picture, by setting the X and Y axis scaling percentages.
ChangeSectionPaperKindCommandChanges paper size for the current section pages.
ChangeTableCellsShadingCommandChanges shading applied to the selected table cells.
ChangeTableStyleCommandChanges the style and text formatting options of the selected table.
CheckSpellingCommandRepresents a command that starts the spell check in the current document.
ClearFormattingCommandA command to reset the formatting of the selected text to default.
ClearUndoCommandDeletes command history for the document.
ClosePageHeaderFooterCommandA command to finish header/footer editing.
CollapseOrExpandFormulaBarCommandFor internal use.
CopySelectionCommandA command to copy the selected text to the Clipboard.
CreateBookmarkCommandCreates a new bookmark with the specified name that references the current selection.
CreateEmptyDocumentCommandCreates a new, blank document and loads it in the RichEdit control.
CreateFieldCommandCreates an empty field in the document.
CutSelectionCommandA command to cut the selected text and place it to the Clipboard.
DecreaseFontSizeCommandDecreases the font size of the selection to the closest smaller predefined value.
DecrementFontSizeCommandDecreases the font size of the selection by one point.
DecrementIndentCommandDecrements the indent level of the paragraph.
DecrementIndentCommandBaseA base class for DecrementIndentCommand and RtlDecrementIndentCommand classes.
DecrementNumerationFromParagraphCommandDecrements numeration of a paragraph in a numbering list.
DecrementNumerationParagraphIndentCommandDecrements the indent level of a paragraph in a numbered list.
DecrementParagraphOutlineLevelCommandDecreases the number of the paragraph outline level.
DeleteAllCommentsCommandDeletes all comments from a document.
DeleteAllCommentsShownCommandDeletes all currently visible comments.
DeleteBookmarkCommandA command to delete a selected bookmark.
DeleteCommandDeletes the selected text.
DeleteOneCommentCommandDeletes the currently selected comment from a document.
DeleteRepeatedWordCommandDeletes a repeated word from a document.
DeleteTableColumnsCommandDeletes selected columns in a table.
DeleteTableColumnsMenuCommandDeletes selected columns in a table (the command is intended for popup menus).
DeleteTableCommandDeletes the selected table.
DeleteTableRowsCommandDeletes selected rows in a table.
DeleteTableRowsMenuCommandDeletes selected rows in a table (the command is intended for popup menus).
DeleteWordBackCommandDeletes the previous word in the text.
DeleteWordCommandDeletes the next word in the text.
DeselectAllCommandResets the selection in a document.
EditHyperlinkCommandInvokes the Edit Hyperlink dialog window for the selected hyperlink.
EditPageFooterCommandA command to activate the page footer, and begin editing.
EditPageHeaderCommandA command to activate the page header and begin editing.
EndOfDocumentCommandMoves the caret to the end of the document, and scrolls the document to show the caret position.
EndOfLineCommandMoves the caret to the end of line, and scrolls the document to show the caret position.
EnterKeyCommandA command to accomplish actions equivalent to pressing the Enter key.
ExtendEndOfDocumentCommandExtends the selection to the end of the document.
ExtendEndOfLineCommandExtends the selection to the end of the current line.
ExtendNextCharacterCommandExtends the selection to the next character.
ExtendNextLineCommandExtends the selection one line down.
ExtendNextPageCommandExtends the selection up to the next page.
ExtendNextParagraphCommandExtends the selection to the next paragraph.
ExtendNextScreenCommandExtends the selection to the next screen.
ExtendNextWordCommandExtends the selection to the next word.
ExtendPreviousCharacterCommandExtends the selection to the previous character.
ExtendPreviousLineCommandExtends the selection to the previous line.
ExtendPreviousPageCommandExtends the selection up to the previous page.
ExtendPreviousParagraphCommandExtends selection to the previous paragraph.
ExtendPreviousScreenCommandExtends selection to the previous screen.
ExtendPreviousWordCommandExtends the selection to the previous word.
ExtendStartOfDocumentCommandExtends the selection to the start of the document.
ExtendStartOfLineCommandExtends the selection to the beginning of the line.
FindCommandInvokes the Find and Replace form used to search for specific text in the document.
FirstDataRecordCommandNavigates to the first data record in the bound data source.
FitHeightCommandAdjusts the document zoom factor to fit the entire page height into the application window’s dimensions.
FitToPageCommandAdjusts the document zoom factor to fit the entire page into the application window’s dimensions.
FitWidthCommandAdjusts the document zoom factor to fit the entire page width into the application window’s dimensions.
FloatingObjectBringForwardCommandMoves the selected floating object in front of text or another object, one layer at a time.
FloatingObjectBringInFrontOfTextCommandMoves the selected floating object in front of the text layer.
FloatingObjectBringToFrontCommandMoves the selected floating object in front of the text layer and any other floating objects.
FloatingObjectSendBackwardCommandMoves the selected floating object behind the text or another object, one layer at a time.
FloatingObjectSendBehindTextCommandMoves the selected floating object behind the text layer.
FloatingObjectSendToBackCommandMoves the selected floating object behind the text or any other floating object.
GoToNextPageHeaderFooterCommandNavigates to the next page header/footer in edit mode.
GoToPageFooterCommandNavigates to the page footer from the page header in edit mode.
GoToPageHeaderCommandNavigates to the page header from the page footer in edit mode.
GoToPreviousPageHeaderFooterCommandNavigates to the previous page header/footer in edit mode.
IgnoreAllMisspellingsCommandIgnores any misspellings found in a document.
IgnoreMisspellingCommandIgnores the current misspelling.
IncreaseFontSizeCommandIncreases the font size of the selection to the closest larger predefined value.
IncrementFontSizeCommandIncreases the font size of the selected text by one point.
IncrementIndentCommandIncrements the indent level of the paragraph.
IncrementIndentCommandBaseA base class for IncrementIndentCommand and RtlIncrementIndentCommand.
IncrementNumerationFromParagraphCommandIncrements numeration of a paragraph in a numbering list.
IncrementNumerationParagraphIndentCommandIncrements the indent level of a paragraph in a numbered list.
IncrementParagraphOutlineLevelCommandIncreases the number of the paragraph outline level.
InsertBulletListCommandA command to insert a bulleted list.
InsertColumnBreakCommandInserts a column break in the document.
InsertCopyrightSymbolCommandInserts the copyright ( © ) symbol.
InsertEllipsisCommandInserts the ellipsis ( ) symbol.
InsertEmDashCommandInserts the em dash ( ) symbol.
InsertEnDashCommandInserts the en dash (–) symbol.
InsertEquationsCaptionCommandAdds a caption (numbered label) to an equation.
InsertFieldCommandCreates a field in a document.
InsertFiguresCaptionCommandAdds a caption (numbered label) to a figure.
InsertFloatingObjectPictureCommandInserts a picture from a file.
InsertLineBreakCommandInserts the line break.
InsertMergeFieldCommandInserts the MERGEFIELD field at the selection.
InsertNonBreakingSpaceCommandInserts a non-breaking space.
InsertPageBreakCommandInserts a page break at the current position in the document.
InsertPageBreakCommand2Starts the next page at the current position.
InsertPageCountFieldCommandA command to insert a field displaying the total number of pages.
InsertPageNumberFieldCommandA command to insert a field displaying the current page number.
InsertParagraphCommandInserts a paragraph break.
InsertPictureCommandPrompts for the file location, and inserts a picture from a file.
InsertRegisteredTrademarkSymbolCommandInserts the registered trademark ( ® ) symbol.
InsertSectionBreakContinuousCommandInserts a section break and starts a new section on the following paragraph of the same page.
InsertSectionBreakEvenPageCommandInserts a section break and starts a new section on the next even-numbered page.
InsertSectionBreakNextPageCommandInserts a section break and starts a new section on the next page.
InsertSectionBreakOddPageCommandInserts a section break and starts a new section on the next odd-numbered page.
InsertSimpleListCommandA command to insert a simple numbered list.
InsertSymbolCommandFor internal use. Inserts a character into a document.
InsertTabCommandA command to insert a tab character.
InsertTableColumnToTheLeftCommandInserts a column to the left of the leftmost column in a selection.
InsertTableColumnToTheRightCommandInserts a column to the right of the rightmost column in a selection.
InsertTableCommandA command to invoke an ‘Insert Table’ dialog.
InsertTableElementMenuCommandA command to create command menu elements specific for tables.
InsertTableOfContentsCommandInserts a Table of Contents.
InsertTableOfEquationsCommandCreates a table of equations on the base of equation captions.
InsertTableOfFiguresCommandCreates a table of figures on the base of figure captions.
InsertTableOfTablesCommandCreates a table of tables on the base of table captions.
InsertTableRowAboveCommandA command to insert a row in a table above the currently selected row.
InsertTableRowBelowCommandA command to insert a row in a table below the currently selected row.
InsertTablesCaptionCommandAdds a caption (numbered label) to a table.
InsertTextBoxCommandInserts a floating object - text box.
InsertTextCommandInserts text at the current position in a document.
InsertTrademarkSymbolCommandInserts the trademark sign ( ) symbol.
LastDataRecordCommandNavigates to the last data record in the bound data source.
LoadDocumentCommandInvokes the File Open dialog and loads the selected file into the control.
LockFieldCommandA command to lock the field and disable editing.
MailMergeSaveDocumentAsCommandPerforms a mail merge and invokes the Save As… dialog, to ask for a file name to save the merged document.
MakeTextLowerCaseCommandConverts selected text to lower case.
MakeTextUpperCaseCommandConverts selected text to upper case.
MergeTableCellsCommandMerges selected cells.
NewCommentCommandAdds a new comment at the current position in a document.
NextCharacterCommandMoves the cursor to the next character.
NextCommentCommandNavigates to the next comment in a document.
NextDataRecordCommandNavigates to the next data record in the bound data source.
NextLineCommandMoves the cursor to the next line.
NextPageCommandMoves the cursor to the beginning of the next page.
NextParagraphCommandMoves the cursor to the beginning of the next paragraph.
NextScreenCommandMoves the cursor forward by the number of lines in the current control’s window, minus one.
NextWordCommandMoves the cursor to the next word.
OpenHyperlinkCommandNavigates to the document bookmark or URI (uniform resource identifier) specified for the hyperlink.
OvertypeTextCommandInserts text at the current position, replacing the text to the right of the mouse cursor.
PasteSelectionCommandA command to paste the text from the Clipboard over the selection.
PreviousCharacterCommandMoves the cursor to the previous character.
PreviousCommentCommandNavigates to the previous comment in a document.
PreviousDataRecordCommandNavigates to the previous data record in the bound data source.
PreviousLineCommandMoves the cursor to the previous line.
PreviousPageCommandMoves the cursor to the beginning of the previous page.
PreviousParagraphCommandMoves the cursor to the beginning of the previous paragraph.
PreviousScreenCommandMoves the cursor backward by the number of lines in the current control’s window, minus one.
PreviousWordCommandMoves the cursor to the previous word.
PrintCommandInvokes the Print dialog to print the current document.
PrintPreviewCommandDisplays the Print Preview window for the current document.
ProtectDocumentCommandEnforces document protection.
QuickPrintCommandPrints the current document using the default printer. The command is executed without user intervention.
RedoCommandReverses actions of the previous UndoCommand.
RemoveHyperlinkFieldCommandConverts a hyperlink to plain text.
RemoveSpacingAfterParagraphCommandA command to remove spacing after the selected paragraph.
RemoveSpacingBeforeParagraphCommandA command to remove spacing before the selected paragraph.
ReplaceCommandInvokes the Search and Replace form that enables the user to search for specific text and replace it with a specified string.
ReplaceMisspellingCommandReplaces the current misspelling with an appropriate substitute from a connected dictionary.
ResetTableCellsBordersCommandRemoves borders of selected cells.
ResizeInlinePictureCommandThis command supports the internal infrastructure and is not intended to be used directly from your code.
ReviewersCommandAllows you to select the reviewers whose comments shall be displayed in a document.
RichEditCommandRepresents a base class for RichEdit commands.
RichEditMenuItemSimpleCommandRepresents a base class for multiple command classes.
SaveDocumentAsCommandInvokes the File dialog that prompts for a file name, and saves a document in a file with the specified name and format.
SaveDocumentCommandSaves a document to a file.
ScrollHorizontallyByPhysicalOffsetCommandA command to scroll the document in horizontal direction by the specified distance, measured in documents.
ScrollToPageCommandScrolls the document to the specified page.
ScrollVerticallyByLogicalOffsetCommandA command to scroll a document in a vertical direction by the specified distance, in the document model.
ScrollVerticallyByPhysicalOffsetCommandA command to scroll a document in a vertical direction by the specified distance, in the document model.
ScrollVerticallyByPhysicalOffsetEnsurePageGenerationCommandA command to scroll a document in a vertical direction by the specified distance, measured in documents.
ScrollVerticallyByPixelOffsetCommandA command to scroll a document in a vertical direction by the specified distance in the view, measured in pixels.
SelectAllCommandA command to select the entire document range.
SelectTableCommandSelects the entire table in which the caret is located.
SetDoubleParagraphSpacingCommandFormats a current paragraph with double line spacing.
SetFloatingObjectBehindTextWrapTypeCommandPlaces the selected object in its own layer behind the text.
SetFloatingObjectBottomCenterAlignmentCommandPositions the selected floating object at the bottom center section of the page.
SetFloatingObjectBottomLeftAlignmentCommandPositions the selected floating object at the bottom left section of the page.
SetFloatingObjectBottomRightAlignmentCommandPositions the selected floating object at the bottom right section of the page.
SetFloatingObjectInFrontOfTextWrapTypeCommandPlaces the selected object in its own layer in front of the text.
SetFloatingObjectMiddleCenterAlignmentCommandPositions the selected floating object at the middle center section of the page.
SetFloatingObjectMiddleLeftAlignmentCommandPositions the selected floating object at the middle left section of the page.
SetFloatingObjectMiddleRightAlignmentCommandPositions the selected floating object at the middle right section of the page.
SetFloatingObjectSquareTextWrapTypeCommandApplies a style that wraps the text around all sides of a square that bounds the floating object.
SetFloatingObjectThroughTextWrapTypeCommandApplies a style that tightly wraps the text around the graphic in an irregular shape that bounds the actual image and fills any blank spaces found within the graphic with text.
SetFloatingObjectTightTextWrapTypeCommandApplies a style that tightly wraps the text around the graphic in an irregular shape that bounds the actual image.
SetFloatingObjectTopAndBottomTextWrapTypeCommandApplies a style that places text above and below the image, but does not allow any text to appear beside the picture.
SetFloatingObjectTopCenterAlignmentCommandPositions the selected floating object at the top center section of the page.
SetFloatingObjectTopLeftAlignmentCommandPositions the selected floating object at the top left section of the page.
SetFloatingObjectTopRightAlignmentCommandPositions the selected floating object at the top right section of the page.
SetLandscapePageOrientationCommandA command to set the page orientation to landscape.
SetModerateSectionPageMarginsCommandA command to set moderate page margins in the document section.
SetNarrowSectionPageMarginsCommandA command to set narrow page margins in the document section.
SetNormalSectionPageMarginsCommandA command to set normal page margins in the document section.
SetParagraphBodyTextLevelCommandApplies the body (default) style to the text so it is not shown in the Table of Contents.
SetParagraphHeading1LevelCommandApplies the Heading 1 built-in style to the text so it is shown at the first level of the Table of Contents.
SetParagraphHeading2LevelCommandApplies the Heading 2 built-in style to the text so it is shown at the second level of the Table of Contents.
SetParagraphHeading3LevelCommandApplies the Heading 3 built-in style to the text so it is shown at the third level of the Table of Contents.
SetParagraphHeading4LevelCommandApplies the Heading 4 built-in style to the text so it is shown at the fourth level of the Table of Contents.
SetParagraphHeading5LevelCommandApplies the Heading 5 built-in style to the text so it is shown at the fifth level of the Table of Contents.
SetParagraphHeading6LevelCommandApplies the Heading 6 built-in style to the text so it is shown at the sixth level of the Table of Contents.
SetParagraphHeading7LevelCommandApplies the Heading 7 built-in style to the text so it is shown at the seventh level of the Table of Contents.
SetParagraphHeading8LevelCommandApplies the Heading 8 built-in style to the text so it is shown at the eighth level of the Table of Contents.
SetParagraphHeading9LevelCommandApplies the Heading 9 built-in style to the text so it is shown at the ninth level of the Table of Contents.
SetPortraitPageOrientationCommandA command to set the page orientation to portrait.
SetSectionLineNumberingContinuousCommandContinues line numbering for the current section from the line number at the end of the previous section.
SetSectionLineNumberingNoneCommandSuppresses line numbering for the current section.
SetSectionLineNumberingRestartNewPageCommandReverts line numbering for the current section to the start value on a new page.
SetSectionLineNumberingRestartNewSectionCommandReverts line numbering for the current section to the start value when a new section begins.
SetSectionOneColumnCommandSet the section to have only one column.
SetSectionThreeColumnsCommandSet the section to have three columns.
SetSectionTwoColumnsCommandSet the section to have two columns.
SetSesquialteralParagraphSpacingCommandFormats a current paragraph with one and a half line spacing.
SetSingleParagraphSpacingCommandFormats a current paragraph with single line spacing.
SetWideSectionPageMarginsCommandA command to set wide page margins in the document section.
ShiftTabKeyCommandDecreases the indent by the size of one tab or inserts the tab.
ShowAllFieldCodesCommandA command to display all field codes in place of the fields in the document.
ShowAllFieldResultsCommandA command to display merged data in place of field codes.
ShowAltTextFormCommandInvokes the Alt Text… dialog.
ShowBookmarkFormCommandInvokes the Bookmark dialog window.
ShowBorderShadingFormCommandInvokes the Borders and Shading dialog.
ShowColumnsSetupFormCommandInvokes the Columns dialog.
ShowDeleteTableCellsFormCommandInvokes the ‘Delete Cells’ form used to select an element for deletion - a cell, a row or a column.
ShowDeleteTableCellsFormMenuCommandInvokes the ‘Delete Cells’ form (the command is intended for popup menus).
ShowDocumentPropertiesFormCommandInvokes the Document Properties dialog.
ShowEditStyleFormCommandInvokes the Modify Style dialog that allows you to edit the document style.
ShowFloatingObjectLayoutOptionsFormCommandInvokes the Shape Layout Dialog.
ShowFontFormCommandInvokes the Font dialog that allows you to change the font, size and style of selected text.
ShowHyperlinkFormCommandInvokes the Edit Hyperlink dialog window.
ShowInsertMergeFieldFormCommandInvokes the dialog window that allows you to insert merged fields from the database into the document.
ShowInsertTableCellsFormCommandInvokes the ‘Insert Cells’ form used to select an element to insert - a cell, a row or a column.
ShowLanguageFormCommandInvokes the Language Form to select the language of spell checking.
ShowLineNumberingFormCommandInvokes the Line Numbers dialog.
ShowLineSpacingFormCommandInvokes the Paragraph dialog that allows you to set line spacing.
ShowNumberingListFormCommandInvokes the Bullets And Numbering dialog window.
ShowNumberingListFormCommandBaseA base class for ShowNumberingListFormCommand and RtlShowNumberingListFormCommand classes.
ShowPageMarginsSetupFormCommandInvokes the Page Setup dialog at the Margins tab.
ShowPagePaperSetupFormCommandInvokes the Page Setup dialog at the Paper tab.
ShowPageSetupFormCommandInvokes the Page Setup dialog.
ShowParagraphFormCommandInvokes the Paragraph dialog that allows you to set paragraph formatting.
ShowPasteSpecialFormCommandInvokes the Paste Special dialog.
ShowRangeEditingPermissionsFormCommandInvokes the ‘Editing Permissions’ form used to view and set ranges with permissions.
ShowReviewingPaneCommandDisplays the Reviewing Pane that lists all document comments.
ShowSplitTableCellsFormCommandInvokes the ‘Split Cells’ form used to specify the number of columns and rows into which the cell should be split.
ShowSplitTableCellsFormMenuCommandInvokes the ‘Split Cells’ form (the command is intended for popup menus).
ShowSymbolFormCommandInvokes the Symbol dialog window.
ShowTableOptionsFormCommandInvokes the Table Options dialog window.
ShowTablePropertiesFormCommandInvokes the Table Properties dialog.
ShowTableStyleFormCommandInvokes the Modify Style dialog window to customize the style and text formatting options of the selected table.
ShowTabsFormCommandInvokes the Tabs dialog that allows you to set the tab stops and their characteristics.
ShowTOCFormCommandInvokes the Table of Contents dialog window.
SplitTableCommandSplits the table at the selected row.
StartOfDocumentCommandMoves the cursor to the start of the document.
StartOfLineCommandMoves the cursor to the start of the current line.
SwitchToDraftViewCommandA command to switch the current view to the DraftView.
SwitchToPrintLayoutViewCommandA command to switch the current view to the PrintLayoutView.
SwitchToSimpleViewCommandA command to switch the current view to the SimpleView.
TabKeyCommandIncreases the indent by the size of one tab or inserts the tab.
ToggleAllFieldsCommandA command that toggles all field codes in the document on or off.
ToggleBandedColumnsCommandSpecifies whether or not the current table style is applied to the odd/even banded columns of a selected table.
ToggleBandedRowsCommandSpecifies whether or not the current table style is applied to the odd/even banded rows of a selected table.
ToggleBulletedListCommandToggles between the bulleted paragraph and normal text.
ToggleBulletedListCommandBaseThe base class for ToggleBulletedListCommand and RtlToggleBulletedListCommand classes.
ToggleDifferentFirstPageCommandChanges the header/footer edit mode. Allows you to create a different header or footer for the first page of a document or section.
ToggleDifferentOddAndEvenPagesCommandChanges the header/footer edit mode. Allows you to create a different header or footer for odd and even pages of a document or section.
ToggleFieldCodesCommandToggles field code display on/off.
ToggleFieldLockedCommandToggles the Locked attribute of the selected field.
ToggleFirstColumnCommandSpecifies whether or not the current table style is applied to the first column of a selected table.
ToggleFirstRowCommandSpecifies whether or not the current table style is applied to the first row of a selected table.
ToggleFontBoldCommandToggles the bold style on the selection.
ToggleFontDoubleStrikeoutCommandToggles the double strikeout style on the selection.
ToggleFontDoubleUnderlineCommandToggles the double underline style on the selection.
ToggleFontItalicCommandToggles the italic style on the selection.
ToggleFontStrikeoutCommandToggles the strikeout style on the selection.
ToggleFontSubscriptCommandToggles the subscript style on the selection.
ToggleFontSuperscriptCommandToggles the superscript style on the selection.
ToggleFontUnderlineCommandToggles the underline style on the selection.
ToggleHeaderFooterLinkToPreviousCommandLinks a header/footer to the previous section, so it has the same content.
ToggleHiddenTextCommandToggles between normal and hidden text mode of the selection.
ToggleLastColumnCommandSpecifies whether or not the current table style is applied to the last column of a selected table.
ToggleLastRowCommandSpecifies whether or not the current table style is applied to the last row of a selected table.
ToggleListCommandBaseThe base for classes that provide functionality for two-state list options.
ToggleMultiLevelListCommandToggles between the multilevel list style and normal text.
ToggleMultiLevelListCommandBaseThe base class for ToggleMultiLevelListCommand and RtlToggleMultiLevelListCommand classes.
ToggleOvertypeCommandEnables the overtype feature.
ToggleParagraphAlignmentCenterCommandToggles centered paragraph alignment on and off.
ToggleParagraphAlignmentJustifyCommandToggles justified paragraph alignment on and off.
ToggleParagraphAlignmentLeftCommandToggles left paragraph alignment on and off.
ToggleParagraphAlignmentRightCommandToggles right paragraph alignment on and off.
ToggleParagraphSuppressLineNumbersCommandToggles line numbering for the paragraph in which the caret is located.
ToggleReviewingPaneCommandToggles the visibility of the reviewing pane that lists the comments available in a document.
ToggleShowHorizontalRulerCommandToggles horizontal ruler visibility on/off.
ToggleShowTableGridLinesCommandToggles displaying grid lines for a table with no borders applied - on/off.
ToggleShowVerticalRulerCommandToggles vertical ruler visibility on/off.
ToggleShowWhitespaceCommandToggles whitespace characters display on/off.
ToggleSimpleNumberingListCommandToggles between the numbered paragraph style and normal text.
ToggleSimpleNumberingListCommandBaseThe base class for ToggleSimpleNumberingListCommand and RtlToggleSimpleNumberingListCommand classes.
ToggleSpellCheckAsYouTypeCommandToggles CheckAsYouType mode for a spell checker - on/off.
ToggleTableAutoFitContentsCommandAutomatically widens table columns to accommodate cell content.
ToggleTableAutoFitWindowCommandChanges the table width to fit the page’s width and adjusts columns to accommodate cells content.
ToggleTableCellsAllBordersCommandToggles all borders for selected cells on/off.
ToggleTableCellsBottomBorderCommandToggles bottom borders for selected cells on/off.
ToggleTableCellsBottomCenterAlignmentCommandApplies bottom-center alignment for selected cells.
ToggleTableCellsBottomLeftAlignmentCommandApplies bottom-left alignment for selected cells.
ToggleTableCellsBottomRightAlignmentCommandApplies bottom-right alignment for selected cells.
ToggleTableCellsInsideBorderCommandToggles all inner borders for selected cells on/off.
ToggleTableCellsInsideHorizontalBorderCommandToggles inner horizontal borders for selected cells on/off.
ToggleTableCellsInsideVerticalBorderCommandToggles inner vertical borders for selected cells on/off.
ToggleTableCellsLeftBorderCommandToggles left borders for selected cells on/off.
ToggleTableCellsMiddleCenterAlignmentCommandApplies middle-center alignment for selected cells.
ToggleTableCellsMiddleLeftAlignmentCommandApplies middle-left alignment for selected cells.
ToggleTableCellsMiddleRightAlignmentCommandApplies middle-right alignment for selected cells.
ToggleTableCellsOutsideBorderCommandToggles outer borders for selected cells on/off.
ToggleTableCellsRightBorderCommandToggles right borders for selected cells on/off.
ToggleTableCellsTopBorderCommandToggles top borders for selected cells on/off.
ToggleTableCellsTopCenterAlignmentCommandApplies top-center alignment for selected cells.
ToggleTableCellsTopLeftAlignmentCommandApplies top-left alignment for selected cells.
ToggleTableCellsTopRightAlignmentCommandApplies top-right alignment for selected cells.
ToggleTableFixedColumnWidthCommandPrevents table column widths from changing to accommodate cell content.
ToggleTextCaseCommandToggles case for each character - upper case becomes lower, lower case becomes upper.
ToggleViewMergedDataCommandDisplays or hide actual data in MERGEFIELD fields.
UndoCommandA command to cancel changes caused by the previous command.
UnlockFieldCommandA command to unlock the field and enable editing.
UnprotectDocumentCommandStops protection on the current document.
UpdateFieldCommandUpdates the field’s result.
UpdateFieldsCommandUpdates all fields in the selected range.
UpdateTableOfContentsCommandUpdates a Table of Contents.
UpdateTableOfFiguresCommandUpdates a Table of Figures to reflect the changes made to figure captions.
ViewCommentsCommandSpecifies whether or not to display comments in a document.
ZoomInCommandA command to get a close-up view of the document.
ZoomOutCommandA command to “zoom out “ the document to see more of the page at a reduced size.

Structs

NameDescription
RichEditCommandIdLists command identifiers.