export declare enum RichEditClientCommand {
    None = 0,
    FileNew = 1,
    FileOpen = 2,
    FileSave = 3,
    FileSaveAs = 4,
    FilePrint = 5,
    Undo = 6,
    Redo = 7,
    PasteSelection = 8,
    CopySelection = 9,
    CutSelection = 10,
    ChangeFontName = 11,
    ChangeStyle = 12,
    ChangeFontSize = 13,
    IncreaseFontSize = 14,
    DecreaseFontSize = 15,
    MakeTextUpperCase = 16,
    MakeTextLowerCase = 17,
    CapitalizeEachWordTextCase = 18,
    ToggleTextCase = 19,
    ToggleFontBold = 20,
    ToggleFontItalic = 21,
    ToggleFontUnderline = 22,
    ToggleFontDoubleUnderline = 23,
    ToggleFontStrikeout = 24,
    ToggleFontSuperscript = 26,
    ToggleFontSubscript = 27,
    ChangeFontForeColor = 28,
    ChangeFontBackColor = 29,
    ClearFormatting = 30,
    ToggleBulletedListItem = 31,
    ToggleNumberingListItem = 32,
    ToggleMultilevelListItem = 33,
    DecreaseIndent = 34,
    IncreaseIndent = 35,
    ToggleShowWhitespace = 36,
    ToggleParagraphAlignmentLeft = 37,
    ToggleParagraphAlignmentCenter = 38,
    ToggleParagraphAlignmentRight = 39,
    ToggleParagraphAlignmentJustify = 40,
    SetSingleParagraphSpacing = 41,
    SetSesquialteralParagraphSpacing = 42,
    SetDoubleParagraphSpacing = 43,
    AddSpacingBeforeParagraph = 45,
    AddSpacingAfterParagraph = 46,
    RemoveSpacingBeforeParagraph = 47,
    RemoveSpacingAfterParagraph = 48,
    ChangeParagraphBackColor = 49,
    Find = 50,
    Replace = 51,
    ShowFontForm = 52,
    ShowParagraphForm = 53,
    InsertPageBreak = 54,
    ShowInsertTableForm = 55,
    InsertPicture = 56,
    ShowBookmarkForm = 58,
    ShowHyperlinkForm = 59,
    ShowSymbolForm = 65,
    SetNormalSectionPageMargins = 66,
    SetNarrowSectionPageMargins = 67,
    SetModerateSectionPageMargins = 68,
    SetWideSectionPageMargins = 69,
    ShowPageMarginsSetupForm = 70,
    SetPortraitPageOrientation = 71,
    SetLandscapePageOrientation = 72,
    ShowPagePaperSetupForm = 73,
    SetSectionOneColumn = 74,
    SetSectionTwoColumns = 75,
    SetSectionThreeColumns = 76,
    ShowColumnsSetupForm = 77,
    InsertColumnBreak = 79,
    InsertSectionBreakNextPage = 80,
    InsertSectionBreakEvenPage = 81,
    InsertSectionBreakOddPage = 82,
    ChangePageColor = 90,
    ToggleShowHorizontalRuler = 94,
    FullScreen = 98,
    SetSectionLegalPaperKind = 99,
    SetSectionFolioPaperKind = 100,
    SetSectionA4PaperKind = 101,
    SetSectionA5PaperKind = 102,
    SetSectionA6PaperKind = 103,
    SetSectionB5PaperKind = 104,
    SetSectionExecutivePaperKind = 105,
    SelectAll = 106,
    ShowPageSetupForm = 107,
    ShowNumberingListForm = 108,
    ExtendLineDown = 109,
    ExtendLineEnd = 110,
    ExtendLineStart = 111,
    ExtendLineUp = 112,
    ExtendNextCharacter = 113,
    ExtendPreviousCharacter = 114,
    ExtendSelectLine = 115,
    InsertParagraph = 116,
    InsertText = 117,
    LineDown = 118,
    LineEnd = 119,
    LineStart = 120,
    LineUp = 121,
    NextCharacter = 122,
    PreviousCharacter = 123,
    SelectLine = 124,
    ToggleBackspaceKey = 125,
    ToggleDeleteKey = 126,
    InsertLineBreak = 127,
    NextPage = 128,
    ExtendNextPage = 129,
    PreviousPage = 130,
    ExtendPreviousPage = 131,
    ChangeInlinePictureScale = 132,
    IncrementParagraphLeftIndent = 133,
    DecrementParagraphLeftIndent = 134,
    DragMoveContent = 135,
    DragCopyContent = 136,
    InsertSpace = 137,
    RulerSectionMarginLeft = 138,
    RulerSectionMarginRight = 139,
    RulerParagraphRightIndent = 140,
    RulerSectionColumnsSettings = 141,
    RulerParagraphLeftIndents = 142,
    InsertTabMark = 143,
    InsertShiftTabMark = 144,
    DocumentStart = 145,
    ExtendDocumentStart = 146,
    DocumentEnd = 147,
    ExtendDocumentEnd = 148,
    GoToNextWord = 149,
    ExtendGoToNextWord = 150,
    GoToPrevWord = 151,
    ExtendGoToPrevWord = 152,
    GoToStartParagraph = 153,
    ExtendGoToStartParagraph = 154,
    GoToEndParagraph = 155,
    ExtendGoToEndParagraph = 156,
    ReloadDocument = 157,
    ShowErrorModelIsChangedMessageCommand = 158,
    ShowErrorSessionHasExpiredMessageCommand = 159,
    SelectParagraph = 160,
    ShowErrorOpeningAndOverstoreImpossibleMessageCommand = 161,
    SetSectionLetterPaperKind = 162,
    ShowErrorClipboardAccessDeniedMessageCommand = 163,
    SelectLineNoUpdateControlState = 164,
    ExtendSelectLineNoUpdateControlState = 165,
    ShowTabsForm = 166,
    ShowCustomNumberingListForm = 167,
    ShowServiceFontForm = 168,
    ShowServiceSymbolsForm = 169,
    RestartNumberingList = 170,
    DeleteTabRuler = 171,
    InsertTabRuler = 172,
    MoveTabRuler = 173,
    IncrementNumberingIndent = 174,
    DecrementNumberingIndent = 175,
    IncrementParagraphIndentFromFirstRow = 176,
    DecrementParagraphIndentFromFirstRow = 177,
    CreateField = 178,
    UpdateField = 179,
    ToggleFieldCodes = 180,
    ShowAllFieldCodes = 186,
    ShowAllFieldResults = 187,
    ToggleAllFields = 188,
    ContinueNumberingList = 189,
    InsertNumerationToParagraphs = 190,
    DeleteNumerationFromParagraphs = 191,
    ShowErrorInnerExceptionMessageCommand = 192,
    ShowErrorAuthExceptionMessageCommand = 193,
    ShowEditHyperlinkForm = 194,
    OpenHyperlink = 195,
    RemoveHyperlink = 196,
    ShowErrorSavingMessageCommand = 197,
    ShowErrorOpeningMessageCommand = 198,
    ShowErrorDocVariableErrorCommand = 199,
    UpdateAllFields = 200,
    InsertNonBreakingSpace = 201,
    RemoveHyperlinks = 202,
    CreateDateField = 203,
    CreateTimeField = 204,
    CreatePageField = 205,
    ShowCreateHyperlinkForm = 206,
    SentenceCase = 207,
    SwitchTextCase = 208,
    GoToFirstDataRecord = 209,
    GoToPreviousDataRecord = 210,
    GoToNextDataRecord = 211,
    GoToLastDataRecord = 212,
    ToggleViewMergedData = 213,
    ShowInsertMergeFieldForm = 214,
    CreateMergeField = 215,
    ShowFinishAndMergeForm = 216,
    ShowSaveMergedDocumentForm = 218,
    AddSelectedLineCommandNoUpdateControlState = 219,
    InsertHeader = 220,
    InsertFooter = 221,
    LinkHeaderFooterToPrevious = 222,
    CreateBookmark = 225,
    DeleteBookmarks = 226,
    GoToPageHeader = 227,
    GoToPageFooter = 228,
    GoToNextPageHeaderFooter = 229,
    GoToPreviousPageHeaderFooter = 230,
    ToggleDifferentFirstPage = 231,
    ToggleDifferentOddAndEvenPages = 232,
    ClosePageHeaderFooter = 233,
    ContextItem_HeadersFooters = 234,
    InsertPageNumberField = 235,
    InsertPageCountField = 236,
    GoToBookmark = 237,
    InsertTableCore = 238,
    ContextItem_Tables = 239,
    ShowTablePropertiesForm = 240,
    ShowCellOptionsForm = 242,
    InsertTableColumnToTheLeft = 243,
    InsertTableColumnToTheRight = 244,
    InsertTableRowBelow = 245,
    InsertTableRowAbove = 246,
    DeleteTableRows = 247,
    DeleteTableColumns = 248,
    InsertTableCellWithShiftToTheLeft = 249,
    DeleteTableCellsWithShiftToTheHorizontally = 250,
    DeleteTable = 251,
    ShowInsertTableCellsForm = 252,
    ShowDeleteTableCellsForm = 253,
    MergeTableCells = 254,
    ShowSplitTableCellsForm = 255,
    SplitTableCellsCommand = 256,
    InsertTableCellsWithShiftToTheVertically = 257,
    DeleteTableCellsWithShiftToTheVertically = 258,
    ShowBorderShadingForm = 259,
    TableCellAlignTopLeft = 260,
    TableCellAlignTopCenter = 261,
    TableCellAlignTopRight = 262,
    TableCellAlignMiddleLeft = 263,
    TableCellAlignMiddleCenter = 264,
    TableCellAlignMiddleRight = 265,
    TableCellAlignBottomLeft = 266,
    TableCellAlignBottomCenter = 267,
    TableCellAlignBottomRight = 268,
    ApplyTableStyle = 269,
    ToggleTableCellsTopBorder = 270,
    ToggleTableCellsRightBorder = 271,
    ToggleTableCellsBottomBorder = 272,
    ToggleTableCellsLeftBorder = 273,
    ToggleTableCellNoBorder = 274,
    ToggleTableCellAllBorders = 275,
    ToggleTableCellInsideBorders = 276,
    ToggleTableCellInsideHorizontalBorders = 277,
    ToggleTableCellInsideVerticalBorders = 278,
    ToggleTableCellOutsideBorders = 279,
    ToggleFirstRow = 280,
    ToggleLastRow = 281,
    ToggleFirstColumn = 282,
    ToggleLastColumn = 283,
    ToggleBandedRows = 284,
    ToggleBandedColumn = 285,
    SelectTableCell = 286,
    SelectTableColumn = 287,
    SelectTableRow = 288,
    SelectTable = 289,
    ChangeTableBorderColorRepositoryItem = 290,
    ChangeTableBorderWidthRepositoryItem = 291,
    ChangeTableBorderStyleRepositoryItem = 292,
    ShowErrorPathTooLongCommand = 293,
    ChangeTableCellShading = 294,
    ToggleShowTableGridLines = 295,
    ExtendSelectTableCell = 296,
    ExtendSelectTableColumn = 297,
    ExtendSelectTableRow = 298,
    ExtendSelectTable = 299,
    SelectTableCellsRange = 300,
    ShowServiceBorderShadingForm = 301,
    RulerTableColumnSeparators = 302,
    ChangeActiveSubDocumentToMain = 303,
    ChangeActiveSubDocumentToHeaderFooterByPageIndex = 304,
    ChangeActiveSubDocumentToHeaderFooterBySubDocument = 305,
    ShowErrorInvalidDocumentFormat = 306,
    SetSectionPageSize = 307,
    SetSectionColumnCount = 308,
    ChangeTableRowHeight = 309,
    ChangeTableCellWidth = 310,
    ChangeTableColumnWidth = 311,
    ChangeTableLook = 312,
    ShowSpellCheckerForm = 313,
    IgnoreSpellingError = 314,
    IgnoreAllSpellingErrors = 315,
    DeleteRepeatedWord = 316,
    AddWordToDictionary = 317,
    ChangeSpellingError = 318,
    ChangeAllSpellingErrors = 319,
    ShowSpellingCheckCompletedMessage = 320,
    RulerChangeTableColumnWidth = 321,
    RulerChangeTableRowHeight = 322,
    DeleteTableCellsByBackspace = 323,
    GoToDataRecord = 324,
    FindAll = 325,
    ReplaceNext = 326,
    ReplaceAll = 327,
    HideFindResults = 328,
    ActivateRibbon = 329,
    ChangeHeaderOffset = 330,
    ChangeFooterOffset = 331,
    Download = 332,
    ShowErrorCantSaveToEmptyPathMessageCommand = 333,
    RemoveNextWord = 334,
    RemovePrevWord = 335,
    GoToStartNextPage = 336,
    GoToStartPrevPage = 337,
    ExtendGoToStartNextPage = 338,
    ExtendGoToStartPrevPage = 339,
    SetSectionPageMargins = 340,
    AssignShortcut = 341,
    ShowLayoutOptionsForm = 342,
    ChangeFloatingObjectFillColor = 343,
    ChangeFloatingObjectOutlineColor = 344,
    ChangeFloatingObjectOutlineWidth = 345,
    SetFloatingObjectSquareTextWrapType = 346,
    SetFloatingObjectTightTextWrapType = 347,
    SetFloatingObjectThroughTextWrapType = 348,
    SetFloatingObjectTopAndBottomTextWrapType = 349,
    SetFloatingObjectBehindTextWrapType = 350,
    SetFloatingObjectInFrontOfTextWrapType = 351,
    SetFloatingObjectTopLeftAlignment = 352,
    SetFloatingObjectTopCenterAlignment = 353,
    SetFloatingObjectTopRightAlignment = 354,
    SetFloatingObjectMiddleLeftAlignment = 355,
    SetFloatingObjectMiddleCenterAlignment = 356,
    SetFloatingObjectMiddleRightAlignment = 357,
    SetFloatingObjectBottomLeftAlignment = 358,
    SetFloatingObjectBottomCenterAlignment = 359,
    SetFloatingObjectBottomRightAlignment = 360,
    FloatingObjectBringForward = 361,
    FloatingObjectBringToFront = 362,
    FloatingObjectBringInFrontOfText = 363,
    FloatingObjectSendBackward = 364,
    FloatingObjectSendToBack = 365,
    FloatingObjectSendBehindText = 366,
    ContextItem_FloatingObjects = 367,
    InsertAnchoredTextBox = 368,
    ChangeActiveSubDocumentToTextBox = 369,
    ChangeTextBoxProperties = 370,
    ChangeFloatingObjectShape = 371,
    CreateEmptyMergeField = 372,
    CreateEmptyDocVariableField = 373,
    SetFloatingObjectInlineTextWrapType = 374,
    FloatingObjectDragDropChangePosition = 375,
    InsertHtml = 376,
    CreateTocField = 377,
    CreateTableOfEquationsField = 378,
    CreateTableOfFiguresField = 379,
    CreateTableOfTablesField = 380,
    CreateEquationCaptionField = 381,
    CreateFigureCaptionField = 382,
    CreateTableCaptionField = 383,
    UpdateTableOfContents = 384,
    SetParagraphBodyTextLevel = 385,
    SetParagraphHeading1Level = 386,
    SetParagraphHeading2Level = 387,
    SetParagraphHeading3Level = 388,
    SetParagraphHeading4Level = 389,
    SetParagraphHeading5Level = 390,
    SetParagraphHeading6Level = 391,
    SetParagraphHeading7Level = 392,
    SetParagraphHeading8Level = 393,
    SetParagraphHeading9Level = 394,
    ChangeHeadingLevel = 395,
    SetParagraphLevel = 396,
    CreateFieldWithCode = 397,
    ChangeHyperlink = 398,
    SetAutoFitContents = 399,
    SetAutoFitWindow = 400,
    SetFixedColumnWidth = 401,
    InsertRtf = 402,
    GetRtf = 403,
    ForceSyncWithServer = 404,
    SwitchToSimpleView = 405,
    SwitchToPrintLayoutView = 406,
    ChangeViewType = 407,
    InsertContentFromServer = 408,
    ShowInsertContentFromServerErrorDialogCommand = 409,
    OpenDocumentLocally = 410,
    InsertPictureLocally = 411,
    CreateNewDocumentLocally = 412,
    ExportDocument = 413,
    DownloadDocumentLocally = 414,
    ShowErrorLoadPictureMessage = 415,
    PrintDocumentOnClient = 416,
    MailMergeOnClient = 417,
    DownloadDocx = 418,
    DownloadRtf = 419,
    DownloadTxt = 420,
    DownloadHtml = 421,
    PdfExported = 430,
    ChangeCaseMenu = 431,
    AlignParagraphMenu = 432,
    LineSpacingMenu = 433,
    MarginsMenu = 434,
    OrientationMenu = 435,
    SizeMenu = 436,
    ColumnsMenu = 437,
    BreaksMenu = 438,
    AddTextMenu = 439,
    InsertCaptionMenu = 440,
    InsertTableOfFiguresMenu = 441,
    CreateFieldMenu = 442,
    TableStyleOptionsMenu = 443,
    BordersMenu = 444,
    SelectMenu = 445,
    DeleteMenu = 446,
    InsertMenu = 447,
    AutoFitMenu = 448,
    AlignmentMenu = 449,
    WrapTextMenu = 450,
    PositionMenu = 451,
    BringForwardMenu = 452,
    SendBackwardMenu = 453,
    ChangeFloatingObjectTextWrapTypeMenu = 454,
    FloatingObjectBringForwardMenu = 455,
    FloatingObjectSendBackwardMenu = 456,
    NoSpellingSuggestions = 457,
    GetHtml = 458,
    CreateEmptyIfField = 459
}
