Back to Devexpress

dxRichEdit.Actions Unit

vcl-dxrichedit-2023f9a3.md

latest89.2 KB
Original Source

dxRichEdit.Actions Unit

Classes

NameDescription
TdxCustomRichEditControlPrintingActionThe base class for all classes that implement actions used to print the Rich Edit control.
TdxRichEditControlActionThe base class for all action objects in the Rich Edit control.
TdxRichEditControlAddParagraphsToTableOfContentsPlaceholderAn action object that corresponds to the AddParagraphsToTableOfContentsPlaceholder command provided by the Rich Edit control.
TdxRichEditControlAlphaColorValueActionThe base class for all action objects that assign new TdxAlphaColor values to fonts and document background in the Rich Edit control.
TdxRichEditControlChangeFloatingObjectFillColorAn action object that corresponds to the ChangeFloatingObjectFillColor command provided by the Rich Edit control.
TdxRichEditControlChangeFloatingObjectOutlineColorAn action object that corresponds to the ChangeFloatingObjectOutlineColor command provided by the Rich Edit control.
TdxRichEditControlChangeFloatingObjectOutlineWidthAn action object that corresponds to the ChangeFloatingObjectOutlineWidth command provided by the Rich Edit control.
TdxRichEditControlChangeFontColorAn action object that corresponds to the ChangeFontColor command provided by the Rich Edit control.
TdxRichEditControlChangeFontNameAn action object that corresponds to the ChangeFontName command provided by the Rich Edit control.
TdxRichEditControlChangeFontSizeAn action object that corresponds to the ChangeFontSize command provided by the Rich Edit control.
TdxRichEditControlChangePageColorAn action object that corresponds to the ChangePageColor command provided by the Rich Edit control.
TdxRichEditControlChangeSectionLineNumberingAn action object that corresponds to the ChangeSectionLineNumbering command provided by the Rich Edit control.
TdxRichEditControlCheckSpellingAn action object that corresponds to the CheckSpelling command provided by the Rich Edit control.
TdxRichEditControlClosePageHeaderFooterAn action object that corresponds to the ClosePageHeaderFooter command provided by the Rich Edit control.
TdxRichEditControlCopySelectionAn action object that corresponds to the CopySelection command provided by the Rich Edit control.
TdxRichEditControlCreateFieldAn action object that corresponds to the CreateField command provided by the Rich Edit control.
TdxRichEditControlCutSelectionAn action object that corresponds to the CutSelection command provided by the Rich Edit control.
TdxRichEditControlDecreaseFontSizeAn action object that corresponds to the DecreaseFontSize command provided by the Rich Edit control.
TdxRichEditControlDecrementIndentAn action object that corresponds to the DecrementIndent command provided by the Rich Edit control.
TdxRichEditControlDeleteTableAn action object that corresponds to the DeleteTable command provided by the Rich Edit control.
TdxRichEditControlDeleteTableColumnsAn action object that corresponds to the DeleteTableColumns command provided by the Rich Edit control.
TdxRichEditControlDeleteTableRowsAn action object that corresponds to the DeleteTableRows command provided by the Rich Edit control.
TdxRichEditControlEditPageFooterAn action object that corresponds to the EditPageFooter command provided by the Rich Edit control.
TdxRichEditControlEditPageHeaderAn action object that corresponds to the EditPageHeader command provided by the Rich Edit control.
TdxRichEditControlEncryptDocumentAn action object that corresponds to the EncryptDocument command provided by the Rich Edit control.
TdxRichEditControlFloatingObjectBringForwardAn action object that corresponds to the FloatingObjectBringForward command provided by the Rich Edit control.
TdxRichEditControlFloatingObjectBringInFrontOfTextAn action object that corresponds to the FloatingObjectBringInFrontOfText command provided by the Rich Edit control.
TdxRichEditControlFloatingObjectBringToFrontAn action object that corresponds to the FloatingObjectBringToFront command provided by the Rich Edit control.
TdxRichEditControlFloatingObjectSendBackwardAn action object that corresponds to the FloatingObjectSendBackward command provided by the Rich Edit control.
TdxRichEditControlFloatingObjectSendBehindTextAn action object that corresponds to the FloatingObjectSendBehindText command provided by the Rich Edit control.
TdxRichEditControlFloatingObjectSendToBackAn action object that corresponds to the FloatingObjectSendToBack command provided by the Rich Edit control.
TdxRichEditControlGoToNextPageHeaderFooterAn action object that corresponds to the GoToNextPageHeaderFooter command provided by the Rich Edit control.
TdxRichEditControlGoToPageFooterAn action object that corresponds to the GoToPageFooter command provided by the Rich Edit control.
TdxRichEditControlGoToPageHeaderAn action object that corresponds to the GoToPageHeader command provided by the Rich Edit control.
TdxRichEditControlGoToPreviousPageHeaderFooterAn action object that corresponds to the GoToPreviousPageHeaderFooter command provided by the Rich Edit control.
TdxRichEditControlIncreaseFontSizeAn action object that corresponds to the IncreaseFontSize command provided by the Rich Edit control.
TdxRichEditControlIncrementIndentAn action object that corresponds to the IncrementIndent command provided by the Rich Edit control.
TdxRichEditControlInsertCaptionPlaceholderAn action object that corresponds to the InsertCaptionPlaceholder command provided by the Rich Edit control.
TdxRichEditControlInsertColumnBreakAn action object that corresponds to the InsertColumnBreak command provided by the Rich Edit control.
TdxRichEditControlInsertEquationCaptionAn action object that corresponds to the InsertEquationCaption command provided by the Rich Edit control.
TdxRichEditControlInsertFigureCaptionAn action object that corresponds to the InsertFigureCaption command provided by the Rich Edit control.
TdxRichEditControlInsertFloatingObjectPictureAn action object that corresponds to the InsertFloatingObjectPicture command provided by the Rich Edit control.
TdxRichEditControlInsertPageBreakAn action object that corresponds to the InsertPageBreak command in the Rich Edit control.
TdxRichEditControlInsertPageCountFieldAn action object that corresponds to the InsertPageCountField command provided by the Rich Edit control.
TdxRichEditControlInsertPageNumberFieldAn action object that corresponds to the InsertPageNumberField command provided by the Rich Edit control.
TdxRichEditControlInsertPictureAn action object that corresponds to the InsertPicture command provided by the Rich Edit control.
TdxRichEditControlInsertSectionBreakEvenPageAn action object that corresponds to the InsertSectionBreakEvenPage command provided by the Rich Edit control.
TdxRichEditControlInsertSectionBreakNextPageAn action object that corresponds to the InsertSectionBreakNextPage command provided by the Rich Edit control.
TdxRichEditControlInsertSectionBreakOddPageAn action object that corresponds to the InsertSectionBreakOddPage command provided by the Rich Edit control.
TdxRichEditControlInsertTableCaptionAn action object that corresponds to the InsertTableCaption command provided by the Rich Edit control.
TdxRichEditControlInsertTableColumnToTheLeftAn action object that corresponds to the InsertTableColumnToTheLeft command in the Rich Edit control.
TdxRichEditControlInsertTableColumnToTheRightAn action object that corresponds to the InsertTableColumnToTheRight command in the Rich Edit control.
TdxRichEditControlInsertTableOfContentsAn action object that corresponds to the InsertTableOfContents command provided by the Rich Edit control.
TdxRichEditControlInsertTableOfEquationsAn action object that corresponds to the InsertTableOfEquations command provided by the Rich Edit control.
TdxRichEditControlInsertTableOfFiguresAn action object that corresponds to the InsertTableOfFigures command provided by the Rich Edit control.
TdxRichEditControlInsertTableOfFiguresPlaceholderAn action object that corresponds to the InsertTableOfFiguresPlaceholder command provided by the Rich Edit control.
TdxRichEditControlInsertTableOfTablesAn action object that corresponds to the InsertTableOfTables command provided by the Rich Edit control.
TdxRichEditControlInsertTableRowAboveAn action object that corresponds to the InsertTableRowAbove command provided by the Rich Edit control.
TdxRichEditControlInsertTableRowBelowAn action object that corresponds to the InsertTableRowBelow command in the Rich Edit control.
TdxRichEditControlInsertTextBoxAn action object that corresponds to the InsertTextBox command provided by the Rich Edit control.
TdxRichEditControlIntegerValueActionThe base class for all action objects that implement the integer parameter modification commands in the Rich Edit control.
TdxRichEditControlLoadDocumentA LoadDocument command action object.
TdxRichEditControlMergeTableCellsAn action object that corresponds to the MergeTableCells command provided by the Rich Edit control.
TdxRichEditControlNewDocumentAn action object that corresponds to the NewDocument command provided by the Rich Edit control.
TdxRichEditControlOpenHyperlinkAn action object that corresponds to the OpenHyperlink command provided by the Rich Edit control.
TdxRichEditControlPasteSelectionAn action object that corresponds to the PasteSelection command provided by the Rich Edit control.
TdxRichEditControlProtectDocumentAn action object that corresponds to the ProtectDocument command provided by the Rich Edit control.
TdxRichEditControlRedoAn action object that corresponds to the Redo command provided by the Rich Edit control.
TdxRichEditControlRemoveHyperlinkFieldAn action object that corresponds to the RemoveHyperlinkField command provided by the Rich Edit control.
TdxRichEditControlResetTableCellsBordersAn action object that corresponds to the ResetTableCellsBorders command provided by the Rich Edit control.
TdxRichEditControlSaveDocumentA SaveDocument command’s action object.
TdxRichEditControlSaveDocumentAsA SaveDocumentAs command action object.
TdxRichEditControlSearchFindAn action object that corresponds to the SearchFind command provided by the Rich Edit control.
TdxRichEditControlSearchFindNextAn action object that corresponds to the SearchFindNext command provided by the Rich Edit control.
TdxRichEditControlSearchReplaceAn action object that corresponds to the SearchReplace command provided by the Rich Edit control.
TdxRichEditControlSelectAllAn action object that corresponds to the SelectAll command provided by the Rich Edit control.
TdxRichEditControlSetDoubleParagraphSpacingAn action object that corresponds to the SetDoubleParagraphSpacing command provided by the Rich Edit control.
TdxRichEditControlSetFloatingObjectBehindTextWrapTypeAn action object that corresponds to the SetFloatingObjectBehindTextWrapType command provided by the Rich Edit control.
TdxRichEditControlSetFloatingObjectBottomCenterAlignmentAn action object that corresponds to the SetFloatingObjectBottomCenterAlignment command provided by the Rich Edit control.
TdxRichEditControlSetFloatingObjectBottomLeftAlignmentAn action object that corresponds to the SetFloatingObjectBottomLeftAlignment command provided by the Rich Edit control.
TdxRichEditControlSetFloatingObjectBottomRightAlignmentAn action object that corresponds to the SetFloatingObjectBottomRightAlignment command provided by the Rich Edit control.
TdxRichEditControlSetFloatingObjectInFrontOfTextWrapTypeAn action object that corresponds to the SetFloatingObjectInFrontOfTextWrapType command provided by the Rich Edit control.
TdxRichEditControlSetFloatingObjectMiddleCenterAlignmentAn action object that corresponds to the SetFloatingObjectMiddleCenterAlignment command provided by the Rich Edit control.
TdxRichEditControlSetFloatingObjectMiddleLeftAlignmentAn action object that corresponds to the SetFloatingObjectMiddleLeftAlignment command provided by the Rich Edit control.
TdxRichEditControlSetFloatingObjectMiddleRightAlignmentAn action object that corresponds to the SetFloatingObjectMiddleRightAlignment command provided by the Rich Edit control.
TdxRichEditControlSetFloatingObjectSquareTextWrapTypeAn action object that corresponds to the SetFloatingObjectSquareTextWrapType command provided by the Rich Edit control.
TdxRichEditControlSetFloatingObjectThroughTextWrapTypeAn action object that corresponds to the SetFloatingObjectThroughTextWrapType command provided by the Rich Edit control.
TdxRichEditControlSetFloatingObjectTightTextWrapTypeAn action object that corresponds to the SetFloatingObjectTightTextWrapType command provided by the Rich Edit control.
TdxRichEditControlSetFloatingObjectTopAndBottomTextWrapTypeAn action object that corresponds to the SetFloatingObjectBottomRightAlignment command provided by the Rich Edit control.
TdxRichEditControlSetFloatingObjectTopCenterAlignmentAn action object that corresponds to the SetFloatingObjectTopCenterAlignment command provided by the Rich Edit control.
TdxRichEditControlSetFloatingObjectTopLeftAlignmentAn action object that corresponds to the SetFloatingObjectTopLeftAlignment command provided by the Rich Edit control.
TdxRichEditControlSetFloatingObjectTopRightAlignmentAn action object that corresponds to the SetFloatingObjectTopRightAlignment command provided by the Rich Edit control.
TdxRichEditControlSetLandscapePageOrientationAn action object that corresponds to the SetLandscapePageOrientation command provided by the Rich Edit control.
TdxRichEditControlSetPortraitPageOrientationAn action object that corresponds to the SetPortraitPageOrientation command provided by the Rich Edit control.
TdxRichEditControlSetSectionLineNumberingContinuousAn action object that corresponds to the SetSectionLineNumberingContinuous command provided by the Rich Edit control.
TdxRichEditControlSetSectionLineNumberingNoneAn action object that corresponds to the SetSectionLineNumberingNone command provided by the Rich Edit control.
TdxRichEditControlSetSectionLineNumberingRestartNewPageAn action object that corresponds to the SetSectionLineNumberingRestartNewPage command provided by the Rich Edit control.
TdxRichEditControlSetSectionLineNumberingRestartNewSectionAn action object that corresponds to the SetSectionLineNumberingRestartNewSection command provided by the Rich Edit control.
TdxRichEditControlSetSectionOneColumnAn action object that corresponds to the SetSectionOneColumn command provided by the Rich Edit control.
TdxRichEditControlSetSectionThreeColumnsAn action object that corresponds to the SetSectionThreeColumns command provided by the Rich Edit control.
TdxRichEditControlSetSectionTwoColumnsAn action object that corresponds to the SetSectionTwoColumns command provided by the Rich Edit control.
TdxRichEditControlSetSesquialteralParagraphSpacingAn action object that corresponds to the SetSesquialteralParagraphSpacing command in the Rich Edit control.
TdxRichEditControlSetSingleParagraphSpacingAn action object that corresponds to the SetSingleParagraphSpacing command in the Rich Edit control.
TdxRichEditControlShowAllFieldCodesAn action object that corresponds to the ShowAllFieldCodes command provided by the Rich Edit control.
TdxRichEditControlShowAllFieldResultsAn action object that corresponds to the ShowAllFieldResults command provided by the Rich Edit control.
TdxRichEditControlShowBookmarkFormAn action object that corresponds to the ShowBookmarkForm command provided by the Rich Edit control.
TdxRichEditControlShowColumnsSetupFormAn action object that corresponds to the ShowColumnsSetupForm command provided by the Rich Edit control.
TdxRichEditControlShowDeleteTableCellsFormAn action object that corresponds to the ShowDeleteTableCellsForm command in the Rich Edit control.
TdxRichEditControlShowEditStyleFormAn action object that corresponds to the ShowEditStyleForm command provided by the Rich Edit control.
TdxRichEditControlShowFloatingObjectLayoutOptionsFormAn action object that corresponds to the ShowFloatingObjectLayoutOptionsForm command provided by the Rich Edit control.
TdxRichEditControlShowFontFormAn action object that corresponds to the ShowFontForm command provided by the Rich Edit control.
TdxRichEditControlShowHyperlinkFormAn action object that corresponds to the ShowHyperlinkForm command provided by the Rich Edit control.
TdxRichEditControlShowInsertMergeFieldFormAn action object that corresponds to the ShowInsertMergeFieldForm command provided by the Rich Edit control.
TdxRichEditControlShowInsertTableCellsFormAn action object that corresponds to the ShowInsertTableCellsForm command provided by the Rich Edit control.
TdxRichEditControlShowInsertTableFormAn action object that corresponds to the ShowInsertTableForm command provided by the Rich Edit control.
TdxRichEditControlShowLineNumberingFormAn action object that corresponds to the ShowLineNumberingForm command provided by the Rich Edit control.
TdxRichEditControlShowMergeDatabaseRecordsFormAn action object that corresponds to the ShowMergeDatabaseRecordsForm command provided by the Rich Edit control.
TdxRichEditControlShowNumberingFormAn action object that corresponds to the ShowNumberingForm command provided by the Rich Edit control.
TdxRichEditControlShowPageMarginsSetupFormAn action object that corresponds to the ShowPageMarginsSetupForm command provided by the Rich Edit control.
TdxRichEditControlShowPagePaperSetupFormAn action object that corresponds to the ShowPagePaperSetupForm command provided by the Rich Edit control.
TdxRichEditControlShowPageSetupFormAn action object that corresponds to the ShowPageSetupForm command provided by the Rich Edit control.
TdxRichEditControlShowParagraphFormAn action object that corresponds to the ShowParagraphForm command provided by the Rich Edit control.
TdxRichEditControlShowPrintFormAn action object that corresponds to the ShowPrintForm command provided by the Rich Edit control.
TdxRichEditControlShowPrintPreviewFormAn action object that corresponds to the ShowPrintPreviewForm command provided by the Rich Edit control.
TdxRichEditControlShowRangeEditingPermissionsAn action object that corresponds to the ShowRangeEditingPermissions command provided by the Rich Edit control.
TdxRichEditControlShowSplitTableCellsFormAn action object that corresponds to the ShowSplitTableCellsForm command provided by the Rich Edit control.
TdxRichEditControlShowSymbolFormAn action object that corresponds to the ShowSymbolForm command provided by the Rich Edit control.
TdxRichEditControlShowTableOfContentsFormAn action object that corresponds to the ShowTableOfContentsForm command provided by the Rich Edit control.
TdxRichEditControlShowTablePropertiesFormAn action object that corresponds to the ShowTablePropertiesForm command provided by the Rich Edit control.
TdxRichEditControlShowTableStyleFormAn action object that corresponds to the ShowTableStyleForm command provided by the Rich Edit control.
TdxRichEditControlSingleValueActionThe base class for all action objects that assign new numeric values to Rich Edit control‘s settings.
TdxRichEditControlSplitTableAn action object that corresponds to the SplitTable command provided by the Rich Edit control.
TdxRichEditControlStringValueActionThe base class for all action objects that assign new string values in the Rich Edit control.
TdxRichEditControlSwitchToDraftViewAn action object that corresponds to the SwitchToDraftView command provided by the Rich Edit control.
TdxRichEditControlSwitchToPrintLayoutViewAn action object that corresponds to the SwitchToPrintLayoutView command provided by the Rich Edit control.
TdxRichEditControlSwitchToSimpleViewAn action object that corresponds to the SwitchToSimpleView command provided by the Rich Edit control.
TdxRichEditControlTableOfContentsSetParagraphBodyTextLevelAn action object that corresponds to the TableOfContentsSetParagraphBodyTextLevel command provided by the Rich Edit control.
TdxRichEditControlTableOfContentsSetParagraphHeading1LevelAn action object that corresponds to the TableOfContentsSetParagraphHeading1Level command provided by the Rich Edit control.
TdxRichEditControlTableOfContentsSetParagraphHeading2LevelAn action object that corresponds to the TableOfContentsSetParagraphHeading2Level command provided by the Rich Edit control.
TdxRichEditControlTableOfContentsSetParagraphHeading3LevelAn action object that corresponds to the TableOfContentsSetParagraphHeading3Level command provided by the Rich Edit control.
TdxRichEditControlTableOfContentsSetParagraphHeading4LevelAn action object that corresponds to the TableOfContentsSetParagraphHeading4Level command provided by the Rich Edit control.
TdxRichEditControlTableOfContentsSetParagraphHeading5LevelAn action object that corresponds to the TableOfContentsSetParagraphHeading5Level command provided by the Rich Edit control.
TdxRichEditControlTableOfContentsSetParagraphHeading6LevelAn action object that corresponds to the TableOfContentsSetParagraphHeading6Level command provided by the Rich Edit control.
TdxRichEditControlTableOfContentsSetParagraphHeading7LevelAn action object that corresponds to the TableOfContentsSetParagraphHeading7Level command provided by the Rich Edit control.
TdxRichEditControlTableOfContentsSetParagraphHeading8LevelAn action object that corresponds to the TableOfContentsSetParagraphHeading8Level command provided by the Rich Edit control.
TdxRichEditControlTableOfContentsSetParagraphHeading9LevelAn action object that corresponds to the TableOfContentsSetParagraphHeading9Level command provided by the Rich Edit control.
TdxRichEditControlTextHighlightAn action object that corresponds to the TextHighlight command provided by the Rich Edit control.
TdxRichEditControlTextLowerCaseAn action object that corresponds to the TextLowerCase command provided by the Rich Edit control.
TdxRichEditControlTextUpperCaseAn action object that corresponds to the TextUpperCase command provided by the Rich Edit control.
TdxRichEditControlToggleBulletedListAn action object that corresponds to the ToggleBulletedList command provided by the Rich Edit control.
TdxRichEditControlToggleDifferentFirstPageAn action object that corresponds to the ToggleDifferentFirstPage command provided by the Rich Edit control.
TdxRichEditControlToggleDifferentOddAndEvenPagesAn action object that corresponds to the ToggleDifferentOddAndEvenPages command provided by the Rich Edit control.
TdxRichEditControlToggleFieldCodesAn action object that corresponds to the ToggleFieldCodes command provided by the Rich Edit control.
TdxRichEditControlToggleFontBoldAn action object that corresponds to the ToggleFontBold command in the Rich Edit control.
TdxRichEditControlToggleFontDoubleStrikeoutAn action object that corresponds to the ToggleFontDoubleStrikeout command in the Rich Edit control.
TdxRichEditControlToggleFontDoubleUnderlineAn action object that corresponds to the ToggleFontDoubleUnderline command in the Rich Edit control.
TdxRichEditControlToggleFontItalicAn action object that corresponds to the ToggleFontItalic command in the Rich Edit control.
TdxRichEditControlToggleFontStrikeoutAn action object that corresponds to the ToggleFontStrikeout command in the Rich Edit control.
TdxRichEditControlToggleFontSubscriptAn action object that corresponds to the ToggleFontSubscript command in the Rich Edit control.
TdxRichEditControlToggleFontSuperscriptAn action object that corresponds to the ToggleFontSuperscript command in the Rich Edit control.
TdxRichEditControlToggleFontUnderlineAn action object that corresponds to the ToggleFontUnderline command in the Rich Edit control.
TdxRichEditControlToggleHeaderFooterLinkToPreviousAn action object that corresponds to the ToggleHeaderFooterLinkToPrevious command in the Rich Edit control.
TdxRichEditControlToggleMultiLevelListAn action object that corresponds to the ToggleMultiLevelList command provided by the Rich Edit control.
TdxRichEditControlToggleParagraphAlignmentCenterAn action object that corresponds to the ToggleParagraphAlignmentCenter command provided by the Rich Edit control.
TdxRichEditControlToggleParagraphAlignmentJustifyAn action object that corresponds to the ToggleParagraphAlignmentJustify command provided by the Rich Edit control.
TdxRichEditControlToggleParagraphAlignmentLeftAn action object that corresponds to the ToggleParagraphAlignmentLeft command provided by the Rich Edit control.
TdxRichEditControlToggleParagraphAlignmentRightAn action object that corresponds to the ToggleParagraphAlignmentRight command provided by the Rich Edit control.
TdxRichEditControlToggleShowHorizontalRulerAn action object that corresponds to the ToggleShowHorizontalRuler command provided by the Rich Edit control.
TdxRichEditControlToggleShowTableGridLinesAn action object that corresponds to the ToggleShowTableGridLines command provided by the Rich Edit control.
TdxRichEditControlToggleShowVerticalRulerAn action object that corresponds to the ToggleShowVerticalRuler command provided by the Rich Edit control.
TdxRichEditControlToggleShowWhitespaceAn action object that corresponds to the ToggleShowWhiteSpace command provided by the Rich Edit control.
TdxRichEditControlToggleSimpleNumberingListAn action object that corresponds to the ToggleSimpleNumberingList command provided by the Rich Edit control.
TdxRichEditControlToggleTableAutoFitContentsAn action object that corresponds to the ToggleTableAutoFitContents command provided by the Rich Edit control.
TdxRichEditControlToggleTableAutoFitWindowAn action object that corresponds to the ToggleTableAutoFitWindow command provided by the Rich Edit control.
TdxRichEditControlToggleTableCellsAllBordersAn action object that corresponds to the ToggleTableCellsAllBorders command provided by the Rich Edit control.
TdxRichEditControlToggleTableCellsBottomBorderAn action object that corresponds to the ToggleTableCellsBottomBorder command provided by the Rich Edit control.
TdxRichEditControlToggleTableCellsBottomCenterAlignmentAn action object that corresponds to the ToggleTableCellsBottomCenterAlignment command provided by the Rich Edit control.
TdxRichEditControlToggleTableCellsBottomLeftAlignmentAn action object that corresponds to the ToggleTableCellsBottomLeftAlignment command provided by the Rich Edit control.
TdxRichEditControlToggleTableCellsBottomRightAlignmentAn action object that corresponds to the ToggleTableCellsBottomRightAlignment command provided by the Rich Edit control.
TdxRichEditControlToggleTableCellsInsideBorderAn action object that corresponds to the ToggleTableCellsInsideBorder command provided by the Rich Edit control.
TdxRichEditControlToggleTableCellsInsideHorizontalBorderAn action object that corresponds to the ToggleTableCellsInsideHorizontalBorder command provided by the Rich Edit control.
TdxRichEditControlToggleTableCellsInsideVerticalBorderAn action object that corresponds to the ToggleTableCellsInsideVerticalBorder command provided by the Rich Edit control.
TdxRichEditControlToggleTableCellsLeftBorderAn action object that corresponds to the ToggleTableCellsLeftBorder command provided by the Rich Edit control.
TdxRichEditControlToggleTableCellsMiddleCenterAlignmentAn action object that corresponds to the ToggleTableCellsMiddleCenterAlignment command provided by the Rich Edit control.
TdxRichEditControlToggleTableCellsMiddleLeftAlignmentAn action object that corresponds to the ToggleTableCellsMiddleLeftAlignment command provided by the Rich Edit control.
TdxRichEditControlToggleTableCellsMiddleRightAlignmentAn action object that corresponds to the ToggleTableCellsMiddleRightAlignment command provided by the Rich Edit control.
TdxRichEditControlToggleTableCellsOutsideBorderAn action object that corresponds to the ToggleTableCellsOutsideBorder command provided by the Rich Edit control.
TdxRichEditControlToggleTableCellsRightBorderAn action object that corresponds to the ToggleTableCellsRightBorder command provided by the Rich Edit control.
TdxRichEditControlToggleTableCellsTopBorderAn action object that corresponds to the ToggleTableCellsTopBorder command provided by the Rich Edit control.
TdxRichEditControlToggleTableCellsTopCenterAlignmentAn action object that corresponds to the ToggleTableCellsTopCenterAlignment object provided by the Rich Edit control.
TdxRichEditControlToggleTableCellsTopLeftAlignmentAn action object that corresponds to the ToggleTableCellsTopLeftAlignment command provided by the Rich Edit control.
TdxRichEditControlToggleTableCellsTopRightAlignmentAn action object that corresponds to the ToggleTableCellsTopRightAlignment command provided by the Rich Edit control.
TdxRichEditControlToggleTableFixedColumnWidthAn action object that corresponds to the ToggleTableFixedColumnWidth command provided by the Rich Edit control.
TdxRichEditControlToggleTextCaseAn action object that corresponds to the ToggleTextCase command in the Rich Edit control.
TdxRichEditControlToggleViewMergedDataAn action object that corresponds to the ToggleViewMergedData command in the Rich Edit control.
TdxRichEditControlUndoAn action object that corresponds to the Undo command provided by the Rich Edit control.
TdxRichEditControlUnprotectDocumentAn action object that corresponds to the UnprotectDocument command in the Rich Edit control.
TdxRichEditControlUpdateFieldAn action object that corresponds to the UpdateField command in the Rich Edit control.
TdxRichEditControlUpdateFieldsAn action object that corresponds to the UpdateFields command in the Rich Edit control.
TdxRichEditControlUpdateTableOfContentsAn action object that corresponds to the UpdateTableOfContents command provided by the Rich Edit control.
TdxRichEditControlUpdateTableOfFiguresAn action object that corresponds to the UpdateTableOfFigures command provided by the Rich Edit control.
TdxRichEditControlValueAction<T>
TdxRichEditControlZoomInAn action object that corresponds to the ZoomIn command provided by the Rich Edit control.
TdxRichEditControlZoomOutAn action object that corresponds to the ZoomOut command provided by the Rich Edit control.
TdxRichEditControlZoomPercentAn action object that corresponds to the ZoomPercent command provided by the Rich Edit control.