Skip to main content
A newer version of this page is available. .

VCL Rich Edit Control: Supported Commands List

  • 46 minutes to read

The Rich Edit Control provides a comprehensive set of commands that provide access to numerous text formatting options and built-in customization dialogs for your end-users. These commands are implemented by TAction objects, which you can link to the elements of your UI manually or employ the automatic Ribbon or Toolbar UI generating feature.

A

AddParagraphsToTableOfContentsPlaceholder

Modifies the availability of the TableOfContentsSetParagraphBodyTextLevel, TableOfContentsSetParagraphHeading1Level, TableOfContentsSetParagraphHeading2Level, TableOfContentsSetParagraphHeading3Level, TableOfContentsSetParagraphHeading4Level, TableOfContentsSetParagraphHeading5Level, TableOfContentsSetParagraphHeading6Level, [TableOfContentsSetParagraphHeading7Level](xref:176013#CommandsList_TableOfContentsSetParagraphHeading7Level), TableOfContentsSetParagraphHeading8Level, and TableOfContentsSetParagraphHeading9Level commands in a drop-down menu depending on the current state of both the Rich Edit control and a document in it. Link this command to a TdxBarSubItem or TdxBarButton object displaying the drop-down menu with the ten paragraph style commands listed above. Normally, the AddParagraphsToTableOfContentsPlaceholder command is used by the Rich Edit control’s automatic UI generator.

To localize the command’s Caption and Hint, use the sdxRichEditCommandAddParagraphsToTableOfContentsMenuCaption and sdxRichEditCommandAddParagraphsToTableOfContentsDescription resource strings.

C

ChangeFloatingObjectFillColor

Link this command to a TcxColorComboBox or TdxRibbonColorGalleryItem item control in a Ribbon or Toolbar UI to allow end-users to assign a picked color to the background of the selected floating object. Use the ChangeFloatingObjectOutlineColor and ChangeFloatingObjectOutlineWidth commands to customize the floating object’s outline.

To localize the ChangeFloatingObjectFillColor command’s Caption and Hint, use the sdxRichEditCommandChangeFloatingObjectFillColorMenuCaption and sdxRichEditControlChangeFloatingObjectFillColorDescription resource strings.

ChangeFloatingObjectOutlineColor

Link this command to a TcxColorComboBox or TdxRibbonColorGalleryItem item control in a Ribbon or Toolbar UI to allow end-users to assign a picked color to the selected floating object’s outline. Use the ChangeFloatingObjectFillColor and ChangeFloatingObjectOutlineWidth commands to change the floating object’s background color and outline width, respectively.

To localize the ChangeFloatingObjectOutlineColor command’s Caption and Hint, use the sdxRichEditCommandChangeFloatingObjectOutlineColorMenuCaption and sdxRichEditCommandChangeFloatingObjectOutlienColorDescription resource strings.

ChangeFloatingObjectOutlineWidth

Link this command to a TcxComboBox item control in a Ribbon or Toolbar UI to allow end-users to assign a selected value as the selected floating object’s outline width. To change the floating object’s background and outline colors, use the ChangeFloatingObjectFillColor and ChangeFloatingObjectOutlineColor commands, respectively.

To localize the command’s Caption and Hint, use the sdxRichEditCommandChangeFloatingObjectOutlineWidthMenuCaption and sdxRichEditCommandChangeFloatingObjectOutlineWidthDescription resource strings.

ChangeFontColor

Link this command to a TcxColorComboBox or TdxRibbonColorGalleryItem item control in a Ribbon or Toolbar UI to allow end-users to assign a picked color to the active font. To change the font typeface and size, use the ChangeFontName and ChangeFontSize commands, respectively.

To localize the command’s Caption and Hint, use the sdxRichEditCommandChangeFontColorMenuCaption and sdxRichEditCommandChangeFontColorDescription resource strings.

ChangeFontName

Link this command to a TcxFontNameComboBox item control in a Ribbon or Toolbar UI to allow end-users to apply the selected font typeface to the active font. To change the font color and size, use the ChangeFontColor and ChangeFontSize commands, respectively.

To localize the command’s Caption and Hint, use the sdxRichEditCommandChangeFontNameMenuCaption and sdxRichEditCommandChangeFontNameDescription resource strings.

ChangeFontSize

Link this command to a TcxComboBox item control in a Ribbon or Toolbar UI to allow end-users to apply the selected value as the current font size in a document. To change the font typeface and color, use the ChangeFontName and ChangeFontColor commands, respectively.

To localize the command’s Caption and Hint, use the sdxRichEditCommandChangeFontSizeMenuCaption and sdxRichEditCommandChangeFontSizeDescription resource strings.

ChangePageColor

Link this command to a TcxColorComboBox or TdxRibbonColorGalleryItem item control in a Ribbon or Toolbar UI to allow end-users to apply the picked color to the document’s background.

To localize the command’s Caption and Hint, use the sdxRichEditCommandChangePageColorMenuCaption and sdxRichEditCommandChangePageColorDescription resource strings.

ChangeSectionLineNumbering

Modifies the availability of the SetSectionLineNumberingNone, SetSectionLineNumberingContinuous, SetSectionLineNumberingRestartNewPage, SetSectionLineNumberingRestartNewSection, and ShowLineNumberingForm commands in drop-down menu depending on the current state of both the Rich Edit control and a document in it. Link this command to a TdxBarSubItem or TdxBarButton object displaying the drop-down menu with the five line numbering commands listed above. Normally, the ChangeSectionLineNumbering command is used by the Rich Edit control’s automatic UI generator.

To localize the command’s Caption and Hint, use the sdxRichEditCommandChangeSectionLineNumberingMenuCaption and sdxRichEditCommandChangeSectionLineNumberingDescription resource strings.

CheckSpelling

Invokes the Spelling dialog.

To localize the command’s Caption and Hint, use the sdxRichEditCommandCheckSpellingMenuCaption and sdxRichEditCommandCheckSpellingDescription resource strings.

ClosePageHeaderFooter

Disables the header or footer editing mode and positions the caret at the beginning of the current document page. To enable the header or footer editing mode, use the EditPageHeader and EditPageFooter commands, respectively.

To localize the command’s Caption and Hint, use the sdxRichEditCommandClosePageHeaderFooterMenuCaption and sdxRichEditCommandClosePageHeaderFooterDescription resource strings.

CopySelection

Copies the selected text fragment or floating object to the clipboard. To cut and paste document selections, use the CutSelection and PasteSelection commands, respectively.

An end-user can reproduce the CopySelection command’s function by pressing the Ctrl+C key combination.

To localize the command’s Caption and Hint, use the sdxRichEditCommandCopySelectionMenuCaption and sdxRichEditCommandCopySelectionDescription resource strings.

CreateField

Inserts an empty document field designated by the curly brackets and places the caret between them. An end-user can type necessary identifiers and keys to create a document field manually.

To localize the command’s Caption and Hint, use the sdxRichEditCommandCreateFieldMenuCaption and sdxRichEditCommandCreateFieldDescription resource strings.

CutSelection

Moves the selected text fragment or floating object to the clipboard. To copy and paste document selections, use the CopySelection and PasteSelection commands, respectively.

An end-user can reproduce the CutSelection command’s function by pressing the Ctrl+X key combination.

To localize the command’s Caption and Hint, use the sdxRichEditCommandCutSelectionMenuCaption and sdxRichEditCommandCutSelectionDescription resource strings.

D

DecreaseFontSize

Decreases the current font (i.e., applied to the active word or current text selection) by one position in the Rich Edit control’s set of predefined font size values. Use the IncreaseFontSize command in order to increase the current font size.

To specify the exact font size value instead of using the predefined font size list, use the ChangeFontSize command instead.

To localize the command’s Caption and Hint, use the sdxRichEditCommandDecreaseFontSizeMenuCaption and sdxRichEditCommandDecreaseFontSizeDescription resource strings.

DecrementIndent

Decreases an indent of the selected or current paragraph by 0.5 inch regardless of the measurement units used by the Rich Edit control. This command cannot be used to set negative paragraph indent values. To increase the current paragraph’s indent, use the IncrementIndent command.

To localize the command’s Caption and Hint, use the sdxRichEditCommandDecrementIndentMenuCaption and sdxRichEditCommandDecrementIndentDescription resource strings.

DeleteTable

Deletes a table in which the caret or selection is located.

To localize the command’s Caption and Hint, use the sdxRichEditCommandDeleteTableMenuCaption and sdxRichEditCommandDeleteTableDescription resource strings.

DeleteTableColumns

Deletes the number of columns corresponding to the width (in cells) of the current selection in a table. The Rich Edit control deletes a single column if the caret is located in a table cell. In order to delete rows, use the DeleteTableRows command.

To localize the command’s Caption and Hint, use the sdxRichEditCommandDeleteTableColumnsMenuCaption and sdxRichEditCommandDeleteTableColumnsDescription resource strings.

DeleteTableRows

Deletes the number of rows corresponding to the height (in cells) of the current selection in a table. The Rich Edit control deletes a single row if the caret is located in a table cell. In order to delete columns, use the DeleteTableColumns command.

To localize the command’s Caption and Hint, use the sdxRichEditCommandDeleteTableRowsMenuCaption and sdxRichEditCommandDeleteTableRowsDescription resource strings.

E

EditPageFooter

Enables the document footer editing mode. Use the ClosePageHeaderFooter command in order to disable the footer editing mode. To switch between the header and footer editing modes, use the GoToPageHeader and GoToPageFooter commands.

To localize the command’s Caption and Hint, use the sdxRichEditCommandEditPageFooterMenuCaption and sdxRichEditCommandEditPageFooterDescription resource strings.

EditPageHeader

Enables the document header editing mode. Use the ClosePageHeaderFooter command in order to disable the header editing mode. To switch between the header and footer editing modes, use the GoToPageHeader and GoToPageFooter commands.

To localize the command’s Caption and Hint, use the sdxRichEditCommandEditPageHeaderMenuCaption and sdxRichEditCommandEditPageHeaderDecsription resource strings.

EncryptDocument

Invokes the Encrypt the contents of this file encryption dialog that allows an end-user to assign, modify, or remove an encryption password for a document.

To localize the command’s Caption and Hint, use the sdxRichEditCommandEncryptDocumentMenuCaption and sdxRichEditCommandEncryptDocumentDescription resource strings.

F

FloatingObjectBringForward

Raises the selected floating object’s position by one in the same document layer. To lower a floating object by one position, use the FloatingObjectSendBackward command.

To localize the command’s Caption and Hint, use the sdxRichEditCommandBringForwardMenuCaption and sdxRichEditCommandBringForwardDescription resource strings.

FloatingObjectBringInFrontOfText

Moves the selected floating object to the “foreground” document layer. Use the FloatingObjectSendBehindText command to move a floating object behind text.

To localize the command’s Caption and Hint, use the sdxRichEditCommandBringInFrontOfTextMenuCaption and sdxRichEditCommandBringInFrontOfTextDescription resource strings.

FloatingObjectBringToFront

Positions the selected floating object above other floating objects within the same document layer. To put the selected floating object behind all others within the same document layer, use the FloatingObjectSendToBack command.

To localize the command’s Caption and Hint, use the sdxRichEditCommandFloatingObjectBringToFrontMenuCaption and sdxRichEditCommandFloatingObjectBringToFrontDescriptoin resource strings.

FloatingObjectSendBackward

Lowers the selected floating object’s z-order by one. To raise the floating object by one position in the same document layer, use the FloatingObjectBringForward command.

To localize the command’s Caption and Hint, use the sdxRichEditCommandFloatingObjectSendBackwardMenuCaption and sdxRichEditCommandFloatingObjectSendBackwardDescription resource strings.

FloatingObjectSendBehindText

Moves the selected floating object to the document’s “background” layer.

To localize the command’s Caption and Hint, use the sdxRichEditCommandFloatingObjectSendBehindTextMenuCaption and sdxRichEditCommandFloatingObjectSendBehindTextDescription resource strings.

FloatingObjectSendToBack

Sets the selected floating object’s z-order to 0 moving it behind other floating objects in the same document layer.

To localize the command’s Caption and Hint, use the sdxRichEditCommandFloatingObjectSendToBackMenuCaption and sdxRichEditCommandFloatingObjectSendToBackDescription resource strings.

G

GoToNextPageHeaderFooter

Moves the caret to the header or footer on the next document page, depending on whether the header or footer editing mode is currenly active. Use the GoToPreviousPageHeaderFooter command to move the caret in the opposite direction.

To localize the command’s Caption and Hint, use the sdxRichEditCommandGoToNextHeaderFooterMenuCaption and sdxRichEditCommandGoToNextHeaderFooterDescription resource strings.

GoToPageFooter

Activates the document footer editing mode when the header editing mode is active. Use this command to move the caret from header to footer in the same page. To move the caret in the opposite direction, use the GoToPageHeader command.

To localize the command’s Caption and Hint, use the sdxRichEditCommandGoToPageFooterMenuCaption and sdxRichEditCommandGoToPageFooterDescription resource strings.

GoToPageHeader

Activates the document header editing mode when the footer editing mode is active. Use this command to move the caret from footer to header in the same page. To move the caret in the opposite direction, use the GoToPageFooter command.

To localize the command’s Caption and Hint, use the sdxRichEditCommandGoToPageHeaderMenuCaption and sdxRichEditCommandGoToPageHeaderDescription resource strings.

GoToPreviousPageHeaderFooter

Moves the caret to the header or footer on the preceding document page, depending on whether the header or footer editing mode is currently active. Use the GoToNextPageHeaderFooter command to move the caret in the opposite direction.

To localize the command’s Caption and Hint, use the sdxRichEditCommandGoToPreviousHeaderFooterMenuCaption and sdxRichEditCommandGoToPreviousHeaderFooterDescription resource strings.

I

IncreaseFontSize

Increases the current font (i.e., the font applied to a selected text fragment or the active word) size by one position in the Rich Edit control’s set of predefined font size values. To decrease the current font size, use the DecreaseFontSize command.

In order to specify the exact font size value instead of using the predefined font size list, use the ChangeFontSize command.

To localize the command’s Caption and Hint, use the sdxRichEditCommandIncreaseFontSizeMenuCaption and sdxRichEditCommandIncreaseFontSizeDescription resource strings.

IncrementIndent

Increases an indent of the selected or current paragraph by 0.5 inch, regardless of the measurement units used by the Rich Edit control. To decrease the paragraph indent, use the DecrementIndent command.

To localize the command’s Caption and Hint, use the sdxRichEditCommandIncrementIndentMenuCaption and sdxRichEditCommandIncrementIndentDescription resource strings.

InsertCaptionPlaceholder

Modifies the availability of the InsertFigureCaption, InsertTableCaption, and InsertEquationCaption commands in a drop-down menu depending on the current state of both the Rich Edit control and a document in it. Link this command to a TdxBarSubItem or TdxBarButton object displaying the drop-down menu with the three caption insertion commands listed above. Normally, the InsertCaptionPlaceholder command is used by the Rich Edit control’s automatic UI generator.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertCaptionPlaceholderMenuCaption and sdxRichEditCommandInsertCaptionPlaceholderDescription resource strings.

InsertColumnBreak

Inserts a column break at the current caret position in the document.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertColumnBreakMenuCaption and sdxRichEditCommandInsertColumnBreakDescription resource strings.

InsertEquationsCaption

Inserts a numbered caption designed to label equations in the document. Each caption inserted by this command can be used as a table of equations entry.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertEquationCaptionMenuCaption and sdxRichEditCommandInsertEquationCaptionDescription resource strings.

InsertFiguresCaption

Inserts a numbered caption designed to label illustrations within the document. Each caption inserted by this command can be used as a table of figures entry.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertFigureCaptionMenuCaption and sdxRichEditCommandInsertFigureCaptionDescription resource strings.

InsertFloatingObjectPicture

Invokes the Open dialog allowing an end-user to select a bitmap file for insertion as a floating object anchored to the current paragraph.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertFloatingObjectPictureMenuCaption and sdxRichEditCommandInsertFloatingObjectPictureDescription resource strings.

InsertPageBreak

Inserts a page break at the current caret position and starts a new section on the next document page.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertPageBreakMenuCaption and sdxRichEditCommandInsertPageBreakDescription resource strings.

InsertPageCountField

Inserts a document field displaying the total number of pages into the document header and/or footer. In order to insert the current page number, use the InsertPageNumberField command.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertPageCountFieldMenuCaption and sdxRichEditCommandInsertPageCountFieldDescription resource strings.

InsertPageNumberField

Inserts a document field displaying the current page number into the document header and/or footer. In order to insert the total number of pages in the document, use the InsertPageCountField command.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertPageNumberFieldMenuCaption and sdxRichEditCommandInsertPageNumberFieldDescription resource strings.

InsertPicture

Invokes the Open dialog, allowing an end-user to specify a bitmap file inserted as an inline image at the current caret position in the document.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertPictureMenuCaption and sdxRichEditCommandInsertPictureDescription resource strings.

InsertSectionBreakNextPage

Inserts a page break at the caret position and starts a new document section on the next page.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertSectionBreakNextPageMenuCaption and sdxRichEditCommandInsertSectionBreakNextPageDescription resource strings.

InsertSectionBreakOddPage

Inserts a section break at the caret position and begins a new section on the next odd-numbered document page.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertSectionBreakOddPageMenuCaption and sdxRichEditCommandInsertSectionBreakOddPageDescription resource strings.

InsertSectionBreakEvenPage

Inserts a section break at the caret position and begins a new section on the next even-numbered document page.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertSectionBreakEvenPageMenuCaption and sdxRichEditCommandInsertSectionBreakEvenPageDescription resource strings.

InsertTableColumnToTheLeft

The InsertTableColumnToTheLeft, InsertTableColumnToTheRight, InsertTableRowAbove, and InsertTableRowBelow commands are designed to expand an existing table in the respective directions.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertTableColumnToTheLeftMenuCaption and sdxRichEditCommandInsertTableColumnToTheLeftDescription resource strings.

InsertTableColumnToTheRight

The InsertTableColumnToTheLeft, InsertTableColumnToTheRight, InsertTableRowAbove, and InsertTableRowBelow commands are designed to expand an existing table in the respective directions.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertTableColumnToTheRightMenuCaption and sdxRichEditCommandInsertTableColumnToTheRightDescription resource strings.

InsertTableOfContents

Inserts a table of contents based on the document paragraphs to which the heading styles are applied.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertTableOfContentsMenuCaption and sdxRichEditCommandInsertTableOfContentsDescription resource strings.

InsertTableOfFigures

Inserts a table of contents that refers to the labeled images in the document.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertTableOfFiguresMenuCaption and sdxRichEditCommandInsertTableOfFiguresDescription resource strings.

InsertTableOfFiguresPlaceholder

Modifies the availability of the InsertTableOfFigures, InsertTableOfTables, and InsertTableOfEquations commands in a drop-down menu depending on the current state of both the Rich Edit control and a document in it. Link this command to a TdxBarSubItem or TdxBarButton object displaying the drop-down menu with the three table insertion commands listed above. Normally, the InsertTableOfFiguresPlaceholder command is used by the Rich Edit control’s automatic UI generator.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertTableOfFiguresPlaceholderMenuCaption and sdxRichEditCommandInsertTableOfFiguresPlaceholderDescription resource strings.

InsertTableOfTables

Inserts a table of contents that refers to sequentially numbered captions designed to label tables in the document.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertTableOfTablesMenuCaption and sdxRichEditCommandInsertTableOfTablesDescription resource strings.

InsertTablesCaption

Inserts a numbered caption designed to label tables in the document. Each caption inserted by this command can be used as a table of tables entry.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertTableCaptionMenuCaption and sdxRichEditCommandInsertTableCaptionDescription resource strings.

InsertTableOfEquations

Inserts a table of contents that refers to sequentially numbered captions designed to label equations in the document.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertTableOfEquationsMenuCaption and sdxRichEditCommandInsertTableOfEquationsDescription resource strings.

InsertTableRowAbove

The InsertTableColumnToTheLeft, InsertTableColumnToTheRight, InsertTableRowAbove, and InsertTableRowBelow commands are designed to expand an existing table in the respective directions.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertTableRowAboveMenuCaption and sdxRichEditCommandInsertTableRowAboveDescription resource strings.

InsertTableRowBelow

The InsertTableColumnToTheLeft, InsertTableColumnToTheRight, InsertTableRowAbove, and InsertTableRowBelow commands are designed to expand an existing table in the respective directions.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertTableRowBelowMenuCaption and sdxRichEditCommandInsertTableRowBelowDescription resource strings.

InsertTextBox

Inserts a floating text box and anchors it to the current paragraph.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertTextBoxMenuCaption and sdxRichEditCommandInsertTextBoxDescription resource strings.

L

LoadDocument

The LoadDocument, NewDocument, SaveDocument, and SaveDocumentAs commands provide the Rich Edit control’s document file management functionality to end-users.

This command invokes the Open dialog allowing an end-user to select and load a supported document file to the Rich Edit control.

To localize the command’s Caption and Hint, use the sdxRichEditCommandLoadDocumentMenuCaption and sdxRichEditCommandLoadDocumentDescription resource strings.

M

MergeTableCells

Merges the current table cell selection.

To localize the command’s Caption and Hint, use the sdxRichEditCommandMergeTableCellsMenuCaption and sdxRichEditCommandMergeTableCellsDescription resource strings.

N

NewDocument

The LoadDocument, NewDocument, SaveDocument, and SaveDocumentAs commands provide the Rich Edit control’s document file management functionality to end-users.

Link this command to a UI element to allow end-users to create a new document in the Rich Edit control. Alternatively, an end-user can press the Ctrl+N key combination in order to achieve the same goal, provided that the NewDocument command is available.

The availability of the NewDocument command depends on the Rich Edit control’s Options.Behavior.CreateNew property value.

To localize the command’s Caption and Hint, use the sdxRichEditCommandNewEmptyDocumentMenuCaption and sdxRichEditCommandNewEmptyDocumentMenuDescription resource strings.

O

OpenHyperlink

Activates the currently selected hyperlink.

To localize the command’s Caption and Hint, use the sdxRichEditCommandOpenHyperlinkMenuCaption and sdxRichEditCommandOpenHyperlinkDescription resource strings.

P

PasteSelection

The CopySelection, CutSelection, and PasteSelection commands provide the Rich Edit control’s clipboard management functionality to end-users.

This command pastes the clipboard contents (i.e., a floating object, bitmap, or text) into a document. To achieve the same end, an end-user can press the Ctrl+V key combination, provided that the PasteSelection command is available.

To localize the command’s Caption and Hint, use the sdxRichEditCommandPasteMenuCaption and sdxRichEditCommandPasteDescription resource strings.

ProtectDocument

Invokes the Start Enforcing Protection dialog for an unprotected document. To cancel the document password protection, use the UnprotectDocument command.

To localize the command’s Caption and Hint, use the sdxRichEditCommandProtectDocumentMenuCaption and sdxRichEditCommandProtectDescription resource strings.

R

Redo

The Undo and Redo commands provide the Rich Edit control’s action history functionality to end-users.

Restores the last undone action previously performed in the current document. An end-user can press the Ctrl+Y key combination in order to achieve the same goal, provided that the Redo command is available.

To localize the command’s Caption and Hint, use the sdxRichEditCommandRedoMenuCaption and sdxRichEditCommandRedoDescription resource strings.

RemoveHyperlinkField

Removes the selected hyperlink document field. The hyperlink’s anchor text is not affected by this command.

To localize the command’s Caption and Hint, use the sdxRichEditCommandRemoveHyperlinkMenuCaption and sdxRichEditCommandRemoveHyperlinkDescription resource strings.

ResetTableCellBorders

Removes all table borders in the current cell selection.

To localize the command’s Caption and Hint, use the sdxRichEditCommandResetTableCellsBordersMenuCaption and sdxRichEditCommandResetTableCellsBordersDescription resource strings.

S

SaveDocument

The LoadDocument, NewDocument, SaveDocument, and SaveDocumentAs commands provide the Rich Edit control’s document file management functionality to end-users.

Link this command to a UI element to allow an end-user to save changes made to the currently opened document in the Rich Edit control. Alternatively, an end-user can press the Ctrl+S key combination in order to achieve the same goal, provided that the SaveDocument command is available.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSaveDocumentMenuCaption and sdxRichEditCommandSaveDocumentDescription resource strings.

SaveDocumentAs

The LoadDocument, NewDocument, SaveDocument, and SaveDocumentAs commands provide the Rich Edit control’s document file management functionality to end-users.

Link this command to a UI element to allow an end-user to save the current document to a file specified by using the Save As dialog window. Alternatively, an end-user can press the F12 key in order to achieve the same goal, provided that the SaveDocumentAs command is available.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSaveDocumentAsMenuCaption and sdxRichEditCommandSaveDocumentAsDescription resource strings.

SearchFind

The SearchFind, SearchFindNext, and SearchReplace commands are providing the content search and replace functionality within the Rich Edit control. Unlike SearchFindNext, the SearchFind and SearchReplace commands are always available.

Link this command to a UI element to allow an end-user to invoke the Find and Replace dialog window with the active Find tab. Alternatively, an end-user can press the Ctrl+F key combination in order to achieve the same goal.

To localize the command’s Caption and Hint, use the sdxRichEditCommandFindMenuCaption and sdxRichEditCommandFindDescription resource strings.

SearchFindNext

The SearchFind, SearchFindNext, and SearchReplace commands are providing the content search and replace functionality within the Rich Edit control. The SearchFindNext command is available only when the first match is found within a document.

Link this command to a UI element to allow an end-user to find the next match within a document. Alternatively, an end-user can click the Find Next button in the Find and Replace dialog window.

To localize the command’s Caption and Hint, use the sdxRichEditCommandFindAndSelectForwardMenuCaption and sdxRichEditCommandFindAndSelectForwardDescription resource strings.

SearchReplace](

The SearchFind, SearchFindNext, and SearchReplace commands are providing the content search and replace functionality within the Rich Edit control. Unlike SearchFindNext, the SearchFind and SearchReplace commands are always available.

Link this command to a UI element to allow an end-user to invoke the Find and Replace dialog window with the active Replace tab. Alternatively, an end-user can press the Ctrl+H key combination in order to achieve the same goal.

To localize the command’s Caption and Hint, use the sdxRichEditCommandReplaceMenuCaption and sdxRichEditCommandReplaceDescription resource strings.

SelectAll

Selects everything within the current document. An end-user can achieve the same end by pressing the Ctrl+A key combination.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSelectAllMenuCaption and sdxRichEditCommandSelectAllDescription resource strings.

SetDoubleParagraphSpacing

The SetDoubleParagraphSpacing, SetSesquialteralParagraphSpacing, and SetSingleParagraphSpacing commands are used to change the spacing between lines in a document’s paragraph.

This command sets the double line spacing in either the active or selected paragraph(s).

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetDoubleParagraphSpacingMenuCaption and sdxRichEditCommandSetDoubleParagraphSpacingDescription resource strings.

SetFloatingObjectBehindTextWrapType

Moves the currently selected floating object to the “background” document layer. Use the SetFloatingObjectInFrontOfTextWrapType command to move the floating object to the “foreground” document layer.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetFloatingObjectBehindTextWrapTypeMenuCaption and sdxRichEditCommandSetFloatingObjectBehindTextWrapTypeDescription resource strings.

SetFloatingObjectBottomCenterAlignment

Positions the selected floating object at the bottom center section of the document page.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetFloatingObjectBottomCenterAlignmentMenuCaption and sdxRichEditCommandSetFloatingObjectBottomCenterAlignmentDescription resource strings.

SetFloatingObjectBottomLeftAlignment

Positions the selected floating object at the bottom left section of the document page.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetFloatingObjectBottomLeftAlignmentMenuCaption and sdxRichEditCommandSetFloatingObjectBottomLeftAlignmentDescription resource strings.

SetFloatingObjectBottomRightAlignment

Positions the selected floating object at the bottom right section of the document page.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetFloatingObjectBottomRightAlignmentMenuCaption and sdxRichEditCommandSetFloatingObjectBottomRightAlignmentDescription resource strings.

SetFloatingObjectInFrontOfTextWrapType

Moves the selected floating object to the “foreground” document layer. Use the SetFloatingObjectBehindTextWrapType command to anchor the selected floating object to the “background” document layer.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetFloatingObjectInFrontOfTextWrapTypeMenuCaption and sdxRichEditCommandSetFloatingObjectInFrontOfTextWrapTypeDescription resource strings.

SetFloatingObjectMiddleCenterAlignment

Positions the selected floating object at the middle center section of the document page.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetFloatingObjectMiddleCenterAlignmentMenuCaption and sdxRichEditCommandSetFloatingObjectMiddleCenterAlignmentDescription resource strings.

SetFloatingObjectMiddleLeftAlignment

Positions the selected floating object at the middle left section of the document page.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetFloatingObjectMiddleLeftAlignmentMenuCaption and sdxRichEditCommandSetFloatingObjectMiddleLeftAlignmentDescription resource strings.

SetFloatingObjectMiddleRightAlignment

Positions the selected floating object at the middle right section of the document page.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetFloatingObjectMiddleRightAlignmentMenuCaption and sdxRichEditCommandSetFloatingObjectMiddleRightAlignmentDescription resource strings.

SetFloatingObjectSquareTextWrapType

Anchors the selected floating object to the “text” document layer and wraps the text around all sides of a square bounding the floating object.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetFloatingObjectSquareTextWrapTypeMenuCaption and sdxRichEditCommandSetFloatingObjectSquareTextWrapTypeDescription resource strings.

SetFloatingObjectThroughTextWrapType

Anchors the selected floating object to the “text” document layer and wraps the text around an irregular shape bounding the floating object. The wrapped text fills any blank spaces found in an irregular shape. Since this functionality is not ye implemented, the SetFloatingObjectThroughTextWrapType command works identically to SetFloatingObjectSquareTextWrapType.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetFloatingObjectThroughTextWrapTypeMenuCaption and sdxRichEditCommandSetFloatingObjectThroughTextWrapTypeDescription resource strings.

SetFloatingObjectTightTextWrapType

Anchors the selected floating object to the “text” document layer and wraps the text tightly around the floating object. Since this functionality is not yet implemented, the SetFloatingObjectTightTextWrapType command works identically to SetFloatingObjectSquareTextWrapType.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetFloatingObjectTightTextWrapTypeMenuCaption and sdxRichEditCommandSetFloatingObjectTightTextWrapTypeDescription resource strings.

SetFloatingObjectTopAndBottomTextWrapType

Anchors the selected floating object to the “text” document layer and places the text strictly above and below the floating object.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetFloatingObjectTopAndBottomTextWrapTypeMenuCaption and sdxRichEditCommandSetFloatingObjectTopAndBottomTextWrapTypeDescription resource strings.

SetFloatingObjectTopCenterAlignment

Positions the selected floating object at the top center section of the document page.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetFloatingObjectTopCenterAlignmentMenuCaption and sdxRichEditCommandSetFloatingObjectTopCenterAlignmentDescription resource strings.

SetFloatingObjectTopLeftAlignment

Positions the selected floating object at the top left section of the document page.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetFloatingObjectTopLeftAlignmentMenuCaption and sdxRichEditCommandSetFloatingObjectTopLeftAlignmentDescription resource strings.

SetFloatingObjectTopRightAlignment

Positions the selected floating object at the top right section of the document page.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetFloatingObjectTopRightAlignmentMenuCaption and sdxRichEditCommandSetFloatingObjectTopRightAlignmentDescription resource strings.

SetLandscapePageOrientation

The SetLandscapePageOrientation and SetPortraitPageOrientation commands are used to switch between the landscape and portrait page orientations in the Rich Edit control.

This command applies the landscape page orientation to the current document.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetLandscapePageOrientationMenuCaption and sdxRichEditCommandSetLandscapePageOrientationDescription resource strings.

SetPortraitPageOrientation

The SetLandscapePageOrientation and SetPortraitPageOrientation commands are used to switch between the landscape and portrait page orientations in the Rich Edit control.

This command applies the portrait page orientation to the current document.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetPortraitPageOrientationMenuCaption and sdxRichEditCommandSetPortraitPageOrientationDescription resource strings.

SetSectionOneColumns

Arranges the current section’s content into a single column. Use the SetSectionTwoColumns and SetSectionThreeColumns commands to rearrange a document section into two or three identical columns, respectively.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetSectionOneColumnMenuCaption and sdxRichEditCommandSetSectionOneColumnDescription resource strings.

SetSectionThreeColumns

Arranges the current section’s content into three identical columns. Use the SetSectionOneColumn and SetSectionTwoColumns commands to rearrange a document section into one or two columns, respectively.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetSectionThreeColumnsMenuCaption and sdxRichEditCommandSetSectionThreeColumnsDescription resource strings.

SetSectionTwoColumns

Arranges the current section’s content into two identical columns. Use the SetSectionOneColumn and SetSectionThreeColumns commands to rearrange a document section into one or three columns, respectively.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetSectionTwoColumnsMenuCaption and sdxRichEditCommandSetSectionTwoColumnsDescription resource strings.

SetSectionLineNumberingNone

Disables line numbering for the current document section.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetSectionLineNumberingNoneMenuCaption and sdxRichEditCommandSetSectionLineNumberingNoneDescription resource strings.

SetSectionLineNumberingContinuous

Sets sequential line numbering throughout the current document.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetSectionLineNumberingContinuousMenuCaption and sdxRichEditCommandSetSectionLineNumberingContinuousDescription resource strings.

SetSectionLineNumberingRestartNewPage

In this mode, each document page has its own line numbering.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetSectionLineNumberingRestartNewPageMenuCaption and sdxRichEditCommandSetSectionLineNumberingRestartNewPageDescription resource strings.

SetSectionLineNumberingRestartNewSection

In this mode each document section has its own line numbering. All pages in a single section are sequentially numbered.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetSectionLineNumberingRestartNewSectionMenuCaption and sdxRichEditCommandSetSectionLineNumberingRestartNewSectionDescription resource strings.

SetSesquialteralParagraphSpacing

The SetDoubleParagraphSpacing, SetSesquialteralParagraphSpacing, and SetSingleParagraphSpacing commands are used to change the spacing between lines in a document’s paragraph.

This command sets the sesquialteral line spacing in either the active or selected paragraph(s).

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetSesquialteralParagraphSpacingMenuCaption and sdxRichEditCommandSetSesquialteralParagraphSpacingDescription resource strings.

SetSingleParagraphSpacing

The SetDoubleParagraphSpacing, SetSesquialteralParagraphSpacing, and SetSingleParagraphSpacing commands are used to change the spacing between lines in a document’s paragraph.

This command sets single line spacing in either the active or selected paragraph(s).

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetSingleParagraphSpacingMenuCaption and sdxRichEditCommandSetSingleParagraphSpacingDescription resource strings.

ShowAllFieldCodes

The AllFieldCodes and AllFieldResult commands are used to switch between the field code and field value display modes in the Rich Edit control.

This command displays document field codes instead of the result values.

To localize the Caption and Hint of this command, use the sdxRichEditCommandShowAllFieldCodesMenuCaption and sdxRichEditCommandShowAllFieldCodesDescription resource strings.

ShowAllFieldResults

The AllFieldCodes and AllFieldResult commands are used to switch between the field code and field value display modes in the Rich Edit control.

This command displays the up-to-date document field results.

To localize the command’s Caption and Hint, use the sdxRichEditCommandShowAllFieldResultsMenuCaption and sdxRichEditCommandShowAllFieldResultsDescription resource strings.

ShowBookmarkForm

Invokes the Bookmark dialog.

To localize the command’s Caption and Hint, use the sdxRichEditCommandShowBookmarkFormMenuCaption and sdxRichEditCommandShowBookmarkFormDescription resource strings.

ShowColumnSetupForm

Invokes the Columns Setup dialog.

To localize the command’s Caption and Hint, use the sdxRichEditCommandShowColumnsSetupFormMenuCaption and sdxRichEditCommandShowColumnsSetupFormDescription resource strings.

ShowDeleteTableCellsForm

Invokes the Delete Cells dialog for a table in which the selection is located.

To localize the command’s Caption and Hint, use the sdxRichEditCommandDeleteTableCellsMenuCaption and sdxRichEditCommandDeleteTableCellsDescription resource strings.

ShowEditStyleForm

Invokes the Modify Style dialog allowing an end-user to customize the document styles.

To localize the command’s Caption and Hint, use the sdxRichEditCommandShowEditStyleFormMenuCaption and sdxRichEditCommandShowEditStyleFormDescription resource strings.

ShowFloatingObjectLayoutOptionsForm

Invokes the Layout dialog for the selected inline image or floating object.

To localize the command’s Caption and Hint, use the sdxRichEditCommandShowFloatingObjectLayoutOptionsFormMenuCaption and sdxRichEditCommandShowFloatingObjectLayoutOptionsFormDescription resource strings.

ShowFontForm

Invokes the Font dialog.

The availability of the ShowFontForm command depends on the Rich Edit control’s Options.DocumentCapabilities.CharacterFormatting property value.

To localize the command’s Caption and Hint, use the sdxRichEditCommandShowFontFormMenuCaption and sdxRichEditCommandShowFontFormDescription resource strings.

ShowHyperlinkForm

Invokes the Insert Hyperlink dialog.

To localize the command’s Caption and Hint, use the sdxRichEditCommandShowHyperlinkFormMenuCaption and sdxRichEditCommandShowHyperlinkFormDescription resource strings.

ShowInsertMergeFieldForm

Invokes the Insert Merge Field dialog allowing an end-user to insert the merge field from the database into the current document.

To localize the command’s Caption and Hint, use the sdxRichEditCommandShowInsertMergeFieldFormMenuCaption and sdxRichEditCommandShowInsertMergeFieldFormDescription resource strings.

ShowInsertTableCellsForm

Invokes the Insert Cells dialog for a table in which the selection is located.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertTableCellsMenuCaption and sdxRichEditCommandInsertTableCellsDescription resource strings.

ShowInsertTableForm

Invokes the Insert Table dialog.

To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertTableMenuCaption and sdxRichEditCommandInsertTableDescription resource strings.

ShowLineNumberingForm

Invokes the Line Numbers dialog.

To localize the command’s Caption and Hint, use the sdxRichEditCommandShowLineNumberingFormMenuCaption and sdxRichEditCommandShowLineNumberingFormDescription resource strings.

ShowMergeDatabaseRecordsForm

Invokes the Merge Options dialog.

To localize the command’s Caption and Hint, use the sdxRichEditCommandShowMergeDatabaseRecordsFormMenuCaption and sdxRichEditCommandShowMergeDatabaseRecordsFormDescription resource strings.

ShowNumberingForm

Invokes the “Bullets and Numbering” dialog.

To localize the command’s Caption and Hint, use the sdxRichEditCommandShowNumberingListMenuCaption and sdxRichEditCommandShowNumberingListDescription resource strings.

ShowPageMarginsSetupForm

The ShowPageMarginsSetupForm, ShowPagePaperSetupForm, and ShowPageSetupForm commands are used to invoke the Page Setup dialog window with different active tabs.

Link this command to a UI element to allow end-users to invoke the Page Setup dialog window with the active Margins tab.

To localize the command’s Caption and Hint, use the sdxRichEditCommandShowPageMarginsSetupFormMenuCaption and sdxRichEditCommandShowPageMarginsSetupFormDescription resource strings.

ShowPagePaperSetupForm

The ShowPageMarginsSetupForm, ShowPagePaperSetupForm, and ShowPageSetupForm commands are used to invoke the Page Setup dialog window with different active tabs.

Link this command to a UI element to allow end-users to invoke the Page Setup dialog window with the active Paper tab.

To localize the command’s Caption and Hint, use the sdxRichEditCommandShowPagePaperSetupFormMenuCaption and sdxRichEditCommandShowPagePaperSetupFormDescription resource strings.

ShowPageSetupForm

Link this command to a UI element to allow end-users to invoke the Page Setup dialog window. To invoke the Page Setup dialog with a specific active tab, use the ShowPageMarginsSetupForm or ShowPagePaperSetupForm commands.

To localize the command’s Caption and Hint, use the sdxRichEditCommandShowPageSetupFormMenuCaption and sdxRichEditCommandShowPageSetupFormDescription resource strings.

ShowParagraphForm

Link this command to a UI element to allow an end-user to invoke the Paragraph dialog window.

The availability of the ShowParagraphForm command depends on the Rich Edit control’s Options.DocumentCapabilities.ParagraphFormatting property value.

To localize the command’s Caption and Hint, use the sdxRichEditCommandShowParagraphFormMenuCaption and sdxRichEditCommandShowParagraphFormDescription resource strings.

ShowRangeEditingPermissions

Invokes the Editing Permissions dialog allowing an end-user to manage editing permissions for a document range.

To localize the command’s Caption and Hint, use the sdxRichEditCommandShowRangeEditingPermissionsFormMenuCaption and sdxRichEditCommandShowRangeEditingPermissionsFormDescription resource strings.

ShowPrintForm

Invokes the Print dialog. Note that the ShowPrintForm command requires both the TdxComponentPrinter component and a valid rich edit report link.

To localize the command’s Caption and Hint, use the sdxRichEditCommandPrintMenuCaption and sdxRichEditCommandPrintDescription resource strings.

ShowPrintPreviewForm

Invokes the Print Preview dialog. Note that the ShowPrintPreviewForm command requires both the TdxComponentPrinter component and a valid rich edit report link.

To localize the command’s Caption and Hint, use the sdxRichEditCommandPrintPreviewMenuCaption and sdxRichEditCommandPrintPreviewDescription resource strings.

ShowSplitTableCellsForm

Link this command to a UI element to allow an end-user to invoke the Split Cells dialog window.

The ShowSplitTableCellsForm command is available only if the focus is located within a table.

To localize the command’s Caption and Hint, use the sdxRichEdtiCommandSplitTableCellsMenuCaption and sdxRichEditCommandSplitTableCellsDescription resource strings.

ShowSymbolForm

Link this command to a UI element to allow an end-user to invoke the Symbol dialog window.

To localize the command’s Caption and Hint, use the sdxRichEditCommandShowSymbolMenuCaption and sdxRichEditCommandShowSymbolDescription resource strings.

ShowTablePropertiesForm

Link this command to a UI element to allow an end-user to invoke the Table Properties dialog window.

The ShowTablePropertiesForm command is available only if the focus is located within a table.

To localize the command’s Caption and Hint, use the sdxRichEditCommandShowTablePropertiesFormMenuItemMenuCaption and sdxRichEditCommandShowTablePropertiesFormDescription resource strings.

ShowTableStyleForm

Invokes the Modify Style for the table in which the caret, a text selection, or selected image is located.

To localize the command’s Caption and Hint, use the sdxRichEditCommandShowEditStyleFormMenuCaption and sdxRichEditCommandShowEditStyleFormDescription resource strings.

SplitTable

Link this command to a UI element to allow an end-user to split a table in two either at the row in which the caret is located or at the top row (or cell) within the selection.

The SplitTable command is available only if the focus is located within a table.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSplitTableMenuCaption and sdxRichEditCommandSplitTableDescription resource strings.

SwitchToDraftView

The SwitchToDraftView, SwitchToiPrintLayoutView, and SwitchToSimpleView commands allow an end-user to switch between the available document representations within the Rich Edit control.

Link this command to a UI element to allow end-users to switch the current document representation to the Draft View.

You can programmatically switch the Rich Edit control to the Draft View mode by assigning the TdxRichEditViewType.Draft value to the control’s ActiveViewType property.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSwitchToDraftViewMenuCaption and sdxRichEditCommandSwitchToDraftViewDescription resource strings.

SwitchToPrintLayoutView

The SwitchToDraftView, SwitchToPrintLayoutView, and SwitchToSimpleView commands allow an end-user to switch between the available document representations within the Rich Edit control.

Link this command to a UI element to allow end-users to switch the current document representation to the Print Layout View.

You can programmatically switch the Rich Edit control to the Print Layout View mode by assigning the TdxRichEditViewType.PrintLayout value to the control’s ActiveViewType property.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSwitchToPrintLayoutViewMenuCaption and sdxRichEditCommandSwitchToPrintLayoutViewDescription resource strings.

SwitchToSimpleView

The SwitchToDraftView, SwitchToPrintLayoutView, and SwitchToSimpleView commands allow an end-user to switch between the available document representations within the Rich Edit control.

Link this command to a UI element to allow end-users to switch the current document representation to the Simple View.

You can programmatically switch the Rich Edit control to the Simple View mode by assigning the TdxRichEditViewType.Simple value to the control’s ActiveViewType property.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSwitchToSimpleViewMenuCaption and sdxRichEditCommandSwitchToSimpleViewDescription resource strings.

T

TableOfContentsSetParagraphBodyTextLevel

Applies the default style to all selected paragraphs or the paragraph in which the caret (or selection) is currently located.

To localize the command’s Caption and Hint, use the sdxRichEditCommandSetParagraphBodyTextLevelMenuCaption and sdxRichEditCommandSetParagraphBodyTextLevelDescription resource strings.

TableOfContentsSetParagraphHeading1Level | TableOfContentsSetParagraphHeading2Level | TableOfContentsSetParagraphHeading3Level | TableOfContentsSetParagraphHeading4Level | TableOfContentsSetParagraphHeading5Level | TableOfContentsSetParagraphHeading6Level | TableOfContentsSetParagraphHeading7Level | TableOfContentsSetParagraphHeading8Level | TableOfContentsSetParagraphHeading9Level

These commands apply the respective Heading styles to all selected paragraphs or the paragraph in which the caret (or text selection) is currently located. Use the TableOfContentsSetParagraphBodyTextLevel command to return the default style to the selected paragraph(s).

To localize a command’s Caption and Hint, use the sdxRichEditCommandSetParagraphHeadingLevelMenuCaption and sdxRichEditCommandSetParagraphHeadingLevelDescription resource strings.

TextHighlight

Highlights the current text selection with a color.

To localize the command’s Caption and Hint, use the sdxRichEditCommandHighlightTextMenuCaption and sdxRichEditCommandHighlightTextDescription resource strings.

TextLowerCase

Link this command to a UI element to allow end-users to convert text to lowercase. The TextLowerCase command is applied to either the selection or to the edited word (i.e., the word in which the caret is currently located).

If the caret is located within lowercase text, the TextLowerCase command has no effect. To convert text to uppercase, use the TextUpperCase command instead.

To localize the command’s Caption and Hint, use the sdxRichEditCommandMakeTextLowerCaseMenuCaption and sdxRichEditCommandMakeTextLowerCaseDescription resource strings.

[TextUpperCase]

Link this command to a UI element to allow end-users to convert text to uppercase. The TextUpperCase command is applied to either the selection or to the edited word (i.e., the word in which the caret is currently located).

If the caret is located within an uppercase text or there are only uppercase characters within the current selection, the TextUpperCase command has no effect. To convert text to lowercase, use the TextLowerCase command instead.

To localize the command’s Caption and Hint, use the sdxRichEditCommandMakeTextUpperCaseMenuCaption and sdxRichEditCommandMakeTextUpperCaseDescription resource strings.

ToggleBulletedList
To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertBulletListMenuCaption and sdxRichEditCommandInsertBulletListDescription resource strings.
ToggleDifferentFirstPages

Link this command to a UI element to allow end-users to create different headers and footers for the first page of a document or section.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleDifferentFirstPageMenuCaption and sdxRichEditCommandToggleDifferentFirstPageDescription resource strings.

ToggleDifferentOddAndEvenPages

Link this command to a UI element to allow end-users to create different headers and/or headers for odd and even pages of a document or section.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleDifferentOddAndEvenPagesMenuCaption and sdxRichEditCommandToggleDifferentOddAndEvenPagesDescription resource strings.

ToggleFieldCodes

Link this command to a UI element to allow end-users to display or hide field codes in the document.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleFieldCodesMenuCaption and sdxRichEditCommandToggleFieldCodesDescription resource strings.

ToggleFontBold

Applies/removes the Bold font attribute to/from the current text selection/edited word (or the currently used font, if no text is selected within a document, and the caret is not located within a word’s bounds).

An end-user can reproduce the ToggleFontBold command’s function by pressing the Ctrl+B key combination.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleFontBoldMenuCaption and sdxRichEditCommandToggleFontBoldDescription resource strings.

ToggleFontDoubleStrikeout

Applies/removes the Double Strikeout font attribute to/from the current text selection/edited word (or the currently used font, if no text is selected within a document and the caret is not located within a word’s bounds).

The ToggleFontDoubleStrikeout command’s effect is a substitute for the previously applied Strikeout font attribute.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleFontDoubleStrikeoutMenuCaption and sdxRichEditCommandToggleFontDoubleStrikeoutDescription resource strings.

ToggleFontDoubleUnderline

Applies/removes the Double Underline font attribute to/from the current text selection/edited word (or the currently used font, if no text is selected within a document and the caret is not located within a word’s bounds).

The ToggleFontDoubleUnderline command’s effect is a substitute for the previously applied Underline font attribute.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleFontDoubleUnderlineMenuCaption and sdxRichEditCommandToggleFontDoubleUnderlineDescription resource strings.

ToggleFontItalic

Applies/removes the Italic font attribute to/from the current text selection/edited word (or the currently used font, if no text is selected within a document and the caret is not located within a word’s bounds).

An end-user can reproduce the command’s function by pressing the Ctrl+I key combination.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleFontItalicMenuCaption and sdxRichEditCommandToggleFontItalicDescription resource strings.

ToggleFontStrikeout

Applies/removes the Strikeout font attribute to/from the current text selection/edited word (or the currently used font, if no text is selected within a document and the caret is not located within a word’s bounds).

The ToggleFontStrikeout command’s effect is a substitute for the previously applied Double Strikeout font attribute.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleFontStrikeoutMenuCaption and sdxRichEditCommandToggleFontStrikeoutDescription resource strings.

ToggleFontSubscript

Applies/removes the Subscript font attribute to/from the current text selection/edited word (or the currently used font, if no text is selected within a document, and the caret is not located within a word’s bounds).

The ToggleFontSubscript command’s effect is a substitute for the previously applied Superscript font attribute.

To localize the command’s Caption and Hint, use the sdxRichEditCommandFontSubscriptMenuCaption and sdxRichEditCommandFontSubscriptDescription resource strings.

ToggleFontSuperscript

Applies/removes the Superscript font attribute to/from the current text selection/edited word (or the currently used font, if no text is selected within a document, and the caret is not located within a word’s bounds).

The ToggleFontSuperscript command’s effect is a substitute for the previously applied Subscript font attribute.

To localize the command’s Caption and Hint, use the sdxRichEditCommandFontSuperscriptMenuCaption and sdxRichEditCommandFontSuperscriptDescription resource strings.

ToggleFontUnderline

Applies/removes the Underline font attribute to/from the current text selection/edited word (or the currently used font, if no text is selected within a document, and the caret is not located within a word’s bounds).

The ToggleFontUnderline command’s effect is a substitute for the previously applied Double Underline font attribute.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleFontUnderlineMenuCaption and sdxRichEditCommandToggleFontUnderlineDescription resource strings.

ToggleHeaderFooterLinkToPrevious

Link this command to a UI element to allow end-users to link a header/footer to the previous document section.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleHeaderFooterLinkToPreviousMenuCaption and sdxRichEditCommandToggleHeaderFooterLinkToPreviousDescription resource strings.

ToggleMultiLevelList
To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertMultilevelListMenuCaption and sdxRichEditCommandInsertMultilevelListDescription resource strings.
ToggleParagraphAlignmentCenter

Link this command to a UI element to allow end-users to center a paragraph between the left and right document margins. If the ToggleParagraphAlignmentCenter is applied to an already centered paragraph, the previously used text alignment command (i.e., ToggleParagraphAlignmentLeft, ToggleParagraphAlignmentJustify, or ToggleParagraphAlignmentRight) is applied to it instead.

The ToggleParagraphAlignmentCenter command is applied to either a selected or active (i.e., the paragraph in which the caret is currently located) paragraph. If the selected (or active) paragraph is centered, the linked UI element is highlighted.

The availability of the ToggleParagraphAlignmentCenter command depends on the Rich Edit control’s Options.DocumentCapabilities.ParagraphFormatting property value.

To localize the command’s Caption and Hint, use the sdxRichEditCommandParagraphAlignmentCenterMenuCaption and sdxRichEditCommandParagraphAlignmentCenterDescription resource strings.

ToggleParagraphAlignmentJustify

Link this command to a UI element to allow end-users to justify a paragraph (i.e., its content is aligned with both the left and right document margins). If the ToggleParagraphAlignmentJustify command is applied to an already justified paragraph, the previously used text alignment command (i.e., ToggleParagraphAlignmentLeft, ToggleParagraphAlignmentCenter, or ToggleParagraphAlignmentRight) is applied to it instead.

The ToggleParagraphAlignmentJustify command is applied to either a selected or active (i.e., the paragraph in which the caret is currently located) paragraph. If the selected (or active) paragraph is justified, the linked UI element is highlighted.

The availability of the ToggleParagraphAlignmentJustify command depends on the Rich Edit control’s Options.DocumentCapabilities.ParagraphFormatting property value.

This is the most common text alignment setting. However, a paragraph is aligned to the left document margin.

To localize the command’s Caption and Hint, use the sdxRichEditCommandParagraphAlignmentJustifyMenuCaption and sdxRichEditCommandParagraphAlignmentJustifyDescription resource strings.

ToggleParagraphAlignmentLeft

Link this command to a UI element to allow end-users to align a paragraph to the left document margin. If the ToggleParagraphAlignmentLeft command is applied to the left-aligned paragraph, the previously used text alignment command (i.e., ToggleParagraphAlignmentCenter, ToggleParagraphAlignmentJustify, or ToggleParagraphAlignmentRight) is applied to it instead.

The ToggleParagraphAlignmentLeft command is applied to either a selected or active (i.e., the paragraph in which the caret is currently located) paragraph. If the selected (or active) paragraph is aligned to the left document margin, the linked UI element is highlighted.

The availability of the ToggleParagraphAlignmentLeft command depends on the Rich Edit control’s Options.DocumentCapabilities.ParagraphFormatting property value.

To localize the command’s Caption and Hint, use the sdxRichEditCommandParagraphAlignmentLeftMenuCaption and sdxRichEditCommandParagraphAlignmentLeftDescription resource strings.

ToggleParagraphAlignmentRight

Link this command to a UI element to allow end-users to align a paragraph to the right document margin. If the ToggleParagraphAlignmentRight command is applied to a right-aligned paragraph, the previously used text alignment command (i.e., ToggleParagraphAlignmentLeft, ToggleParagraphAlignmentCenter, or ToggleParagraphAlignmentJustify) is applied to it instead.

The ToggleParagraphAlignmentRight command is applied to either a selected or active (i.e., the paragraph in which the caret is currently located) paragraph. If the selected (or active) paragraph is aligned to the right document margin, the linked UI element is highlighted.

The availability of the ToggleParagraphAlignmentRight command depends on the Rich Edit control’s Options.DocumentCapabilities.ParagraphFormatting property value.

To localize the command’s Caption and Hint, use the sdxRichEditCommandParagraphAlignmentRightMenuCaption and sdxRichEditCommandParagraphAlignmentRightDescription resource strings.

ToggleShowHorizontalRuler

Link this command to a UI element to allow end-users to hide or display the horizontal ruler in the Rich Edit control. When invoked, the ToggleShowHorizontalRuler command hides the ruler if it is currently visible or displays the previously hidden horizontal ruler. If the ruler is visible, this command highlights the linked UI element.

The ToggleShowHorizontalRuler command is available if either the Print Layout or Draft document View is selected. In the case of the Simple document representation, the linked UI element is inactive.

The current value of the Rich Edit control’s Options.HorizontalRuler.Visibility property does not affect availability of the ToggleShowHorizontalRuler command.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleShowHorizontalRulerMenuCaption and sdxRichEditCommandToggleShowHorizontalRulerDescription resource strings.

ToggleShowTableGridLines

Link this command to a UI element to allow end-users to hide or display grid lines for a table without printable borders.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleShowTableGridLinesMenuCaption and sdxRichEditCommandToggleShowTableGridLinesDescription resource strings.

ToggleShowVerticalRuler

Link this command to a UI element to allow end-users to hide or display the vertical ruler in the Rich Edit control. When invoked, the ToggleShowVerticalRuler command hides the ruler if it is currently visible or displays the previously hidden vertical ruler. If the ruler is visible, this command highlights the linked UI element.

Unlike ToggleShowHorizontalRuler, the ToggleShowVerticalRuler command is available only when the Print Layout document View is selected. If the Simple or Draft document representation is selected, the linked UI element is disabled.

The current value of the Rich Edit control’s Options.VerticalRuler.Visibility property does not affect availability of the ToggleShowVerticalRuler command.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleShowVerticalRulerMenuCaption and sdxRichEditCommandToggleShowVerticalRulerDescription resource strings.

ToggleShowWhitespace

Link this command to a UI element to allow end-users to switch visibility of whitespace characters (including tabs, spaces, etc).

If whitespace characters are displayed within the active document, the linked UI element is highlighted.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleWhitespaceMenuCaption and sdxRichEditCommandToggleWhitespaceDescription resource strings.

ToggleSimpleNumberingList
To localize the command’s Caption and Hint, use the sdxRichEditCommandInsertSimpleListMenuCaption and sdxRichEditCommandInsertSimpleListDescription resource strings.
ToggleTableAutoFitContents
To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleTableAutoFitContentsMenuCaption and sdxRichEditCommandToggleTableAutoFitContentsDescription resource strings.
ToggleTableAutoFitWindow
To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleTableAutoFitWindowMenuCaption and sdxRichEditCommandToggleTableAutoFitWindowDescription resource strings.
ToggleTableCellsAllBorders

Link this command to a UI element to allow an end-user to hide or display all cell borders within the current selection at once.

The ToggleTableCellsAllBorders command is available only if the focus is located within a table.

To hide or display individual cell borders, use the ToggleTableCellsBottomBorder, ToggleTableCellsLeftBorder, ToggleTableCellsTopBorder, and ToggleTableCellsRightBorder commands.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleTableCellsAllBordersMenuCaption and sdxRichEditCommandToggleTableCellsAllBordersDescription resource strings.

ToggleTableCellsBottomBorder

The ToggleTableCellsLeftBorder, ToggleTableCellsTopBorder, ToggleTableCellsRightBorder, and ToggleTableCellsBottomBorder commands are designed to hide/display individual outer borders of the table cell selection area.

Link this command to a UI element to allow an end-user to hide or display a bottom cell border within the current table cell selection.

The ToggleTableCellsBottomBorder command is available only if the focus is located within a table.

To hide/display all outer borders of the table cell selection area simultaneously, use the ToggleTableCellsOutsideBorder command.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleTableCellsBottomBorderMenuCaption and sdxRichEditCommandToggleTableCellsBottomBorderDescription resource strings.

ToggleTableCellsBottomCenterAlignment

Link this command to a UI element to allow end-users to center contents at the bottom of the selected table cell(s).

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleTableCellsBottomCenterAlignmentMenuCaption and sdxRichEditCommandToggleTableCellsBottomCenterAlignmentDescription resource strings.

ToggleTableCellsBottomLeftAlignment

Link this command to a UI element to allow end-users to align contents to the left and bottom borders of the selected table cell(s).

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleTableCellsBottomLeftAlignmentMenuCaption and sdxRichEditCommandToggleTableCellsBottomLeftAlignmentDescription resource strings.

ToggleTableCellsBottomRightAlignment

Link this command to a UI element to allow end-users to align contents to the right and bottom borders of the selected table cell(s).

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleTableCellsBottomRightAlignmentMenuCaption and sdxRichEditCommandToggleTableCellsBottomRightAlignmentDescription resource strings.

ToggleTableCellsInsideBorder

Link this command to a UI element to allow an end-user to hide or display all inner borders of the table cell selection simultaneously.

The ToggleTableCellsInsideBorder command is available only if the focus is located within a table.

To hide/display outer borders of the table cell selection area, use the ToggleTableCellsOutsideBorder command.

To hide/display individual inner borders of the table cell selection area, use the ToggleTableCellsInsideHorizontalBorder and ToggleTableCellsInsideVerticalBorder commands.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleTableCellsInsideBorderMenuCaption and sdxRichEditCommandToggleTableCellsInsideBorderDescription resource strings.

ToggleTableCellsInsideHorizontalBorder

The ToggleTableCellsInsideHorizontalBorder and ToggleTableCellsInsideVerticalBorder commands are designed to hide/display individual inner borders of the table cell selection area.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleTableCellsInsideHorizontalBorderMenuCaption and sdxRichEditCommandToggleTableCellsInsideHorizontalBorderDescription resource strings.

ToggleTableCellsInsideVerticalBorder

The ToggleTableCellsInsideHorizontalBorder and ToggleTableCellsInsideVerticalBorder commands are designed to hide/display individual inner borders of the table cell selection area.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleTableCellsInsideVerticalBorderMenuCaption and sdxRichEditCommandToggleTableCellsInsideVerticalBorderDescription resource strings.

ToggleTableCellsLeftBorder

The ToggleTableCellsLeftBorder, ToggleTableCellsTopBorder, ToggleTableCellsRightBorder, and ToggleTableCellsBottomBorder commands are designed to hide/display individual outer borders of the table cell selection area.

Link this command to a UI element to allow an end-user to hide or display a left cell border within the current table cell selection.

The ToggleTableCellsLeftBorder command is available only if the focus is located within a table.

To hide/display all outer borders of the table cell selection area simultaneously, use the ToggleTableCellsOutsideBorder command.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleTableCellsLeftBorderMenuCaption and sdxRichEditCommandToggleTableCellsLeftBorderDescription resource strings.

ToggleTableCellsMiddleCenterAlignment

Link this command to a UI element to allow end-users to center contents within the selected cell(s) both horizontally and vertically.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleTableCellsMiddleCenterAlignmentMenuCaption and sdxRichEditCommandToggleTableCellsMiddleCenterAlignmentDescription resource strings.

ToggleTableCellsMiddleLeftAlignment

Link this command to a UI element to allow end-users to center contents at the left border of the selected cell(s).

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleTableCellsMiddleLeftAlignmentMenuCaption and sdxRichEditCommandToggleTableCellsMiddleLeftAlignmentDescription resource strings.

ToggleTableCellsMiddleRightAlignment

Link this command to a UI element to allow end-users to center contents at the right border of the selected cell(s).

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleTableCellsMiddleRightAlignmentMenuCaption and sdxRichEditCommandToggleTableCellsMiddleRightAlignmentDescription resource strings.

ToggleTableCellsOutsideBorder

Link this command to a UI element to allow an end-user to hide or display all outer borders of the table cell selection simultaneously.

The ToggleTableCellsOutsideBorder command is available only if the focus is located within a table.

To hide/display internal borders of the table cell selection area, use the ToggleTableCellsInsideBorder command.

To hide/display individual outer borders of the table cell selection area, use the ToggleTableCellsLeftBorder, ToggleTableCellsTopBorder, ToggleTableCellsRightBorder, and ToggleTableCellsBottomBorder commands.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleTableCellsOutsideBorderMenuCaption and sdxRichEditCommandToggleTableCellsOutsideBorderDescription resource strings.

ToggleTableCellsRightBorder

The ToggleTableCellsLeftBorder, ToggleTableCellsTopBorder, ToggleTableCellsRightBorder, and ToggleTableCellsBottomBorder commands are designed to hide/display individual outer borders of the table cell selection area.

Link this command to a UI element to allow an end-user to hide or display a right border within the current table cell selection.

The ToggleTableCellsRightBorder command is available only if the focus is located within a table.

To hide/display all outer borders of the table cell selection area simultaneously, use the ToggleTableCellsOutsideBorder command.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleTableCellsRightBorderMenuCaption and sdxRichEditCommandToggleTableCellsRightBorderDescription resource strings.

ToggleTableCellsTopBorder

The ToggleTableCellsLeftBorder, ToggleTableCellsTopBorder, ToggleTableCellsRightBorder, and ToggleTableCellsBottomBorder commands are designed to hide/display individual outer borders of the table cell selection area.

Link this command to a UI element to allow an end-user to hide or display a top border within the current table cell selection.

The ToggleTableCellsTopBorder command is available only if the focus is located within a table.

To hide/display all outer borders of the table cell selection area simultaneously, use the ToggleTableCellsOutsideBorder command.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleTableCellsTopBorderMenuCaption and sdxRichEditCommandToggleTableCellsTopBorderDescription resource strings.

ToggleTableCellsTopCenterAlignment

Link this command to a UI element to allow end-users to center contents at the top of the selected cell(s).

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleTableCellsTopCenterAlignmentMenuCaption and sdxRichEditCommandToggleTableCellsTopCenterAlignmentDescription resource strings.

ToggleTableCellsTopLeftAlignment

Link this command to a UI element to allow end-users to align contents to the left and top borders of the selected table cell(s).

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleTableCellsTopLeftAlignmentMenuCaption and sdxRichEditCommandToggleTableCellsTopLeftAlignmentDescription resource strings.

ToggleTableCellsTopRightAlignment

Aligns the table content to the top and right borders of the selected table cell(s).

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleTableCellsTopRightAlignmentMenuCaption and sdxRichEditCommandToggleTableCellsTopRightAlignmentDescription resource strings.

ToggleTableFixedColumnWidth
To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleTableFixedColumnWidthMenuCaption and sdxRichEditCommandToggleTableFixedColumnWidthDescription resource strings.
ToggleTextCase

Switches the case for all individual characters in the document selection.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleTextCaseMenuCaption and sdxRichEditCommandToggleTextCaseDescription resource strings.

ToggleViewMergedData

Switches the visibility of actual data in the MERGEFIELD document fields.

To localize the command’s Caption and Hint, use the sdxRichEditCommandToggleViewMergedDataMenuCaption and sdxRichEditCommandToggleViewMergedDataDescription resource strings.

U

Undo

The Undo and Redo commands provide the Rich Edit control’s action history functionality to end-users.

Link this command to a UI element to allow an end-user to undo their last actions performed within the Rich Edit control. Alternatively, an end-user can press the Ctrl+Z key combination in order to achieve the same goal provided that the Undo command is available.

You can programmatically emulate the effect of the Undo command by invoking the Rich Edit control’s Undo procedure.

Availability of the Undo command depends on both the Rich Edit control’s Options.Behavior.Undo property value and the undo actions list’s content.

To localize the command’s Caption and Hint, use the sdxRichEditCommandUndoMenuCaption and sdxRichEditCommandUndoDescription resource strings.

UnprotectDocument

Invokes the Unprotect Document dialog allowing an end-user to cancel the document protection from accidental changes.

To localize the command’s Caption and Hint, use the sdxRichEditCommandUnprotectDocumentMenuCaption and sdxRichEditCommandUnprotectDocumentDescription resource strings.

UpdateField

Updates the document field in which the caret is located. To update all fields within the current selection or all merged data fields within the document, use the UpdateFields or ToggleViewMergedData command, respectively.

To localize the command’s Caption and Hint, use the sdxRichEditCommandUpdateFieldMenuCaption and sdxRichEditCommandUpdateFieldDescription resource strings.

*UpdateFields

Updates all document fields (including nested fields) in the selected range.

To localize the command’s Caption and Hint, use the sdxRichEditCommandUpdateFieldsMenuCaption and sdxRichEditCommandUpdateFieldsDescription resource strings.

UpdateTableOfContents

Updates a table of contents (i.e., the content of a TOC document field) in which the caret or text selection is currently located.

To localize the command’s Caption and Hint, use the sdxRichEditCommandUpdateTableOfContentsMenuCaption and sdxRichEditCommandUpdateTableOfContentsDescription resource strings.

UpdateTableOfFigures

Updates a table of figures, pictures, or equations (i.e., the content of a TOC document field) in which the caret or text selection is currently located.

To localize the command’s Caption and Hint, use the sdxRichEditCommandUpdateTableOfFiguresMenuCaption and sdxRichEditCommandUpdateTableOfFiguresDescription resource strings.

Z

ZoomIn

Zooms the active document View in by 10%.

To localize the command’s Caption and Hint, use the sdxRichEditCommandZoomInMenuCaption and sdxRichEditCommandZoomInDescription resource strings.

ZoomOut

Zooms the active document View out by 10%.

To localize the command’s Caption and Hint, use the sdxRichEditCommandZoomOutMenuCaption and sdxRichEditCommandZoomOutDescription resource strings.

ZoomPercent

Link this command to a TcxComboBox item control in a Ribbon or Toolbar UI to allow end-users to set the selected zoom factor value for the current document View.

To localize the command’s Caption and Hint, use the sdxRichEditCommandZoomMenuCaption and sdxRichEditCommandZoomDescription resource strings.