Skip to main content

TdxRichEditCommandId Enum

Declaration

TdxRichEditCommandId = (
    None,
    ToggleShowWhitespace,
    PreviousCharacter,
    NextCharacter,
    ExtendPreviousCharacter,
    ExtendNextCharacter,
    PreviousWord,
    NextWord,
    ExtendPreviousWord,
    ExtendNextWord,
    PreviousParagraph,
    NextParagraph,
    ExtendPreviousParagraph,
    ExtendNextParagraph,
    PreviousPage,
    NextPage,
    ExtendPreviousPage,
    ExtendNextPage,
    PreviousScreen,
    NextScreen,
    ExtendPreviousScreen,
    ExtendNextScreen,
    StartOfLine,
    EndOfLine,
    ExtendStartOfLine,
    ExtendEndOfLine,
    StartOfDocument,
    EndOfDocument,
    ExtendStartOfDocument,
    ExtendEndOfDocument,
    PreviousLine,
    NextLine,
    ExtendPreviousLine,
    ExtendNextLine,
    SelectAll,
    Undo,
    Redo,
    InsertParagraph,
    InsertLineBreak,
    InsertPageBreak,
    InsertColumnBreak,
    InsertNonBreakingSpace,
    InsertEnDash,
    InsertEmDash,
    InsertCopyrightSymbol,
    InsertRegisteredTrademarkSymbol,
    InsertTrademarkSymbol,
    InsertEllipsis,
    ToggleFontBold,
    ToggleFontItalic,
    ToggleFontUnderline,
    ToggleFontDoubleUnderline,
    IncreaseFontSize,
    DecreaseFontSize,
    IncrementFontSize,
    DecrementFontSize,
    ToggleFontSuperscript,
    ToggleFontSubscript,
    ShowFontForm,
    ShowParagraphForm,
    ToggleParagraphAlignmentLeft,
    ToggleParagraphAlignmentCenter,
    ToggleParagraphAlignmentRight,
    ToggleParagraphAlignmentJustify,
    SetSingleParagraphSpacing,
    SetDoubleParagraphSpacing,
    SetSesquialteralParagraphSpacing,
    Delete,
    BackSpaceKey,
    DeleteWord,
    DeleteWordBack,
    CopySelection,
    PasteSelection,
    CutSelection,
    IncrementNumerationFromParagraph,
    DecrementNumerationFromParagraph,
    FindNext,
    FindPrev,
    Find,
    Replace,
    TabKey,
    ShiftTabKey,
    FileNew,
    FileOpen,
    FileSave,
    FileSaveAs,
    IncreaseIndent,
    DecreaseIndent,
    ZoomIn,
    ZoomOut,
    InsertPicture,
    ToggleFontStrikeout,
    ToggleFontDoubleStrikeout,
    ToggleNumberingListItem,
    ToggleMultilevelListItem,
    ToggleBulletedListItem,
    Print,
    QuickPrint,
    PrintPreview,
    ClearFormatting,
    ToggleHiddenText,
    CreateField,
    UpdateField,
    ToggleFieldCodes,
    ShowInsertMergeFieldForm,
    ToggleViewMergedData,
    ShowAllFieldCodes,
    ShowAllFieldResults,
    ChangeFontName,
    ChangeFontSize,
    ChangeFontStyle,
    ShowNumberingListForm,
    InsertTab,
    ShowSymbolForm,
    SwitchToDraftView,
    SwitchToPrintLayoutView,
    SwitchToSimpleView,
    ShowBookmarkForm,
    ShowHyperlinkForm,
    EnterKey,
    EditPageHeader,
    EditPageFooter,
    ClosePageHeaderFooter,
    GoToPageHeader,
    GoToPageFooter,
    ToggleHeaderFooterLinkToPrevious,
    GoToPreviousHeaderFooter,
    GoToNextHeaderFooter,
    ToggleDifferentFirstPage,
    ToggleDifferentOddAndEvenPages,
    ChangeParagraphLineSpacing,
    ShowLineSpacingForm,
    AddSpacingBeforeParagraph,
    AddSpacingAfterParagraph,
    RemoveSpacingBeforeParagraph,
    RemoveSpacingAfterParagraph,
    SetPortraitPageOrientation,
    SetLandscapePageOrientation,
    ChangeSectionPageOrientation,
    ChangeSectionPageMargins,
    SetNormalSectionPageMargins,
    SetNarrowSectionPageMargins,
    SetModerateSectionPageMargins,
    SetWideSectionPageMargins,
    InsertTable,
    InsertTableRowBelow,
    InsertTableRowAbove,
    InsertTableInner,
    MergeTableElement,
    MergeTableCells,
    InsertPageNumberField,
    InsertPageCountField,
    DeleteTableRowsMenuItem,
    ToggleSpellCheckAsYouType,
    CheckSpelling,
    NextDataRecord,
    PreviousDataRecord,
    MailMergeSaveDocumentAs,
    InsertMailMergeField,
    InsertMailMergeFieldPlaceholder,
    SplitTable,
    ChangeTableBordersPlaceholder,
    ToggleTableCellsAllBorders,
    ResetTableCellsAllBorders,
    ToggleTableCellsOutsideBorder,
    ToggleTableCellsInsideBorder,
    ToggleTableCellsLeftBorder,
    ToggleTableCellsRightBorder,
    ToggleTableCellsTopBorder,
    ToggleTableCellsBottomBorder,
    ToggleTableCellsInsideHorizontalBorder,
    ToggleTableCellsInsideVerticalBorder,
    InsertTableColumnToTheLeft,
    InsertTableColumnToTheRight,
    ChangeFontForeColor,
    ChangeFontBackColor,
    DeleteTable,
    ChangeTableCellsBorderColor,
    ChangeTableCellsShading,
    ShowInsertTableCellsForm,
    Zoom,
    GoToPage,
    ShowDeleteTableCellsForm,
    DeleteTableColumns,
    DeleteTableRows,
    DeleteTablePlaceholder,
    ChangeTableCellsContentAlignmentPlaceholder,
    ToggleTableCellsTopLeftAlignment,
    ToggleTableCellsTopCenterAlignment,
    ToggleTableCellsTopRightAlignment,
    ToggleTableCellsMiddleLeftAlignment,
    ToggleTableCellsMiddleCenterAlignment,
    ToggleTableCellsMiddleRightAlignment,
    ToggleTableCellsBottomLeftAlignment,
    ToggleTableCellsBottomCenterAlignment,
    ToggleTableCellsBottomRightAlignment,
    ZoomPercent,
    ShowSplitTableCellsForm,
    SetSectionOneColumn,
    SetSectionTwoColumns,
    SetSectionThreeColumns,
    SetSectionColumnsPlaceholder,
    ShowSplitTableCellsFormMenuItem,
    SelectTableColumns,
    SelectTableCell,
    SelectTableRow,
    LastDataRecord,
    FirstDataRecord,
    ShowRangeEditingPermissionsForm,
    ChangeSectionPaperKind,
    ChangeSectionPaperKindPlaceholder,
    ProtectDocument,
    UnprotectDocument,
    MakeTextUpperCase,
    MakeTextLowerCase,
    ToggleTextCase,
    ChangeTextCasePlaceholder,
    SelectTable,
    SelectTablePlaceholder,
    ShowDeleteTableCellsFormMenuItem,
    DeleteTableColumnsMenuItem,
    ClearUndo,
    DeselectAll,
    ToggleShowTableGridLines,
    ToggleShowHorizontalRuler,
    ToggleShowVerticalRuler,
    ChangeTableCellsBorderLineStyle,
    InsertBreak,
    InsertSectionBreakNextPage,
    InsertSectionBreakOddPage,
    InsertSectionBreakEvenPage,
    InsertSectionBreakContinuous,
    ChangeSectionLineNumbering,
    SetSectionLineNumberingNone,
    SetSectionLineNumberingContinuous,
    SetSectionLineNumberingRestartNewPage,
    SetSectionLineNumberingRestartNewSection,
    ToggleParagraphSuppressLineNumbers,
    ToggleParagraphSuppressHyphenation,
    ShowLineNumberingForm,
    ShowPageSetupForm,
    ShowPasteSpecialForm,
    CreateHyperlink,
    EditHyperlink,
    CreateBookmark,
    ShowTablePropertiesForm,
    ShowTablePropertiesFormMenuItem,
    IncrementParagraphOutlineLevel,
    DecrementParagraphOutlineLevel,
    SetParagraphBodyTextLevel,
    SetParagraphHeading1Level,
    SetParagraphHeading2Level,
    SetParagraphHeading3Level,
    SetParagraphHeading4Level,
    SetParagraphHeading5Level,
    SetParagraphHeading6Level,
    SetParagraphHeading7Level,
    SetParagraphHeading8Level,
    SetParagraphHeading9Level,
    AddParagraphsToTableOfContents,
    InsertTableOfContents,
    InsertTableOfEquations,
    InsertTableOfFigures,
    InsertTableOfTables,
    InsertTableOfFiguresPlaceholder,
    InsertEquationCaption,
    InsertFigureCaption,
    InsertTableCaption,
    InsertCaptionPlaceholder,
    UpdateTableOfContents,
    FindForward,
    FindBackward,
    ReplaceForward,
    ReplaceAllForward,
    ShowColumnsSetupForm,
    ToggleTableAutoFitPlaceholder,
    ToggleTableAutoFitContents,
    ToggleTableAutoFitWindow,
    ToggleTableFixedColumnWidth,
    UpdateFields,
    ToggleTableAutoFitMenuPlaceholder,
    SetFloatingObjectSquareTextWrapType,
    SetFloatingObjectBehindTextWrapType,
    SetFloatingObjectInFrontOfTextWrapType,
    SetFloatingObjectThroughTextWrapType,
    SetFloatingObjectTightTextWrapType,
    SetFloatingObjectTopAndBottomTextWrapType,
    SetFloatingObjectTopLeftAlignment,
    SetFloatingObjectTopCenterAlignment,
    SetFloatingObjectTopRightAlignment,
    SetFloatingObjectMiddleLeftAlignment,
    SetFloatingObjectMiddleCenterAlignment,
    SetFloatingObjectMiddleRightAlignment,
    SetFloatingObjectBottomLeftAlignment,
    SetFloatingObjectBottomCenterAlignment,
    SetFloatingObjectBottomRightAlignment,
    ChangeFloatingObjectTextWrapType,
    ChangeFloatingObjectAlignment,
    FloatingObjectBringForwardPlaceholder,
    FloatingObjectBringForward,
    FloatingObjectBringToFront,
    FloatingObjectBringInFrontOfText,
    FloatingObjectSendBackward,
    FloatingObjectSendToBack,
    FloatingObjectSendBehindText,
    FloatingObjectSendBackwardPlaceholder,
    SelectUpperLevelObject,
    ChangeFloatingObjectFillColor,
    ChangeFloatingObjectOutlineColor,
    ChangeFloatingObjectOutlineWeight,
    ShowPageMarginsSetupForm,
    ShowPagePaperSetupForm,
    ShowEditStyleForm,
    InsertTextBox,
    ShowFloatingObjectLayoutOptionsForm,
    InsertFloatingPicture,
    ChangeParagraphBackColor,
    ShowTableOptionsForm,
    ChangePageColor,
    ChangeTableCellsBorderLineWeight,
    ChangeTableStyle,
    UpdateTableOfFigures,
    ShowTOCForm,
    ToggleOvertype,
    InsertText,
    OvertypeText,
    OpenHyperlink,
    RemoveHyperlink,
    ReplaceMisspelling,
    IgnoreMisspelling,
    IgnoreAllMisspellings,
    AddWordToDictionary,
    DeleteRepeatedWord,
    ChangeCase,
    AutoCorrectMisspelling,
    AutoCorrectPlaceholder,
    ShowMergeDatabaseRecordsForm,
    EncryptDocument
);

Members

Name
None
ToggleShowWhitespace
PreviousCharacter
NextCharacter
ExtendPreviousCharacter
ExtendNextCharacter
PreviousWord
NextWord
ExtendPreviousWord
ExtendNextWord
PreviousParagraph
NextParagraph
ExtendPreviousParagraph
ExtendNextParagraph
PreviousPage
NextPage
ExtendPreviousPage
ExtendNextPage
PreviousScreen
NextScreen
ExtendPreviousScreen
ExtendNextScreen
StartOfLine
EndOfLine
ExtendStartOfLine
ExtendEndOfLine
StartOfDocument
EndOfDocument
ExtendStartOfDocument
ExtendEndOfDocument
PreviousLine
NextLine
ExtendPreviousLine
ExtendNextLine
SelectAll
Undo
Redo
InsertParagraph
InsertLineBreak
InsertPageBreak
InsertColumnBreak
InsertNonBreakingSpace
InsertEnDash
InsertEmDash
InsertCopyrightSymbol
InsertRegisteredTrademarkSymbol
InsertTrademarkSymbol
InsertEllipsis
ToggleFontBold
ToggleFontItalic
ToggleFontUnderline
ToggleFontDoubleUnderline
IncreaseFontSize
DecreaseFontSize
IncrementFontSize
DecrementFontSize
ToggleFontSuperscript
ToggleFontSubscript
ShowFontForm
ShowParagraphForm
ToggleParagraphAlignmentLeft
ToggleParagraphAlignmentCenter
ToggleParagraphAlignmentRight
ToggleParagraphAlignmentJustify
SetSingleParagraphSpacing
SetDoubleParagraphSpacing
SetSesquialteralParagraphSpacing
Delete
BackSpaceKey
DeleteWord
DeleteWordBack
CopySelection
PasteSelection
CutSelection
IncrementNumerationFromParagraph
DecrementNumerationFromParagraph
FindNext
FindPrev
Find
Replace
TabKey
ShiftTabKey
FileNew
FileOpen
FileSave
FileSaveAs
IncreaseIndent
DecreaseIndent
ZoomIn
ZoomOut
InsertPicture
ToggleFontStrikeout
ToggleFontDoubleStrikeout
ToggleNumberingListItem
ToggleMultilevelListItem
ToggleBulletedListItem
Print
QuickPrint
PrintPreview
ClearFormatting
ToggleHiddenText
CreateField
UpdateField
ToggleFieldCodes
ShowInsertMergeFieldForm
ToggleViewMergedData
ShowAllFieldCodes
ShowAllFieldResults
ChangeFontName
ChangeFontSize
ChangeFontStyle
ShowNumberingListForm
InsertTab
ShowSymbolForm
SwitchToDraftView
SwitchToPrintLayoutView
SwitchToSimpleView
ShowBookmarkForm
ShowHyperlinkForm
EnterKey
EditPageHeader
EditPageFooter
ClosePageHeaderFooter
GoToPageHeader
GoToPageFooter
ToggleHeaderFooterLinkToPrevious
GoToPreviousHeaderFooter
GoToNextHeaderFooter
ToggleDifferentFirstPage
ToggleDifferentOddAndEvenPages
ChangeParagraphLineSpacing
ShowLineSpacingForm
AddSpacingBeforeParagraph
AddSpacingAfterParagraph
RemoveSpacingBeforeParagraph
RemoveSpacingAfterParagraph
SetPortraitPageOrientation
SetLandscapePageOrientation
ChangeSectionPageOrientation
ChangeSectionPageMargins
SetNormalSectionPageMargins
SetNarrowSectionPageMargins
SetModerateSectionPageMargins
SetWideSectionPageMargins
InsertTable
InsertTableRowBelow
InsertTableRowAbove
InsertTableInner
MergeTableElement
MergeTableCells
InsertPageNumberField
InsertPageCountField
DeleteTableRowsMenuItem
ToggleSpellCheckAsYouType
CheckSpelling
NextDataRecord
PreviousDataRecord
MailMergeSaveDocumentAs
InsertMailMergeField
InsertMailMergeFieldPlaceholder
SplitTable
ChangeTableBordersPlaceholder
ToggleTableCellsAllBorders
ResetTableCellsAllBorders
ToggleTableCellsOutsideBorder
ToggleTableCellsInsideBorder
ToggleTableCellsLeftBorder
ToggleTableCellsRightBorder
ToggleTableCellsTopBorder
ToggleTableCellsBottomBorder
ToggleTableCellsInsideHorizontalBorder
ToggleTableCellsInsideVerticalBorder
InsertTableColumnToTheLeft
InsertTableColumnToTheRight
ChangeFontForeColor
ChangeFontBackColor
DeleteTable
ChangeTableCellsBorderColor
ChangeTableCellsShading
ShowInsertTableCellsForm
Zoom
GoToPage
ShowDeleteTableCellsForm
DeleteTableColumns
DeleteTableRows
DeleteTablePlaceholder
ChangeTableCellsContentAlignmentPlaceholder
ToggleTableCellsTopLeftAlignment
ToggleTableCellsTopCenterAlignment
ToggleTableCellsTopRightAlignment
ToggleTableCellsMiddleLeftAlignment
ToggleTableCellsMiddleCenterAlignment
ToggleTableCellsMiddleRightAlignment
ToggleTableCellsBottomLeftAlignment
ToggleTableCellsBottomCenterAlignment
ToggleTableCellsBottomRightAlignment
ZoomPercent
ShowSplitTableCellsForm
SetSectionOneColumn
SetSectionTwoColumns
SetSectionThreeColumns
SetSectionColumnsPlaceholder
ShowSplitTableCellsFormMenuItem
SelectTableColumns
SelectTableCell
SelectTableRow
LastDataRecord
FirstDataRecord
ShowRangeEditingPermissionsForm
ChangeSectionPaperKind
ChangeSectionPaperKindPlaceholder
ProtectDocument
UnprotectDocument
MakeTextUpperCase
MakeTextLowerCase
ToggleTextCase
ChangeTextCasePlaceholder
SelectTable
SelectTablePlaceholder
ShowDeleteTableCellsFormMenuItem
DeleteTableColumnsMenuItem
ClearUndo
DeselectAll
ToggleShowTableGridLines
ToggleShowHorizontalRuler
ToggleShowVerticalRuler
ChangeTableCellsBorderLineStyle
InsertBreak
InsertSectionBreakNextPage
InsertSectionBreakOddPage
InsertSectionBreakEvenPage
InsertSectionBreakContinuous
ChangeSectionLineNumbering
SetSectionLineNumberingNone
SetSectionLineNumberingContinuous
SetSectionLineNumberingRestartNewPage
SetSectionLineNumberingRestartNewSection
ToggleParagraphSuppressLineNumbers
ToggleParagraphSuppressHyphenation
ShowLineNumberingForm
ShowPageSetupForm
ShowPasteSpecialForm
CreateBookmark
ShowTablePropertiesForm
ShowTablePropertiesFormMenuItem
IncrementParagraphOutlineLevel
DecrementParagraphOutlineLevel
SetParagraphBodyTextLevel
SetParagraphHeading1Level
SetParagraphHeading2Level
SetParagraphHeading3Level
SetParagraphHeading4Level
SetParagraphHeading5Level
SetParagraphHeading6Level
SetParagraphHeading7Level
SetParagraphHeading8Level
SetParagraphHeading9Level
AddParagraphsToTableOfContents
InsertTableOfContents
InsertTableOfEquations
InsertTableOfFigures
InsertTableOfTables
InsertTableOfFiguresPlaceholder
InsertEquationCaption
InsertFigureCaption
InsertTableCaption
InsertCaptionPlaceholder
UpdateTableOfContents
FindForward
FindBackward
ReplaceForward
ReplaceAllForward
ShowColumnsSetupForm
ToggleTableAutoFitPlaceholder
ToggleTableAutoFitContents
ToggleTableAutoFitWindow
ToggleTableFixedColumnWidth
UpdateFields
ToggleTableAutoFitMenuPlaceholder
SetFloatingObjectSquareTextWrapType
SetFloatingObjectBehindTextWrapType
SetFloatingObjectInFrontOfTextWrapType
SetFloatingObjectThroughTextWrapType
SetFloatingObjectTightTextWrapType
SetFloatingObjectTopAndBottomTextWrapType
SetFloatingObjectTopLeftAlignment
SetFloatingObjectTopCenterAlignment
SetFloatingObjectTopRightAlignment
SetFloatingObjectMiddleLeftAlignment
SetFloatingObjectMiddleCenterAlignment
SetFloatingObjectMiddleRightAlignment
SetFloatingObjectBottomLeftAlignment
SetFloatingObjectBottomCenterAlignment
SetFloatingObjectBottomRightAlignment
ChangeFloatingObjectTextWrapType
ChangeFloatingObjectAlignment
FloatingObjectBringForwardPlaceholder
FloatingObjectBringForward
FloatingObjectBringToFront
FloatingObjectBringInFrontOfText
FloatingObjectSendBackward
FloatingObjectSendToBack
FloatingObjectSendBehindText
FloatingObjectSendBackwardPlaceholder
SelectUpperLevelObject
ChangeFloatingObjectFillColor
ChangeFloatingObjectOutlineColor
ChangeFloatingObjectOutlineWeight
ShowPageMarginsSetupForm
ShowPagePaperSetupForm
ShowEditStyleForm
InsertTextBox
ShowFloatingObjectLayoutOptionsForm
InsertFloatingPicture
ChangeParagraphBackColor
ShowTableOptionsForm
ChangePageColor
ChangeTableCellsBorderLineWeight
ChangeTableStyle
UpdateTableOfFigures
ShowTOCForm
ToggleOvertype
InsertText
OvertypeText
ReplaceMisspelling
IgnoreMisspelling
IgnoreAllMisspellings
AddWordToDictionary
DeleteRepeatedWord
ChangeCase
AutoCorrectMisspelling
AutoCorrectPlaceholder
ShowMergeDatabaseRecordsForm
EncryptDocument
See Also