ac ol vis wd xl


enum AcBrowseToObjectType {
 acBrowseToForm = 2,
 acBrowseToReport = 3
}
enum AcCloseSave {
 acSavePrompt = 0,
 acSaveYes = 1,
 acSaveNo = 2
}
enum AcColorIndex {
 acColorIndexBlack = 0,
 acColorIndexMaroon = 1,
 acColorIndexGreen = 2,
 acColorIndexOlive = 3,
 acColorIndexDarkBlue = 4,
 acColorIndexViolet = 5,
 acColorIndexTeal = 6,
 acColorIndexGray = 7,
 acColorIndexSilver = 8,
 acColorIndexRed = 9,
 acColorIndexBrightGreen = 10,
 acColorIndexYellow = 11,
 acColorIndexBlue = 12,
 acColorIndexFuschia = 13,
 acColorIndexAqua = 14,
 acColorIndexWhite = 15
}
enum AcCommand {
 acCmdWindowUnhide = 1,
 acCmdWindowHide = 2,
 acCmdExit = 3,
 acCmdCompactDatabase = 4,
 acCmdEncryptDecryptDatabase = 5,
 acCmdRepairDatabase = 6,
 acCmdMakeMDEFile = 7,
 acCmdMoreWindows = 8,
 acCmdAppRestore = 9,
 acCmdAppMaximize = 10,
 acCmdAppMinimize = 11,
 acCmdAppMove = 12,
 acCmdAppSize = 13,
 acCmdDocRestore = 14,
 acCmdDocMaximize = 15,
 acCmdDocMove = 16,
 acCmdDocSize = 17,
 acCmdRefresh = 18,
 acCmdFont = 19,
 acCmdSave = 20,
 acCmdSaveAs = 21,
 acCmdWindowCascade = 22,
 acCmdTileVertically = 23,
 acCmdWindowArrangeIcons = 24,
 acCmdOpenDatabase = 25,
 acCmdNewDatabase = 26,
 acCmdOLEDDELinks = 27,
 acCmdRecordsGoToNew = 28,
 acCmdReplace = 29,
 acCmdFind = 30,
 acCmdRunMacro = 31,
 acCmdPageSetup = 32,
 acCmdInsertObject = 33,
 acCmdDuplicate = 34,
 acCmdAboutMicrosoftAccess = 35,
 acCmdFormHdrFtr = 36,
 acCmdReportHdrFtr = 37,
 acCmdPasteAppend = 38,
 acCmdInsertFile = 39,
 acCmdSelectForm = 40,
 acCmdTabOrder = 41,
 acCmdFieldList = 42,
 acCmdAlignLeft = 43,
 acCmdAlignRight = 44,
 acCmdAlignTop = 45,
 acCmdAlignBottom = 46,
 acCmdAlignToGrid = 47,
 acCmdSizeToGrid = 48,
 acCmdOptions = 49,
 acCmdSelectRecord = 50,
 acCmdSortingAndGrouping = 51,
 acCmdBringToFront = 52,
 acCmdSendToBack = 53,
 acCmdPrintPreview = 54,
 acCmdApplyDefault = 55,
 acCmdSetControlDefaults = 56,
 acCmdOLEObjectDefaultVerb = 57,
 acCmdClose = 58,
 acCmdSizeToFit = 59,
 acCmdDocMinimize = 60,
 acCmdViewRuler = 61,
 acCmdSnapToGrid = 62,
 acCmdViewGrid = 63,
 acCmdPasteSpecial = 64,
 acCmdRecordsGoToNext = 65,
 acCmdRecordsGoToPrevious = 66,
 acCmdRecordsGoToFirst = 67,
 acCmdRecordsGoToLast = 68,
 acCmdSizeToFitForm = 69,
 acCmdEditingAllowed = 70,
 acCmdClearGrid = 71,
 acCmdJoinProperties = 72,
 acCmdQueryTotals = 73,
 acCmdQueryTypeCrosstab = 74,
 acCmdTableNames = 75,
 acCmdQueryParameters = 76,
 acCmdFormatCells = 77,
 acCmdDataEntry = 78,
 acCmdHideColumns = 79,
 acCmdUnhideColumns = 80,
 acCmdDeleteQueryColumn = 81,
 acCmdInsertQueryColumn = 82,
 acCmdRemoveTable = 84,
 acCmdViewToolbox = 85,
 acCmdMacroNames = 86,
 acCmdMacroConditions = 87,
 acCmdSingleStep = 88,
 acCmdQueryTypeSelect = 89,
 acCmdQueryTypeUpdate = 90,
 acCmdQueryTypeAppend = 91,
 acCmdQueryTypeDelete = 92,
 acCmdApplyFilterSort = 93,
 acCmdQueryTypeMakeTable = 94,
 acCmdLoadFromQuery = 95,
 acCmdSaveAsQuery = 96,
 acCmdSaveRecord = 97,
 acCmdAdvancedFilterSort = 99,
 acCmdMicrosoftAccessHelpTopics = 100,
 acCmdLinkTables = 102,
 acCmdUserAndGroupPermissions = 103,
 acCmdUserAndGroupAccounts = 104,
 acCmdFreezeColumn = 105,
 acCmdUnfreezeAllColumns = 106,
 acCmdPrimaryKey = 107,
 acCmdSubformDatasheet = 108,
 acCmdSelectAllRecords = 109,
 acCmdViewTables = 110,
 acCmdViewQueries = 111,
 acCmdViewForms = 112,
 acCmdViewReports = 113,
 acCmdViewMacros = 114,
 acCmdViewModules = 115,
 acCmdRowHeight = 116,
 acCmdColumnWidth = 117,
 acCmdInsertFileIntoModule = 118,
 acCmdSaveModuleAsText = 119,
 acCmdFindPrevious = 120,
 acCmdWindowSplit = 121,
 acCmdProcedureDefinition = 122,
 acCmdDebugWindow = 123,
 acCmdReset = 124,
 acCmdCompileAllModules = 125,
 acCmdCompileAndSaveAllModules = 126,
 acCmdGoContinue = 127,
 acCmdStepOver = 128,
 acCmdSetNextStatement = 129,
 acCmdShowNextStatement = 130,
 acCmdToggleBreakpoint = 131,
 acCmdClearAllBreakpoints = 132,
 acCmdRelationships = 133,
 acCmdNewObjectTable = 134,
 acCmdNewObjectQuery = 135,
 acCmdNewObjectForm = 136,
 acCmdNewObjectReport = 137,
 acCmdNewObjectMacro = 138,
 acCmdNewObjectModule = 139,
 acCmdNewObjectClassModule = 140,
 acCmdLayoutPreview = 141,
 acCmdSaveAsReport = 142,
 acCmdRename = 143,
 acCmdRemoveFilterSort = 144,
 acCmdSaveLayout = 145,
 acCmdClearAll = 146,
 acCmdHideTable = 147,
 acCmdShowDirectRelationships = 148,
 acCmdShowAllRelationships = 149,
 acCmdCreateRelationship = 150,
 acCmdEditRelationship = 151,
 acCmdIndexes = 152,
 acCmdAlignToShortest = 153,
 acCmdAlignToTallest = 154,
 acCmdSizeToNarrowest = 155,
 acCmdSizeToWidest = 156,
 acCmdHorizontalSpacingMakeEqual = 157,
 acCmdHorizontalSpacingDecrease = 158,
 acCmdHorizontalSpacingIncrease = 159,
 acCmdVerticalSpacingMakeEqual = 160,
 acCmdVerticalSpacingDecrease = 161,
 acCmdVerticalSpacingIncrease = 162,
 acCmdSortAscending = 163,
 acCmdSortDescending = 164,
 acCmdToolbarsCustomize = 165,
 acCmdOLEObjectConvert = 167,
 acCmdQueryTypeSQLDataDefinition = 168,
 acCmdQueryTypeSQLPassThrough = 169,
 acCmdViewCode = 170,
 acCmdConvertDatabase = 171,
 acCmdCallStack = 172,
 acCmdSend = 173,
 acCmdOutputToExcel = 175,
 acCmdOutputToRTF = 176,
 acCmdOutputToText = 177,
 acCmdInvokeBuilder = 178,
 acCmdZoomBox = 179,
 acCmdQueryTypeSQLUnion = 180,
 acCmdRun = 181,
 acCmdPageHdrFtr = 182,
 acCmdDesignView = 183,
 acCmdSQLView = 184,
 acCmdShowTable = 185,
 acCmdCloseWindow = 186,
 acCmdInsertRows = 187,
 acCmdDeleteRows = 188,
 acCmdCut = 189,
 acCmdCopy = 190,
 acCmdPaste = 191,
 acCmdAutoDial = 192,
 acCmdNewObjectAutoForm = 193,
 acCmdNewObjectAutoReport = 194,
 acCmdWordMailMerge = 195,
 acCmdTestValidationRules = 196,
 acCmdControlWizardsToggle = 197,
 acCmdEnd = 198,
 acCmdRedo = 199,
 acCmdObjectBrowser = 200,
 acCmdAddWatch = 201,
 acCmdEditWatch = 202,
 acCmdQuickWatch = 203,
 acCmdStepToCursor = 204,
 acCmdIndent = 205,
 acCmdOutdent = 206,
 acCmdFilterByForm = 207,
 acCmdFilterBySelection = 208,
 acCmdViewLargeIcons = 209,
 acCmdViewDetails = 210,
 acCmdViewSmallIcons = 211,
 acCmdViewList = 212,
 acCmdLineUpIcons = 213,
 acCmdArrangeIconsByName = 214,
 acCmdArrangeIconsByType = 215,
 acCmdArrangeIconsByCreated = 216,
 acCmdArrangeIconsByModified = 217,
 acCmdArrangeIconsAuto = 218,
 acCmdCreateShortcut = 219,
 acCmdToggleFilter = 220,
 acCmdOpenTable = 221,
 acCmdInsertPicture = 222,
 acCmdDeleteRecord = 223,
 acCmdStartupProperties = 224,
 acCmdPageNumber = 225,
 acCmdDateAndTime = 226,
 acCmdChangeToTextBox = 227,
 acCmdChangeToLabel = 228,
 acCmdChangeToListBox = 229,
 acCmdChangeToComboBox = 230,
 acCmdChangeToCheckBox = 231,
 acCmdChangeToToggleButton = 232,
 acCmdChangeToOptionButton = 233,
 acCmdChangeToImage = 234,
 acCmdAnswerWizard = 235,
 acCmdMicrosoftOnTheWeb = 236,
 acCmdClearItemDefaults = 237,
 acCmdZoom200 = 238,
 acCmdZoom150 = 239,
 acCmdZoom100 = 240,
 acCmdZoom75 = 241,
 acCmdZoom50 = 242,
 acCmdZoom25 = 243,
 acCmdZoom10 = 244,
 acCmdFitToWindow = 245,
 acCmdPreviewOnePage = 246,
 acCmdPreviewTwoPages = 247,
 acCmdPreviewFourPages = 248,
 acCmdPreviewEightPages = 249,
 acCmdPreviewTwelvePages = 250,
 acCmdOpenURL = 251,
 acCmdOpenStartPage = 252,
 acCmdOpenSearchPage = 253,
 acCmdRegisterActiveXControls = 254,
 acCmdDeleteTab = 255,
 acCmdDatabaseProperties = 256,
 acCmdImport = 257,
 acCmdInsertActiveXControl = 258,
 acCmdInsertHyperlink = 259,
 acCmdReferences = 260,
 acCmdAutoCorrect = 261,
 acCmdInsertProcedure = 262,
 acCmdCreateReplica = 263,
 acCmdSynchronizeNow = 264,
 acCmdRecoverDesignMaster = 265,
 acCmdResolveConflicts = 266,
 acCmdDeleteWatch = 267,
 acCmdSpelling = 269,
 acCmdAutoFormat = 270,
 acCmdDeleteTableColumn = 271,
 acCmdInsertTableColumn = 272,
 acCmdInsertLookupColumn = 273,
 acCmdRenameColumn = 274,
 acCmdSetDatabasePassword = 275,
 acCmdUserLevelSecurityWizard = 276,
 acCmdFilterExcludingSelection = 277,
 acCmdQuickPrint = 278,
 acCmdConvertMacrosToVisualBasic = 279,
 acCmdSaveAllModules = 280,
 acCmdFormView = 281,
 acCmdDatasheetView = 282,
 acCmdAnalyzePerformance = 283,
 acCmdAnalyzeTable = 284,
 acCmdDocumenter = 285,
 acCmdTileHorizontally = 286,
 acCmdProperties = 287,
 acCmdTransparentBackground = 288,
 acCmdTransparentBorder = 289,
 acCmdCompileLoadedModules = 290,
 acCmdInsertLookupField = 291,
 acCmdUndo = 292,
 acCmdInsertChart = 293,
 acCmdGoBack = 294,
 acCmdGoForward = 295,
 acCmdStopLoadingPage = 296,
 acCmdRefreshPage = 297,
 acCmdFavoritesOpen = 298,
 acCmdFavoritesAddTo = 299,
 acCmdShowOnlyWebToolbar = 300,
 acCmdToolbarControlProperties = 301,
 acCmdShowMembers = 302,
 acCmdListConstants = 303,
 acCmdQuickInfo = 304,
 acCmdParameterInfo = 305,
 acCmdCompleteWord = 306,
 acCmdBookmarksToggle = 307,
 acCmdBookmarksNext = 308,
 acCmdBookmarksPrevious = 309,
 acCmdBookmarksClearAll = 310,
 acCmdStepOut = 311,
 acCmdFindPrevWordUnderCursor = 312,
 acCmdFindNextWordUnderCursor = 313,
 acCmdObjBrwFindWholeWordOnly = 314,
 acCmdObjBrwShowHiddenMembers = 315,
 acCmdObjBrwHelp = 316,
 acCmdObjBrwViewDefinition = 317,
 acCmdObjBrwGroupMembers = 318,
 acCmdSelectReport = 319,
 acCmdSaveAsHTML = 321,
 acCmdSaveAsIDC = 322,
 acCmdSaveAsASP = 323,
 acCmdPublishDefaults = 324,
 acCmdEditHyperlink = 325,
 acCmdOpenHyperlink = 326,
 acCmdOpenNewHyperlink = 327,
 acCmdCopyHyperlink = 328,
 acCmdHyperlinkDisplayText = 329,
 acCmdTabControlPageOrder = 330,
 acCmdInsertPage = 331,
 acCmdDeletePage = 332,
 acCmdSelectAll = 333,
 acCmdCreateMenuFromMacro = 334,
 acCmdCreateToolbarFromMacro = 335,
 acCmdCreateShortcutMenuFromMacro = 336,
 acCmdDelete = 337,
 acCmdRunOpenMacro = 338,
 acCmdLastPosition = 339,
 acCmdPrint = 340,
 acCmdFindNext = 341,
 acCmdStepInto = 342,
 acCmdClearHyperlink = 343,
 acCmdDataAccessPageBrowse = 344,
 acCmdNewObjectDataAccessPage = 346,
 acCmdSelectDataAccessPage = 347,
 acCmdViewDataAccessPages = 349,
 acCmdNewObjectView = 350,
 acCmdNewObjectStoredProcedure = 351,
 acCmdNewObjectDiagram = 352,
 acCmdViewFieldList = 353,
 acCmdViewDiagrams = 354,
 acCmdViewStoredProcedures = 355,
 acCmdViewViews = 356,
 acCmdViewShowPaneSQL = 357,
 acCmdViewShowPaneDiagram = 358,
 acCmdViewShowPaneGrid = 359,
 acCmdViewVerifySQL = 360,
 acCmdQueryGroupBy = 361,
 acCmdQueryAddToOutput = 362,
 acCmdViewTableColumnNames = 363,
 acCmdViewTableNameOnly = 364,
 acCmdHidePane = 365,
 acCmdRemove = 366,
 acCmdViewTableColumnProperties = 368,
 acCmdViewTableKeys = 369,
 acCmdViewTableUserView = 370,
 acCmdZoomSelection = 371,
 acCmdDiagramNewLabel = 372,
 acCmdDiagramAddRelatedTables = 373,
 acCmdDiagramShowRelationshipLabels = 374,
 acCmdDiagramModifyUserDefinedView = 375,
 acCmdDiagramViewPageBreaks = 376,
 acCmdDiagramRecalculatePageBreaks = 377,
 acCmdDiagramAutosizeSelectedTables = 378,
 acCmdDiagramLayoutSelection = 379,
 acCmdDiagramLayoutDiagram = 380,
 acCmdDiagramNewTable = 381,
 acCmdDiagramDeleteRelationship = 382,
 acCmdConnection = 383,
 acCmdEditTriggers = 384,
 acCmdDataAccessPageDesignView = 385,
 acCmdPromote = 386,
 acCmdGroupByTable = 387,
 acCmdDemote = 388,
 acCmdSaveAsDataAccessPage = 389,
 acCmdMicrosoftScriptEditor = 390,
 acCmdWorkgroupAdministrator = 391,
 acCmdNewObjectFunction = 394,
 acCmdViewFunctions = 395,
 acCmdPivotTableView = 396,
 acCmdPivotChartView = 397,
 acCmdPivotAutoFilter = 398,
 acCmdPivotTableSubtotal = 399,
 acCmdPivotCollapse = 400,
 acCmdPivotExpand = 401,
 acCmdPivotTableHideDetails = 402,
 acCmdPivotTableShowDetails = 403,
 acCmdPivotRefresh = 404,
 acCmdPivotTableExportToExcel = 405,
 acCmdPivotTableMoveToRowArea = 406,
 acCmdPivotTableMoveToColumnArea = 407,
 acCmdPivotTableMoveToFilterArea = 408,
 acCmdPivotTableMoveToDetailArea = 409,
 acCmdPivotTablePromote = 410,
 acCmdPivotTableDemote = 411,
 acCmdPivotAutoSum = 412,
 acCmdPivotAutoCount = 413,
 acCmdPivotAutoMin = 414,
 acCmdPivotAutoMax = 415,
 acCmdPivotAutoAverage = 416,
 acCmdPivotAutoStdDev = 417,
 acCmdPivotAutoVar = 418,
 acCmdPivotAutoStdDevP = 419,
 acCmdPivotAutoVarP = 420,
 acCmdPivotShowTop1 = 421,
 acCmdPivotShowTop2 = 422,
 acCmdPivotShowTop5 = 423,
 acCmdPivotShowTop10 = 424,
 acCmdPivotShowTop25 = 425,
 acCmdPivotShowTop1Percent = 426,
 acCmdPivotShowTop2Percent = 427,
 acCmdPivotShowTop5Percent = 428,
 acCmdPivotShowTop10Percent = 429,
 acCmdPivotShowTop25Percent = 430,
 acCmdPivotShowTopOther = 431,
 acCmdPivotShowBottom1 = 432,
 acCmdPivotShowBottom2 = 433,
 acCmdPivotShowBottom5 = 434,
 acCmdPivotShowBottom10 = 435,
 acCmdPivotShowBottom25 = 436,
 acCmdPivotShowBottom1Percent = 437,
 acCmdPivotShowBottom2Percent = 438,
 acCmdPivotShowBottom5Percent = 439,
 acCmdPivotShowBottom10Percent = 440,
 acCmdPivotShowBottom25Percent = 441,
 acCmdPivotShowBottomOther = 442,
 acCmdPivotTableCreateCalcTotal = 443,
 acCmdPivotTableCreateCalcField = 444,
 acCmdPivotTableShowAsNormal = 445,
 acCmdPivotTablePercentRowTotal = 446,
 acCmdPivotTablePercentColumnTotal = 447,
 acCmdPivotTablePercentParentRowItem = 448,
 acCmdPivotTablePercentParentColumnItem = 449,
 acCmdPivotTablePercentGrandTotal = 450,
 acCmdPivotTableExpandIndicators = 451,
 acCmdPivotDropAreas = 452,
 acCmdPivotChartType = 453,
 acCmdPivotDelete = 454,
 acCmdPivotChartShowLegend = 455,
 acCmdPivotChartByRowByColumn = 456,
 acCmdPivotChartDrillInto = 457,
 acCmdPivotChartMultiplePlots = 458,
 acCmdPivotChartMultiplePlotsUnifiedScale = 459,
 acCmdPivotChartUndo = 460,
 acCmdPivotShowAll = 461,
 acCmdSubformFormView = 462,
 acCmdSubformDatasheetView = 463,
 acCmdSubformPivotTableView = 464,
 acCmdSubformPivotChartView = 465,
 acCmdWebPagePreview = 466,
 acCmdPageProperties = 467,
 acCmdDataOutline = 468,
 acCmdInsertMovieFromFile = 469,
 acCmdInsertPivotTable = 470,
 acCmdInsertSpreadsheet = 471,
 acCmdInsertUnboundSection = 472,
 acCmdWebTheme = 473,
 acCmdBackgroundPicture = 474,
 acCmdBackgroundSound = 475,
 acCmdAlignMiddle = 476,
 acCmdAlignCenter = 477,
 acCmdAlignmentAndSizing = 478,
 acCmdDataAccessPageFieldListRefresh = 479,
 acCmdDataAccessPageAddToPage = 480,
 acCmdZoom500 = 481,
 acCmdZoom1000 = 482,
 acCmdPrintRelationships = 483,
 acCmdGroupControls = 484,
 acCmdUngroupControls = 485,
 acCmdWebPageProperties = 486,
 acCmdExport = 487,
 acCmdOfficeClipboard = 488,
 acCmdDeleteTable = 489,
 acCmdPasteAsHyperlink = 490,
 acCmdNewGroup = 491,
 acCmdRenameGroup = 492,
 acCmdDeleteGroup = 493,
 acCmdAddToNewGroup = 494,
 acCmdSubformInNewWindow = 495,
 acCmdServerProperties = 496,
 acCmdTableCustomView = 497,
 acCmdTableAddTable = 498,
 acCmdInsertSubdatasheet = 499,
 acCmdConditionalFormatting = 500,
 acCmdChangeToCommandButton = 501,
 acCmdSubdatasheetExpandAll = 504,
 acCmdSubdatasheetCollapseAll = 505,
 acCmdSubdatasheetRemove = 506,
 acCmdServerFilterByForm = 507,
 acCmdMaximiumRecords = 508,
 acCmdSpeech = 511,
 acCmdBackup = 513,
 acCmdRestore = 514,
 acCmdTransferSQLDatabase = 515,
 acCmdCopyDatabaseFile = 516,
 acCmdDropSQLDatabase = 517,
 acCmdLinkedTableManager = 519,
 acCmdDatabaseSplitter = 520,
 acCmdSwitchboardManager = 521,
 acCmdUpsizingWizard = 522,
 acCmdPartialReplicaWizard = 524,
 acCmdVisualBasicEditor = 525,
 acCmdAddInManager = 526,
 acCmdPivotTableClearCustomOrdering = 527,
 acCmdPivotTableFilterBySelection = 528,
 acCmdPivotTableRemove = 529,
 acCmdPivotTableGroupItems = 530,
 acCmdPivotTableUngroupItems = 531,
 acCmdPivotChartDrillOut = 532,
 acCmdShowEnvelope = 533,
 acCmdPivotChartSortAscByTotal = 534,
 acCmdPivotChartSortDescByTotal = 535,
 acCmdViewObjectDependencies = 536,
 acCmdPublishDatabase = 537,
 acCmdCloseDatabase = 538,
 acCmdReportView = 539,
 acCmdToggleOffline = 540,
 acCmdRefreshData = 541,
 acCmdShareOnSharePoint = 542,
 acCmdSavedImports = 543,
 acCmdImportAttachAccess = 544,
 acCmdImportAttachExcel = 545,
 acCmdImportAttachText = 546,
 acCmdImportAttachSharePointList = 547,
 acCmdImportAttachXML = 548,
 acCmdImportAttachODBC = 549,
 acCmdImportAttachHTML = 550,
 acCmdImportAttachOutlook = 551,
 acCmdImportAttachdBase = 552,
 acCmdImportAttachParadox = 553,
 acCmdImportAttachLotus = 554,
 acCmdSavedExports = 555,
 acCmdExportExcel = 556,
 acCmdExportSharePointList = 557,
 acCmdExportRTF = 558,
 acCmdExportAccess = 559,
 acCmdExportText = 560,
 acCmdExportXML = 561,
 acCmdExportODBC = 562,
 acCmdExportSnapShot = 563,
 acCmdExportHTML = 564,
 acCmdExportdBase = 565,
 acCmdExportParadox = 566,
 acCmdExportLotus = 567,
 acCmdStackedLayout = 568,
 acCmdTabularLayout = 569,
 acCmdSelectEntireRow = 570,
 acCmdSelectEntireColumn = 571,
 acCmdMoveColumnCellUp = 572,
 acCmdMoveColumnCellDown = 573,
 acCmdLayoutGridlinesBoth = 574,
 acCmdLayoutGridlinesVertical = 575,
 acCmdLayoutGridlinesHorizontal = 576,
 acCmdLayoutGridlinesNone = 577,
 acCmdLayoutGridlinesCrossHatch = 578,
 acCmdLayoutGridlinesTop = 579,
 acCmdLayoutGridlinesBottom = 580,
 acCmdLayoutGridlinesOutline = 581,
 acCmdRemoveFromLayout = 582,
 acCmdAddFromOutlook = 583,
 acCmdSaveAsOutlookContact = 584,
 acCmdInsertLogo = 585,
 acCmdInsertTitle = 586,
 acCmdPasteFormatting = 587,
 acCmdMacroArguments = 588,
 acCmdMacroAllActions = 589,
 acCmdPrintSelection = 590,
 acCmdPublishFixedFormat = 591,
 acCmdExportFixedFormat = 592,
 acCmdLayoutView = 593,
 acCmdNewObjectContinuousForm = 594,
 acCmdNewObjectSplitForm = 595,
 acCmdNewObjectPivotChart = 596,
 acCmdNewObjectPivotTable = 597,
 acCmdNewObjectDatasheetForm = 598,
 acCmdNewObjectModalForm = 599,
 acCmdNewObjectBlankForm = 600,
 acCmdNewObjectLabelsReport = 601,
 acCmdNewObjectBlankReport = 602,
 acCmdNewObjectDesignQuery = 603,
 acCmdNewObjectDesignForm = 604,
 acCmdNewObjectDesignReport = 605,
 acCmdNewObjectDesignTable = 606,
 acCmdEditListItems = 607,
 acCmdCollectDataViaEmail = 608,
 acCmdManageReplies = 609,
 acCmdAnchorTopLeft = 610,
 acCmdAnchorStretchAcross = 611,
 acCmdAnchorTopRight = 612,
 acCmdAnchorStretchDown = 613,
 acCmdAnchorStretchDownAcross = 614,
 acCmdAnchorStretchDownRight = 615,
 acCmdAnchorBottomLeft = 616,
 acCmdAnchorBottomStretchAcross = 617,
 acCmdAnchorBottomRight = 618,
 acCmdFilterMenu = 619,
 acCmdShowColumnHistory = 620,
 acCmdBrowseSharePointList = 621,
 acCmdModifySharePointList = 622,
 acCmdModifySharePointListAlerts = 623,
 acCmdModifySharePointListWorkflow = 624,
 acCmdModifySharePointListPermissions = 625,
 acCmdRefreshSharePointList = 626,
 acCmdDeleteSharePointList = 627,
 acCmdControlMarginsNone = 628,
 acCmdControlMarginsNarrow = 629,
 acCmdControlMarginsMedium = 630,
 acCmdControlMarginsWide = 631,
 acCmdControlPaddingNone = 632,
 acCmdControlPaddingNarrow = 633,
 acCmdControlPaddingMedium = 634,
 acCmdControlPaddingWide = 635,
 acCmdShowDatePicker = 636,
 acCmdSetCaption = 637,
 acCmdSynchronize = 638,
 acCmdDiscardChanges = 639,
 acCmdDiscardChangesAndRefresh = 640,
 acCmdSharePointSiteRecycleBin = 641,
 acCmdToggleCacheListData = 642,
 acCmdRemoveFilterFromCurrentColumn = 643,
 acCmdRemoveAllFilters = 644,
 acCmdRemoveAllSorts = 645,
 acCmdCloseAll = 646,
 acCmdFieldTemplates = 647,
 acCmdApplyAutoFormat1 = 648,
 acCmdApplyAutoFormat2 = 649,
 acCmdApplyAutoFormat3 = 650,
 acCmdApplyAutoFormat4 = 651,
 acCmdApplyAutoFormat5 = 652,
 acCmdApplyAutoFormat6 = 653,
 acCmdApplyAutoFormat7 = 654,
 acCmdApplyAutoFormat8 = 655,
 acCmdApplyAutoFormat9 = 656,
 acCmdApplyAutoFormat10 = 657,
 acCmdApplyAutoFormat11 = 658,
 acCmdApplyAutoFormat12 = 659,
 acCmdApplyAutoFormat13 = 660,
 acCmdApplyAutoFormat14 = 661,
 acCmdApplyAutoFormat15 = 662,
 acCmdApplyAutoFormat16 = 663,
 acCmdApplyAutoFormat17 = 664,
 acCmdApplyAutoFormat18 = 665,
 acCmdApplyAutoFormat19 = 666,
 acCmdApplyAutoFormat20 = 667,
 acCmdApplyAutoFormat21 = 668,
 acCmdApplyAutoFormat22 = 669,
 acCmdApplyAutoFormat23 = 670,
 acCmdApplyAutoFormat24 = 671,
 acCmdApplyAutoFormat25 = 672,
 acCmdManageAttachments = 673,
 acCmdWorkflowTasks = 674,
 acCmdStartNewWorkflow = 675,
 acCmdShowMessageBar = 676,
 acCmdHideMessageBar = 677,
 acCmdLayoutInsertRowAbove = 678,
 acCmdLayoutInsertRowBelow = 679,
 acCmdLayoutInsertColumnLeft = 680,
 acCmdLayoutInsertColumnRight = 681,
 acCmdLayoutMergeCells = 682,
 acCmdLayoutSplitColumnCell = 683,
 acCmdLayoutSplitRowCell = 684,
 acCmdShowLogicCatalog = 685,
 acCmdSaveAsTemplate = 686,
 acCmdSaveDatabaseAsNewTemplatePart = 687,
 acCmdSaveSelectionAsNewDataType = 688,
 acCmdNewObjectNavigationTop = 689,
 acCmdNewObjectNavigationLeft = 690,
 acCmdNewObjectNavigationRight = 691,
 acCmdNewObjectNavigationTopTop = 692,
 acCmdNewObjectNavigationTopLeft = 693,
 acCmdNewObjectNavigationTopRight = 694,
 acCmdCompatCheckDatabase = 695,
 acCmdCompatCheckCurrentObject = 696,
 acCmdDesignObject = 697,
 acCmdCalculatedColumn = 698,
 acCmdSyncWebApplication = 699,
 acCmdConvertLinkedTableToLocal = 700,
 acCmdNewObjectContinuousFormWeb = 701,
 acCmdNewObjectDatasheetFormWeb = 702,
 acCmdNewObjectBlankFormWeb = 703,
 acCmdNewObjectBlankReportWeb = 704,
 acCmdNewObjectAutoFormWeb = 705,
 acCmdNewObjectAutoReportWeb = 706,
 acCmdNewObjectQueryWeb = 707,
 acCmdNewObjectMacroWeb = 708,
 acCmdNewObjectNavigationTopWeb = 709,
 acCmdNewObjectNavigationLeftWeb = 710,
 acCmdNewObjectNavigationRightWeb = 711,
 acCmdNewObjectNavigationTopTopWeb = 712,
 acCmdNewObjectNavigationTopLeftWeb = 713,
 acCmdNewObjectNavigationTopRightWeb = 714,
 acCmdSelectEntireLayout = 715,
 acCmdPrepareDatabaseForWeb = 716,
 acCmdManageTableEvents = 717,
 acCmdAddDataMacroAfterInsert = 718,
 acCmdAddDataMacroAfterUpdate = 719,
 acCmdAddDataMacroAfterDelete = 720,
 acCmdAddDataMacroBeforeDelete = 721,
 acCmdAddDataMacroBeforeChange = 722,
 acCmdAddNamedDataMacro = 723,
 acCmdInsertNavigationButton = 724
}
enum AcControlType {
 acLabel = 100,
 acRectangle = 101,
 acLine = 102,
 acImage = 103,
 acCommandButton = 104,
 acOptionButton = 105,
 acCheckBox = 106,
 acOptionGroup = 107,
 acBoundObjectFrame = 108,
 acTextBox = 109,
 acListBox = 110,
 acComboBox = 111,
 acSubform = 112,
 acObjectFrame = 114,
 acPageBreak = 118,
 acCustomControl = 119,
 acToggleButton = 122,
 acTabCtl = 123,
 acPage = 124,
 acAttachment = 126,
 acEmptyCell = 127,
 acWebBrowser = 128,
 acNavigationControl = 129,
 acNavigationButton = 130
}
enum AcCurrentView {
 acCurViewDesign = 0,
 acCurViewFormBrowse = 1,
 acCurViewDatasheet = 2,
 acCurViewPivotTable = 3,
 acCurViewPivotChart = 4,
 acCurViewPreview = 5,
 acCurViewReportBrowse = 6,
 acCurViewLayout = 7
}
enum AcCursorOnHover {
 acCursorOnHoverDefault = 0,
 acCursorOnHoverHyperlinkHand = 1
}
enum AcDataAccessPageView {
 acDataAccessPageBrowse = 0,
 acDataAccessPageDesign = 1
}
enum AcDataObjectType {
 acActiveDataObject = -1,
 acDataTable = 0,
 acDataQuery = 1,
 acDataForm = 2,
 acDataReport = 3,
 acDataServerView = 7,
 acDataStoredProcedure = 9,
 acDataFunction = 10
}
enum AcDataTransferType {
 acImport = 0,
 acExport = 1,
 acLink = 2
}
enum AcDefReportView {
 acDefViewPreview = 0,
 acDefViewReportBrowse = 1
}
enum AcDefView {
 acDefViewSingle = 0,
 acDefViewContinuous = 1,
 acDefViewDatasheet = 2,
 acDefViewPivotTable = 3,
 acDefViewPivotChart = 4,
 acDefViewSplitForm = 5
}
enum AcDisplayAs {
 acDisplayAsImageIcon = 0,
 acDisplayAsIcon = 1,
 acDisplayAsPaperclip = 2
}
enum AcDisplayAsHyperlink {
 acDisplayAsHyperlinkIfHyperlink = 0,
 acDisplayAsHyperlinkAlways = 1,
 acDisplayAsHyperlinkOnScreenOnly = 2
}
enum AcExportQuality {
 acExportQualityPrint = 0,
 acExportQualityScreen = 1
}
enum AcExportXMLEncoding {
 acUTF8 = 0,
 acUTF16 = 1
}
enum AcExportXMLObjectType {
 acExportTable = 0,
 acExportQuery = 1,
 acExportForm = 2,
 acExportReport = 3,
 acExportServerView = 7,
 acExportStoredProcedure = 9,
 acExportFunction = 10
}
enum AcExportXMLOtherFlags {
 acEmbedSchema = 1,
 acExcludePrimaryKeyAndIndexes = 2,
 acRunFromServer = 4,
 acLiveReportSource = 8,
 acPersistReportML = 16,
 acExportAllTableAndFieldProperties = 32
}
enum AcExportXMLSchemaFormat {
 acSchemaNone = 0,
 acSchemaXSD = 1
}
enum AcFileFormat {
 acFileFormatAccess2 = 2,
 acFileFormatAccess95 = 7,
 acFileFormatAccess97 = 8,
 acFileFormatAccess2000 = 9,
 acFileFormatAccess2002 = 10,
 acFileFormatAccess2007 = 12
}
enum AcFilterType {
 acFilterNormal = 0,
 acServerFilter = 1
}
enum AcFindField {
 acCurrent = -1,
 acAll = 0
}
enum AcFindMatch {
 acAnywhere = 0,
 acEntire = 1,
 acStart = 2
}
enum AcFormatBarLimits {
 acAutomatic = 0,
 acNumber = 1,
 acPercent = 2
}
enum AcFormatConditionOperator {
 acBetween = 0,
 acNotBetween = 1,
 acEqual = 2,
 acNotEqual = 3,
 acGreaterThan = 4,
 acLessThan = 5,
 acGreaterThanOrEqual = 6,
 acLessThanOrEqual = 7
}
enum AcFormatConditionType {
 acFieldValue = 0,
 acExpression = 1,
 acFieldHasFocus = 2,
 acDataBar = 3
}
enum AcFormOpenDataMode {
 acFormPropertySettings = -1,
 acFormAdd = 0,
 acFormEdit = 1,
 acFormReadOnly = 2
}
enum AcFormView {
 acNormal = 0,
 acDesign = 1,
 acPreview = 2,
 acFormDS = 3,
 acFormPivotTable = 4,
 acFormPivotChart = 5,
 acLayout = 6
}
enum AcHorizontalAnchor {
 acHorizontalAnchorLeft = 0,
 acHorizontalAnchorRight = 1,
 acHorizontalAnchorBoth = 2
}
enum AcHyperlinkPart {
 acDisplayedValue = 0,
 acDisplayText = 1,
 acAddress = 2,
 acSubAddress = 3,
 acScreenTip = 4,
 acFullAddress = 5
}
enum AcImeMode {
 acImeModeNoControl = 0,
 acImeModeOn = 1,
 acImeModeOff = 2,
 acImeModeDisable = 3,
 acImeModeHiragana = 4,
 acImeModeKatakana = 5,
 acImeModeKatakanaHalf = 6,
 acImeModeAlphaFull = 7,
 acImeModeAlpha = 8,
 acImeModeHangulFull = 9,
 acImeModeHangul = 10
}
enum AcImeSentenceMode {
 acImeSentenceModePhrasePredict = 0,
 acImeSentenceModePluralClause = 1,
 acImeSentenceModeConversation = 2,
 acImeSentenceModeNone = 3
}
enum AcImportXMLOption {
 acStructureOnly = 0,
 acStructureAndData = 1,
 acAppendData = 2
}
enum AcLayoutType {
 acLayoutNone = 0,
 acLayoutTabular = 1,
 acLayoutStacked = 2
}
enum AcModuleType {
 acStandardModule = 0,
 acClassModule = 1
}
enum AcNavigationSpan {
 acHorizontal = 0,
 acVertical = 1
}
enum AcNewDatabaseFormat {
 acNewDatabaseFormatUserDefault = 0,
 acNewDatabaseFormatAccess2000 = 9,
 acNewDatabaseFormatAccess2002 = 10,
 acNewDatabaseFormatAccess2007 = 12
}
enum AcObjectType {
 acDefault = -1,
 acTable = 0,
 acQuery = 1,
 acForm = 2,
 acReport = 3,
 acMacro = 4,
 acModule = 5,
 acDataAccessPage = 6,
 acServerView = 7,
 acDiagram = 8,
 acStoredProcedure = 9,
 acFunction = 10,
 acDatabaseProperties = 11,
 acTableDataMacro = 12
}
enum AcOpenDataMode {
 acAdd = 0,
 acEdit = 1,
 acReadOnly = 2
}
enum AcOutputObjectType {
 acOutputTable = 0,
 acOutputQuery = 1,
 acOutputForm = 2,
 acOutputReport = 3,
 acOutputModule = 5,
 acOutputDataAccessPage = 6,
 acOutputServerView = 7,
 acOutputStoredProcedure = 9,
 acOutputFunction = 10
}
enum AcPictureCaptionArrangement {
 acNoPictureCaption = 0,
 acGeneral = 1,
 acTop = 2,
 acBottom = 3,
 acLeft = 4,
 acRight = 5
}
enum AcPrintColor {
 acPRCMMonochrome = 1,
 acPRCMColor = 2
}
enum AcPrintDuplex {
 acPRDPSimplex = 1,
 acPRDPHorizontal = 2,
 acPRDPVertical = 3
}
enum AcPrintItemLayout {
 acPRHorizontalColumnLayout = 1953,
 acPRVerticalColumnLayout = 1954
}
enum AcPrintObjQuality {
 acPRPQHigh = -4,
 acPRPQMedium = -3,
 acPRPQLow = -2,
 acPRPQDraft = -1
}
enum AcPrintOrientation {
 acPRORPortrait = 1,
 acPRORLandscape = 2
}
enum AcPrintPaperBin {
 acPRBNUpper = 1,
 acPRBNLower = 2,
 acPRBNMiddle = 3,
 acPRBNManual = 4,
 acPRBNEnvelope = 5,
 acPRBNEnvManual = 6,
 acPRBNAuto = 7,
 acPRBNTractor = 8,
 acPRBNSmallFmt = 9,
 acPRBNLargeFmt = 10,
 acPRBNLargeCapacity = 11,
 acPRBNCassette = 14,
 acPRBNFormSource = 15
}
enum AcPrintPaperSize {
 acPRPSLetter = 1,
 acPRPSLetterSmall = 2,
 acPRPSTabloid = 3,
 acPRPSLedger = 4,
 acPRPSLegal = 5,
 acPRPSStatement = 6,
 acPRPSExecutive = 7,
 acPRPSA3 = 8,
 acPRPSA4 = 9,
 acPRPSA4Small = 10,
 acPRPSA5 = 11,
 acPRPSB4 = 12,
 acPRPSB5 = 13,
 acPRPSFolio = 14,
 acPRPSQuarto = 15,
 acPRPS10x14 = 16,
 acPRPS11x17 = 17,
 acPRPSNote = 18,
 acPRPSEnv9 = 19,
 acPRPSEnv10 = 20,
 acPRPSEnv11 = 21,
 acPRPSEnv12 = 22,
 acPRPSEnv14 = 23,
 acPRPSCSheet = 24,
 acPRPSDSheet = 25,
 acPRPSESheet = 26,
 acPRPSEnvDL = 27,
 acPRPSEnvC5 = 28,
 acPRPSEnvC3 = 29,
 acPRPSEnvC4 = 30,
 acPRPSEnvC6 = 31,
 acPRPSEnvC65 = 32,
 acPRPSEnvB4 = 33,
 acPRPSEnvB5 = 34,
 acPRPSEnvB6 = 35,
 acPRPSEnvItaly = 36,
 acPRPSEnvMonarch = 37,
 acPRPSEnvPersonal = 38,
 acPRPSFanfoldUS = 39,
 acPRPSFanfoldStdGerman = 40,
 acPRPSFanfoldLglGerman = 41,
 acPRPSUser = 256
}
enum AcPrintQuality {
 acHigh = 0,
 acMedium = 1,
 acLow = 2,
 acDraft = 3
}
enum AcPrintRange {
 acPrintAll = 0,
 acSelection = 1,
 acPages = 2
}
enum AcProjectType {
 acNull = 0,
 acADP = 1,
 acMDB = 2
}
enum AcProperty {
 acPropertyEnabled = 0,
 acPropertyVisible = 1,
 acPropertyLocked = 2,
 acPropertyLeft = 3,
 acPropertyTop = 4,
 acPropertyWidth = 5,
 acPropertyHeight = 6,
 acPropertyForeColor = 7,
 acPropertyBackColor = 8,
 acPropertyCaption = 9,
 acPropertyValue = 10
}
enum AcQuitOption {
 acQuitPrompt = 0,
 acQuitSaveAll = 1,
 acQuitSaveNone = 2
}
enum AcRecord {
 acPrevious = 0,
 acNext = 1,
 acFirst = 2,
 acLast = 3,
 acGoTo = 4,
 acNewRec = 5
}
enum AcResourceType {
 acResourceTheme = 0,
 acResourceImage = 1
}
enum AcSearchDirection {
 acUp = 0,
 acDown = 1,
 acSearchAll = 2
}
enum AcSection {
 acDetail = 0,
 acHeader = 1,
 acFooter = 2,
 acPageHeader = 3,
 acPageFooter = 4,
 acGroupLevel1Header = 5,
 acGroupLevel1Footer = 6,
 acGroupLevel2Header = 7,
 acGroupLevel2Footer = 8
}
enum AcSendObjectType {
 acSendNoObject = -1,
 acSendTable = 0,
 acSendQuery = 1,
 acSendForm = 2,
 acSendReport = 3,
 acSendModule = 5,
 acSendDataAccessPage = 6
}
enum AcSeparatorCharacters {
 acSeparatorCharactersSystemSeparator = 0,
 acSeparatorCharactersNewLine = 1,
 acSeparatorCharactersSemiColon = 2,
 acSeparatorCharactersComma = 3
}
enum AcSharePointListTransferType {
 acImportSharePointList = 0,
 acLinkSharePointList = 1
}
enum AcShowToolbar {
 acToolbarYes = 0,
 acToolbarWhereApprop = 1,
 acToolbarNo = 2
}
enum AcSplitFormDatasheet {
 acDatasheetAllowEdits = 0,
 acDatasheetReadOnly = 1
}
enum AcSplitFormOrientation {
 acDatasheetOnTop = 0,
 acDatasheetOnBottom = 1,
 acDatasheetOnLeft = 2,
 acDatasheetOnRight = 3
}
enum AcSplitFormPrinting {
 acFormOnly = 0,
 acGridOnly = 1
}
enum AcSpreadSheetType {
 acSpreadsheetTypeExcel3 = 0,
 acSpreadsheetTypeLotusWK1 = 2,
 acSpreadsheetTypeLotusWK3 = 3,
 acSpreadsheetTypeLotusWJ2 = 4,
 acSpreadsheetTypeExcel5 = 5,
 acSpreadsheetTypeExcel7 = 5,
 acSpreadsheetTypeExcel4 = 6,
 acSpreadsheetTypeLotusWK4 = 7,
 acSpreadsheetTypeExcel97 = 8,
 acSpreadsheetTypeExcel8 = 8,
 acSpreadsheetTypeExcel9 = 8,
 acSpreadsheetTypeExcel12 = 9,
 acSpreadsheetTypeExcel12Xml = 10
}
enum AcSysCmdAction {
 acSysCmdInitMeter = 1,
 acSysCmdUpdateMeter = 2,
 acSysCmdRemoveMeter = 3,
 acSysCmdSetStatus = 4,
 acSysCmdClearStatus = 5,
 acSysCmdRuntime = 6,
 acSysCmdAccessVer = 7,
 acSysCmdIniFile = 8,
 acSysCmdAccessDir = 9,
 acSysCmdGetObjectState = 10,
 acSysCmdClearHelpTopic = 11,
 acSysCmdProfile = 12,
 acSysCmdGetWorkgroupFile = 13
}
enum AcTextFormat {
 acTextFormatPlain = 0,
 acTextFormatHTMLRichText = 1
}
enum AcTextTransferType {
 acImportDelim = 0,
 acImportFixed = 1,
 acExportDelim = 2,
 acExportFixed = 3,
 acExportMerge = 4,
 acLinkDelim = 5,
 acLinkFixed = 6,
 acImportHTML = 7,
 acExportHTML = 8,
 acLinkHTML = 9
}
enum AcTransformXMLScriptOption {
 acEnableScript = 0,
 acPromptScript = 1,
 acDisableScript = 2
}
enum AcVerticalAnchor {
 acVerticalAnchorTop = 0,
 acVerticalAnchorBottom = 1,
 acVerticalAnchorBoth = 2
}
enum AcView {
 acViewNormal = 0,
 acViewDesign = 1,
 acViewPreview = 2,
 acViewPivotTable = 3,
 acViewPivotChart = 4,
 acViewReport = 5,
 acViewLayout = 6
}
enum AcWebBrowserScrollBars {
 acScrollAuto = 0,
 acScrollYes = 1,
 acScrollNo = 2
}
enum AcWebBrowserState {
 acUnintialized = 0,
 acLoading = 1,
 acLoaded = 2,
 acInteractive = 3,
 acComplete = 4
}
enum AcWebUserDisplay {
 acWebUserID = 0,
 acWebUserName = 1,
 acWebUserLoginName = 2,
 acWebUserEmail = 3
}
enum AcWebUserGroupsDisplay {
 acWebUserGroupID = 0,
 acWebUserGroupName = 1
}
enum AcWindowMode {
 acWindowNormal = 0,
 acHidden = 1,
 acIcon = 2,
 acDialog = 3
}

enum ADCPROP_ASYNCTHREADPRIORITY_ENUM {
 adPriorityLowest = 1,
 adPriorityBelowNormal = 2,
 adPriorityNormal = 3,
 adPriorityAboveNormal = 4,
 adPriorityHighest = 5
}
enum ADCPROP_AUTORECALC_ENUM {
 adRecalcUpFront = 0,
 adRecalcAlways = 1
}
enum ADCPROP_UPDATECRITERIA_ENUM {
 adCriteriaKey = 0,
 adCriteriaAllCols = 1,
 adCriteriaUpdCols = 2,
 adCriteriaTimeStamp = 3
}
enum ADCPROP_UPDATERESYNC_ENUM {
 adResyncNone = 0,
 adResyncAutoIncrement = 1,
 adResyncConflicts = 2,
 adResyncUpdates = 4,
 adResyncInserts = 8,
 adResyncAll = 15
}
enum AffectEnum {
 adAffectCurrent = 1,
 adAffectGroup = 2,
 adAffectAll = 3,
 adAffectAllChapters = 4
}
enum BackstageGroupStyle {
 BackstageGroupStyleNormal = 0,
 BackstageGroupStyleWarning = 1,
 BackstageGroupStyleError = 2
}
enum BookmarkEnum {
 adBookmarkCurrent = 0,
 adBookmarkFirst = 1,
 adBookmarkLast = 2
}
enum CertificateDetail {
 certdetAvailable = 0,
 certdetSubject = 1,
 certdetIssuer = 2,
 certdetExpirationDate = 3,
 certdetThumbprint = 4
}
enum CertificateVerificationResults {
 certverresError = 0,
 certverresVerifying = 1,
 certverresUnverified = 2,
 certverresValid = 3,
 certverresInvalid = 4,
 certverresExpired = 5,
 certverresRevoked = 6,
 certverresUntrusted = 7
}
enum CommandTypeEnum {
 adCmdUnspecified = -1,
 adCmdText = 1,
 adCmdTable = 2,
 adCmdStoredProc = 4,
 adCmdUnknown = 8,
 adCmdFile = 256,
 adCmdTableDirect = 512
}
enum CompareEnum {
 adCompareLessThan = 0,
 adCompareEqual = 1,
 adCompareGreaterThan = 2,
 adCompareNotEqual = 3,
 adCompareNotComparable = 4
}
enum ConnectModeEnum {
 adModeUnknown = 0,
 adModeRead = 1,
 adModeWrite = 2,
 adModeReadWrite = 3,
 adModeShareDenyRead = 4,
 adModeShareDenyWrite = 8,
 adModeShareExclusive = 12,
 adModeShareDenyNone = 16,
 adModeRecursive = 4194304
}
enum ConnectOptionEnum {
 adConnectUnspecified = -1,
 adAsyncConnect = 16
}
enum ConnectPromptEnum {
 adPromptAlways = 1,
 adPromptComplete = 2,
 adPromptCompleteRequired = 3,
 adPromptNever = 4
}
enum ContentVerificationResults {
 contverresError = 0,
 contverresVerifying = 1,
 contverresUnverified = 2,
 contverresValid = 3,
 contverresModified = 4
}
enum CopyRecordOptionsEnum {
 adCopyUnspecified = -1,
 adCopyOverWrite = 1,
 adCopyNonRecursive = 2,
 adCopyAllowEmulation = 4
}
enum CreateFileType {
 cftNone = 0,
 cftNotebook = 1,
 cftFolder = 2,
 cftSection = 3
}
enum CursorLocationEnum {
 adUseNone = 1,
 adUseServer = 2,
 adUseClient = 3,
 adUseClientBatch = 3
}
enum CursorOptionEnum {
 adHoldRecords = 256,
 adMovePrevious = 512,
 adBookmark = 8192,
 adApproxPosition = 16384,
 adUpdateBatch = 65536,
 adResync = 131072,
 adNotify = 262144,
 adFind = 524288,
 adSeek = 4194304,
 adIndex = 8388608,
 adAddNew = 16778240,
 adDelete = 16779264,
 adUpdate = 16809984
}
enum CursorTypeEnum {
 adOpenUnspecified = -1,
 adOpenForwardOnly = 0,
 adOpenKeyset = 1,
 adOpenDynamic = 2,
 adOpenStatic = 3
}
enum DataTypeEnum {
 adEmpty = 0,
 adSmallInt = 2,
 adInteger = 3,
 adSingle = 4,
 adDouble = 5,
 adCurrency = 6,
 adDate = 7,
 adBSTR = 8,
 adIDispatch = 9,
 adError = 10,
 adBoolean = 11,
 adVariant = 12,
 adIUnknown = 13,
 adDecimal = 14,
 adTinyInt = 16,
 adUnsignedTinyInt = 17,
 adUnsignedSmallInt = 18,
 adUnsignedInt = 19,
 adBigInt = 20,
 adUnsignedBigInt = 21,
 adFileTime = 64,
 adGUID = 72,
 adBinary = 128,
 adChar = 129,
 adWChar = 130,
 adNumeric = 131,
 adUserDefined = 132,
 adDBDate = 133,
 adDBTime = 134,
 adDBTimeStamp = 135,
 adChapter = 136,
 adPropVariant = 138,
 adVarNumeric = 139,
 adVarChar = 200,
 adLongVarChar = 201,
 adVarWChar = 202,
 adLongVarWChar = 203,
 adVarBinary = 204,
 adLongVarBinary = 205,
 adArray = 8192
}
enum DockLocation {
 dlDefault = -1,
 dlNone = 0,
 dlLeft = 1,
 dlRight = 2,
 dlTop = 3,
 dlBottom = 4
}
enum DocProperties {
 offPropertyTypeNumber = 1,
 offPropertyTypeBoolean = 2,
 offPropertyTypeDate = 3,
 offPropertyTypeString = 4,
 offPropertyTypeFloat = 5
}
enum EditModeEnum {
 adEditNone = 0,
 adEditInProgress = 1,
 adEditAdd = 2,
 adEditDelete = 4
}
enum EncryptionCipherMode {
 cipherModeECB = 0,
 cipherModeCBC = 1
}
enum EncryptionProviderDetail {
 encprovdetUrl = 0,
 encprovdetAlgorithm = 1,
 encprovdetBlockCipher = 2,
 encprovdetCipherBlockSize = 3,
 encprovdetCipherMode = 4
}
enum Error {
 hrMalformedXML = -2147213312,
 hrInvalidXML = -2147213311,
 hrCreatingSection = -2147213310,
 hrOpeningSection = -2147213309,
 hrSectionDoesNotExist = -2147213308,
 hrPageDoesNotExist = -2147213307,
 hrFileDoesNotExist = -2147213306,
 hrInsertingImage = -2147213305,
 hrInsertingInk = -2147213304,
 hrInsertingHtml = -2147213303,
 hrNavigatingToPage = -2147213302,
 hrSectionReadOnly = -2147213301,
 hrPageReadOnly = -2147213300,
 hrInsertingOutlineText = -2147213299,
 hrPageObjectDoesNotExist = -2147213298,
 hrBinaryObjectDoesNotExist = -2147213297,
 hrLastModifiedDateDidNotMatch = -2147213296,
 hrGroupDoesNotExist = -2147213295,
 hrPageDoesNotExistInGroup = -2147213294,
 hrNoActiveSelection = -2147213293,
 hrObjectDoesNotExist = -2147213292,
 hrNotebookDoesNotExist = -2147213291,
 hrInsertingFile = -2147213290,
 hrInvalidName = -2147213289,
 hrFolderDoesNotExist = -2147213288,
 hrInvalidQuery = -2147213287,
 hrFileAlreadyExists = -2147213286,
 hrSectionEncryptedAndLocked = -2147213285,
 hrDisabledByPolicy = -2147213284,
 hrNotYetSynchronized = -2147213283,
 hrLegacySection = -2147213282,
 hrMergeFailed = -2147213281,
 hrInvalidXMLSchema = -2147213280,
 hrFutureContentLoss = -2147213278,
 hrTimeOut = -2147213277,
 hrRecordingInProgress = -2147213276,
 hrUnknownLinkedNoteState = -2147213275,
 hrNoShortNameForLinkedNote = -2147213274,
 hrNoFriendlyNameForLinkedNote = -2147213273,
 hrInvalidLinkedNoteUri = -2147213272,
 hrInvalidLinkedNoteThumbnail = -2147213271,
 hrImportLNTThumbnailFailed = -2147213270,
 hrUnreadDisabledForNotebook = -2147213269,
 hrInvalidSelection = -2147213268,
 hrConvertFailed = -2147213267,
 hrRecycleBinEditFailed = -2147213266
}
enum ErrorValueEnum {
 adErrProviderFailed = 3000,
 adErrInvalidArgument = 3001,
 adErrOpeningFile = 3002,
 adErrReadFile = 3003,
 adErrWriteFile = 3004,
 adErrNoCurrentRecord = 3021,
 adErrIllegalOperation = 3219,
 adErrCantChangeProvider = 3220,
 adErrInTransaction = 3246,
 adErrFeatureNotAvailable = 3251,
 adErrItemNotFound = 3265,
 adErrObjectInCollection = 3367,
 adErrObjectNotSet = 3420,
 adErrDataConversion = 3421,
 adErrObjectClosed = 3704,
 adErrObjectOpen = 3705,
 adErrProviderNotFound = 3706,
 adErrBoundToCommand = 3707,
 adErrInvalidParamInfo = 3708,
 adErrInvalidConnection = 3709,
 adErrNotReentrant = 3710,
 adErrStillExecuting = 3711,
 adErrOperationCancelled = 3712,
 adErrStillConnecting = 3713,
 adErrInvalidTransaction = 3714,
 adErrNotExecuting = 3715,
 adErrUnsafeOperation = 3716,
 adwrnSecurityDialog = 3717,
 adwrnSecurityDialogHeader = 3718,
 adErrIntegrityViolation = 3719,
 adErrPermissionDenied = 3720,
 adErrDataOverflow = 3721,
 adErrSchemaViolation = 3722,
 adErrSignMismatch = 3723,
 adErrCantConvertvalue = 3724,
 adErrCantCreate = 3725,
 adErrColumnNotOnThisRow = 3726,
 adErrURLDoesNotExist = 3727,
 adErrTreePermissionDenied = 3728,
 adErrInvalidURL = 3729,
 adErrResourceLocked = 3730,
 adErrResourceExists = 3731,
 adErrCannotComplete = 3732,
 adErrVolumeNotFound = 3733,
 adErrOutOfSpace = 3734,
 adErrResourceOutOfScope = 3735,
 adErrUnavailable = 3736,
 adErrURLNamedRowDoesNotExist = 3737,
 adErrDelResOutOfScope = 3738,
 adErrPropInvalidColumn = 3739,
 adErrPropInvalidOption = 3740,
 adErrPropInvalidValue = 3741,
 adErrPropConflicting = 3742,
 adErrPropNotAllSettable = 3743,
 adErrPropNotSet = 3744,
 adErrPropNotSettable = 3745,
 adErrPropNotSupported = 3746,
 adErrCatalogNotSet = 3747,
 adErrCantChangeConnection = 3748,
 adErrFieldsUpdateFailed = 3749,
 adErrDenyNotSupported = 3750,
 adErrDenyTypeNotSupported = 3751,
 adErrProviderNotSpecified = 3753
}
enum EventReasonEnum {
 adRsnAddNew = 1,
 adRsnDelete = 2,
 adRsnUpdate = 3,
 adRsnUndoUpdate = 4,
 adRsnUndoAddNew = 5,
 adRsnUndoDelete = 6,
 adRsnRequery = 7,
 adRsnResynch = 8,
 adRsnClose = 9,
 adRsnMove = 10,
 adRsnFirstChange = 11,
 adRsnMoveFirst = 12,
 adRsnMoveNext = 13,
 adRsnMovePrevious = 14,
 adRsnMoveLast = 15
}
enum EventStatusEnum {
 adStatusOK = 1,
 adStatusErrorsOccurred = 2,
 adStatusCantDeny = 3,
 adStatusCancel = 4,
 adStatusUnwantedEvent = 5
}
enum ExecuteOptionEnum {
 adOptionUnspecified = -1,
 adAsyncExecute = 16,
 adAsyncFetch = 32,
 adAsyncFetchNonBlocking = 64,
 adExecuteNoRecords = 128,
 adExecuteStream = 1024,
 adExecuteRecord = 2048
}
enum FieldAttributeEnum {
 adFldUnspecified = -1,
 adFldMayDefer = 2,
 adFldUpdatable = 4,
 adFldUnknownUpdatable = 8,
 adFldFixed = 16,
 adFldIsNullable = 32,
 adFldMayBeNull = 64,
 adFldLong = 128,
 adFldRowID = 256,
 adFldRowVersion = 512,
 adFldCacheDeferred = 4096,
 adFldIsChapter = 8192,
 adFldNegativeScale = 16384,
 adFldKeyColumn = 32768,
 adFldIsRowURL = 65536,
 adFldIsDefaultStream = 131072,
 adFldIsCollection = 262144
}
enum FieldEnum {
 adRecordURL = -2,
 adDefaultStream = -1
}
enum FieldStatusEnum {
 adFieldOK = 0,
 adFieldCantConvertValue = 2,
 adFieldIsNull = 3,
 adFieldTruncated = 4,
 adFieldSignMismatch = 5,
 adFieldDataOverflow = 6,
 adFieldCantCreate = 7,
 adFieldUnavailable = 8,
 adFieldPermissionDenied = 9,
 adFieldIntegrityViolation = 10,
 adFieldSchemaViolation = 11,
 adFieldBadStatus = 12,
 adFieldDefault = 13,
 adFieldIgnore = 15,
 adFieldDoesNotExist = 16,
 adFieldInvalidURL = 17,
 adFieldResourceLocked = 18,
 adFieldResourceExists = 19,
 adFieldCannotComplete = 20,
 adFieldVolumeNotFound = 21,
 adFieldOutOfSpace = 22,
 adFieldCannotDeleteSource = 23,
 adFieldReadOnly = 24,
 adFieldResourceOutOfScope = 25,
 adFieldAlreadyExists = 26,
 adFieldPendingInsert = 65536,
 adFieldPendingDelete = 131072,
 adFieldPendingChange = 262144,
 adFieldPendingUnknown = 524288,
 adFieldPendingUnknownDelete = 1048576
}
enum FilingLocation {
 flEMail = 0,
 flContacts = 1,
 flTasks = 2,
 flMeetings = 3,
 flWebContent = 4,
 flPrintOuts = 5
}
enum FilingLocationType {
 fltNamedSectionNewPage = 0,
 fltCurrentSectionNewPage = 1,
 fltCurrentPage = 2,
 fltNamedPage = 4
}
enum FilterGroupEnum {
 adFilterNone = 0,
 adFilterPendingRecords = 1,
 adFilterAffectedRecords = 2,
 adFilterFetchedRecords = 3,
 adFilterPredicate = 4,
 adFilterConflictingRecords = 5
}
enum fmAction {
 fmActionCut = 0,
 fmActionCopy = 1,
 fmActionPaste = 2,
 fmActionDragDrop = 3
}
enum fmAlignment {
 fmAlignmentLeft = 0,
 fmAlignmentRight = 1
}
enum fmBackStyle {
 fmBackStyleTransparent = 0,
 fmBackStyleOpaque = 1
}
enum fmBorders {
 fmBordersNone = 0,
 fmBordersBox = 1,
 fmBordersLeft = 2,
 fmBordersTop = 3
}
enum fmBorderStyle {
 fmBorderStyleNone = 0,
 fmBorderStyleSingle = 1
}
enum fmButtonEffect {
 fmButtonEffectFlat = 0,
 fmButtonEffectSunken = 2
}
enum fmButtonStyle {
 fmButtonStylePushButton = 0,
 fmButtonStyleToggleButton = 1
}
enum fmCycle {
 fmCycleAllForms = 0,
 fmCycleCurrentForm = 2
}
enum fmDisplayStyle {
 fmDisplayStyleText = 1,
 fmDisplayStyleList = 2,
 fmDisplayStyleCombo = 3,
 fmDisplayStyleCheckBox = 4,
 fmDisplayStyleOptionButton = 5,
 fmDisplayStyleToggle = 6,
 fmDisplayStyleDropList = 7
}
enum fmDragBehavior {
 fmDragBehaviorDisabled = 0,
 fmDragBehaviorEnabled = 1
}
enum fmDragState {
 fmDragStateEnter = 0,
 fmDragStateLeave = 1,
 fmDragStateOver = 2
}
enum fmDropButtonStyle {
 fmDropButtonStylePlain = 0,
 fmDropButtonStyleArrow = 1,
 fmDropButtonStyleEllipsis = 2,
 fmDropButtonStyleReduce = 3
}
enum fmDropEffect {
 fmDropEffectNone = 0,
 fmDropEffectCopy = 1,
 fmDropEffectMove = 2,
 fmDropEffectCopyOrMove = 3
}
enum fmEnAutoSize {
 _fmEnAutoSizeNone = 0,
 _fmEnAutoSizeHorizontal = 1,
 _fmEnAutoSizeVertical = 2,
 _fmEnAutoSizeBoth = 3
}
enum fmEnterFieldBehavior {
 fmEnterFieldBehaviorSelectAll = 0,
 fmEnterFieldBehaviorRecallSelection = 1
}
enum fmIMEMode {
 fmIMEModeNoControl = 0,
 fmIMEModeOn = 1,
 fmIMEModeOff = 2,
 fmIMEModeDisable = 3,
 fmIMEModeHiragana = 4,
 fmIMEModeKatakana = 5,
 fmIMEModeKatakanaHalf = 6,
 fmIMEModeAlphaFull = 7,
 fmIMEModeAlpha = 8,
 fmIMEModeHangulFull = 9,
 fmIMEModeHangul = 10,
 fmIMEModeHanziFull = 11,
 fmIMEModeHanzi = 12
}
enum fmLayoutEffect {
 fmLayoutEffectNone = 0,
 fmLayoutEffectInitiate = 1,
 _fmLayoutEffectRespond = 2
}
enum fmListBoxStyles {
 _fmListBoxStylesNone = 0,
 _fmListBoxStylesListBox = 1,
 _fmListBoxStylesComboBox = 2
}
enum fmListStyle {
 fmListStylePlain = 0,
 fmListStyleOption = 1
}
enum fmMatchEntry {
 fmMatchEntryFirstLetter = 0,
 fmMatchEntryComplete = 1,
 fmMatchEntryNone = 2
}
enum fmMode {
 fmModeInherit = -2,
 fmModeOn = -1,
 fmModeOff = 0
}
enum fmMousePointer {
 fmMousePointerDefault = 0,
 fmMousePointerArrow = 1,
 fmMousePointerCross = 2,
 fmMousePointerIBeam = 3,
 fmMousePointerSizeNESW = 6,
 fmMousePointerSizeNS = 7,
 fmMousePointerSizeNWSE = 8,
 fmMousePointerSizeWE = 9,
 fmMousePointerUpArrow = 10,
 fmMousePointerHourGlass = 11,
 fmMousePointerNoDrop = 12,
 fmMousePointerAppStarting = 13,
 fmMousePointerHelp = 14,
 fmMousePointerSizeAll = 15,
 fmMousePointerCustom = 99
}
enum fmMultiSelect {
 fmMultiSelectSingle = 0,
 fmMultiSelectMulti = 1,
 fmMultiSelectExtended = 2
}
enum fmOrientation {
 fmOrientationAuto = -1,
 fmOrientationVertical = 0,
 fmOrientationHorizontal = 1
}
enum fmPicPosition {
 fmPicPositionCenter = 0,
 fmPicPositionTopLeft = 1,
 fmPicPositionTopCenter = 2,
 fmPicPositionTopRight = 3,
 fmPicPositionCenterLeft = 4,
 fmPicPositionCenterRight = 5,
 fmPicPositionBottomLeft = 6,
 fmPicPositionBottomCenter = 7,
 fmPicPositionBottomRight = 8
}
enum fmPictureAlignment {
 fmPictureAlignmentTopLeft = 0,
 fmPictureAlignmentTopRight = 1,
 fmPictureAlignmentCenter = 2,
 fmPictureAlignmentBottomLeft = 3,
 fmPictureAlignmentBottomRight = 4
}
enum fmPicturePosition {
 fmPicturePositionLeftTop = 0,
 fmPicturePositionLeftCenter = 1,
 fmPicturePositionLeftBottom = 2,
 fmPicturePositionRightTop = 3,
 fmPicturePositionRightCenter = 4,
 fmPicturePositionRightBottom = 5,
 fmPicturePositionAboveLeft = 6,
 fmPicturePositionAboveCenter = 7,
 fmPicturePositionAboveRight = 8,
 fmPicturePositionBelowLeft = 9,
 fmPicturePositionBelowCenter = 10,
 fmPicturePositionBelowRight = 11,
 fmPicturePositionCenter = 12
}
enum fmPictureSizeMode {
 fmPictureSizeModeClip = 0,
 fmPictureSizeModeStretch = 1,
 fmPictureSizeModeZoom = 3
}
enum fmRepeatDirection {
 _fmRepeatDirectionHorizontal = 0,
 _fmRepeatDirectionVertical = 1
}
enum fmScrollAction {
 fmScrollActionNoChange = 0,
 fmScrollActionLineUp = 1,
 fmScrollActionLineDown = 2,
 fmScrollActionPageUp = 3,
 fmScrollActionPageDown = 4,
 fmScrollActionBegin = 5,
 fmScrollActionEnd = 6,
 _fmScrollActionAbsoluteChange = 7,
 fmScrollActionPropertyChange = 8,
 fmScrollActionControlRequest = 9,
 fmScrollActionFocusRequest = 10
}
enum fmScrollBars {
 fmScrollBarsNone = 0,
 fmScrollBarsHorizontal = 1,
 fmScrollBarsVertical = 2,
 fmScrollBarsBoth = 3
}
enum fmShowDropButtonWhen {
 fmShowDropButtonWhenNever = 0,
 fmShowDropButtonWhenFocus = 1,
 fmShowDropButtonWhenAlways = 2
}
enum fmShowListWhen {
 fmShowListWhenNever = 0,
 fmShowListWhenButton = 1,
 fmShowListWhenFocus = 2,
 fmShowListWhenAlways = 3
}
enum fmSnapPoint {
 fmSnapPointTopLeft = 0,
 fmSnapPointTopCenter = 1,
 fmSnapPointTopRight = 2,
 fmSnapPointCenterLeft = 3,
 fmSnapPointCenter = 4,
 fmSnapPointCenterRight = 5,
 fmSnapPointBottomLeft = 6,
 fmSnapPointBottomCenter = 7,
 fmSnapPointBottomRight = 8
}
enum fmSpecialEffect {
 fmSpecialEffectFlat = 0,
 fmSpecialEffectRaised = 1,
 fmSpecialEffectSunken = 2,
 fmSpecialEffectEtched = 3,
 fmSpecialEffectBump = 6
}
enum fmStyle {
 fmStyleDropDownCombo = 0,
 fmStyleDropDownList = 2
}
enum fmTabOrientation {
 fmTabOrientationTop = 0,
 fmTabOrientationBottom = 1,
 fmTabOrientationLeft = 2,
 fmTabOrientationRight = 3
}
enum fmTabStyle {
 fmTabStyleTabs = 0,
 fmTabStyleButtons = 1,
 fmTabStyleNone = 2
}
enum fmTextAlign {
 fmTextAlignLeft = 1,
 fmTextAlignCenter = 2,
 fmTextAlignRight = 3
}
enum fmTransitionEffect {
 fmTransitionEffectNone = 0,
 fmTransitionEffectCoverUp = 1,
 fmTransitionEffectCoverRightUp = 2,
 fmTransitionEffectCoverRight = 3,
 fmTransitionEffectCoverRightDown = 4,
 fmTransitionEffectCoverDown = 5,
 fmTransitionEffectCoverLeftDown = 6,
 fmTransitionEffectCoverLeft = 7,
 fmTransitionEffectCoverLeftUp = 8,
 fmTransitionEffectPushUp = 9,
 fmTransitionEffectPushRight = 10,
 fmTransitionEffectPushDown = 11,
 fmTransitionEffectPushLeft = 12
}
enum fmVerticalScrollBarSide {
 fmVerticalScrollBarSideRight = 0,
 fmVerticalScrollBarSideLeft = 1
}
enum fmZOrder {
 fmZOrderFront = 0,
 fmZOrderBack = 1
}
enum GetRowsOptionEnum {
 adGetRowsRest = -1
}
enum HierarchyElement {
 heNone = 0,
 heNotebooks = 1,
 heSectionGroups = 2,
 heSections = 4,
 hePages = 8
}
enum HierarchyScope {
 hsSelf = 0,
 hsChildren = 1,
 hsNotebooks = 2,
 hsSections = 3,
 hsPages = 4
}
enum IsolationLevelEnum {
 adXactUnspecified = -1,
 adXactChaos = 16,
 adXactReadUncommitted = 256,
 adXactBrowse = 256,
 adXactCursorStability = 4096,
 adXactReadCommitted = 4096,
 adXactRepeatableRead = 65536,
 adXactSerializable = 1048576,
 adXactIsolated = 1048576
}
enum LineSeparatorEnum {
 adCRLF = -1,
 adLF = 10,
 adCR = 13
}
enum LockTypeEnum {
 adLockUnspecified = -1,
 adLockReadOnly = 1,
 adLockPessimistic = 2,
 adLockOptimistic = 3,
 adLockBatchOptimistic = 4
}
enum MailFormat {
 mfPlainText = 1,
 mfHTML = 2,
 mfRTF = 3
}
enum MarshalOptionsEnum {
 adMarshalAll = 0,
 adMarshalModifiedOnly = 1
}
enum MoveRecordOptionsEnum {
 adMoveUnspecified = -1,
 adMoveOverWrite = 1,
 adMoveDontUpdateLinks = 2,
 adMoveAllowEmulation = 4
}
enum MsoAlertButtonType {
 msoAlertButtonOK = 0,
 msoAlertButtonOKCancel = 1,
 msoAlertButtonAbortRetryIgnore = 2,
 msoAlertButtonYesNoCancel = 3,
 msoAlertButtonYesNo = 4,
 msoAlertButtonRetryCancel = 5,
 msoAlertButtonYesAllNoCancel = 6
}
enum MsoAlertCancelType {
 msoAlertCancelDefault = -1,
 msoAlertCancelFirst = 0,
 msoAlertCancelSecond = 1,
 msoAlertCancelThird = 2,
 msoAlertCancelFourth = 3,
 msoAlertCancelFifth = 4
}
enum MsoAlertDefaultType {
 msoAlertDefaultFirst = 0,
 msoAlertDefaultSecond = 1,
 msoAlertDefaultThird = 2,
 msoAlertDefaultFourth = 3,
 msoAlertDefaultFifth = 4
}
enum MsoAlertIconType {
 msoAlertIconNoIcon = 0,
 msoAlertIconCritical = 1,
 msoAlertIconQuery = 2,
 msoAlertIconWarning = 3,
 msoAlertIconInfo = 4
}
enum MsoAlignCmd {
 msoAlignLefts = 0,
 msoAlignCenters = 1,
 msoAlignRights = 2,
 msoAlignTops = 3,
 msoAlignMiddles = 4,
 msoAlignBottoms = 5
}
enum MsoAnimationType {
 msoAnimationIdle = 1,
 msoAnimationGreeting = 2,
 msoAnimationGoodbye = 3,
 msoAnimationBeginSpeaking = 4,
 msoAnimationRestPose = 5,
 msoAnimationCharacterSuccessMajor = 6,
 msoAnimationGetAttentionMajor = 11,
 msoAnimationGetAttentionMinor = 12,
 msoAnimationSearching = 13,
 msoAnimationPrinting = 18,
 msoAnimationGestureRight = 19,
 msoAnimationWritingNotingSomething = 22,
 msoAnimationWorkingAtSomething = 23,
 msoAnimationThinking = 24,
 msoAnimationSendingMail = 25,
 msoAnimationListensToComputer = 26,
 msoAnimationDisappear = 31,
 msoAnimationAppear = 32,
 msoAnimationGetArtsy = 100,
 msoAnimationGetTechy = 101,
 msoAnimationGetWizardy = 102,
 msoAnimationCheckingSomething = 103,
 msoAnimationLookDown = 104,
 msoAnimationLookDownLeft = 105,
 msoAnimationLookDownRight = 106,
 msoAnimationLookLeft = 107,
 msoAnimationLookRight = 108,
 msoAnimationLookUp = 109,
 msoAnimationLookUpLeft = 110,
 msoAnimationLookUpRight = 111,
 msoAnimationSaving = 112,
 msoAnimationGestureDown = 113,
 msoAnimationGestureLeft = 114,
 msoAnimationGestureUp = 115,
 msoAnimationEmptyTrash = 116
}
enum MsoAppLanguageID {
 msoLanguageIDInstall = 1,
 msoLanguageIDUI = 2,
 msoLanguageIDHelp = 3,
 msoLanguageIDExeMode = 4,
 msoLanguageIDUIPrevious = 5
}
enum MsoArrowheadLength {
 msoArrowheadLengthMixed = -2,
 msoArrowheadShort = 1,
 msoArrowheadLengthMedium = 2,
 msoArrowheadLong = 3
}
enum MsoArrowheadStyle {
 msoArrowheadStyleMixed = -2,
 msoArrowheadNone = 1,
 msoArrowheadTriangle = 2,
 msoArrowheadOpen = 3,
 msoArrowheadStealth = 4,
 msoArrowheadDiamond = 5,
 msoArrowheadOval = 6
}
enum MsoArrowheadWidth {
 msoArrowheadWidthMixed = -2,
 msoArrowheadNarrow = 1,
 msoArrowheadWidthMedium = 2,
 msoArrowheadWide = 3
}
enum MsoAutomationSecurity {
 msoAutomationSecurityLow = 1,
 msoAutomationSecurityByUI = 2,
 msoAutomationSecurityForceDisable = 3
}
enum MsoAutoShapeType {
 msoShapeMixed = -2,
 msoShapeRectangle = 1,
 msoShapeParallelogram = 2,
 msoShapeTrapezoid = 3,
 msoShapeDiamond = 4,
 msoShapeRoundedRectangle = 5,
 msoShapeOctagon = 6,
 msoShapeIsoscelesTriangle = 7,
 msoShapeRightTriangle = 8,
 msoShapeOval = 9,
 msoShapeHexagon = 10,
 msoShapeCross = 11,
 msoShapeRegularPentagon = 12,
 msoShapeCan = 13,
 msoShapeCube = 14,
 msoShapeBevel = 15,
 msoShapeFoldedCorner = 16,
 msoShapeSmileyFace = 17,
 msoShapeDonut = 18,
 msoShapeNoSymbol = 19,
 msoShapeBlockArc = 20,
 msoShapeHeart = 21,
 msoShapeLightningBolt = 22,
 msoShapeSun = 23,
 msoShapeMoon = 24,
 msoShapeArc = 25,
 msoShapeDoubleBracket = 26,
 msoShapeDoubleBrace = 27,
 msoShapePlaque = 28,
 msoShapeLeftBracket = 29,
 msoShapeRightBracket = 30,
 msoShapeLeftBrace = 31,
 msoShapeRightBrace = 32,
 msoShapeRightArrow = 33,
 msoShapeLeftArrow = 34,
 msoShapeUpArrow = 35,
 msoShapeDownArrow = 36,
 msoShapeLeftRightArrow = 37,
 msoShapeUpDownArrow = 38,
 msoShapeQuadArrow = 39,
 msoShapeLeftRightUpArrow = 40,
 msoShapeBentArrow = 41,
 msoShapeUTurnArrow = 42,
 msoShapeLeftUpArrow = 43,
 msoShapeBentUpArrow = 44,
 msoShapeCurvedRightArrow = 45,
 msoShapeCurvedLeftArrow = 46,
 msoShapeCurvedUpArrow = 47,
 msoShapeCurvedDownArrow = 48,
 msoShapeStripedRightArrow = 49,
 msoShapeNotchedRightArrow = 50,
 msoShapePentagon = 51,
 msoShapeChevron = 52,
 msoShapeRightArrowCallout = 53,
 msoShapeLeftArrowCallout = 54,
 msoShapeUpArrowCallout = 55,
 msoShapeDownArrowCallout = 56,
 msoShapeLeftRightArrowCallout = 57,
 msoShapeUpDownArrowCallout = 58,
 msoShapeQuadArrowCallout = 59,
 msoShapeCircularArrow = 60,
 msoShapeFlowchartProcess = 61,
 msoShapeFlowchartAlternateProcess = 62,
 msoShapeFlowchartDecision = 63,
 msoShapeFlowchartData = 64,
 msoShapeFlowchartPredefinedProcess = 65,
 msoShapeFlowchartInternalStorage = 66,
 msoShapeFlowchartDocument = 67,
 msoShapeFlowchartMultidocument = 68,
 msoShapeFlowchartTerminator = 69,
 msoShapeFlowchartPreparation = 70,
 msoShapeFlowchartManualInput = 71,
 msoShapeFlowchartManualOperation = 72,
 msoShapeFlowchartConnector = 73,
 msoShapeFlowchartOffpageConnector = 74,
 msoShapeFlowchartCard = 75,
 msoShapeFlowchartPunchedTape = 76,
 msoShapeFlowchartSummingJunction = 77,
 msoShapeFlowchartOr = 78,
 msoShapeFlowchartCollate = 79,
 msoShapeFlowchartSort = 80,
 msoShapeFlowchartExtract = 81,
 msoShapeFlowchartMerge = 82,
 msoShapeFlowchartStoredData = 83,
 msoShapeFlowchartDelay = 84,
 msoShapeFlowchartSequentialAccessStorage = 85,
 msoShapeFlowchartMagneticDisk = 86,
 msoShapeFlowchartDirectAccessStorage = 87,
 msoShapeFlowchartDisplay = 88,
 msoShapeExplosion1 = 89,
 msoShapeExplosion2 = 90,
 msoShape4pointStar = 91,
 msoShape5pointStar = 92,
 msoShape8pointStar = 93,
 msoShape16pointStar = 94,
 msoShape24pointStar = 95,
 msoShape32pointStar = 96,
 msoShapeUpRibbon = 97,
 msoShapeDownRibbon = 98,
 msoShapeCurvedUpRibbon = 99,
 msoShapeCurvedDownRibbon = 100,
 msoShapeVerticalScroll = 101,
 msoShapeHorizontalScroll = 102,
 msoShapeWave = 103,
 msoShapeDoubleWave = 104,
 msoShapeRectangularCallout = 105,
 msoShapeRoundedRectangularCallout = 106,
 msoShapeOvalCallout = 107,
 msoShapeCloudCallout = 108,
 msoShapeLineCallout1 = 109,
 msoShapeLineCallout2 = 110,
 msoShapeLineCallout3 = 111,
 msoShapeLineCallout4 = 112,
 msoShapeLineCallout1AccentBar = 113,
 msoShapeLineCallout2AccentBar = 114,
 msoShapeLineCallout3AccentBar = 115,
 msoShapeLineCallout4AccentBar = 116,
 msoShapeLineCallout1NoBorder = 117,
 msoShapeLineCallout2NoBorder = 118,
 msoShapeLineCallout3NoBorder = 119,
 msoShapeLineCallout4NoBorder = 120,
 msoShapeLineCallout1BorderandAccentBar = 121,
 msoShapeLineCallout2BorderandAccentBar = 122,
 msoShapeLineCallout3BorderandAccentBar = 123,
 msoShapeLineCallout4BorderandAccentBar = 124,
 msoShapeActionButtonCustom = 125,
 msoShapeActionButtonHome = 126,
 msoShapeActionButtonHelp = 127,
 msoShapeActionButtonInformation = 128,
 msoShapeActionButtonBackorPrevious = 129,
 msoShapeActionButtonForwardorNext = 130,
 msoShapeActionButtonBeginning = 131,
 msoShapeActionButtonEnd = 132,
 msoShapeActionButtonReturn = 133,
 msoShapeActionButtonDocument = 134,
 msoShapeActionButtonSound = 135,
 msoShapeActionButtonMovie = 136,
 msoShapeBalloon = 137,
 msoShapeNotPrimitive = 138,
 msoShapeFlowchartOfflineStorage = 139,
 msoShapeLeftRightRibbon = 140,
 msoShapeDiagonalStripe = 141,
 msoShapePie = 142,
 msoShapeNonIsoscelesTrapezoid = 143,
 msoShapeDecagon = 144,
 msoShapeHeptagon = 145,
 msoShapeDodecagon = 146,
 msoShape6pointStar = 147,
 msoShape7pointStar = 148,
 msoShape10pointStar = 149,
 msoShape12pointStar = 150,
 msoShapeRound1Rectangle = 151,
 msoShapeRound2SameRectangle = 152,
 msoShapeRound2DiagRectangle = 153,
 msoShapeSnipRoundRectangle = 154,
 msoShapeSnip1Rectangle = 155,
 msoShapeSnip2SameRectangle = 156,
 msoShapeSnip2DiagRectangle = 157,
 msoShapeFrame = 158,
 msoShapeHalfFrame = 159,
 msoShapeTear = 160,
 msoShapeChord = 161,
 msoShapeCorner = 162,
 msoShapeMathPlus = 163,
 msoShapeMathMinus = 164,
 msoShapeMathMultiply = 165,
 msoShapeMathDivide = 166,
 msoShapeMathEqual = 167,
 msoShapeMathNotEqual = 168,
 msoShapeCornerTabs = 169,
 msoShapeSquareTabs = 170,
 msoShapePlaqueTabs = 171,
 msoShapeGear6 = 172,
 msoShapeGear9 = 173,
 msoShapeFunnel = 174,
 msoShapePieWedge = 175,
 msoShapeLeftCircularArrow = 176,
 msoShapeLeftRightCircularArrow = 177,
 msoShapeSwooshArrow = 178,
 msoShapeCloud = 179,
 msoShapeChartX = 180,
 msoShapeChartStar = 181,
 msoShapeChartPlus = 182,
 msoShapeLineInverse = 183
}
enum MsoAutoSize {
 msoAutoSizeMixed = -2,
 msoAutoSizeNone = 0,
 msoAutoSizeShapeToFitText = 1,
 msoAutoSizeTextToFitShape = 2
}
enum MsoBackgroundStyleIndex {
 msoBackgroundStyleMixed = -2,
 msoBackgroundStyleNotAPreset = 0,
 msoBackgroundStylePreset1 = 1,
 msoBackgroundStylePreset2 = 2,
 msoBackgroundStylePreset3 = 3,
 msoBackgroundStylePreset4 = 4,
 msoBackgroundStylePreset5 = 5,
 msoBackgroundStylePreset6 = 6,
 msoBackgroundStylePreset7 = 7,
 msoBackgroundStylePreset8 = 8,
 msoBackgroundStylePreset9 = 9,
 msoBackgroundStylePreset10 = 10,
 msoBackgroundStylePreset11 = 11,
 msoBackgroundStylePreset12 = 12
}
enum MsoBalloonButtonType {
 msoBalloonButtonYesToAll = -15,
 msoBalloonButtonOptions = -14,
 msoBalloonButtonTips = -13,
 msoBalloonButtonClose = -12,
 msoBalloonButtonSnooze = -11,
 msoBalloonButtonSearch = -10,
 msoBalloonButtonIgnore = -9,
 msoBalloonButtonAbort = -8,
 msoBalloonButtonRetry = -7,
 msoBalloonButtonNext = -6,
 msoBalloonButtonBack = -5,
 msoBalloonButtonNo = -4,
 msoBalloonButtonYes = -3,
 msoBalloonButtonCancel = -2,
 msoBalloonButtonOK = -1,
 msoBalloonButtonNull = 0
}
enum MsoBalloonErrorType {
 msoBalloonErrorNone = 0,
 msoBalloonErrorOther = 1,
 msoBalloonErrorTooBig = 2,
 msoBalloonErrorOutOfMemory = 3,
 msoBalloonErrorBadPictureRef = 4,
 msoBalloonErrorBadReference = 5,
 msoBalloonErrorButtonlessModal = 6,
 msoBalloonErrorButtonModeless = 7,
 msoBalloonErrorBadCharacter = 8,
 msoBalloonErrorCOMFailure = 9,
 msoBalloonErrorCharNotTopmostForModal = 10,
 msoBalloonErrorTooManyControls = 11
}
enum MsoBalloonType {
 msoBalloonTypeButtons = 0,
 msoBalloonTypeBullets = 1,
 msoBalloonTypeNumbers = 2
}
enum MsoBarPosition {
 msoBarLeft = 0,
 msoBarTop = 1,
 msoBarRight = 2,
 msoBarBottom = 3,
 msoBarFloating = 4,
 msoBarPopup = 5,
 msoBarMenuBar = 6
}
enum MsoBarProtection {
 msoBarNoProtection = 0,
 msoBarNoCustomize = 1,
 msoBarNoResize = 2,
 msoBarNoMove = 4,
 msoBarNoChangeVisible = 8,
 msoBarNoChangeDock = 16,
 msoBarNoVerticalDock = 32,
 msoBarNoHorizontalDock = 64
}
enum MsoBarRow {
 msoBarRowLast = -1,
 msoBarRowFirst = 0
}
enum MsoBarType {
 msoBarTypeNormal = 0,
 msoBarTypeMenuBar = 1,
 msoBarTypePopup = 2
}
enum MsoBaselineAlignment {
 msoBaselineAlignMixed = -2,
 msoBaselineAlignBaseline = 1,
 msoBaselineAlignTop = 2,
 msoBaselineAlignCenter = 3,
 msoBaselineAlignFarEast50 = 4,
 msoBaselineAlignAuto = 5
}
enum MsoBevelType {
 msoBevelTypeMixed = -2,
 msoBevelNone = 1,
 msoBevelRelaxedInset = 2,
 msoBevelCircle = 3,
 msoBevelSlope = 4,
 msoBevelCross = 5,
 msoBevelAngle = 6,
 msoBevelSoftRound = 7,
 msoBevelConvex = 8,
 msoBevelCoolSlant = 9,
 msoBevelDivot = 10,
 msoBevelRiblet = 11,
 msoBevelHardEdge = 12,
 msoBevelArtDeco = 13
}
enum MsoBlackWhiteMode {
 msoBlackWhiteMixed = -2,
 msoBlackWhiteAutomatic = 1,
 msoBlackWhiteGrayScale = 2,
 msoBlackWhiteLightGrayScale = 3,
 msoBlackWhiteInverseGrayScale = 4,
 msoBlackWhiteGrayOutline = 5,
 msoBlackWhiteBlackTextAndLine = 6,
 msoBlackWhiteHighContrast = 7,
 msoBlackWhiteBlack = 8,
 msoBlackWhiteWhite = 9,
 msoBlackWhiteDontShow = 10
}
enum MsoBlogCategorySupport {
 msoBlogNoCategories = 0,
 msoBlogOneCategory = 1,
 msoBlogMultipleCategories = 2
}
enum MsoBlogImageType {
 msoblogImageTypeJPEG = 1,
 msoblogImageTypeGIF = 2,
 msoblogImageTypePNG = 3
}
enum MsoBulletType {
 msoBulletMixed = -2,
 msoBulletNone = 0,
 msoBulletUnnumbered = 1,
 msoBulletNumbered = 2,
 msoBulletPicture = 3
}
enum MsoButtonSetType {
 msoButtonSetNone = 0,
 msoButtonSetOK = 1,
 msoButtonSetCancel = 2,
 msoButtonSetOkCancel = 3,
 msoButtonSetYesNo = 4,
 msoButtonSetYesNoCancel = 5,
 msoButtonSetBackClose = 6,
 msoButtonSetNextClose = 7,
 msoButtonSetBackNextClose = 8,
 msoButtonSetRetryCancel = 9,
 msoButtonSetAbortRetryIgnore = 10,
 msoButtonSetSearchClose = 11,
 msoButtonSetBackNextSnooze = 12,
 msoButtonSetTipsOptionsClose = 13,
 msoButtonSetYesAllNoCancel = 14
}
enum MsoButtonState {
 msoButtonDown = -1,
 msoButtonUp = 0,
 msoButtonMixed = 2
}
enum MsoButtonStyle {
 msoButtonAutomatic = 0,
 msoButtonIcon = 1,
 msoButtonCaption = 2,
 msoButtonIconAndCaption = 3,
 msoButtonIconAndWrapCaption = 7,
 msoButtonIconAndCaptionBelow = 11,
 msoButtonWrapCaption = 14,
 msoButtonIconAndWrapCaptionBelow = 15
}
enum MsoButtonStyleHidden {
 msoButtonWrapText = 4,
 msoButtonTextBelow = 8
}
enum MsoCalloutAngleType {
 msoCalloutAngleMixed = -2,
 msoCalloutAngleAutomatic = 1,
 msoCalloutAngle30 = 2,
 msoCalloutAngle45 = 3,
 msoCalloutAngle60 = 4,
 msoCalloutAngle90 = 5
}
enum MsoCalloutDropType {
 msoCalloutDropMixed = -2,
 msoCalloutDropCustom = 1,
 msoCalloutDropTop = 2,
 msoCalloutDropCenter = 3,
 msoCalloutDropBottom = 4
}
enum MsoCalloutType {
 msoCalloutMixed = -2,
 msoCalloutOne = 1,
 msoCalloutTwo = 2,
 msoCalloutThree = 3,
 msoCalloutFour = 4
}
enum MsoCharacterSet {
 msoCharacterSetArabic = 1,
 msoCharacterSetCyrillic = 2,
 msoCharacterSetEnglishWesternEuropeanOtherLatinScript = 3,
 msoCharacterSetGreek = 4,
 msoCharacterSetHebrew = 5,
 msoCharacterSetJapanese = 6,
 msoCharacterSetKorean = 7,
 msoCharacterSetMultilingualUnicode = 8,
 msoCharacterSetSimplifiedChinese = 9,
 msoCharacterSetThai = 10,
 msoCharacterSetTraditionalChinese = 11,
 msoCharacterSetVietnamese = 12
}
enum MsoChartElementType {
 msoElementChartTitleNone = 0,
 msoElementChartTitleCenteredOverlay = 1,
 msoElementChartTitleAboveChart = 2,
 msoElementLegendNone = 100,
 msoElementLegendRight = 101,
 msoElementLegendTop = 102,
 msoElementLegendLeft = 103,
 msoElementLegendBottom = 104,
 msoElementLegendRightOverlay = 105,
 msoElementLegendLeftOverlay = 106,
 msoElementDataLabelNone = 200,
 msoElementDataLabelShow = 201,
 msoElementDataLabelCenter = 202,
 msoElementDataLabelInsideEnd = 203,
 msoElementDataLabelInsideBase = 204,
 msoElementDataLabelOutSideEnd = 205,
 msoElementDataLabelLeft = 206,
 msoElementDataLabelRight = 207,
 msoElementDataLabelTop = 208,
 msoElementDataLabelBottom = 209,
 msoElementDataLabelBestFit = 210,
 msoElementPrimaryCategoryAxisTitleNone = 300,
 msoElementPrimaryCategoryAxisTitleAdjacentToAxis = 301,
 msoElementPrimaryCategoryAxisTitleBelowAxis = 302,
 msoElementPrimaryCategoryAxisTitleRotated = 303,
 msoElementPrimaryCategoryAxisTitleVertical = 304,
 msoElementPrimaryCategoryAxisTitleHorizontal = 305,
 msoElementPrimaryValueAxisTitleNone = 306,
 msoElementPrimaryValueAxisTitleAdjacentToAxis = 306,
 msoElementPrimaryValueAxisTitleBelowAxis = 308,
 msoElementPrimaryValueAxisTitleRotated = 309,
 msoElementPrimaryValueAxisTitleVertical = 310,
 msoElementPrimaryValueAxisTitleHorizontal = 311,
 msoElementSecondaryCategoryAxisTitleNone = 312,
 msoElementSecondaryCategoryAxisTitleAdjacentToAxis = 313,
 msoElementSecondaryCategoryAxisTitleBelowAxis = 314,
 msoElementSecondaryCategoryAxisTitleRotated = 315,
 msoElementSecondaryCategoryAxisTitleVertical = 316,
 msoElementSecondaryCategoryAxisTitleHorizontal = 317,
 msoElementSecondaryValueAxisTitleNone = 318,
 msoElementSecondaryValueAxisTitleAdjacentToAxis = 319,
 msoElementSecondaryValueAxisTitleBelowAxis = 320,
 msoElementSecondaryValueAxisTitleRotated = 321,
 msoElementSecondaryValueAxisTitleVertical = 322,
 msoElementSecondaryValueAxisTitleHorizontal = 323,
 msoElementSeriesAxisTitleNone = 324,
 msoElementSeriesAxisTitleRotated = 325,
 msoElementSeriesAxisTitleVertical = 326,
 msoElementSeriesAxisTitleHorizontal = 327,
 msoElementPrimaryValueGridLinesNone = 328,
 msoElementPrimaryValueGridLinesMinor = 329,
 msoElementPrimaryValueGridLinesMajor = 330,
 msoElementPrimaryValueGridLinesMinorMajor = 331,
 msoElementPrimaryCategoryGridLinesNone = 332,
 msoElementPrimaryCategoryGridLinesMinor = 333,
 msoElementPrimaryCategoryGridLinesMajor = 334,
 msoElementPrimaryCategoryGridLinesMinorMajor = 335,
 msoElementSecondaryValueGridLinesNone = 336,
 msoElementSecondaryValueGridLinesMinor = 337,
 msoElementSecondaryValueGridLinesMajor = 338,
 msoElementSecondaryValueGridLinesMinorMajor = 339,
 msoElementSecondaryCategoryGridLinesNone = 340,
 msoElementSecondaryCategoryGridLinesMinor = 341,
 msoElementSecondaryCategoryGridLinesMajor = 342,
 msoElementSecondaryCategoryGridLinesMinorMajor = 343,
 msoElementSeriesAxisGridLinesNone = 344,
 msoElementSeriesAxisGridLinesMinor = 345,
 msoElementSeriesAxisGridLinesMajor = 346,
 msoElementSeriesAxisGridLinesMinorMajor = 347,
 msoElementPrimaryCategoryAxisNone = 348,
 msoElementPrimaryCategoryAxisShow = 349,
 msoElementPrimaryCategoryAxisWithoutLabels = 350,
 msoElementPrimaryCategoryAxisReverse = 351,
 msoElementPrimaryValueAxisNone = 352,
 msoElementPrimaryValueAxisShow = 353,
 msoElementPrimaryValueAxisThousands = 354,
 msoElementPrimaryValueAxisMillions = 355,
 msoElementPrimaryValueAxisBillions = 356,
 msoElementPrimaryValueAxisLogScale = 357,
 msoElementSecondaryCategoryAxisNone = 358,
 msoElementSecondaryCategoryAxisShow = 359,
 msoElementSecondaryCategoryAxisWithoutLabels = 360,
 msoElementSecondaryCategoryAxisReverse = 361,
 msoElementSecondaryValueAxisNone = 362,
 msoElementSecondaryValueAxisShow = 363,
 msoElementSecondaryValueAxisThousands = 364,
 msoElementSecondaryValueAxisMillions = 365,
 msoElementSecondaryValueAxisBillions = 366,
 msoElementSecondaryValueAxisLogScale = 367,
 msoElementSeriesAxisNone = 368,
 msoElementSeriesAxisShow = 369,
 msoElementSeriesAxisWithoutLabeling = 370,
 msoElementSeriesAxisReverse = 371,
 msoElementPrimaryCategoryAxisThousands = 372,
 msoElementPrimaryCategoryAxisMillions = 373,
 msoElementPrimaryCategoryAxisBillions = 374,
 msoElementPrimaryCategoryAxisLogScale = 375,
 msoElementSecondaryCategoryAxisThousands = 376,
 msoElementSecondaryCategoryAxisMillions = 377,
 msoElementSecondaryCategoryAxisBillions = 378,
 msoElementSecondaryCategoryAxisLogScale = 379,
 msoElementDataTableNone = 500,
 msoElementDataTableShow = 501,
 msoElementDataTableWithLegendKeys = 502,
 msoElementTrendlineNone = 600,
 msoElementTrendlineAddLinear = 601,
 msoElementTrendlineAddExponential = 602,
 msoElementTrendlineAddLinearForecast = 603,
 msoElementTrendlineAddTwoPeriodMovingAverage = 604,
 msoElementErrorBarNone = 700,
 msoElementErrorBarStandardError = 701,
 msoElementErrorBarPercentage = 702,
 msoElementErrorBarStandardDeviation = 703,
 msoElementLineNone = 800,
 msoElementLineDropLine = 801,
 msoElementLineHiLoLine = 802,
 msoElementLineSeriesLine = 803,
 msoElementLineDropHiLoLine = 804,
 msoElementUpDownBarsNone = 900,
 msoElementUpDownBarsShow = 901,
 msoElementPlotAreaNone = 1000,
 msoElementPlotAreaShow = 1001,
 msoElementChartWallNone = 1100,
 msoElementChartWallShow = 1101,
 msoElementChartFloorNone = 1200,
 msoElementChartFloorShow = 1201
}
enum MsoClipboardFormat {
 msoClipboardFormatMixed = -2,
 msoClipboardFormatNative = 1,
 msoClipboardFormatHTML = 2,
 msoClipboardFormatRTF = 3,
 msoClipboardFormatPlainText = 4
}
enum MsoColorType {
 msoColorTypeMixed = -2,
 msoColorTypeRGB = 1,
 msoColorTypeScheme = 2,
 msoColorTypeCMYK = 3,
 msoColorTypeCMS = 4,
 msoColorTypeInk = 5
}
enum MsoComboStyle {
 msoComboNormal = 0,
 msoComboLabel = 1
}
enum MsoCommandBarButtonHyperlinkType {
 msoCommandBarButtonHyperlinkNone = 0,
 msoCommandBarButtonHyperlinkOpen = 1,
 msoCommandBarButtonHyperlinkInsertPicture = 2
}
enum MsoCondition {
 msoConditionFileTypeAllFiles = 1,
 msoConditionFileTypeOfficeFiles = 2,
 msoConditionFileTypeWordDocuments = 3,
 msoConditionFileTypeExcelWorkbooks = 4,
 msoConditionFileTypePowerPointPresentations = 5,
 msoConditionFileTypeBinders = 6,
 msoConditionFileTypeDatabases = 7,
 msoConditionFileTypeTemplates = 8,
 msoConditionIncludes = 9,
 msoConditionIncludesPhrase = 10,
 msoConditionBeginsWith = 11,
 msoConditionEndsWith = 12,
 msoConditionIncludesNearEachOther = 13,
 msoConditionIsExactly = 14,
 msoConditionIsNot = 15,
 msoConditionYesterday = 16,
 msoConditionToday = 17,
 msoConditionTomorrow = 18,
 msoConditionLastWeek = 19,
 msoConditionThisWeek = 20,
 msoConditionNextWeek = 21,
 msoConditionLastMonth = 22,
 msoConditionThisMonth = 23,
 msoConditionNextMonth = 24,
 msoConditionAnytime = 25,
 msoConditionAnytimeBetween = 26,
 msoConditionOn = 27,
 msoConditionOnOrAfter = 28,
 msoConditionOnOrBefore = 29,
 msoConditionInTheNext = 30,
 msoConditionInTheLast = 31,
 msoConditionEquals = 32,
 msoConditionDoesNotEqual = 33,
 msoConditionAnyNumberBetween = 34,
 msoConditionAtMost = 35,
 msoConditionAtLeast = 36,
 msoConditionMoreThan = 37,
 msoConditionLessThan = 38,
 msoConditionIsYes = 39,
 msoConditionIsNo = 40,
 msoConditionIncludesFormsOf = 41,
 msoConditionFreeText = 42,
 msoConditionFileTypeOutlookItems = 43,
 msoConditionFileTypeMailItem = 44,
 msoConditionFileTypeCalendarItem = 45,
 msoConditionFileTypeContactItem = 46,
 msoConditionFileTypeNoteItem = 47,
 msoConditionFileTypeJournalItem = 48,
 msoConditionFileTypeTaskItem = 49,
 msoConditionFileTypePhotoDrawFiles = 50,
 msoConditionFileTypeDataConnectionFiles = 51,
 msoConditionFileTypePublisherFiles = 52,
 msoConditionFileTypeProjectFiles = 53,
 msoConditionFileTypeDocumentImagingFiles = 54,
 msoConditionFileTypeVisioFiles = 55,
 msoConditionFileTypeDesignerFiles = 56,
 msoConditionFileTypeWebPages = 57,
 msoConditionEqualsLow = 58,
 msoConditionEqualsNormal = 59,
 msoConditionEqualsHigh = 60,
 msoConditionNotEqualToLow = 61,
 msoConditionNotEqualToNormal = 62,
 msoConditionNotEqualToHigh = 63,
 msoConditionEqualsNotStarted = 64,
 msoConditionEqualsInProgress = 65,
 msoConditionEqualsCompleted = 66,
 msoConditionEqualsWaitingForSomeoneElse = 67,
 msoConditionEqualsDeferred = 68,
 msoConditionNotEqualToNotStarted = 69,
 msoConditionNotEqualToInProgress = 70,
 msoConditionNotEqualToCompleted = 71,
 msoConditionNotEqualToWaitingForSomeoneElse = 72,
 msoConditionNotEqualToDeferred = 73
}
enum MsoConnector {
 msoConnectorAnd = 1,
 msoConnectorOr = 2
}
enum MsoConnectorType {
 msoConnectorTypeMixed = -2,
 msoConnectorStraight = 1,
 msoConnectorElbow = 2,
 msoConnectorCurve = 3
}
enum MsoContactCardAddressType {
 msoContactCardAddressTypeUnknown = 0,
 msoContactCardAddressTypeOutlook = 1,
 msoContactCardAddressTypeSMTP = 2,
 msoContactCardAddressTypeIM = 3
}
enum MsoContactCardStyle {
 msoContactCardHover = 0,
 msoContactCardFull = 1
}
enum MsoContactCardType {
 msoContactCardTypeEnterpriseContact = 0,
 msoContactCardTypePersonalContact = 1,
 msoContactCardTypeUnknownContact = 2,
 msoContactCardTypeEnterpriseGroup = 3,
 msoContactCardTypePersonalDistributionList = 4
}
enum MsoControlOLEUsage {
 msoControlOLEUsageNeither = 0,
 msoControlOLEUsageServer = 1,
 msoControlOLEUsageClient = 2,
 msoControlOLEUsageBoth = 3
}
enum MsoControlType {
 msoControlCustom = 0,
 msoControlButton = 1,
 msoControlEdit = 2,
 msoControlDropdown = 3,
 msoControlComboBox = 4,
 msoControlButtonDropdown = 5,
 msoControlSplitDropdown = 6,
 msoControlOCXDropdown = 7,
 msoControlGenericDropdown = 8,
 msoControlGraphicDropdown = 9,
 msoControlPopup = 10,
 msoControlGraphicPopup = 11,
 msoControlButtonPopup = 12,
 msoControlSplitButtonPopup = 13,
 msoControlSplitButtonMRUPopup = 14,
 msoControlLabel = 15,
 msoControlExpandingGrid = 16,
 msoControlSplitExpandingGrid = 17,
 msoControlGrid = 18,
 msoControlGauge = 19,
 msoControlGraphicCombo = 20,
 msoControlPane = 21,
 msoControlActiveX = 22,
 msoControlSpinner = 23,
 msoControlLabelEx = 24,
 msoControlWorkPane = 25,
 msoControlAutoCompleteCombo = 26
}
enum MsoCTPDockPosition {
 msoCTPDockPositionLeft = 0,
 msoCTPDockPositionTop = 1,
 msoCTPDockPositionRight = 2,
 msoCTPDockPositionBottom = 3,
 msoCTPDockPositionFloating = 4
}
enum MsoCTPDockPositionRestrict {
 msoCTPDockPositionRestrictNone = 0,
 msoCTPDockPositionRestrictNoChange = 1,
 msoCTPDockPositionRestrictNoHorizontal = 2,
 msoCTPDockPositionRestrictNoVertical = 3
}
enum MsoCustomXMLNodeType {
 msoCustomXMLNodeElement = 1,
 msoCustomXMLNodeAttribute = 2,
 msoCustomXMLNodeText = 3,
 msoCustomXMLNodeCData = 4,
 msoCustomXMLNodeProcessingInstruction = 7,
 msoCustomXMLNodeComment = 8,
 msoCustomXMLNodeDocument = 9
}
enum MsoCustomXMLValidationErrorType {
 msoCustomXMLValidationErrorSchemaGenerated = 0,
 msoCustomXMLValidationErrorAutomaticallyCleared = 1,
 msoCustomXMLValidationErrorManual = 2
}
enum MsoDateTimeFormat {
 msoDateTimeFormatMixed = -2,
 msoDateTimeMdyy = 1,
 msoDateTimeddddMMMMddyyyy = 2,
 msoDateTimedMMMMyyyy = 3,
 msoDateTimeMMMMdyyyy = 4,
 msoDateTimedMMMyy = 5,
 msoDateTimeMMMMyy = 6,
 msoDateTimeMMyy = 7,
 msoDateTimeMMddyyHmm = 8,
 msoDateTimeMMddyyhmmAMPM = 9,
 msoDateTimeHmm = 10,
 msoDateTimeHmmss = 11,
 msoDateTimehmmAMPM = 12,
 msoDateTimehmmssAMPM = 13,
 msoDateTimeFigureOut = 14
}
enum MsoDiagramNodeType {
 msoDiagramNode = 1,
 msoDiagramAssistant = 2
}
enum MsoDiagramType {
 msoDiagramMixed = -2,
 msoDiagramOrgChart = 1,
 msoDiagramCycle = 2,
 msoDiagramRadial = 3,
 msoDiagramPyramid = 4,
 msoDiagramVenn = 5,
 msoDiagramTarget = 6
}
enum MsoDistributeCmd {
 msoDistributeHorizontally = 0,
 msoDistributeVertically = 1
}
enum MsoDocInspectorStatus {
 msoDocInspectorStatusDocOk = 0,
 msoDocInspectorStatusIssueFound = 1,
 msoDocInspectorStatusError = 2
}
enum MsoDocProperties {
 msoPropertyTypeNumber = 1,
 msoPropertyTypeBoolean = 2,
 msoPropertyTypeDate = 3,
 msoPropertyTypeString = 4,
 msoPropertyTypeFloat = 5
}
enum MsoEditingType {
 msoEditingAuto = 0,
 msoEditingCorner = 1,
 msoEditingSmooth = 2,
 msoEditingSymmetric = 3
}
enum MsoEncoding {
 msoEncodingEBCDICUSCanada = 37,
 msoEncodingOEMUnitedStates = 437,
 msoEncodingEBCDICInternational = 500,
 msoEncodingArabicASMO = 708,
 msoEncodingArabicTransparentASMO = 720,
 msoEncodingOEMGreek437G = 737,
 msoEncodingOEMBaltic = 775,
 msoEncodingOEMMultilingualLatinI = 850,
 msoEncodingOEMMultilingualLatinII = 852,
 msoEncodingOEMCyrillic = 855,
 msoEncodingOEMTurkish = 857,
 msoEncodingOEMPortuguese = 860,
 msoEncodingOEMIcelandic = 861,
 msoEncodingOEMHebrew = 862,
 msoEncodingOEMCanadianFrench = 863,
 msoEncodingOEMArabic = 864,
 msoEncodingOEMNordic = 865,
 msoEncodingOEMCyrillicII = 866,
 msoEncodingOEMModernGreek = 869,
 msoEncodingEBCDICMultilingualROECELatin2 = 870,
 msoEncodingThai = 874,
 msoEncodingEBCDICGreekModern = 875,
 msoEncodingJapaneseShiftJIS = 932,
 msoEncodingSimplifiedChineseGBK = 936,
 msoEncodingKorean = 949,
 msoEncodingTraditionalChineseBig5 = 950,
 msoEncodingEBCDICTurkishLatin5 = 1026,
 msoEncodingUnicodeLittleEndian = 1200,
 msoEncodingUnicodeBigEndian = 1201,
 msoEncodingCentralEuropean = 1250,
 msoEncodingCyrillic = 1251,
 msoEncodingWestern = 1252,
 msoEncodingGreek = 1253,
 msoEncodingTurkish = 1254,
 msoEncodingHebrew = 1255,
 msoEncodingArabic = 1256,
 msoEncodingBaltic = 1257,
 msoEncodingVietnamese = 1258,
 msoEncodingKoreanJohab = 1361,
 msoEncodingMacRoman = 10000,
 msoEncodingMacJapanese = 10001,
 msoEncodingMacTraditionalChineseBig5 = 10002,
 msoEncodingMacKorean = 10003,
 msoEncodingMacArabic = 10004,
 msoEncodingMacHebrew = 10005,
 msoEncodingMacGreek1 = 10006,
 msoEncodingMacCyrillic = 10007,
 msoEncodingMacSimplifiedChineseGB2312 = 10008,
 msoEncodingMacRomania = 10010,
 msoEncodingMacUkraine = 10017,
 msoEncodingMacLatin2 = 10029,
 msoEncodingMacIcelandic = 10079,
 msoEncodingMacTurkish = 10081,
 msoEncodingMacCroatia = 10082,
 msoEncodingTaiwanCNS = 20000,
 msoEncodingTaiwanTCA = 20001,
 msoEncodingTaiwanEten = 20002,
 msoEncodingTaiwanIBM5550 = 20003,
 msoEncodingTaiwanTeleText = 20004,
 msoEncodingTaiwanWang = 20005,
 msoEncodingIA5IRV = 20105,
 msoEncodingIA5German = 20106,
 msoEncodingIA5Swedish = 20107,
 msoEncodingIA5Norwegian = 20108,
 msoEncodingUSASCII = 20127,
 msoEncodingT61 = 20261,
 msoEncodingISO6937NonSpacingAccent = 20269,
 msoEncodingEBCDICGermany = 20273,
 msoEncodingEBCDICDenmarkNorway = 20277,
 msoEncodingEBCDICFinlandSweden = 20278,
 msoEncodingEBCDICItaly = 20280,
 msoEncodingEBCDICLatinAmericaSpain = 20284,
 msoEncodingEBCDICUnitedKingdom = 20285,
 msoEncodingEBCDICJapaneseKatakanaExtended = 20290,
 msoEncodingEBCDICFrance = 20297,
 msoEncodingEBCDICArabic = 20420,
 msoEncodingEBCDICGreek = 20423,
 msoEncodingEBCDICHebrew = 20424,
 msoEncodingEBCDICKoreanExtended = 20833,
 msoEncodingEBCDICThai = 20838,
 msoEncodingKOI8R = 20866,
 msoEncodingEBCDICIcelandic = 20871,
 msoEncodingEBCDICRussian = 20880,
 msoEncodingEBCDICTurkish = 20905,
 msoEncodingEBCDICSerbianBulgarian = 21025,
 msoEncodingExtAlphaLowercase = 21027,
 msoEncodingKOI8U = 21866,
 msoEncodingISO88591Latin1 = 28591,
 msoEncodingISO88592CentralEurope = 28592,
 msoEncodingISO88593Latin3 = 28593,
 msoEncodingISO88594Baltic = 28594,
 msoEncodingISO88595Cyrillic = 28595,
 msoEncodingISO88596Arabic = 28596,
 msoEncodingISO88597Greek = 28597,
 msoEncodingISO88598Hebrew = 28598,
 msoEncodingISO88599Turkish = 28599,
 msoEncodingISO885915Latin9 = 28605,
 msoEncodingEuropa3 = 29001,
 msoEncodingISO88598HebrewLogical = 38598,
 msoEncodingAutoDetect = 50001,
 msoEncodingISO2022JPNoHalfwidthKatakana = 50220,
 msoEncodingISO2022JPJISX02021984 = 50221,
 msoEncodingISO2022JPJISX02011989 = 50222,
 msoEncodingISO2022KR = 50225,
 msoEncodingISO2022CNTraditionalChinese = 50227,
 msoEncodingISO2022CNSimplifiedChinese = 50229,
 msoEncodingEBCDICJapaneseKatakanaExtendedAndJapanese = 50930,
 msoEncodingEBCDICUSCanadaAndJapanese = 50931,
 msoEncodingJapaneseAutoDetect = 50932,
 msoEncodingEBCDICKoreanExtendedAndKorean = 50933,
 msoEncodingEBCDICSimplifiedChineseExtendedAndSimplifiedChinese = 50935,
 msoEncodingSimplifiedChineseAutoDetect = 50936,
 msoEncodingEBCDICUSCanadaAndTraditionalChinese = 50937,
 msoEncodingEBCDICJapaneseLatinExtendedAndJapanese = 50939,
 msoEncodingKoreanAutoDetect = 50949,
 msoEncodingTraditionalChineseAutoDetect = 50950,
 msoEncodingCyrillicAutoDetect = 51251,
 msoEncodingGreekAutoDetect = 51253,
 msoEncodingArabicAutoDetect = 51256,
 msoEncodingEUCJapanese = 51932,
 msoEncodingEUCChineseSimplifiedChinese = 51936,
 msoEncodingEUCKorean = 51949,
 msoEncodingEUCTaiwaneseTraditionalChinese = 51950,
 msoEncodingHZGBSimplifiedChinese = 52936,
 msoEncodingSimplifiedChineseGB18030 = 54936,
 msoEncodingISCIIDevanagari = 57002,
 msoEncodingISCIIBengali = 57003,
 msoEncodingISCIITamil = 57004,
 msoEncodingISCIITelugu = 57005,
 msoEncodingISCIIAssamese = 57006,
 msoEncodingISCIIOriya = 57007,
 msoEncodingISCIIKannada = 57008,
 msoEncodingISCIIMalayalam = 57009,
 msoEncodingISCIIGujarati = 57010,
 msoEncodingISCIIPunjabi = 57011,
 msoEncodingUTF7 = 65000,
 msoEncodingUTF8 = 65001
}
enum MsoExtraInfoMethod {
 msoMethodGet = 0,
 msoMethodPost = 1
}
enum MsoExtrusionColorType {
 msoExtrusionColorTypeMixed = -2,
 msoExtrusionColorAutomatic = 1,
 msoExtrusionColorCustom = 2
}
enum MsoFarEastLineBreakLanguageID {
 MsoFarEastLineBreakLanguageTraditionalChinese = 1028,
 MsoFarEastLineBreakLanguageJapanese = 1041,
 MsoFarEastLineBreakLanguageKorean = 1042,
 MsoFarEastLineBreakLanguageSimplifiedChinese = 2052
}
enum MsoFeatureInstall {
 msoFeatureInstallNone = 0,
 msoFeatureInstallOnDemand = 1,
 msoFeatureInstallOnDemandWithUI = 2
}
enum MsoFileDialogType {
 msoFileDialogOpen = 1,
 msoFileDialogSaveAs = 2,
 msoFileDialogFilePicker = 3,
 msoFileDialogFolderPicker = 4
}
enum MsoFileDialogView {
 msoFileDialogViewList = 1,
 msoFileDialogViewDetails = 2,
 msoFileDialogViewProperties = 3,
 msoFileDialogViewPreview = 4,
 msoFileDialogViewThumbnail = 5,
 msoFileDialogViewLargeIcons = 6,
 msoFileDialogViewSmallIcons = 7,
 msoFileDialogViewWebView = 8,
 msoFileDialogViewTiles = 9
}
enum MsoFileFindListBy {
 msoListbyName = 1,
 msoListbyTitle = 2
}
enum MsoFileFindOptions {
 msoOptionsNew = 1,
 msoOptionsAdd = 2,
 msoOptionsWithin = 3
}
enum MsoFileFindSortBy {
 msoFileFindSortbyAuthor = 1,
 msoFileFindSortbyDateCreated = 2,
 msoFileFindSortbyLastSavedBy = 3,
 msoFileFindSortbyDateSaved = 4,
 msoFileFindSortbyFileName = 5,
 msoFileFindSortbySize = 6,
 msoFileFindSortbyTitle = 7
}
enum MsoFileFindView {
 msoViewFileInfo = 1,
 msoViewPreview = 2,
 msoViewSummaryInfo = 3
}
enum MsoFileNewAction {
 msoEditFile = 0,
 msoCreateNewFile = 1,
 msoOpenFile = 2
}
enum MsoFileNewSection {
 msoOpenDocument = 0,
 msoNew = 1,
 msoNewfromExistingFile = 2,
 msoNewfromTemplate = 3,
 msoBottomSection = 4
}
enum MsoFileType {
 msoFileTypeAllFiles = 1,
 msoFileTypeOfficeFiles = 2,
 msoFileTypeWordDocuments = 3,
 msoFileTypeExcelWorkbooks = 4,
 msoFileTypePowerPointPresentations = 5,
 msoFileTypeBinders = 6,
 msoFileTypeDatabases = 7,
 msoFileTypeTemplates = 8,
 msoFileTypeOutlookItems = 9,
 msoFileTypeMailItem = 10,
 msoFileTypeCalendarItem = 11,
 msoFileTypeContactItem = 12,
 msoFileTypeNoteItem = 13,
 msoFileTypeJournalItem = 14,
 msoFileTypeTaskItem = 15,
 msoFileTypePhotoDrawFiles = 16,
 msoFileTypeDataConnectionFiles = 17,
 msoFileTypePublisherFiles = 18,
 msoFileTypeProjectFiles = 19,
 msoFileTypeDocumentImagingFiles = 20,
 msoFileTypeVisioFiles = 21,
 msoFileTypeDesignerFiles = 22,
 msoFileTypeWebPages = 23
}
enum MsoFileValidationMode {
 msoFileValidationDefault = 0,
 msoFileValidationSkip = 1
}
enum MsoFillType {
 msoFillMixed = -2,
 msoFillSolid = 1,
 msoFillPatterned = 2,
 msoFillGradient = 3,
 msoFillTextured = 4,
 msoFillBackground = 5,
 msoFillPicture = 6
}
enum MsoFilterComparison {
 msoFilterComparisonEqual = 0,
 msoFilterComparisonNotEqual = 1,
 msoFilterComparisonLessThan = 2,
 msoFilterComparisonGreaterThan = 3,
 msoFilterComparisonLessThanEqual = 4,
 msoFilterComparisonGreaterThanEqual = 5,
 msoFilterComparisonIsBlank = 6,
 msoFilterComparisonIsNotBlank = 7,
 msoFilterComparisonContains = 8,
 msoFilterComparisonNotContains = 9
}
enum MsoFilterConjunction {
 msoFilterConjunctionAnd = 0,
 msoFilterConjunctionOr = 1
}
enum MsoFlipCmd {
 msoFlipHorizontal = 0,
 msoFlipVertical = 1
}
enum MsoFontLanguageIndex {
 msoThemeLatin = 1,
 msoThemeComplexScript = 2,
 msoThemeEastAsian = 3
}
enum MsoGradientColorType {
 msoGradientColorMixed = -2,
 msoGradientOneColor = 1,
 msoGradientTwoColors = 2,
 msoGradientPresetColors = 3,
 msoGradientMultiColor = 4
}
enum MsoGradientStyle {
 msoGradientMixed = -2,
 msoGradientHorizontal = 1,
 msoGradientVertical = 2,
 msoGradientDiagonalUp = 3,
 msoGradientDiagonalDown = 4,
 msoGradientFromCorner = 5,
 msoGradientFromTitle = 6,
 msoGradientFromCenter = 7
}
enum MsoHorizontalAnchor {
 msoHorizontalAnchorMixed = -2,
 msoAnchorNone = 1,
 msoAnchorCenter = 2
}
enum MsoHTMLProjectOpen {
 msoHTMLProjectOpenSourceView = 1,
 msoHTMLProjectOpenTextView = 2
}
enum MsoHTMLProjectState {
 msoHTMLProjectStateDocumentLocked = 1,
 msoHTMLProjectStateProjectLocked = 2,
 msoHTMLProjectStateDocumentProjectUnlocked = 3
}
enum MsoHyperlinkType {
 msoHyperlinkRange = 0,
 msoHyperlinkShape = 1,
 msoHyperlinkInlineShape = 2
}
enum MsoIconType {
 msoIconNone = 0,
 msoIconAlert = 2,
 msoIconTip = 3,
 msoIconAlertInfo = 4,
 msoIconAlertWarning = 5,
 msoIconAlertQuery = 6,
 msoIconAlertCritical = 7
}
enum MsoIodGroup {
 msoIodGroupPIAs = 0,
 msoIodGroupVSTOR35Mgd = 1,
 msoIodGroupVSTOR40Mgd = 2
}
enum MsoLanguageID {
 msoLanguageIDMixed = -2,
 msoLanguageIDNone = 0,
 msoLanguageIDNoProofing = 1024,
 msoLanguageIDArabic = 1025,
 msoLanguageIDBulgarian = 1026,
 msoLanguageIDCatalan = 1027,
 msoLanguageIDTraditionalChinese = 1028,
 msoLanguageIDCzech = 1029,
 msoLanguageIDDanish = 1030,
 msoLanguageIDGerman = 1031,
 msoLanguageIDGreek = 1032,
 msoLanguageIDEnglishUS = 1033,
 msoLanguageIDSpanish = 1034,
 msoLanguageIDFinnish = 1035,
 msoLanguageIDFrench = 1036,
 msoLanguageIDHebrew = 1037,
 msoLanguageIDHungarian = 1038,
 msoLanguageIDIcelandic = 1039,
 msoLanguageIDItalian = 1040,
 msoLanguageIDJapanese = 1041,
 msoLanguageIDKorean = 1042,
 msoLanguageIDDutch = 1043,
 msoLanguageIDNorwegianBokmol = 1044,
 msoLanguageIDPolish = 1045,
 msoLanguageIDBrazilianPortuguese = 1046,
 msoLanguageIDRhaetoRomanic = 1047,
 msoLanguageIDRomanian = 1048,
 msoLanguageIDRussian = 1049,
 msoLanguageIDCroatian = 1050,
 msoLanguageIDSlovak = 1051,
 msoLanguageIDAlbanian = 1052,
 msoLanguageIDSwedish = 1053,
 msoLanguageIDThai = 1054,
 msoLanguageIDTurkish = 1055,
 msoLanguageIDUrdu = 1056,
 msoLanguageIDIndonesian = 1057,
 msoLanguageIDUkrainian = 1058,
 msoLanguageIDByelorussian = 1059,
 msoLanguageIDSlovenian = 1060,
 msoLanguageIDEstonian = 1061,
 msoLanguageIDLatvian = 1062,
 msoLanguageIDLithuanian = 1063,
 msoLanguageIDTajik = 1064,
 msoLanguageIDFarsi = 1065,
 msoLanguageIDVietnamese = 1066,
 msoLanguageIDArmenian = 1067,
 msoLanguageIDAzeriLatin = 1068,
 msoLanguageIDBasque = 1069,
 msoLanguageIDSorbian = 1070,
 msoLanguageIDMacedonian = 1071,
 msoLanguageIDMacedonianFYROM = 1071,
 msoLanguageIDSesotho = 1072,
 msoLanguageIDSutu = 1072,
 msoLanguageIDTsonga = 1073,
 msoLanguageIDTswana = 1074,
 msoLanguageIDVenda = 1075,
 msoLanguageIDXhosa = 1076,
 msoLanguageIDZulu = 1077,
 msoLanguageIDAfrikaans = 1078,
 msoLanguageIDGeorgian = 1079,
 msoLanguageIDFaeroese = 1080,
 msoLanguageIDHindi = 1081,
 msoLanguageIDMaltese = 1082,
 msoLanguageIDSamiLappish = 1083,
 msoLanguageIDGaelicScotland = 1084,
 msoLanguageIDYiddish = 1085,
 msoLanguageIDMalaysian = 1086,
 msoLanguageIDKazakh = 1087,
 msoLanguageIDKirghiz = 1088,
 msoLanguageIDKyrgyz = 1088,
 msoLanguageIDSwahili = 1089,
 msoLanguageIDTurkmen = 1090,
 msoLanguageIDUzbekLatin = 1091,
 msoLanguageIDTatar = 1092,
 msoLanguageIDBengali = 1093,
 msoLanguageIDPunjabi = 1094,
 msoLanguageIDGujarati = 1095,
 msoLanguageIDOriya = 1096,
 msoLanguageIDTamil = 1097,
 msoLanguageIDTelugu = 1098,
 msoLanguageIDKannada = 1099,
 msoLanguageIDMalayalam = 1100,
 msoLanguageIDAssamese = 1101,
 msoLanguageIDMarathi = 1102,
 msoLanguageIDSanskrit = 1103,
 msoLanguageIDMongolian = 1104,
 msoLanguageIDTibetan = 1105,
 msoLanguageIDWelsh = 1106,
 msoLanguageIDKhmer = 1107,
 msoLanguageIDLao = 1108,
 msoLanguageIDBurmese = 1109,
 msoLanguageIDGalician = 1110,
 msoLanguageIDKonkani = 1111,
 msoLanguageIDManipuri = 1112,
 msoLanguageIDSindhi = 1113,
 msoLanguageIDSyriac = 1114,
 msoLanguageIDSinhalese = 1115,
 msoLanguageIDCherokee = 1116,
 msoLanguageIDInuktitut = 1117,
 msoLanguageIDAmharic = 1118,
 msoLanguageIDTamazight = 1119,
 msoLanguageIDKashmiri = 1120,
 msoLanguageIDNepali = 1121,
 msoLanguageIDFrisianNetherlands = 1122,
 msoLanguageIDPashto = 1123,
 msoLanguageIDFilipino = 1124,
 msoLanguageIDDivehi = 1125,
 msoLanguageIDEdo = 1126,
 msoLanguageIDFulfulde = 1127,
 msoLanguageIDHausa = 1128,
 msoLanguageIDIbibio = 1129,
 msoLanguageIDYoruba = 1130,
 msoLanguageIDQuechuaBolivia = 1131,
 msoLanguageIDSepedi = 1132,
 msoLanguageIDIgbo = 1136,
 msoLanguageIDKanuri = 1137,
 msoLanguageIDOromo = 1138,
 msoLanguageIDTigrignaEthiopic = 1139,
 msoLanguageIDGuarani = 1140,
 msoLanguageIDHawaiian = 1141,
 msoLanguageIDLatin = 1142,
 msoLanguageIDSomali = 1143,
 msoLanguageIDYi = 1144,
 msoLanguageIDMaori = 1153,
 msoLanguageIDArabicIraq = 2049,
 msoLanguageIDSimplifiedChinese = 2052,
 msoLanguageIDSwissGerman = 2055,
 msoLanguageIDEnglishUK = 2057,
 msoLanguageIDMexicanSpanish = 2058,
 msoLanguageIDBelgianFrench = 2060,
 msoLanguageIDSwissItalian = 2064,
 msoLanguageIDBelgianDutch = 2067,
 msoLanguageIDNorwegianNynorsk = 2068,
 msoLanguageIDPortuguese = 2070,
 msoLanguageIDRomanianMoldova = 2072,
 msoLanguageIDRussianMoldova = 2073,
 msoLanguageIDSerbianLatin = 2074,
 msoLanguageIDSwedishFinland = 2077,
 msoLanguageIDAzeriCyrillic = 2092,
 msoLanguageIDGaelicIreland = 2108,
 msoLanguageIDMalayBruneiDarussalam = 2110,
 msoLanguageIDUzbekCyrillic = 2115,
 msoLanguageIDDzongkhaBhutan = 2129,
 msoLanguageIDSindhiPakistan = 2137,
 msoLanguageIDTamazightLatin = 2143,
 msoLanguageIDKashmiriDevanagari = 2144,
 msoLanguageIDQuechuaEcuador = 2155,
 msoLanguageIDTigrignaEritrea = 2163,
 msoLanguageIDArabicEgypt = 3073,
 msoLanguageIDChineseHongKongSAR = 3076,
 msoLanguageIDGermanAustria = 3079,
 msoLanguageIDEnglishAUS = 3081,
 msoLanguageIDSpanishModernSort = 3082,
 msoLanguageIDFrenchCanadian = 3084,
 msoLanguageIDSerbianCyrillic = 3098,
 msoLanguageIDQuechuaPeru = 3179,
 msoLanguageIDArabicLibya = 4097,
 msoLanguageIDChineseSingapore = 4100,
 msoLanguageIDGermanLuxembourg = 4103,
 msoLanguageIDEnglishCanadian = 4105,
 msoLanguageIDSpanishGuatemala = 4106,
 msoLanguageIDSwissFrench = 4108,
 msoLanguageIDBosnian = 4122,
 msoLanguageIDArabicAlgeria = 5121,
 msoLanguageIDChineseMacaoSAR = 5124,
 msoLanguageIDGermanLiechtenstein = 5127,
 msoLanguageIDEnglishNewZealand = 5129,
 msoLanguageIDSpanishCostaRica = 5130,
 msoLanguageIDFrenchLuxembourg = 5132,
 msoLanguageIDBosnianBosniaHerzegovinaLatin = 5146,
 msoLanguageIDArabicMorocco = 6145,
 msoLanguageIDEnglishIreland = 6153,
 msoLanguageIDSpanishPanama = 6154,
 msoLanguageIDFrenchMonaco = 6156,
 msoLanguageIDSerbianBosniaHerzegovinaLatin = 6170,
 msoLanguageIDArabicTunisia = 7169,
 msoLanguageIDEnglishSouthAfrica = 7177,
 msoLanguageIDSpanishDominicanRepublic = 7178,
 msoLanguageIDFrenchWestIndies = 7180,
 msoLanguageIDSerbianBosniaHerzegovinaCyrillic = 7194,
 msoLanguageIDArabicOman = 8193,
 msoLanguageIDEnglishJamaica = 8201,
 msoLanguageIDSpanishVenezuela = 8202,
 msoLanguageIDFrenchReunion = 8204,
 msoLanguageIDBosnianBosniaHerzegovinaCyrillic = 8218,
 msoLanguageIDArabicYemen = 9217,
 msoLanguageIDEnglishCaribbean = 9225,
 msoLanguageIDSpanishColombia = 9226,
 msoLanguageIDFrenchZaire = 9228,
 msoLanguageIDFrenchCongoDRC = 9228,
 msoLanguageIDArabicSyria = 10241,
 msoLanguageIDEnglishBelize = 10249,
 msoLanguageIDSpanishPeru = 10250,
 msoLanguageIDFrenchSenegal = 10252,
 msoLanguageIDArabicJordan = 11265,
 msoLanguageIDEnglishTrinidadTobago = 11273,
 msoLanguageIDSpanishArgentina = 11274,
 msoLanguageIDFrenchCameroon = 11276,
 msoLanguageIDArabicLebanon = 12289,
 msoLanguageIDEnglishZimbabwe = 12297,
 msoLanguageIDSpanishEcuador = 12298,
 msoLanguageIDFrenchCotedIvoire = 12300,
 msoLanguageIDArabicKuwait = 13313,
 msoLanguageIDEnglishPhilippines = 13321,
 msoLanguageIDSpanishChile = 13322,
 msoLanguageIDFrenchMali = 13324,
 msoLanguageIDArabicUAE = 14337,
 msoLanguageIDEnglishIndonesia = 14345,
 msoLanguageIDSpanishUruguay = 14346,
 msoLanguageIDFrenchMorocco = 14348,
 msoLanguageIDArabicBahrain = 15361,
 msoLanguageIDSpanishParaguay = 15370,
 msoLanguageIDFrenchHaiti = 15372,
 msoLanguageIDArabicQatar = 16385,
 msoLanguageIDSpanishBolivia = 16394,
 msoLanguageIDSpanishElSalvador = 17418,
 msoLanguageIDSpanishHonduras = 18442,
 msoLanguageIDSpanishNicaragua = 19466,
 msoLanguageIDSpanishPuertoRico = 20490
}
enum MsoLanguageIDHidden {
 msoLanguageIDChineseHongKong = 3076,
 msoLanguageIDChineseMacao = 5124,
 msoLanguageIDEnglishTrinidad = 11273
}
enum MsoLastModified {
 msoLastModifiedYesterday = 1,
 msoLastModifiedToday = 2,
 msoLastModifiedLastWeek = 3,
 msoLastModifiedThisWeek = 4,
 msoLastModifiedLastMonth = 5,
 msoLastModifiedThisMonth = 6,
 msoLastModifiedAnyTime = 7
}
enum MsoLightRigType {
 msoLightRigMixed = -2,
 msoLightRigLegacyFlat1 = 1,
 msoLightRigLegacyFlat2 = 2,
 msoLightRigLegacyFlat3 = 3,
 msoLightRigLegacyFlat4 = 4,
 msoLightRigLegacyNormal1 = 5,
 msoLightRigLegacyNormal2 = 6,
 msoLightRigLegacyNormal3 = 7,
 msoLightRigLegacyNormal4 = 8,
 msoLightRigLegacyHarsh1 = 9,
 msoLightRigLegacyHarsh2 = 10,
 msoLightRigLegacyHarsh3 = 11,
 msoLightRigLegacyHarsh4 = 12,
 msoLightRigThreePoint = 13,
 msoLightRigBalanced = 14,
 msoLightRigSoft = 15,
 msoLightRigHarsh = 16,
 msoLightRigFlood = 17,
 msoLightRigContrasting = 18,
 msoLightRigMorning = 19,
 msoLightRigSunrise = 20,
 msoLightRigSunset = 21,
 msoLightRigChilly = 22,
 msoLightRigFreezing = 23,
 msoLightRigFlat = 24,
 msoLightRigTwoPoint = 25,
 msoLightRigGlow = 26,
 msoLightRigBrightRoom = 27
}
enum MsoLineDashStyle {
 msoLineDashStyleMixed = -2,
 msoLineSolid = 1,
 msoLineSquareDot = 2,
 msoLineRoundDot = 3,
 msoLineDash = 4,
 msoLineDashDot = 5,
 msoLineDashDotDot = 6,
 msoLineLongDash = 7,
 msoLineLongDashDot = 8,
 msoLineLongDashDotDot = 9,
 msoLineSysDash = 10,
 msoLineSysDot = 11,
 msoLineSysDashDot = 12
}
enum MsoLineStyle {
 msoLineStyleMixed = -2,
 msoLineSingle = 1,
 msoLineThinThin = 2,
 msoLineThinThick = 3,
 msoLineThickThin = 4,
 msoLineThickBetweenThin = 5
}
enum MsoMenuAnimation {
 msoMenuAnimationNone = 0,
 msoMenuAnimationRandom = 1,
 msoMenuAnimationUnfold = 2,
 msoMenuAnimationSlide = 3
}
enum MsoMetaPropertyType {
 msoMetaPropertyTypeUnknown = 0,
 msoMetaPropertyTypeBoolean = 1,
 msoMetaPropertyTypeChoice = 2,
 msoMetaPropertyTypeCalculated = 3,
 msoMetaPropertyTypeComputed = 4,
 msoMetaPropertyTypeCurrency = 5,
 msoMetaPropertyTypeDateTime = 6,
 msoMetaPropertyTypeFillInChoice = 7,
 msoMetaPropertyTypeGuid = 8,
 msoMetaPropertyTypeInteger = 9,
 msoMetaPropertyTypeLookup = 10,
 msoMetaPropertyTypeMultiChoiceLookup = 11,
 msoMetaPropertyTypeMultiChoice = 12,
 msoMetaPropertyTypeMultiChoiceFillIn = 13,
 msoMetaPropertyTypeNote = 14,
 msoMetaPropertyTypeNumber = 15,
 msoMetaPropertyTypeText = 16,
 msoMetaPropertyTypeUrl = 17,
 msoMetaPropertyTypeUser = 18,
 msoMetaPropertyTypeUserMulti = 19,
 msoMetaPropertyTypeBusinessData = 20,
 msoMetaPropertyTypeBusinessDataSecondary = 21,
 msoMetaPropertyTypeMax = 22
}
enum MsoMixedType {
 msoSingleMixed = -2147483648,
 msoIntegerMixed = 32768
}
enum MsoModeType {
 msoModeModal = 0,
 msoModeAutoDown = 1,
 msoModeModeless = 2
}
enum MsoMoveRow {
 msoMoveRowFirst = -4,
 msoMoveRowPrev = -3,
 msoMoveRowNext = -2,
 msoMoveRowNbr = -1
}
enum MsoNumberedBulletStyle {
 msoBulletStyleMixed = -2,
 msoBulletAlphaLCPeriod = 0,
 msoBulletAlphaUCPeriod = 1,
 msoBulletArabicParenRight = 2,
 msoBulletArabicPeriod = 3,
 msoBulletRomanLCParenBoth = 4,
 msoBulletRomanLCParenRight = 5,
 msoBulletRomanLCPeriod = 6,
 msoBulletRomanUCPeriod = 7,
 msoBulletAlphaLCParenBoth = 8,
 msoBulletAlphaLCParenRight = 9,
 msoBulletAlphaUCParenBoth = 10,
 msoBulletAlphaUCParenRight = 11,
 msoBulletArabicParenBoth = 12,
 msoBulletArabicPlain = 13,
 msoBulletRomanUCParenBoth = 14,
 msoBulletRomanUCParenRight = 15,
 msoBulletSimpChinPlain = 16,
 msoBulletSimpChinPeriod = 17,
 msoBulletCircleNumDBPlain = 18,
 msoBulletCircleNumWDWhitePlain = 19,
 msoBulletCircleNumWDBlackPlain = 20,
 msoBulletTradChinPlain = 21,
 msoBulletTradChinPeriod = 22,
 msoBulletArabicAlphaDash = 23,
 msoBulletArabicAbjadDash = 24,
 msoBulletHebrewAlphaDash = 25,
 msoBulletKanjiKoreanPlain = 26,
 msoBulletKanjiKoreanPeriod = 27,
 msoBulletArabicDBPlain = 28,
 msoBulletArabicDBPeriod = 29,
 msoBulletThaiAlphaPeriod = 30,
 msoBulletThaiAlphaParenRight = 31,
 msoBulletThaiAlphaParenBoth = 32,
 msoBulletThaiNumPeriod = 33,
 msoBulletThaiNumParenRight = 34,
 msoBulletThaiNumParenBoth = 35,
 msoBulletHindiAlphaPeriod = 36,
 msoBulletHindiNumPeriod = 37,
 msoBulletKanjiSimpChinDBPeriod = 38,
 msoBulletHindiNumParenRight = 39,
 msoBulletHindiAlpha1Period = 40
}
enum MsoOLEMenuGroup {
 msoOLEMenuGroupNone = -1,
 msoOLEMenuGroupFile = 0,
 msoOLEMenuGroupEdit = 1,
 msoOLEMenuGroupContainer = 2,
 msoOLEMenuGroupObject = 3,
 msoOLEMenuGroupWindow = 4,
 msoOLEMenuGroupHelp = 5
}
enum MsoOrgChartLayoutType {
 msoOrgChartLayoutMixed = -2,
 msoOrgChartLayoutStandard = 1,
 msoOrgChartLayoutBothHanging = 2,
 msoOrgChartLayoutLeftHanging = 3,
 msoOrgChartLayoutRightHanging = 4,
 msoOrgChartLayoutDefault = 5
}
enum MsoOrgChartOrientation {
 msoOrgChartOrientationMixed = -2,
 msoOrgChartOrientationVertical = 1
}
enum MsoOrientation {
 msoOrientationMixed = -2,
 msoOrientationHorizontal = 1,
 msoOrientationVertical = 2
}
enum MsoParagraphAlignment {
 msoAlignMixed = -2,
 msoAlignLeft = 1,
 msoAlignCenter = 2,
 msoAlignRight = 3,
 msoAlignJustify = 4,
 msoAlignDistribute = 5,
 msoAlignThaiDistribute = 6,
 msoAlignJustifyLow = 7
}
enum MsoPathFormat {
 msoPathTypeMixed = -2,
 msoPathTypeNone = 0,
 msoPathType1 = 1,
 msoPathType2 = 2,
 msoPathType3 = 3,
 msoPathType4 = 4
}
enum MsoPatternType {
 msoPatternMixed = -2,
 msoPattern5Percent = 1,
 msoPattern10Percent = 2,
 msoPattern20Percent = 3,
 msoPattern25Percent = 4,
 msoPattern30Percent = 5,
 msoPattern40Percent = 6,
 msoPattern50Percent = 7,
 msoPattern60Percent = 8,
 msoPattern70Percent = 9,
 msoPattern75Percent = 10,
 msoPattern80Percent = 11,
 msoPattern90Percent = 12,
 msoPatternDarkHorizontal = 13,
 msoPatternDarkVertical = 14,
 msoPatternDarkDownwardDiagonal = 15,
 msoPatternDarkUpwardDiagonal = 16,
 msoPatternSmallCheckerBoard = 17,
 msoPatternTrellis = 18,
 msoPatternLightHorizontal = 19,
 msoPatternLightVertical = 20,
 msoPatternLightDownwardDiagonal = 21,
 msoPatternLightUpwardDiagonal = 22,
 msoPatternSmallGrid = 23,
 msoPatternDottedDiamond = 24,
 msoPatternWideDownwardDiagonal = 25,
 msoPatternWideUpwardDiagonal = 26,
 msoPatternDashedUpwardDiagonal = 27,
 msoPatternDashedDownwardDiagonal = 28,
 msoPatternNarrowVertical = 29,
 msoPatternNarrowHorizontal = 30,
 msoPatternDashedVertical = 31,
 msoPatternDashedHorizontal = 32,
 msoPatternLargeConfetti = 33,
 msoPatternLargeGrid = 34,
 msoPatternHorizontalBrick = 35,
 msoPatternLargeCheckerBoard = 36,
 msoPatternSmallConfetti = 37,
 msoPatternZigZag = 38,
 msoPatternSolidDiamond = 39,
 msoPatternDiagonalBrick = 40,
 msoPatternOutlinedDiamond = 41,
 msoPatternPlaid = 42,
 msoPatternSphere = 43,
 msoPatternWeave = 44,
 msoPatternDottedGrid = 45,
 msoPatternDivot = 46,
 msoPatternShingle = 47,
 msoPatternWave = 48,
 msoPatternHorizontal = 49,
 msoPatternVertical = 50,
 msoPatternCross = 51,
 msoPatternDownwardDiagonal = 52,
 msoPatternUpwardDiagonal = 53,
 msoPatternDiagonalCross = 54
}
enum MsoPermission {
 msoPermissionView = 1,
 msoPermissionRead = 1,
 msoPermissionEdit = 2,
 msoPermissionSave = 4,
 msoPermissionExtract = 8,
 msoPermissionChange = 15,
 msoPermissionPrint = 16,
 msoPermissionObjModel = 32,
 msoPermissionFullControl = 64,
 msoPermissionAllCommon = 127
}
enum MsoPickerField {
 msoPickerFieldUnknown = 0,
 msoPickerFieldDateTime = 1,
 msoPickerFieldNumber = 2,
 msoPickerFieldText = 3,
 msoPickerFieldUser = 4,
 msoPickerFieldMax = 5
}
enum MsoPictureColorType {
 msoPictureMixed = -2,
 msoPictureAutomatic = 1,
 msoPictureGrayscale = 2,
 msoPictureBlackAndWhite = 3,
 msoPictureWatermark = 4
}
enum MsoPictureEffectType {
 msoEffectNone = 0,
 msoEffectBackgroundRemoval = 1,
 msoEffectBlur = 2,
 msoEffectBrightnessContrast = 3,
 msoEffectCement = 4,
 msoEffectCrisscrossEtching = 5,
 msoEffectChalkSketch = 6,
 msoEffectColorTemperature = 7,
 msoEffectCutout = 8,
 msoEffectFilmGrain = 9,
 msoEffectGlass = 10,
 msoEffectGlowDiffused = 11,
 msoEffectGlowEdges = 12,
 msoEffectLightScreen = 13,
 msoEffectLineDrawing = 14,
 msoEffectMarker = 15,
 msoEffectMosiaicBubbles = 16,
 msoEffectPaintBrush = 17,
 msoEffectPaintStrokes = 18,
 msoEffectPastelsSmooth = 19,
 msoEffectPencilGrayscale = 20,
 msoEffectPencilSketch = 21,
 msoEffectPhotocopy = 22,
 msoEffectPlasticWrap = 23,
 msoEffectSaturation = 24,
 msoEffectSharpenSoften = 25,
 msoEffectTexturizer = 26,
 msoEffectWatercolorSponge = 27
}
enum MsoPresetCamera {
 msoPresetCameraMixed = -2,
 msoCameraLegacyObliqueTopLeft = 1,
 msoCameraLegacyObliqueTop = 2,
 msoCameraLegacyObliqueTopRight = 3,
 msoCameraLegacyObliqueLeft = 4,
 msoCameraLegacyObliqueFront = 5,
 msoCameraLegacyObliqueRight = 6,
 msoCameraLegacyObliqueBottomLeft = 7,
 msoCameraLegacyObliqueBottom = 8,
 msoCameraLegacyObliqueBottomRight = 9,
 msoCameraLegacyPerspectiveTopLeft = 10,
 msoCameraLegacyPerspectiveTop = 11,
 msoCameraLegacyPerspectiveTopRight = 12,
 msoCameraLegacyPerspectiveLeft = 13,
 msoCameraLegacyPerspectiveFront = 14,
 msoCameraLegacyPerspectiveRight = 15,
 msoCameraLegacyPerspectiveBottomLeft = 16,
 msoCameraLegacyPerspectiveBottom = 17,
 msoCameraLegacyPerspectiveBottomRight = 18,
 msoCameraOrthographicFront = 19,
 msoCameraIsometricTopUp = 20,
 msoCameraIsometricTopDown = 21,
 msoCameraIsometricBottomUp = 22,
 msoCameraIsometricBottomDown = 23,
 msoCameraIsometricLeftUp = 24,
 msoCameraIsometricLeftDown = 25,
 msoCameraIsometricRightUp = 26,
 msoCameraIsometricRightDown = 27,
 msoCameraIsometricOffAxis1Left = 28,
 msoCameraIsometricOffAxis1Right = 29,
 msoCameraIsometricOffAxis1Top = 30,
 msoCameraIsometricOffAxis2Left = 31,
 msoCameraIsometricOffAxis2Right = 32,
 msoCameraIsometricOffAxis2Top = 33,
 msoCameraIsometricOffAxis3Left = 34,
 msoCameraIsometricOffAxis3Right = 35,
 msoCameraIsometricOffAxis3Bottom = 36,
 msoCameraIsometricOffAxis4Left = 37,
 msoCameraIsometricOffAxis4Right = 38,
 msoCameraIsometricOffAxis4Bottom = 39,
 msoCameraObliqueTopLeft = 40,
 msoCameraObliqueTop = 41,
 msoCameraObliqueTopRight = 42,
 msoCameraObliqueLeft = 43,
 msoCameraObliqueRight = 44,
 msoCameraObliqueBottomLeft = 45,
 msoCameraObliqueBottom = 46,
 msoCameraObliqueBottomRight = 47,
 msoCameraPerspectiveFront = 48,
 msoCameraPerspectiveLeft = 49,
 msoCameraPerspectiveRight = 50,
 msoCameraPerspectiveAbove = 51,
 msoCameraPerspectiveBelow = 52,
 msoCameraPerspectiveAboveLeftFacing = 53,
 msoCameraPerspectiveAboveRightFacing = 54,
 msoCameraPerspectiveContrastingLeftFacing = 55,
 msoCameraPerspectiveContrastingRightFacing = 56,
 msoCameraPerspectiveHeroicLeftFacing = 57,
 msoCameraPerspectiveHeroicRightFacing = 58,
 msoCameraPerspectiveHeroicExtremeLeftFacing = 59,
 msoCameraPerspectiveHeroicExtremeRightFacing = 60,
 msoCameraPerspectiveRelaxed = 61,
 msoCameraPerspectiveRelaxedModerately = 62
}
enum MsoPresetExtrusionDirection {
 msoPresetExtrusionDirectionMixed = -2,
 msoExtrusionBottomRight = 1,
 msoExtrusionBottom = 2,
 msoExtrusionBottomLeft = 3,
 msoExtrusionRight = 4,
 msoExtrusionNone = 5,
 msoExtrusionLeft = 6,
 msoExtrusionTopRight = 7,
 msoExtrusionTop = 8,
 msoExtrusionTopLeft = 9
}
enum MsoPresetGradientType {
 msoPresetGradientMixed = -2,
 msoGradientEarlySunset = 1,
 msoGradientLateSunset = 2,
 msoGradientNightfall = 3,
 msoGradientDaybreak = 4,
 msoGradientHorizon = 5,
 msoGradientDesert = 6,
 msoGradientOcean = 7,
 msoGradientCalmWater = 8,
 msoGradientFire = 9,
 msoGradientFog = 10,
 msoGradientMoss = 11,
 msoGradientPeacock = 12,
 msoGradientWheat = 13,
 msoGradientParchment = 14,
 msoGradientMahogany = 15,
 msoGradientRainbow = 16,
 msoGradientRainbowII = 17,
 msoGradientGold = 18,
 msoGradientGoldII = 19,
 msoGradientBrass = 20,
 msoGradientChrome = 21,
 msoGradientChromeII = 22,
 msoGradientSilver = 23,
 msoGradientSapphire = 24
}
enum MsoPresetLightingDirection {
 msoPresetLightingDirectionMixed = -2,
 msoLightingTopLeft = 1,
 msoLightingTop = 2,
 msoLightingTopRight = 3,
 msoLightingLeft = 4,
 msoLightingNone = 5,
 msoLightingRight = 6,
 msoLightingBottomLeft = 7,
 msoLightingBottom = 8,
 msoLightingBottomRight = 9
}
enum MsoPresetLightingSoftness {
 msoPresetLightingSoftnessMixed = -2,
 msoLightingDim = 1,
 msoLightingNormal = 2,
 msoLightingBright = 3
}
enum MsoPresetMaterial {
 msoPresetMaterialMixed = -2,
 msoMaterialMatte = 1,
 msoMaterialPlastic = 2,
 msoMaterialMetal = 3,
 msoMaterialWireFrame = 4,
 msoMaterialMatte2 = 5,
 msoMaterialPlastic2 = 6,
 msoMaterialMetal2 = 7,
 msoMaterialWarmMatte = 8,
 msoMaterialTranslucentPowder = 9,
 msoMaterialPowder = 10,
 msoMaterialDarkEdge = 11,
 msoMaterialSoftEdge = 12,
 msoMaterialClear = 13,
 msoMaterialFlat = 14,
 msoMaterialSoftMetal = 15
}
enum MsoPresetTextEffect {
 msoTextEffectMixed = -2,
 msoTextEffect1 = 0,
 msoTextEffect2 = 1,
 msoTextEffect3 = 2,
 msoTextEffect4 = 3,
 msoTextEffect5 = 4,
 msoTextEffect6 = 5,
 msoTextEffect7 = 6,
 msoTextEffect8 = 7,
 msoTextEffect9 = 8,
 msoTextEffect10 = 9,
 msoTextEffect11 = 10,
 msoTextEffect12 = 11,
 msoTextEffect13 = 12,
 msoTextEffect14 = 13,
 msoTextEffect15 = 14,
 msoTextEffect16 = 15,
 msoTextEffect17 = 16,
 msoTextEffect18 = 17,
 msoTextEffect19 = 18,
 msoTextEffect20 = 19,
 msoTextEffect21 = 20,
 msoTextEffect22 = 21,
 msoTextEffect23 = 22,
 msoTextEffect24 = 23,
 msoTextEffect25 = 24,
 msoTextEffect26 = 25,
 msoTextEffect27 = 26,
 msoTextEffect28 = 27,
 msoTextEffect29 = 28,
 msoTextEffect30 = 29
}
enum MsoPresetTextEffectShape {
 msoTextEffectShapeMixed = -2,
 msoTextEffectShapePlainText = 1,
 msoTextEffectShapeStop = 2,
 msoTextEffectShapeTriangleUp = 3,
 msoTextEffectShapeTriangleDown = 4,
 msoTextEffectShapeChevronUp = 5,
 msoTextEffectShapeChevronDown = 6,
 msoTextEffectShapeRingInside = 7,
 msoTextEffectShapeRingOutside = 8,
 msoTextEffectShapeArchUpCurve = 9,
 msoTextEffectShapeArchDownCurve = 10,
 msoTextEffectShapeCircleCurve = 11,
 msoTextEffectShapeButtonCurve = 12,
 msoTextEffectShapeArchUpPour = 13,
 msoTextEffectShapeArchDownPour = 14,
 msoTextEffectShapeCirclePour = 15,
 msoTextEffectShapeButtonPour = 16,
 msoTextEffectShapeCurveUp = 17,
 msoTextEffectShapeCurveDown = 18,
 msoTextEffectShapeCanUp = 19,
 msoTextEffectShapeCanDown = 20,
 msoTextEffectShapeWave1 = 21,
 msoTextEffectShapeWave2 = 22,
 msoTextEffectShapeDoubleWave1 = 23,
 msoTextEffectShapeDoubleWave2 = 24,
 msoTextEffectShapeInflate = 25,
 msoTextEffectShapeDeflate = 26,
 msoTextEffectShapeInflateBottom = 27,
 msoTextEffectShapeDeflateBottom = 28,
 msoTextEffectShapeInflateTop = 29,
 msoTextEffectShapeDeflateTop = 30,
 msoTextEffectShapeDeflateInflate = 31,
 msoTextEffectShapeDeflateInflateDeflate = 32,
 msoTextEffectShapeFadeRight = 33,
 msoTextEffectShapeFadeLeft = 34,
 msoTextEffectShapeFadeUp = 35,
 msoTextEffectShapeFadeDown = 36,
 msoTextEffectShapeSlantUp = 37,
 msoTextEffectShapeSlantDown = 38,
 msoTextEffectShapeCascadeUp = 39,
 msoTextEffectShapeCascadeDown = 40
}
enum MsoPresetTexture {
 msoPresetTextureMixed = -2,
 msoTexturePapyrus = 1,
 msoTextureCanvas = 2,
 msoTextureDenim = 3,
 msoTextureWovenMat = 4,
 msoTextureWaterDroplets = 5,
 msoTexturePaperBag = 6,
 msoTextureFishFossil = 7,
 msoTextureSand = 8,
 msoTextureGreenMarble = 9,
 msoTextureWhiteMarble = 10,
 msoTextureBrownMarble = 11,
 msoTextureGranite = 12,
 msoTextureNewsprint = 13,
 msoTextureRecycledPaper = 14,
 msoTextureParchment = 15,
 msoTextureStationery = 16,
 msoTextureBlueTissuePaper = 17,
 msoTexturePinkTissuePaper = 18,
 msoTexturePurpleMesh = 19,
 msoTextureBouquet = 20,
 msoTextureCork = 21,
 msoTextureWalnut = 22,
 msoTextureOak = 23,
 msoTextureMediumWood = 24
}
enum MsoPresetThreeDFormat {
 msoPresetThreeDFormatMixed = -2,
 msoThreeD1 = 1,
 msoThreeD2 = 2,
 msoThreeD3 = 3,
 msoThreeD4 = 4,
 msoThreeD5 = 5,
 msoThreeD6 = 6,
 msoThreeD7 = 7,
 msoThreeD8 = 8,
 msoThreeD9 = 9,
 msoThreeD10 = 10,
 msoThreeD11 = 11,
 msoThreeD12 = 12,
 msoThreeD13 = 13,
 msoThreeD14 = 14,
 msoThreeD15 = 15,
 msoThreeD16 = 16,
 msoThreeD17 = 17,
 msoThreeD18 = 18,
 msoThreeD19 = 19,
 msoThreeD20 = 20
}
enum MsoReflectionType {
 msoReflectionTypeMixed = -2,
 msoReflectionTypeNone = 0,
 msoReflectionType1 = 1,
 msoReflectionType2 = 2,
 msoReflectionType3 = 3,
 msoReflectionType4 = 4,
 msoReflectionType5 = 5,
 msoReflectionType6 = 6,
 msoReflectionType7 = 7,
 msoReflectionType8 = 8,
 msoReflectionType9 = 9
}
enum MsoRelativeNodePosition {
 msoBeforeNode = 1,
 msoAfterNode = 2,
 msoBeforeFirstSibling = 3,
 msoAfterLastSibling = 4
}
enum MsoScaleFrom {
 msoScaleFromTopLeft = 0,
 msoScaleFromMiddle = 1,
 msoScaleFromBottomRight = 2
}
enum MsoScreenSize {
 msoScreenSize544x376 = 0,
 msoScreenSize640x480 = 1,
 msoScreenSize720x512 = 2,
 msoScreenSize800x600 = 3,
 msoScreenSize1024x768 = 4,
 msoScreenSize1152x882 = 5,
 msoScreenSize1152x900 = 6,
 msoScreenSize1280x1024 = 7,
 msoScreenSize1600x1200 = 8,
 msoScreenSize1800x1440 = 9,
 msoScreenSize1920x1200 = 10
}
enum MsoScriptLanguage {
 msoScriptLanguageJava = 1,
 msoScriptLanguageVisualBasic = 2,
 msoScriptLanguageASP = 3,
 msoScriptLanguageOther = 4
}
enum MsoScriptLocation {
 msoScriptLocationInHead = 1,
 msoScriptLocationInBody = 2
}
enum MsoSearchIn {
 msoSearchInMyComputer = 0,
 msoSearchInOutlook = 1,
 msoSearchInMyNetworkPlaces = 2,
 msoSearchInCustom = 3
}
enum MsoSegmentType {
 msoSegmentLine = 0,
 msoSegmentCurve = 1
}
enum MsoShadowStyle {
 msoShadowStyleMixed = -2,
 msoShadowStyleInnerShadow = 1,
 msoShadowStyleOuterShadow = 2
}
enum MsoShadowType {
 msoShadowMixed = -2,
 msoShadow1 = 1,
 msoShadow2 = 2,
 msoShadow3 = 3,
 msoShadow4 = 4,
 msoShadow5 = 5,
 msoShadow6 = 6,
 msoShadow7 = 7,
 msoShadow8 = 8,
 msoShadow9 = 9,
 msoShadow10 = 10,
 msoShadow11 = 11,
 msoShadow12 = 12,
 msoShadow13 = 13,
 msoShadow14 = 14,
 msoShadow15 = 15,
 msoShadow16 = 16,
 msoShadow17 = 17,
 msoShadow18 = 18,
 msoShadow19 = 19,
 msoShadow20 = 20,
 msoShadow21 = 21,
 msoShadow22 = 22,
 msoShadow23 = 23,
 msoShadow24 = 24,
 msoShadow25 = 25,
 msoShadow26 = 26,
 msoShadow27 = 27,
 msoShadow28 = 28,
 msoShadow29 = 29,
 msoShadow30 = 30,
 msoShadow31 = 31,
 msoShadow32 = 32,
 msoShadow33 = 33,
 msoShadow34 = 34,
 msoShadow35 = 35,
 msoShadow36 = 36,
 msoShadow37 = 37,
 msoShadow38 = 38,
 msoShadow39 = 39,
 msoShadow40 = 40,
 msoShadow41 = 41,
 msoShadow42 = 42,
 msoShadow43 = 43
}
enum MsoShapeStyleIndex {
 msoShapeStyleMixed = -2,
 msoShapeStyleNotAPreset = 0,
 msoShapeStylePreset1 = 1,
 msoShapeStylePreset2 = 2,
 msoShapeStylePreset3 = 3,
 msoShapeStylePreset4 = 4,
 msoShapeStylePreset5 = 5,
 msoShapeStylePreset6 = 6,
 msoShapeStylePreset7 = 7,
 msoShapeStylePreset8 = 8,
 msoShapeStylePreset9 = 9,
 msoShapeStylePreset10 = 10,
 msoShapeStylePreset11 = 11,
 msoShapeStylePreset12 = 12,
 msoShapeStylePreset13 = 13,
 msoShapeStylePreset14 = 14,
 msoShapeStylePreset15 = 15,
 msoShapeStylePreset16 = 16,
 msoShapeStylePreset17 = 17,
 msoShapeStylePreset18 = 18,
 msoShapeStylePreset19 = 19,
 msoShapeStylePreset20 = 20,
 msoShapeStylePreset21 = 21,
 msoShapeStylePreset22 = 22,
 msoShapeStylePreset23 = 23,
 msoShapeStylePreset24 = 24,
 msoShapeStylePreset25 = 25,
 msoShapeStylePreset26 = 26,
 msoShapeStylePreset27 = 27,
 msoShapeStylePreset28 = 28,
 msoShapeStylePreset29 = 29,
 msoShapeStylePreset30 = 30,
 msoShapeStylePreset31 = 31,
 msoShapeStylePreset32 = 32,
 msoShapeStylePreset33 = 33,
 msoShapeStylePreset34 = 34,
 msoShapeStylePreset35 = 35,
 msoShapeStylePreset36 = 36,
 msoShapeStylePreset37 = 37,
 msoShapeStylePreset38 = 38,
 msoShapeStylePreset39 = 39,
 msoShapeStylePreset40 = 40,
 msoShapeStylePreset41 = 41,
 msoShapeStylePreset42 = 42,
 msoLineStylePreset1 = 10001,
 msoLineStylePreset2 = 10002,
 msoLineStylePreset3 = 10003,
 msoLineStylePreset4 = 10004,
 msoLineStylePreset5 = 10005,
 msoLineStylePreset6 = 10006,
 msoLineStylePreset7 = 10007,
 msoLineStylePreset8 = 10008,
 msoLineStylePreset9 = 10009,
 msoLineStylePreset10 = 10010,
 msoLineStylePreset11 = 10011,
 msoLineStylePreset12 = 10012,
 msoLineStylePreset13 = 10013,
 msoLineStylePreset14 = 10014,
 msoLineStylePreset15 = 10015,
 msoLineStylePreset16 = 10016,
 msoLineStylePreset17 = 10017,
 msoLineStylePreset18 = 10018,
 msoLineStylePreset19 = 10019,
 msoLineStylePreset20 = 10020,
 msoLineStylePreset21 = 10021
}
enum MsoShapeType {
 msoShapeTypeMixed = -2,
 msoAutoShape = 1,
 msoCallout = 2,
 msoChart = 3,
 msoComment = 4,
 msoFreeform = 5,
 msoGroup = 6,
 msoEmbeddedOLEObject = 7,
 msoFormControl = 8,
 msoLine = 9,
 msoLinkedOLEObject = 10,
 msoLinkedPicture = 11,
 msoOLEControlObject = 12,
 msoPicture = 13,
 msoPlaceholder = 14,
 msoTextEffect = 15,
 msoMedia = 16,
 msoTextBox = 17,
 msoScriptAnchor = 18,
 msoTable = 19,
 msoCanvas = 20,
 msoDiagram = 21,
 msoInk = 22,
 msoInkComment = 23,
 msoSmartArt = 24,
 msoSlicer = 25
}
enum MsoSharedWorkspaceTaskPriority {
 msoSharedWorkspaceTaskPriorityHigh = 1,
 msoSharedWorkspaceTaskPriorityNormal = 2,
 msoSharedWorkspaceTaskPriorityLow = 3
}
enum MsoSharedWorkspaceTaskStatus {
 msoSharedWorkspaceTaskStatusNotStarted = 1,
 msoSharedWorkspaceTaskStatusInProgress = 2,
 msoSharedWorkspaceTaskStatusCompleted = 3,
 msoSharedWorkspaceTaskStatusDeferred = 4,
 msoSharedWorkspaceTaskStatusWaiting = 5
}
enum MsoSignatureSubset {
 msoSignatureSubsetSignaturesAllSigs = 0,
 msoSignatureSubsetSignaturesNonVisible = 1,
 msoSignatureSubsetSignatureLines = 2,
 msoSignatureSubsetSignatureLinesSigned = 3,
 msoSignatureSubsetSignatureLinesUnsigned = 4,
 msoSignatureSubsetAll = 5
}
enum MsoSmartArtNodePosition {
 msoSmartArtNodeDefault = 1,
 msoSmartArtNodeAfter = 2,
 msoSmartArtNodeBefore = 3,
 msoSmartArtNodeAbove = 4,
 msoSmartArtNodeBelow = 5
}
enum MsoSmartArtNodeType {
 msoSmartArtNodeTypeDefault = 1,
 msoSmartArtNodeTypeAssistant = 2
}
enum MsoSoftEdgeType {
 msoSoftEdgeTypeMixed = -2,
 msoSoftEdgeTypeNone = 0,
 msoSoftEdgeType1 = 1,
 msoSoftEdgeType2 = 2,
 msoSoftEdgeType3 = 3,
 msoSoftEdgeType4 = 4,
 msoSoftEdgeType5 = 5,
 msoSoftEdgeType6 = 6
}
enum MsoSortBy {
 msoSortByFileName = 1,
 msoSortBySize = 2,
 msoSortByFileType = 3,
 msoSortByLastModified = 4,
 msoSortByNone = 5
}
enum MsoSortOrder {
 msoSortOrderAscending = 1,
 msoSortOrderDescending = 2
}
enum MsoSyncAvailableType {
 msoSyncAvailableNone = 0,
 msoSyncAvailableOffline = 1,
 msoSyncAvailableAnywhere = 2
}
enum MsoSyncCompareType {
 msoSyncCompareAndMerge = 0,
 msoSyncCompareSideBySide = 1
}
enum MsoSyncConflictResolutionType {
 msoSyncConflictClientWins = 0,
 msoSyncConflictServerWins = 1,
 msoSyncConflictMerge = 2
}
enum MsoSyncErrorType {
 msoSyncErrorNone = 0,
 msoSyncErrorUnauthorizedUser = 1,
 msoSyncErrorCouldNotConnect = 2,
 msoSyncErrorOutOfSpace = 3,
 msoSyncErrorFileNotFound = 4,
 msoSyncErrorFileTooLarge = 5,
 msoSyncErrorFileInUse = 6,
 msoSyncErrorVirusUpload = 7,
 msoSyncErrorVirusDownload = 8,
 msoSyncErrorUnknownUpload = 9,
 msoSyncErrorUnknownDownload = 10,
 msoSyncErrorCouldNotOpen = 11,
 msoSyncErrorCouldNotUpdate = 12,
 msoSyncErrorCouldNotCompare = 13,
 msoSyncErrorCouldNotResolve = 14,
 msoSyncErrorNoNetwork = 15,
 msoSyncErrorUnknown = 16
}
enum MsoSyncEventType {
 msoSyncEventDownloadInitiated = 0,
 msoSyncEventDownloadSucceeded = 1,
 msoSyncEventDownloadFailed = 2,
 msoSyncEventUploadInitiated = 3,
 msoSyncEventUploadSucceeded = 4,
 msoSyncEventUploadFailed = 5,
 msoSyncEventDownloadNoChange = 6,
 msoSyncEventOffline = 7
}
enum MsoSyncStatusType {
 msoSyncStatusNoSharedWorkspace = 0,
 msoSyncStatusNotRoaming = 0,
 msoSyncStatusLatest = 1,
 msoSyncStatusNewerAvailable = 2,
 msoSyncStatusLocalChanges = 3,
 msoSyncStatusConflict = 4,
 msoSyncStatusSuspended = 5,
 msoSyncStatusError = 6
}
enum MsoSyncVersionType {
 msoSyncVersionLastViewed = 0,
 msoSyncVersionServer = 1
}
enum MsoTabStopType {
 msoTabStopMixed = -2,
 msoTabStopLeft = 1,
 msoTabStopCenter = 2,
 msoTabStopRight = 3,
 msoTabStopDecimal = 4
}
enum MsoTargetBrowser {
 msoTargetBrowserV3 = 0,
 msoTargetBrowserV4 = 1,
 msoTargetBrowserIE4 = 2,
 msoTargetBrowserIE5 = 3,
 msoTargetBrowserIE6 = 4
}
enum MsoTextCaps {
 msoCapsMixed = -2,
 msoNoCaps = 0,
 msoSmallCaps = 1,
 msoAllCaps = 2
}
enum MsoTextChangeCase {
 msoCaseSentence = 1,
 msoCaseLower = 2,
 msoCaseUpper = 3,
 msoCaseTitle = 4,
 msoCaseToggle = 5
}
enum MsoTextCharWrap {
 msoCharWrapMixed = -2,
 msoNoCharWrap = 0,
 msoStandardCharWrap = 1,
 msoStrictCharWrap = 2,
 msoCustomCharWrap = 3
}
enum MsoTextDirection {
 msoTextDirectionMixed = -2,
 msoTextDirectionLeftToRight = 1,
 msoTextDirectionRightToLeft = 2
}
enum MsoTextEffectAlignment {
 msoTextEffectAlignmentMixed = -2,
 msoTextEffectAlignmentLeft = 1,
 msoTextEffectAlignmentCentered = 2,
 msoTextEffectAlignmentRight = 3,
 msoTextEffectAlignmentLetterJustify = 4,
 msoTextEffectAlignmentWordJustify = 5,
 msoTextEffectAlignmentStretchJustify = 6
}
enum MsoTextFontAlign {
 msoFontAlignMixed = -2,
 msoFontAlignAuto = 0,
 msoFontAlignTop = 1,
 msoFontAlignCenter = 2,
 msoFontAlignBaseline = 3,
 msoFontAlignBottom = 4
}
enum MsoTextOrientation {
 msoTextOrientationMixed = -2,
 msoTextOrientationHorizontal = 1,
 msoTextOrientationUpward = 2,
 msoTextOrientationDownward = 3,
 msoTextOrientationVerticalFarEast = 4,
 msoTextOrientationVertical = 5,
 msoTextOrientationHorizontalRotatedFarEast = 6
}
enum MsoTextStrike {
 msoStrikeMixed = -2,
 msoNoStrike = 0,
 msoSingleStrike = 1,
 msoDoubleStrike = 2
}
enum MsoTextTabAlign {
 msoTabAlignMixed = -2,
 msoTabAlignLeft = 0,
 msoTabAlignCenter = 1,
 msoTabAlignRight = 2,
 msoTabAlignDecimal = 3
}
enum MsoTextUnderlineType {
 msoUnderlineMixed = -2,
 msoNoUnderline = 0,
 msoUnderlineWords = 1,
 msoUnderlineSingleLine = 2,
 msoUnderlineDoubleLine = 3,
 msoUnderlineHeavyLine = 4,
 msoUnderlineDottedLine = 5,
 msoUnderlineDottedHeavyLine = 6,
 msoUnderlineDashLine = 7,
 msoUnderlineDashHeavyLine = 8,
 msoUnderlineDashLongLine = 9,
 msoUnderlineDashLongHeavyLine = 10,
 msoUnderlineDotDashLine = 11,
 msoUnderlineDotDashHeavyLine = 12,
 msoUnderlineDotDotDashLine = 13,
 msoUnderlineDotDotDashHeavyLine = 14,
 msoUnderlineWavyLine = 15,
 msoUnderlineWavyHeavyLine = 16,
 msoUnderlineWavyDoubleLine = 17
}
enum MsoTextureAlignment {
 msoTextureAlignmentMixed = -2,
 msoTextureTopLeft = 0,
 msoTextureTop = 1,
 msoTextureTopRight = 2,
 msoTextureLeft = 3,
 msoTextureCenter = 4,
 msoTextureRight = 5,
 msoTextureBottomLeft = 6,
 msoTextureBottom = 7,
 msoTextureBottomRight = 8
}
enum MsoTextureType {
 msoTextureTypeMixed = -2,
 msoTexturePreset = 1,
 msoTextureUserDefined = 2
}
enum MsoThemeColorIndex {
 msoThemeColorMixed = -2,
 msoNotThemeColor = 0,
 msoThemeColorDark1 = 1,
 msoThemeColorLight1 = 2,
 msoThemeColorDark2 = 3,
 msoThemeColorLight2 = 4,
 msoThemeColorAccent1 = 5,
 msoThemeColorAccent2 = 6,
 msoThemeColorAccent3 = 7,
 msoThemeColorAccent4 = 8,
 msoThemeColorAccent5 = 9,
 msoThemeColorAccent6 = 10,
 msoThemeColorHyperlink = 11,
 msoThemeColorFollowedHyperlink = 12,
 msoThemeColorText1 = 13,
 msoThemeColorBackground1 = 14,
 msoThemeColorText2 = 15,
 msoThemeColorBackground2 = 16
}
enum MsoThemeColorSchemeIndex {
 msoThemeDark1 = 1,
 msoThemeLight1 = 2,
 msoThemeDark2 = 3,
 msoThemeLight2 = 4,
 msoThemeAccent1 = 5,
 msoThemeAccent2 = 6,
 msoThemeAccent3 = 7,
 msoThemeAccent4 = 8,
 msoThemeAccent5 = 9,
 msoThemeAccent6 = 10,
 msoThemeHyperlink = 11,
 msoThemeFollowedHyperlink = 12
}
enum MsoTriState {
 msoTriStateToggle = -3,
 msoTriStateMixed = -2,
 msoTrue = -1,
 msoFalse = 0,
 msoCTrue = 1
}
enum MsoVerticalAnchor {
 msoVerticalAnchorMixed = -2,
 msoAnchorTop = 1,
 msoAnchorTopBaseline = 2,
 msoAnchorMiddle = 3,
 msoAnchorBottom = 4,
 msoAnchorBottomBaseLine = 5
}
enum MsoWarpFormat {
 msoWarpFormatMixed = -2,
 msoWarpFormat1 = 0,
 msoWarpFormat2 = 1,
 msoWarpFormat3 = 2,
 msoWarpFormat4 = 3,
 msoWarpFormat5 = 4,
 msoWarpFormat6 = 5,
 msoWarpFormat7 = 6,
 msoWarpFormat8 = 7,
 msoWarpFormat9 = 8,
 msoWarpFormat10 = 9,
 msoWarpFormat11 = 10,
 msoWarpFormat12 = 11,
 msoWarpFormat13 = 12,
 msoWarpFormat14 = 13,
 msoWarpFormat15 = 14,
 msoWarpFormat16 = 15,
 msoWarpFormat17 = 16,
 msoWarpFormat18 = 17,
 msoWarpFormat19 = 18,
 msoWarpFormat20 = 19,
 msoWarpFormat21 = 20,
 msoWarpFormat22 = 21,
 msoWarpFormat23 = 22,
 msoWarpFormat24 = 23,
 msoWarpFormat25 = 24,
 msoWarpFormat26 = 25,
 msoWarpFormat27 = 26,
 msoWarpFormat28 = 27,
 msoWarpFormat29 = 28,
 msoWarpFormat30 = 29,
 msoWarpFormat31 = 30,
 msoWarpFormat32 = 31,
 msoWarpFormat33 = 32,
 msoWarpFormat34 = 33,
 msoWarpFormat35 = 34,
 msoWarpFormat36 = 35
}
enum MsoWizardActType {
 msoWizardActInactive = 0,
 msoWizardActActive = 1,
 msoWizardActSuspend = 2,
 msoWizardActResume = 3
}
enum MsoWizardMsgType {
 msoWizardMsgLocalStateOn = 1,
 msoWizardMsgLocalStateOff = 2,
 msoWizardMsgShowHelp = 3,
 msoWizardMsgSuspending = 4,
 msoWizardMsgResuming = 5
}
enum MsoZOrderCmd {
 msoBringToFront = 0,
 msoSendToBack = 1,
 msoBringForward = 2,
 msoSendBackward = 3,
 msoBringInFrontOfText = 4,
 msoSendBehindText = 5
}
enum NewPageStyle {
 npsDefault = 0,
 npsBlankPageWithTitle = 1,
 npsBlankPageNoTitle = 2
}
enum ObjectStateEnum {
 adStateClosed = 0,
 adStateOpen = 1,
 adStateConnecting = 2,
 adStateExecuting = 4,
 adStateFetching = 8
}

enum OlAccountType {
 olExchange = 0,
 olImap = 1,
 olPop3 = 2,
 olHttp = 3,
 olOtherAccount = 5
}
enum OlActionCopyLike {
 olReply = 0,
 olReplyAll = 1,
 olForward = 2,
 olReplyFolder = 3,
 olRespond = 4
}
enum OlActionReplyStyle {
 olOmitOriginalText = 0,
 olEmbedOriginalItem = 1,
 olIncludeOriginalText = 2,
 olIndentOriginalText = 3,
 olLinkOriginalItem = 4,
 olUserPreference = 5,
 olReplyTickOriginalText = 1000
}
enum OlActionResponseStyle {
 olOpen = 0,
 olSend = 1,
 olPrompt = 2
}
enum OlActionShowOn {
 olDontShow = 0,
 olMenu = 1,
 olMenuAndToolbar = 2
}
enum OlAddressEntryUserType {
 olExchangeUserAddressEntry = 0,
 olExchangeDistributionListAddressEntry = 1,
 olExchangePublicFolderAddressEntry = 2,
 olExchangeAgentAddressEntry = 3,
 olExchangeOrganizationAddressEntry = 4,
 olExchangeRemoteUserAddressEntry = 5,
 olOutlookContactAddressEntry = 10,
 olOutlookDistributionListAddressEntry = 11,
 olLdapAddressEntry = 20,
 olSmtpAddressEntry = 30,
 olOtherAddressEntry = 40
}
enum OlAddressListType {
 olExchangeGlobalAddressList = 0,
 olExchangeContainer = 1,
 olOutlookAddressList = 2,
 olOutlookLdapAddressList = 3,
 olCustomAddressList = 4
}
enum OlAlign {
 olAlignLeft = 0,
 olAlignCenter = 1,
 olAlignRight = 2
}
enum OlAlignment {
 olAlignmentLeft = 0,
 olAlignmentRight = 1
}
enum OlAlwaysDeleteConversation {
 olDoNotDelete = 0,
 olAlwaysDelete = 1,
 olAlwaysDeleteUnsupported = 2
}
enum OlAppointmentCopyOptions {
 olPromptUser = 0,
 olCreateAppointment = 1,
 olCopyAsAccept = 2
}
enum OlAppointmentTimeField {
 olAppointmentTimeFieldNone = 1,
 olAppointmentTimeFieldStart = 2,
 olAppointmentTimeFieldEnd = 3
}
enum OlAttachmentBlockLevel {
 olAttachmentBlockLevelNone = 0,
 olAttachmentBlockLevelOpen = 1
}
enum OlAttachmentType {
 olByValue = 1,
 olByReference = 4,
 olEmbeddeditem = 5,
 olOLE = 6
}
enum OlAutoDiscoverConnectionMode {
 olAutoDiscoverConnectionUnknown = 0,
 olAutoDiscoverConnectionExternal = 1,
 olAutoDiscoverConnectionInternal = 2,
 olAutoDiscoverConnectionInternalDomain = 3
}
enum OlAutoPreview {
 olAutoPreviewAll = 0,
 olAutoPreviewUnread = 1,
 olAutoPreviewNone = 2
}
enum OlBackStyle {
 olBackStyleTransparent = 0,
 olBackStyleOpaque = 1
}
enum OlBodyFormat {
 olFormatUnspecified = 0,
 olFormatPlain = 1,
 olFormatHTML = 2,
 olFormatRichText = 3
}
enum OlBorderStyle {
 olBorderStyleNone = 0,
 olBorderStyleSingle = 1
}
enum OlBusinessCardType {
 olBusinessCardTypeOutlook = 0,
 olBusinessCardTypeInterConnect = 1
}
enum OlBusyStatus {
 olFree = 0,
 olTentative = 1,
 olBusy = 2,
 olOutOfOffice = 3
}
enum OlCalendarDetail {
 olFreeBusyOnly = 0,
 olFreeBusyAndSubject = 1,
 olFullDetails = 2
}
enum OlCalendarMailFormat {
 olCalendarMailFormatDailySchedule = 0,
 olCalendarMailFormatEventList = 1
}
enum OlCalendarViewMode {
 olCalendarViewDay = 0,
 olCalendarViewWeek = 1,
 olCalendarViewMonth = 2,
 olCalendarViewMultiDay = 3,
 olCalendarView5DayWeek = 4
}
enum OlCategoryColor {
 olCategoryColorNone = 0,
 olCategoryColorRed = 1,
 olCategoryColorOrange = 2,
 olCategoryColorPeach = 3,
 olCategoryColorYellow = 4,
 olCategoryColorGreen = 5,
 olCategoryColorTeal = 6,
 olCategoryColorOlive = 7,
 olCategoryColorBlue = 8,
 olCategoryColorPurple = 9,
 olCategoryColorMaroon = 10,
 olCategoryColorSteel = 11,
 olCategoryColorDarkSteel = 12,
 olCategoryColorGray = 13,
 olCategoryColorDarkGray = 14,
 olCategoryColorBlack = 15,
 olCategoryColorDarkRed = 16,
 olCategoryColorDarkOrange = 17,
 olCategoryColorDarkPeach = 18,
 olCategoryColorDarkYellow = 19,
 olCategoryColorDarkGreen = 20,
 olCategoryColorDarkTeal = 21,
 olCategoryColorDarkOlive = 22,
 olCategoryColorDarkBlue = 23,
 olCategoryColorDarkPurple = 24,
 olCategoryColorDarkMaroon = 25
}
enum OlCategoryShortcutKey {
 olCategoryShortcutKeyNone = 0,
 olCategoryShortcutKeyCtrlF2 = 1,
 olCategoryShortcutKeyCtrlF3 = 2,
 olCategoryShortcutKeyCtrlF4 = 3,
 olCategoryShortcutKeyCtrlF5 = 4,
 olCategoryShortcutKeyCtrlF6 = 5,
 olCategoryShortcutKeyCtrlF7 = 6,
 olCategoryShortcutKeyCtrlF8 = 7,
 olCategoryShortcutKeyCtrlF9 = 8,
 olCategoryShortcutKeyCtrlF10 = 9,
 olCategoryShortcutKeyCtrlF11 = 10,
 olCategoryShortcutKeyCtrlF12 = 11
}
enum OlColor {
 olAutoColor = 0,
 olColorBlack = 1,
 olColorMaroon = 2,
 olColorGreen = 3,
 olColorOlive = 4,
 olColorNavy = 5,
 olColorPurple = 6,
 olColorTeal = 7,
 olColorGray = 8,
 olColorSilver = 9,
 olColorRed = 10,
 olColorLime = 11,
 olColorYellow = 12,
 olColorBlue = 13,
 olColorFuchsia = 14,
 olColorAqua = 15,
 olColorWhite = 16
}
enum OlComboBoxStyle {
 olComboBoxStyleCombo = 0,
 olComboBoxStyleList = 2
}
enum OlContactPhoneNumber {
 olContactPhoneAssistant = 0,
 olContactPhoneBusiness = 1,
 olContactPhoneBusiness2 = 2,
 olContactPhoneBusinessFax = 3,
 olContactPhoneCallback = 4,
 olContactPhoneCar = 5,
 olContactPhoneCompany = 6,
 olContactPhoneHome = 7,
 olContactPhoneHome2 = 8,
 olContactPhoneHomeFax = 9,
 olContactPhoneISDN = 10,
 olContactPhoneMobile = 11,
 olContactPhoneOther = 12,
 olContactPhoneOtherFax = 13,
 olContactPhonePager = 14,
 olContactPhonePrimary = 15,
 olContactPhoneRadio = 16,
 olContactPhoneTelex = 17,
 olContactPhoneTTYTTD = 18
}
enum OlContextMenu {
 olItemContextMenu = 0,
 olViewContextMenu = 1,
 olFolderContextMenu = 2,
 olAttachmentContextMenu = 3,
 olStoreContextMenu = 4,
 olShortcutContextMenu = 5
}
enum OlDaysOfWeek {
 olSunday = 1,
 olMonday = 2,
 olTuesday = 4,
 olWednesday = 8,
 olThursday = 16,
 olFriday = 32,
 olSaturday = 64
}
enum OlDayWeekTimeScale {
 olTimeScale5Minutes = 0,
 olTimeScale6Minutes = 1,
 olTimeScale10Minutes = 2,
 olTimeScale15Minutes = 3,
 olTimeScale30Minutes = 4,
 olTimeScale60Minutes = 5
}
enum OlDefaultExpandCollapseSetting {
 olAllExpanded = 0,
 olAllCollapsed = 1,
 olLastViewed = 2
}
enum OlDefaultFolders {
 olFolderDeletedItems = 3,
 olFolderOutbox = 4,
 olFolderSentMail = 5,
 olFolderInbox = 6,
 olFolderCalendar = 9,
 olFolderContacts = 10,
 olFolderJournal = 11,
 olFolderNotes = 12,
 olFolderTasks = 13,
 olFolderDrafts = 16,
 olPublicFoldersAllPublicFolders = 18,
 olFolderConflicts = 19,
 olFolderSyncIssues = 20,
 olFolderLocalFailures = 21,
 olFolderServerFailures = 22,
 olFolderJunk = 23,
 olFolderRssFeeds = 25,
 olFolderToDo = 28,
 olFolderManagedEmail = 29,
 olFolderSuggestedContacts = 30
}
enum OlDefaultSelectNamesDisplayMode {
 olDefaultMail = 1,
 olDefaultMeeting = 2,
 olDefaultTask = 3,
 olDefaultSharingRequest = 4,
 olDefaultMembers = 5,
 olDefaultDelegates = 6,
 olDefaultSingleName = 7,
 olDefaultPickRooms = 8
}
enum OlDisplayType {
 olUser = 0,
 olDistList = 1,
 olForum = 2,
 olAgent = 3,
 olOrganization = 4,
 olPrivateDistList = 5,
 olRemoteUser = 6
}
enum OlDownloadState {
 olHeaderOnly = 0,
 olFullItem = 1
}
enum OlDragBehavior {
 olDragBehaviorDisabled = 0,
 olDragBehaviorEnabled = 1
}
enum OlEditorType {
 olEditorText = 1,
 olEditorHTML = 2,
 olEditorRTF = 3,
 olEditorWord = 4
}
enum OlEnterFieldBehavior {
 olEnterFieldBehaviorSelectAll = 0,
 olEnterFieldBehaviorRecallSelection = 1
}
enum OlExchangeConnectionMode {
 olNoExchange = 0,
 olOffline = 100,
 olCachedOffline = 200,
 olDisconnected = 300,
 olCachedDisconnected = 400,
 olCachedConnectedHeaders = 500,
 olCachedConnectedDrizzle = 600,
 olCachedConnectedFull = 700,
 olOnline = 800
}
enum OlExchangeStoreType {
 olPrimaryExchangeMailbox = 0,
 olExchangeMailbox = 1,
 olExchangePublicFolder = 2,
 olNotExchange = 3,
 olAdditionalExchangeMailbox = 4
}
enum OlFlagIcon {
 olNoFlagIcon = 0,
 olPurpleFlagIcon = 1,
 olOrangeFlagIcon = 2,
 olGreenFlagIcon = 3,
 olYellowFlagIcon = 4,
 olBlueFlagIcon = 5,
 olRedFlagIcon = 6
}
enum OlFlagStatus {
 olNoFlag = 0,
 olFlagComplete = 1,
 olFlagMarked = 2
}
enum OlFolderDisplayMode {
 olFolderDisplayNormal = 0,
 olFolderDisplayFolderOnly = 1,
 olFolderDisplayNoNavigation = 2
}
enum OlFormatCurrency {
 olFormatCurrencyDecimal = 1,
 olFormatCurrencyNonDecimal = 2
}
enum OlFormatDateTime {
 olFormatDateTimeLongDayDateTime = 1,
 olFormatDateTimeShortDateTime = 2,
 olFormatDateTimeShortDayDateTime = 3,
 olFormatDateTimeShortDayMonthDateTime = 4,
 OlFormatDateTimeLongDayDate = 5,
 olFormatDateTimeLongDate = 6,
 olFormatDateTimeLongDateReversed = 7,
 olFormatDateTimeShortDate = 8,
 olFormatDateTimeShortDateNumOnly = 9,
 olFormatDateTimeShortDayMonth = 10,
 olFormatDateTimeShortMonthYear = 11,
 olFormatDateTimeShortMonthYearNumOnly = 12,
 olFormatDateTimeShortDayDate = 13,
 olFormatDateTimeLongTime = 15,
 olFormatDateTimeShortTime = 16,
 olFormatDateTimeBestFit = 17
}
enum OlFormatDuration {
 olFormatDurationShort = 1,
 olFormatDurationLong = 2,
 olFormatDurationShortBusiness = 3,
 olFormatDurationLongBusiness = 4
}
enum OlFormatEnumeration {
 olFormatEnumBitmap = 1,
 olFormatEnumText = 2
}
enum OlFormatInteger {
 olFormatIntegerPlain = 1,
 olFormatIntegerComputer1 = 2,
 olFormatIntegerComputer2 = 3,
 olFormatIntegerComputer3 = 4
}
enum OlFormatKeywords {
 olFormatKeywordsText = 1
}
enum OlFormatNumber {
 olFormatNumberAllDigits = 1,
 olFormatNumberTruncated = 2,
 olFormatNumber1Decimal = 3,
 olFormatNumber2Decimal = 4,
 olFormatNumberScientific = 5,
 olFormatNumberComputer1 = 6,
 olFormatNumberComputer2 = 7,
 olFormatNumberComputer3 = 8,
 olFormatNumberRaw = 9
}
enum OlFormatPercent {
 olFormatPercentRounded = 1,
 olFormatPercent1Decimal = 2,
 olFormatPercent2Decimal = 3,
 olFormatPercentAllDigits = 4
}
enum OlFormatSmartFrom {
 olFormatSmartFromFromTo = 1,
 olFormatSmartFromFromOnly = 2
}
enum OlFormatText {
 olFormatTextText = 1
}
enum OlFormatYesNo {
 olFormatYesNoYesNo = 1,
 olFormatYesNoOnOff = 2,
 olFormatYesNoTrueFalse = 3,
 olFormatYesNoIcon = 4
}
enum OlFormRegionIcon {
 olFormRegionIconDefault = 1,
 olFormRegionIconUnread = 2,
 olFormRegionIconRead = 3,
 olFormRegionIconReplied = 4,
 olFormRegionIconForwarded = 5,
 olFormRegionIconUnsent = 6,
 olFormRegionIconSubmitted = 7,
 olFormRegionIconSigned = 8,
 olFormRegionIconEncrypted = 9,
 olFormRegionIconWindow = 10,
 olFormRegionIconPage = 11,
 olFormRegionIconRecurring = 12
}
enum OlFormRegionMode {
 olFormRegionRead = 0,
 olFormRegionCompose = 1,
 olFormRegionPreview = 2
}
enum OlFormRegionSize {
 olFormRegionTypeSeparate = 0,
 olFormRegionTypeAdjoining = 1
}
enum OlFormRegistry {
 olDefaultRegistry = 0,
 olPersonalRegistry = 2,
 olFolderRegistry = 3,
 olOrganizationRegistry = 4
}
enum OlGender {
 olUnspecified = 0,
 olFemale = 1,
 olMale = 2
}
enum OlGridLineStyle {
 olGridLineNone = 0,
 olGridLineSmallDots = 1,
 olGridLineLargeDots = 2,
 olGridLineDashes = 3,
 olGridLineSolid = 4
}
enum OlGroupType {
 olCustomFoldersGroup = 0,
 olMyFoldersGroup = 1,
 olPeopleFoldersGroup = 2,
 olOtherFoldersGroup = 3,
 olFavoriteFoldersGroup = 4,
 olRoomsGroup = 5,
 olReadOnlyGroup = 6
}
enum OlHorizontalLayout {
 olHorizontalLayoutAlignLeft = 0,
 olHorizontalLayoutAlignCenter = 1,
 olHorizontalLayoutAlignRight = 2,
 olHorizontalLayoutGrow = 3
}
enum OlIconViewPlacement {
 olIconDoNotArrange = 0,
 olIconLineUp = 1,
 olIconAutoArrange = 2,
 olIconSortAndAutoArrange = 3
}
enum OlIconViewType {
 olIconViewLarge = 0,
 olIconViewSmall = 1,
 olIconViewList = 2
}
enum OlImportance {
 olImportanceLow = 0,
 olImportanceNormal = 1,
 olImportanceHigh = 2
}
enum OlInspectorClose {
 olSave = 0,
 olDiscard = 1,
 olPromptForSave = 2
}
enum OlItemType {
 olMailItem = 0,
 olAppointmentItem = 1,
 olContactItem = 2,
 olTaskItem = 3,
 olJournalItem = 4,
 olNoteItem = 5,
 olPostItem = 6,
 olDistributionListItem = 7,
 olMobileItemSMS = 11,
 olMobileItemMMS = 12
}
enum OlJournalRecipientType {
 olAssociatedContact = 1
}
enum OlMailingAddress {
 olNone = 0,
 olHome = 1,
 olBusiness = 2,
 olOther = 3
}
enum OlMailRecipientType {
 olOriginator = 0,
 olTo = 1,
 olCC = 2,
 olBCC = 3
}
enum OlMarkInterval {
 olMarkToday = 0,
 olMarkTomorrow = 1,
 olMarkThisWeek = 2,
 olMarkNextWeek = 3,
 olMarkNoDate = 4,
 olMarkComplete = 5
}
enum OlMatchEntry {
 olMatchEntryFirstLetter = 0,
 olMatchEntryComplete = 1,
 olMatchEntryNone = 2
}
enum OlMeetingRecipientType {
 olOrganizer = 0,
 olRequired = 1,
 olOptional = 2,
 olResource = 3
}
enum OlMeetingResponse {
 olMeetingTentative = 2,
 olMeetingAccepted = 3,
 olMeetingDeclined = 4
}
enum OlMeetingStatus {
 olNonMeeting = 0,
 olMeeting = 1,
 olMeetingReceived = 3,
 olMeetingCanceled = 5,
 olMeetingReceivedAndCanceled = 7
}
enum OlMobileFormat {
 olSMS = 0,
 olMMS = 1
}
enum OlMouseButton {
 olMouseButtonLeft = 1,
 olMouseButtonRight = 2,
 olMouseButtonMiddle = 4
}
enum OlMousePointer {
 olMousePointerDefault = 0,
 olMousePointerArrow = 1,
 olMousePointerCross = 2,
 olMousePointerIBeam = 3,
 olMousePointerSizeNESW = 6,
 olMousePointerSizeNS = 7,
 olMousePointerSizeNWSE = 8,
 olMousePointerSizeWE = 9,
 olMousePointerUpArrow = 10,
 olMousePointerHourGlass = 11,
 olMousePointerNoDrop = 12,
 olMousePointerAppStarting = 13,
 olMousePointerHelp = 14,
 olMousePointerSizeAll = 15,
 olMousePointerCustom = 99
}
enum OlMultiLine {
 olWidthMultiLine = 0,
 olAlwaysSingleLine = 1,
 olAlwaysMultiLine = 2
}
enum OlMultiSelect {
 olMultiSelectSingle = 0,
 olMultiSelectMulti = 1,
 olMultiSelectExtended = 2
}
enum OlNavigationModuleType {
 olModuleMail = 0,
 olModuleCalendar = 1,
 olModuleContacts = 2,
 olModuleTasks = 3,
 olModuleJournal = 4,
 olModuleNotes = 5,
 olModuleFolderList = 6,
 olModuleShortcuts = 7,
 olModuleSolutions = 8
}
enum OlNetMeetingType {
 olNetMeeting = 0,
 olNetShow = 1,
 olExchangeConferencing = 2
}
enum OlNoteColor {
 olBlue = 0,
 olGreen = 1,
 olPink = 2,
 olYellow = 3,
 olWhite = 4
}
enum OlObjectClass {
 olApplication = 0,
 olNamespace = 1,
 olFolder = 2,
 olRecipient = 4,
 olAttachment = 5,
 olAddressList = 7,
 olAddressEntry = 8,
 olFolders = 15,
 olItems = 16,
 olRecipients = 17,
 olAttachments = 18,
 olAddressLists = 20,
 olAddressEntries = 21,
 olAppointment = 26,
 olRecurrencePattern = 28,
 olExceptions = 29,
 olException = 30,
 olAction = 32,
 olActions = 33,
 olExplorer = 34,
 olInspector = 35,
 olPages = 36,
 olFormDescription = 37,
 olUserProperties = 38,
 olUserProperty = 39,
 olContact = 40,
 olDocument = 41,
 olJournal = 42,
 olMail = 43,
 olNote = 44,
 olPost = 45,
 olReport = 46,
 olRemote = 47,
 olTask = 48,
 olTaskRequest = 49,
 olTaskRequestUpdate = 50,
 olTaskRequestAccept = 51,
 olTaskRequestDecline = 52,
 olMeetingRequest = 53,
 olMeetingCancellation = 54,
 olMeetingResponseNegative = 55,
 olMeetingResponsePositive = 56,
 olMeetingResponseTentative = 57,
 olExplorers = 60,
 olInspectors = 61,
 olPanes = 62,
 olOutlookBarPane = 63,
 olOutlookBarStorage = 64,
 olOutlookBarGroups = 65,
 olOutlookBarGroup = 66,
 olOutlookBarShortcuts = 67,
 olOutlookBarShortcut = 68,
 olDistributionList = 69,
 olPropertyPageSite = 70,
 olPropertyPages = 71,
 olSyncObject = 72,
 olSyncObjects = 73,
 olSelection = 74,
 olLink = 75,
 olLinks = 76,
 olSearch = 77,
 olResults = 78,
 olViews = 79,
 olView = 80,
 olItemProperties = 98,
 olItemProperty = 99,
 olReminders = 100,
 olReminder = 101,
 olConflict = 102,
 olConflicts = 103,
 olSharing = 104,
 olAccount = 105,
 olAccounts = 106,
 olStore = 107,
 olStores = 108,
 olSelectNamesDialog = 109,
 olExchangeUser = 110,
 olExchangeDistributionList = 111,
 olPropertyAccessor = 112,
 olStorageItem = 113,
 olRules = 114,
 olRule = 115,
 olRuleActions = 116,
 olRuleAction = 117,
 olMoveOrCopyRuleAction = 118,
 olSendRuleAction = 119,
 olTable = 120,
 olRow = 121,
 olAssignToCategoryRuleAction = 122,
 olPlaySoundRuleAction = 123,
 olMarkAsTaskRuleAction = 124,
 olNewItemAlertRuleAction = 125,
 olRuleConditions = 126,
 olRuleCondition = 127,
 olImportanceRuleCondition = 128,
 olFormRegion = 129,
 olCategoryRuleCondition = 130,
 olFormNameRuleCondition = 131,
 olFromRuleCondition = 132,
 olSenderInAddressListRuleCondition = 133,
 olTextRuleCondition = 134,
 olAccountRuleCondition = 135,
 olClassTableView = 136,
 olClassIconView = 137,
 olClassCardView = 138,
 olClassCalendarView = 139,
 olClassTimeLineView = 140,
 olViewFields = 141,
 olViewField = 142,
 olOrderField = 144,
 olOrderFields = 145,
 olViewFont = 146,
 olAutoFormatRule = 147,
 olAutoFormatRules = 148,
 olColumnFormat = 149,
 olColumns = 150,
 olCalendarSharing = 151,
 olCategory = 152,
 olCategories = 153,
 olColumn = 154,
 olClassNavigationPane = 155,
 olNavigationModules = 156,
 olNavigationModule = 157,
 olMailModule = 158,
 olCalendarModule = 159,
 olContactsModule = 160,
 olTasksModule = 161,
 olJournalModule = 162,
 olNotesModule = 163,
 olNavigationGroups = 164,
 olNavigationGroup = 165,
 olNavigationFolders = 166,
 olNavigationFolder = 167,
 olClassBusinessCardView = 168,
 olAttachmentSelection = 169,
 olAddressRuleCondition = 170,
 olUserDefinedProperty = 171,
 olUserDefinedProperties = 172,
 olFromRssFeedRuleCondition = 173,
 olClassTimeZone = 174,
 olClassTimeZones = 175,
 olMobile = 176,
 olSolutionsModule = 177,
 olConversation = 178,
 olSimpleItems = 179,
 olOutspace = 180,
 olMeetingForwardNotification = 181,
 olConversationHeader = 182
}
enum OlOfficeDocItemsType {
 olExcelWorkSheetItem = 8,
 olWordDocumentItem = 9,
 olPowerPointShowItem = 10
}
enum OlOutlookBarViewType {
 olLargeIcon = 0,
 olSmallIcon = 1
}
enum OlPageType {
 olPageTypePlanner = 0,
 olPageTypeTracker = 1
}
enum OlPane {
 olOutlookBar = 1,
 olFolderList = 2,
 olPreview = 3,
 olNavigationPane = 4,
 olToDoBar = 5
}
enum OlPermission {
 olUnrestricted = 0,
 olDoNotForward = 1,
 olPermissionTemplate = 2
}
enum OlPermissionService {
 olUnknown = 0,
 olWindows = 1,
 olPassport = 2
}
enum OlPictureAlignment {
 olPictureAlignmentLeft = 0,
 olPictureAlignmentTop = 1
}
enum OlRecipientSelectors {
 olShowNone = 0,
 olShowTo = 1,
 olShowToCc = 2,
 olShowToCcBcc = 3
}
enum OlRecurrenceState {
 olApptNotRecurring = 0,
 olApptMaster = 1,
 olApptOccurrence = 2,
 olApptException = 3
}
enum OlRecurrenceType {
 olRecursDaily = 0,
 olRecursWeekly = 1,
 olRecursMonthly = 2,
 olRecursMonthNth = 3,
 olRecursYearly = 5,
 olRecursYearNth = 6
}
enum OlReferenceType {
 olWeak = 0,
 olStrong = 1
}
enum OlRemoteStatus {
 olRemoteStatusNone = 0,
 olUnMarked = 1,
 olMarkedForDownload = 2,
 olMarkedForCopy = 3,
 olMarkedForDelete = 4
}
enum OlResponseStatus {
 olResponseNone = 0,
 olResponseOrganized = 1,
 olResponseTentative = 2,
 olResponseAccepted = 3,
 olResponseDeclined = 4,
 olResponseNotResponded = 5
}
enum OlRuleActionType {
 olRuleActionUnknown = 0,
 olRuleActionMoveToFolder = 1,
 olRuleActionAssignToCategory = 2,
 olRuleActionDelete = 3,
 olRuleActionDeletePermanently = 4,
 olRuleActionCopyToFolder = 5,
 olRuleActionForward = 6,
 olRuleActionForwardAsAttachment = 7,
 olRuleActionRedirect = 8,
 olRuleActionServerReply = 9,
 olRuleActionTemplate = 10,
 olRuleActionFlagForActionInDays = 11,
 olRuleActionFlagColor = 12,
 olRuleActionFlagClear = 13,
 olRuleActionImportance = 14,
 olRuleActionSensitivity = 15,
 olRuleActionPrint = 16,
 olRuleActionPlaySound = 17,
 olRuleActionStartApplication = 18,
 olRuleActionMarkRead = 19,
 olRuleActionRunScript = 20,
 olRuleActionStop = 21,
 olRuleActionCustomAction = 22,
 olRuleActionNewItemAlert = 23,
 olRuleActionDesktopAlert = 24,
 olRuleActionNotifyRead = 25,
 olRuleActionNotifyDelivery = 26,
 olRuleActionCcMessage = 27,
 olRuleActionDefer = 28,
 olRuleActionMarkAsTask = 29,
 olRuleActionClearCategories = 30
}
enum OlRuleConditionType {
 olConditionUnknown = 0,
 olConditionFrom = 1,
 olConditionSubject = 2,
 olConditionAccount = 3,
 olConditionOnlyToMe = 4,
 olConditionTo = 5,
 olConditionImportance = 6,
 olConditionSensitivity = 7,
 olConditionFlaggedForAction = 8,
 olConditionCc = 9,
 olConditionToOrCc = 10,
 olConditionNotTo = 11,
 olConditionSentTo = 12,
 olConditionBody = 13,
 olConditionBodyOrSubject = 14,
 olConditionMessageHeader = 15,
 olConditionRecipientAddress = 16,
 olConditionSenderAddress = 17,
 olConditionCategory = 18,
 olConditionOOF = 19,
 olConditionHasAttachment = 20,
 olConditionSizeRange = 21,
 olConditionDateRange = 22,
 olConditionFormName = 23,
 olConditionProperty = 24,
 olConditionSenderInAddressBook = 25,
 olConditionMeetingInviteOrUpdate = 26,
 olConditionLocalMachineOnly = 27,
 olConditionOtherMachine = 28,
 olConditionAnyCategory = 29,
 olConditionFromRssFeed = 30,
 olConditionFromAnyRssFeed = 31
}
enum OlRuleExecuteOption {
 olRuleExecuteAllMessages = 0,
 olRuleExecuteReadMessages = 1,
 olRuleExecuteUnreadMessages = 2
}
enum OlRuleType {
 olRuleReceive = 0,
 olRuleSend = 1
}
enum OlSaveAsType {
 olTXT = 0,
 olRTF = 1,
 olTemplate = 2,
 olMSG = 3,
 olDoc = 4,
 olHTML = 5,
 olVCard = 6,
 olVCal = 7,
 olICal = 8,
 olMSGUnicode = 9,
 olMHTML = 10
}
enum OlScrollBars {
 olScrollBarsNone = 0,
 olScrollBarsHorizontal = 1,
 olScrollBarsVertical = 2,
 olScrollBarsBoth = 3
}
enum OlSearchScope {
 olSearchScopeCurrentFolder = 0,
 olSearchScopeAllFolders = 1,
 olSearchScopeAllOutlookItems = 2,
 olSearchScopeSubfolders = 3
}
enum OlSelectionContents {
 olConversationHeaders = 1
}
enum OlSelectionLocation {
 olViewList = 0,
 olToDoBarTaskList = 1,
 olToDoBarAppointmentList = 2,
 olDailyTaskList = 3,
 olAttachmentWell = 4
}
enum OlSensitivity {
 olNormal = 0,
 olPersonal = 1,
 olPrivate = 2,
 olConfidential = 3
}
enum OlSharingMsgType {
 olSharingMsgTypeUnknown = 0,
 olSharingMsgTypeRequest = 1,
 olSharingMsgTypeInvite = 2,
 olSharingMsgTypeInviteAndRequest = 3,
 olSharingMsgTypeResponseAllow = 4,
 olSharingMsgTypeResponseDeny = 5
}
enum OlSharingProvider {
 olProviderUnknown = 0,
 olProviderExchange = 1,
 olProviderWebCal = 2,
 olProviderPubCal = 3,
 olProviderICal = 4,
 olProviderSharePoint = 5,
 olProviderRSS = 6,
 olProviderFederate = 7
}
enum OlShiftState {
 olShiftStateShiftMask = 1,
 olShiftStateCtrlMask = 2,
 olShiftStateAltMask = 4
}
enum OlShowItemCount {
 olNoItemCount = 0,
 olShowUnreadItemCount = 1,
 olShowTotalItemCount = 2
}
enum OlSolutionScope {
 olHideInDefaultModules = 0,
 olShowInDefaultModules = 1
}
enum OlSortOrder {
 olSortNone = 0,
 olAscending = 1,
 olDescending = 2
}
enum OlSpecialFolders {
 olSpecialFolderAllTasks = 0,
 olSpecialFolderReminders = 1
}
enum OlStorageIdentifierType {
 olIdentifyBySubject = 0,
 olIdentifyByEntryID = 1,
 olIdentifyByMessageClass = 2
}
enum OlStoreType {
 olStoreDefault = 1,
 olStoreUnicode = 2,
 olStoreANSI = 3
}
enum OlSyncState {
 olSyncStopped = 0,
 olSyncStarted = 1
}
enum OlTableContents {
 olUserItems = 0,
 olHiddenItems = 1
}
enum OlTaskDelegationState {
 olTaskNotDelegated = 0,
 olTaskDelegationUnknown = 1,
 olTaskDelegationAccepted = 2,
 olTaskDelegationDeclined = 3
}
enum OlTaskOwnership {
 olNewTask = 0,
 olDelegatedTask = 1,
 olOwnTask = 2
}
enum OlTaskRecipientType {
 olUpdate = 2,
 olFinalStatus = 3
}
enum OlTaskResponse {
 olTaskSimple = 0,
 olTaskAssign = 1,
 olTaskAccept = 2,
 olTaskDecline = 3
}
enum OlTaskStatus {
 olTaskNotStarted = 0,
 olTaskInProgress = 1,
 olTaskComplete = 2,
 olTaskWaiting = 3,
 olTaskDeferred = 4
}
enum OlTextAlign {
 olTextAlignLeft = 1,
 olTextAlignCenter = 2,
 olTextAlignRight = 3
}
enum OlTimelineViewMode {
 olTimelineViewDay = 0,
 olTimelineViewWeek = 1,
 olTimelineViewMonth = 2
}
enum OlTimeStyle {
 olTimeStyleTimeOnly = 0,
 olTimeStyleTimeDuration = 1,
 olTimeStyleShortDuration = 4
}
enum OlTrackingStatus {
 olTrackingNone = 0,
 olTrackingDelivered = 1,
 olTrackingNotDelivered = 2,
 olTrackingNotRead = 3,
 olTrackingRecallFailure = 4,
 olTrackingRecallSuccess = 5,
 olTrackingRead = 6,
 olTrackingReplied = 7
}
enum OlUserPropertyType {
 olOutlookInternal = 0,
 olText = 1,
 olNumber = 3,
 olDateTime = 5,
 olYesNo = 6,
 olDuration = 7,
 olKeywords = 11,
 olPercent = 12,
 olCurrency = 14,
 olFormula = 18,
 olCombination = 19,
 olInteger = 20,
 olEnumeration = 21,
 olSmartFrom = 22
}
enum OlVerticalLayout {
 olVerticalLayoutAlignTop = 0,
 olVerticalLayoutAlignMiddle = 1,
 olVerticalLayoutAlignBottom = 2,
 olVerticalLayoutGrow = 3
}
enum OlViewSaveOption {
 olViewSaveOptionThisFolderEveryone = 0,
 olViewSaveOptionThisFolderOnlyMe = 1,
 olViewSaveOptionAllFoldersOfType = 2
}
enum OlViewType {
 olTableView = 0,
 olCardView = 1,
 olCalendarView = 2,
 olIconView = 3,
 olTimelineView = 4,
 olBusinessCardView = 5,
 olDailyTaskListView = 6
}
enum OlWindowState {
 olMaximized = 0,
 olMinimized = 1,
 olNormalWindow = 2
}

enum PageInfo {
 piBasic = 0,
 piBinaryData = 1,
 piSelection = 2,
 piBinaryDataSelection = 3,
 piAll = 3
}
enum ParameterAttributesEnum {
 adParamSigned = 16,
 adParamNullable = 64,
 adParamLong = 128
}
enum ParameterDirectionEnum {
 adParamUnknown = 0,
 adParamInput = 1,
 adParamOutput = 2,
 adParamInputOutput = 3,
 adParamReturnValue = 4
}
enum PersistFormatEnum {
 adPersistADTG = 0,
 adPersistXML = 1
}
enum PositionEnum {
 adPosEOF = -3,
 adPosBOF = -2,
 adPosUnknown = -1
}
enum ProcKind {
 Proc = 0,
 Let = 1,
 Set = 2,
 Get = 3
}
enum PropertyAttributesEnum {
 adPropNotSupported = 0,
 adPropRequired = 1,
 adPropOptional = 2,
 adPropRead = 512,
 adPropWrite = 1024
}
enum PublishFormat {
 pfOneNote = 0,
 pfOneNotePackage = 1,
 pfMHTML = 2,
 pfPDF = 3,
 pfXPS = 4,
 pfWord = 5,
 pfEMF = 6,
 pfHTML = 7,
 pfOneNote2007 = 8
}
enum RecentResultType {
 rrtNone = 0,
 rrtFiling = 1,
 rrtSearch = 2,
 rrtLinks = 3
}
enum RecordCreateOptionsEnum {
 adCreateStructDoc = -2147483648,
 adFailIfNotExists = -1,
 adCreateNonCollection = 0,
 adCreateCollection = 8192,
 adOpenIfExists = 33554432,
 adCreateOverwrite = 67108864
}
enum RecordOpenOptionsEnum {
 adOpenRecordUnspecified = -1,
 adOpenAsync = 4096,
 adDelayFetchStream = 16384,
 adDelayFetchFields = 32768,
 adOpenExecuteCommand = 65536,
 adOpenSource = 8388608,
 adOpenOutput = 8388608
}
enum RecordStatusEnum {
 adRecOK = 0,
 adRecNew = 1,
 adRecModified = 2,
 adRecDeleted = 4,
 adRecUnmodified = 8,
 adRecInvalid = 16,
 adRecMultipleChanges = 64,
 adRecPendingChanges = 128,
 adRecCanceled = 256,
 adRecCantRelease = 1024,
 adRecConcurrencyViolation = 2048,
 adRecIntegrityViolation = 4096,
 adRecMaxChangesExceeded = 8192,
 adRecObjectOpen = 16384,
 adRecOutOfMemory = 32768,
 adRecPermissionDenied = 65536,
 adRecSchemaViolation = 131072,
 adRecDBDeleted = 262144
}
enum RecordTypeEnum {
 adSimpleRecord = 0,
 adCollectionRecord = 1,
 adStructDoc = 2
}
enum RefKind {
 TypeLib = 0,
 Project = 1
}
enum ResyncEnum {
 adResyncUnderlyingValues = 1,
 adResyncAllValues = 2
}
enum RibbonControlSize {
 RibbonControlSizeRegular = 0,
 RibbonControlSizeLarge = 1
}
enum SaveOptionsEnum {
 adSaveCreateNotExist = 1,
 adSaveCreateOverWrite = 2
}
enum SchemaEnum {
 adSchemaProviderSpecific = -1,
 adSchemaAsserts = 0,
 adSchemaCatalogs = 1,
 adSchemaCharacterSets = 2,
 adSchemaCollations = 3,
 adSchemaColumns = 4,
 adSchemaCheckConstraints = 5,
 adSchemaConstraintColumnUsage = 6,
 adSchemaConstraintTableUsage = 7,
 adSchemaKeyColumnUsage = 8,
 adSchemaReferentialContraints = 9,
 adSchemaReferentialConstraints = 9,
 adSchemaTableConstraints = 10,
 adSchemaColumnsDomainUsage = 11,
 adSchemaIndexes = 12,
 adSchemaColumnPrivileges = 13,
 adSchemaTablePrivileges = 14,
 adSchemaUsagePrivileges = 15,
 adSchemaProcedures = 16,
 adSchemaSchemata = 17,
 adSchemaSQLLanguages = 18,
 adSchemaStatistics = 19,
 adSchemaTables = 20,
 adSchemaTranslations = 21,
 adSchemaProviderTypes = 22,
 adSchemaViews = 23,
 adSchemaViewColumnUsage = 24,
 adSchemaViewTableUsage = 25,
 adSchemaProcedureParameters = 26,
 adSchemaForeignKeys = 27,
 adSchemaPrimaryKeys = 28,
 adSchemaProcedureColumns = 29,
 adSchemaDBInfoKeywords = 30,
 adSchemaDBInfoLiterals = 31,
 adSchemaCubes = 32,
 adSchemaDimensions = 33,
 adSchemaHierarchies = 34,
 adSchemaLevels = 35,
 adSchemaMeasures = 36,
 adSchemaProperties = 37,
 adSchemaMembers = 38,
 adSchemaTrustees = 39,
 adSchemaFunctions = 40,
 adSchemaActions = 41,
 adSchemaCommands = 42,
 adSchemaSets = 43
}
enum SearchDirection {
 adSearchBackward = -1,
 adSearchForward = 1
}
enum SearchDirectionEnum {
 adSearchBackward = -1,
 adSearchForward = 1
}
enum SeekEnum {
 adSeekFirstEQ = 1,
 adSeekLastEQ = 2,
 adSeekAfterEQ = 4,
 adSeekAfter = 8,
 adSeekBeforeEQ = 16,
 adSeekBefore = 32
}
enum SignatureDetail {
 sigdetLocalSigningTime = 0,
 sigdetApplicationName = 1,
 sigdetApplicationVersion = 2,
 sigdetOfficeVersion = 3,
 sigdetWindowsVersion = 4,
 sigdetNumberOfMonitors = 5,
 sigdetHorizResolution = 6,
 sigdetVertResolution = 7,
 sigdetColorDepth = 8,
 sigdetSignedData = 9,
 sigdetDocPreviewImg = 10,
 sigdetIPFormHash = 11,
 sigdetIPCurrentView = 12,
 sigdetSignatureType = 13,
 sigdetHashAlgorithm = 14,
 sigdetShouldShowViewWarning = 15,
 sigdetDelSuggSigner = 16,
 sigdetDelSuggSignerSet = 17,
 sigdetDelSuggSignerLine2 = 18,
 sigdetDelSuggSignerLine2Set = 19,
 sigdetDelSuggSignerEmail = 20,
 sigdetDelSuggSignerEmailSet = 21
}
enum SignatureLineImage {
 siglnimgSoftwareRequired = 0,
 siglnimgUnsigned = 1,
 siglnimgSignedValid = 2,
 siglnimgSignedInvalid = 3,
 siglnimgSigned = 4
}
enum SignatureProviderDetail {
 sigprovdetUrl = 0,
 sigprovdetHashAlgorithm = 1,
 sigprovdetUIOnly = 2,
 sigprovdetUseOfficeUI = 3,
 sigprovdetUseOfficeStampUI = 4
}
enum SignatureType {
 sigtypeUnknown = 0,
 sigtypeNonVisible = 1,
 sigtypeSignatureLine = 2,
 sigtypeMax = 3
}
enum SpecialLocation {
 slBackUpFolder = 0,
 slUnfiledNotesSection = 1,
 slDefaultNotebookFolder = 2
}
enum StreamOpenOptionsEnum {
 adOpenStreamUnspecified = -1,
 adOpenStreamAsync = 1,
 adOpenStreamFromRecord = 4
}
enum StreamReadEnum {
 adReadLine = -2,
 adReadAll = -1
}
enum StreamTypeEnum {
 adTypeBinary = 1,
 adTypeText = 2
}
enum StreamWriteEnum {
 adWriteChar = 0,
 stWriteChar = 0,
 adWriteLine = 1,
 stWriteLine = 1
}
enum StringFormatEnum {
 adClipString = 2
}

enum tagVisBoundingBoxArgs {
 visBBoxUprightWH = 1,
 visBBoxUprightText = 2,
 visBBoxExtents = 4,
 visBBoxIncludeHidden = 16,
 visBBoxIgnoreVisible = 32,
 visBBoxIncludeDataGraphics = 64,
 visBBoxIncludeGuides = 4096,
 visBBoxDrawingCoords = 8192,
 visBBoxNoNonPrint = 16384
}
enum tagVisCellError {
 visErrorSuccess = 0,
 visErrorDivideByZero = 39,
 visErrorValue = 47,
 visErrorReference = 55,
 visErrorName = 61,
 visErrorNumber = 68,
 visErrorNotAvailable = 74
}
enum tagVisCellIndices {
 visCellFirst = 0,
 visXFormPinX = 0,
 visLineWeight = 0,
 visFillForegnd = 0,
 vis1DBeginX = 0,
 visEvtCellTheData = 0,
 visLayerMember = 0,
 visStyleIncludesLine = 0,
 visFrgnImgOffsetX = 0,
 visPageWidth = 0,
 visTxtBlkLeftMargin = 0,
 visAlignLeft = 0,
 visLockWidth = 0,
 visObjHelp = 0,
 visNoObjHandles = 0,
 visXRulerDensity = 0,
 visDocOutputFormat = 0,
 visImageGamma = 0,
 visGroupSelectMode = 0,
 visSLOPermX = 0,
 visPLOResizePage = 0,
 visCharacterFont = 0,
 visIndentFirst = 0,
 visTabStopCount = 0,
 visScratchX = 0,
 visCnnctX = 0,
 visFieldCell = 0,
 visCtlX = 0,
 visCompNoFill = 0,
 visX = 0,
 visInfiniteLineX1 = 0,
 visEllipseCenterX = 0,
 visActionMenu = 0,
 visLayerName = 0,
 visUserValue = 0,
 visCustPropsValue = 0,
 visHLinkDescription = 0,
 visReviewerName = 0,
 visAnnotationX = 0,
 visSmartTagX = 0,
 visPrintPropertiesLeftMargin = 0,
 visXFormPinY = 1,
 visLineColor = 1,
 visFillBkgnd = 1,
 vis1DBeginY = 1,
 visEvtCellTheText = 1,
 visStyleIncludesFill = 1,
 visFrgnImgOffsetY = 1,
 visPageHeight = 1,
 visTxtBlkRightMargin = 1,
 visAlignCenter = 1,
 visLockHeight = 1,
 visCopyright = 1,
 visNonPrinting = 1,
 visYRulerDensity = 1,
 visDocLockPreview = 1,
 visImageContrast = 1,
 visGroupDisplayMode = 1,
 visSLOPermY = 1,
 visPLOEnableGrid = 1,
 visCharacterColor = 1,
 visIndentLeft = 1,
 visTabPos = 1,
 visScratchY = 1,
 visCnnctY = 1,
 visFieldEditMode = 1,
 visCtlY = 1,
 visCompNoLine = 1,
 visY = 1,
 visInfiniteLineY1 = 1,
 visEllipseCenterY = 1,
 visActionPrompt = 1,
 visUserPrompt = 1,
 visCustPropsPrompt = 1,
 visHLinkAddress = 1,
 visReviewerInitials = 1,
 visAnnotationY = 1,
 visSmartTagY = 1,
 visPrintPropertiesRightMargin = 1,
 visXFormWidth = 2,
 visLinePattern = 2,
 visFillPattern = 2,
 vis1DEndX = 2,
 visEvtCellDblClick = 2,
 visGuideFlags = 2,
 visStyleIncludesText = 2,
 visFrgnImgWidth = 2,
 visPageShdwOffsetX = 2,
 visTxtBlkTopMargin = 2,
 visAlignRight = 2,
 visLockMoveX = 2,
 visNoCtlHandles = 2,
 visDocMetric = 2,
 visImageBrightness = 2,
 visGroupIsDropTarget = 2,
 visSLOPermeablePlace = 2,
 visPLODynamicsOff = 2,
 visCharacterStyle = 2,
 visIndentRight = 2,
 visTabAlign = 2,
 visScratchA = 2,
 visCnnctDirX = 2,
 visCnnctA = 2,
 visFieldFormat = 2,
 visCtlXDyn = 2,
 visCompNoShow = 2,
 visBow = 2,
 visInfiniteLineX2 = 2,
 visEllipseMajorX = 2,
 visControlX = 2,
 visSplineKnot = 2,
 visPolylineData = 2,
 visNURBSKnot = 2,
 visActionHelp = 2,
 visLayerColor = 2,
 visCustPropsLabel = 2,
 visHLinkSubAddress = 2,
 visReviewerColor = 2,
 visAnnotationReviewerID = 2,
 visSmartTagName = 2,
 visPrintPropertiesTopMargin = 2,
 visXFormHeight = 3,
 visLineRounding = 3,
 visFillShdwForegnd = 3,
 vis1DEndY = 3,
 visEvtCellXFMod = 3,
 visStyleHidden = 3,
 visFrgnImgHeight = 3,
 visPageShdwOffsetY = 3,
 visTxtBlkBottomMargin = 3,
 visAlignTop = 3,
 visLockMoveY = 3,
 visNoAlignBox = 3,
 visDocAddMarkup = 3,
 visImageSharpen = 3,
 visGroupIsSnapTarget = 3,
 visSLORelationships = 3,
 visPLOCtrlAsInput = 3,
 visCharacterCase = 3,
 visSpaceLine = 3,
 visScratchB = 3,
 visCnnctDirY = 3,
 visCnnctB = 3,
 visFieldType = 3,
 visCtlYDyn = 3,
 visCompNoSnap = 3,
 visInfiniteLineY2 = 3,
 visEllipseMajorY = 3,
 visControlY = 3,
 visSplineKnot2 = 3,
 visNURBSWeight = 3,
 visActionAction = 3,
 visLayerStatus = 3,
 visCustPropsFormat = 3,
 visHLinkExtraInfo = 3,
 visReviewerReviewerID = 3,
 visAnnotationMarkerIndex = 3,
 visSmartTagXJustify = 3,
 visPrintPropertiesBottomMargin = 3,
 visXFormLocPinX = 4,
 visLineArrowSize = 4,
 visLineEndArrowSize = 4,
 visFillShdwBkgnd = 4,
 visEvtCellDrop = 4,
 visPageScale = 4,
 visTxtBlkVerticalAlign = 4,
 visAlignMiddle = 4,
 visLockAspect = 4,
 visUpdateAlignBox = 4,
 visXRulerOrigin = 4,
 visDocViewMarkup = 4,
 visImageBlur = 4,
 visGroupIsTextEditTarget = 4,
 visPLOAvoidPageBreaks = 4,
 visCharacterPos = 4,
 visSpaceBefore = 4,
 visScratchC = 4,
 visCnnctType = 4,
 visCnnctC = 4,
 visFieldUICategory = 4,
 visCtlXCon = 4,
 visCompPath = 4,
 visEllipseMinorX = 4,
 visEccentricityAngle = 4,
 visSplineKnot3 = 4,
 visNURBSKnotPrev = 4,
 visActionChecked = 4,
 visLayerVisible = 4,
 visCustPropsSortKey = 4,
 visHLinkFrame = 4,
 visReviewerCurrentIndex = 4,
 visAnnotationDate = 4,
 visSmartTagYJustify = 4,
 visPrintPropertiesScaleX = 4,
 visXFormLocPinY = 5,
 visLineBeginArrow = 5,
 visFillShdwPattern = 5,
 visPageDrawingScale = 5,
 visTxtBlkBkgnd = 5,
 visAlignBottom = 5,
 visLockDelete = 5,
 visHideText = 5,
 visYRulerOrigin = 5,
 visImageDenoise = 5,
 visGroupDontMoveChildren = 5,
 visCharacterFontScale = 5,
 visSpaceAfter = 5,
 visScratchD = 5,
 visCnnctAutoGen = 5,
 visCnnctD = 5,
 visFieldUICode = 5,
 visCtlYCon = 5,
 visCompNoQuickDrag = 5,
 visEllipseMinorY = 5,
 visAspectRatio = 5,
 visSplineDegree = 5,
 visNURBSWeightPrev = 5,
 visActionDisabled = 5,
 visLayerPrint = 5,
 visCustPropsType = 5,
 visHLinkNewWin = 5,
 visAnnotationComment = 5,
 visSmartTagDisplayMode = 5,
 visPrintPropertiesScaleY = 5,
 visXFormAngle = 6,
 visLineEndArrow = 6,
 visFillForegndTrans = 6,
 visPageDrawSizeType = 6,
 visTxtBlkDefaultTabStop = 6,
 visLockBegin = 6,
 visVerticalText = 6,
 visXGridDensity = 6,
 visImageTransparency = 6,
 visCharacterLocale = 6,
 visHorzAlign = 6,
 visFieldUIFormat = 6,
 visCtlGlue = 6,
 visNURBSData = 6,
 visActionReadOnly = 6,
 visLayerActive = 6,
 visCustPropsInvis = 6,
 visAnnotationLangID = 6,
 visSmartTagButtonFace = 6,
 visPrintPropertiesPagesX = 6,
 visXFormFlipX = 7,
 visLineEndCap = 7,
 visFillBkgndTrans = 7,
 visPageDrawScaleType = 7,
 visLockEnd = 7,
 visYGridDensity = 7,
 visCharacterSize = 7,
 visBulletIndex = 7,
 visFieldCalendar = 7,
 visCtlType = 7,
 visActionInvisible = 7,
 visLayerLock = 7,
 visCustPropsAsk = 7,
 visHLinkDefault = 7,
 visSmartTagDisabled = 7,
 visPrintPropertiesPagesY = 7,
 visXFormFlipY = 8,
 visLineBeginArrowSize = 8,
 visFillShdwForegndTrans = 8,
 visLockRotate = 8,
 visDynFeedback = 8,
 visXGridSpacing = 8,
 visSLOFixedCode = 8,
 visPLOPlaceStyle = 8,
 visCharacterDblUnderline = 8,
 visBulletString = 8,
 visCtlTip = 8,
 visActionBeginGroup = 8,
 visLayerSnap = 8,
 visHLinkInvisible = 8,
 visPrintPropertiesCenterX = 8,
 visXFormResizeMode = 9,
 visLineColorTrans = 9,
 visFillShdwBkgndTrans = 9,
 visLockCrop = 9,
 visGlueType = 9,
 visYGridSpacing = 9,
 visDocPreviewQuality = 9,
 visSLOPlowCode = 9,
 visPLORouteStyle = 9,
 visCharacterOverline = 9,
 visBulletFont = 9,
 visActionFlyoutChild = 9,
 visLayerGlue = 9,
 visPrintPropertiesCenterY = 9,
 visFillShdwType = 10,
 visTxtBlkDirection = 10,
 visLockVtxEdit = 10,
 visWalkPref = 10,
 visXGridOrigin = 10,
 visDocPreviewScope = 10,
 visSLORouteStyle = 10,
 visPLOPlaceDepth = 10,
 visCharacterStrikethru = 10,
 visLocalizeBulletFont = 10,
 visFieldObjectKind = 10,
 visLayerNameUniv = 10,
 visPrintPropertiesOnPage = 10,
 visFillShdwOffsetX = 11,
 visTxtBlkBkgndTrans = 11,
 visLockTextEdit = 11,
 visBegTrigger = 11,
 visYGridOrigin = 11,
 visSLOPlaceStyle = 11,
 visPLOPlowCode = 11,
 visBulletFontSize = 11,
 visLayerColorTrans = 11,
 visPrintPropertiesPrintGrid = 11,
 visFillShdwOffsetY = 12,
 visLockFormat = 12,
 visEndTrigger = 12,
 visSLOConFixedCode = 12,
 visPLOJumpCode = 12,
 visCharacterPerpendicular = 12,
 visTextPosAfterBullet = 12,
 visFillShdwObliqueAngle = 13,
 visLockGroup = 13,
 visLOFlags = 13,
 visSLOJumpCode = 13,
 visPLOJumpStyle = 13,
 visCharacterDoubleStrikethrough = 13,
 visFlags = 13,
 visFillShdwScaleFactor = 14,
 visLockCalcWH = 14,
 visLOInteraction = 14,
 visSLOJumpStyle = 14,
 visPLOJumpDirX = 14,
 visCharacterRTLText = 14,
 visActionTagName = 14,
 visCustPropsLangID = 14,
 visLockSelect = 15,
 visLOBehavior = 15,
 visPLOJumpDirY = 15,
 visCharacterUseVertical = 15,
 visActionButtonFace = 15,
 visCustPropsCalendar = 15,
 visHLinkSortKey = 15,
 visSmartTagDescription = 15,
 visLockCustProp = 16,
 visComment = 16,
 visSLOJumpDirX = 16,
 visPLOLineToNodeX = 16,
 visCharacterLetterspace = 16,
 visActionSortKey = 16,
 visPrintPropertiesPageOrientation = 16,
 visDropSource = 17,
 visSLOJumpDirY = 17,
 visPLOLineToNodeY = 17,
 visCharacterColorTrans = 17,
 visPrintPropertiesPaperKind = 17,
 visLockFromGroupFormat = 17,
 visNoLiveDynamics = 18,
 visSLOPlaceFlip = 18,
 visPLOBlockSizeX = 18,
 visPrintPropertiesPaperSource = 18,
 visLockThemeColors = 18,
 visObjLocalizeMerge = 19,
 visDocLangID = 19,
 visSLOLineRouteExt = 19,
 visPLOBlockSizeY = 19,
 visLockThemeEffects = 19,
 visSLOSplit = 20,
 visPLOAvenueSizeX = 20,
 visSLOSplittable = 21,
 visPLOAvenueSizeY = 21,
 visSLODisplayLevel = 22,
 visPLOLineToLineX = 22,
 visEvtCellMultiDrop = 22,
 visSLORelChanged = 23,
 visPLOLineToLineY = 23,
 visSLOCategoryChanged = 24,
 visPLOJumpFactorX = 24,
 visObjCalendar = 25,
 visPLOJumpFactorY = 25,
 visPageInhibitSnap = 26,
 visObjLangID = 26,
 visPLOLineAdjustFrom = 26,
 visObjKeywords = 27,
 visPLOLineAdjustTo = 27,
 visObjDropOnPageScale = 28,
 visPLOPlaceFlip = 28,
 visObjTheme = 29,
 visPLOLineRouteExt = 29,
 visPLOSplit = 30,
 visPageUIVisibility = 34,
 visPageShdwType = 35,
 visPageShdwObliqueAngle = 36,
 visPageShdwScaleFactor = 37,
 visPageDrawResizeType = 38,
 visPageZOrderChanged = 39,
 visCharacterAsianFont = 51,
 visCharacterComplexScriptFont = 52,
 visCharacterLocalizeFont = 53,
 visCharacterComplexScriptSize = 54,
 visCharacterLangID = 57,
 visCellInval = 255,
 visCellNone = 255
}
enum tagVisCellVals {
 visXFormResizeDontCare = 0,
 visArrowSizeVerySmall = 0,
 visNoFill = 0,
 visPrintSetup = 0,
 visNoScale = 0,
 visVertTop = 0,
 visTxtBlkLeftToRight = 0,
 visDynFBDefault = 0,
 visGlueTypeDefault = 0,
 visLOFlagsVisDecides = 0,
 visLOIPlaceNormal = 0,
 visLOIRouteNormal = 0,
 visLOBPlaceNormal = 0,
 visLOBRouteNormal = 0,
 visRulerFixed = 0,
 visGridFixed = 0,
 visDocPreviewQualityDraft = 0,
 visDocPreviewScope1stPage = 0,
 visPPOSameAsPrinter = 0,
 visGrpSelModeGroupOnly = 0,
 visGrpDispModeNone = 0,
 visLORouteDefault = 0,
 visLOJumpStyleDefault = 0,
 visLOJumpDirXDefault = 0,
 visLOJumpDirYDefault = 0,
 visLOFlipDefault = 0,
 visLORouteExtDefault = 0,
 visSLOPlowDefault = 0,
 visSLOConFixedRerouteFreely = 0,
 visSLOJumpDefault = 0,
 visPLOPlaceDefault = 0,
 visLOPlaceDefault = 0,
 visPLOPlaceDepthDefault = 0,
 visPLOPlowNone = 0,
 visPLOJumpNone = 0,
 visPLOLineAdjustFromNotRelated = 0,
 visPLOLineAdjustToDefault = 0,
 visCaseNormal = 0,
 visPosNormal = 0,
 visHorzLeft = 0,
 visTabStopLeft = 0,
 visCnnctTypeInward = 0,
 visCtlProportional = 0,
 visLayerValid = 0,
 visPropTypeString = 0,
 visCalWestern = 0,
 visPLOSplitNone = 0,
 visSLOSplitNone = 0,
 visSLOSplittableNone = 0,
 visFSTPageDefault = 0,
 visUIVNormal = 0,
 visLocFontIfArialOrSym = 0,
 visSmartTagXJustifyLeft = 0,
 visSmartTagYJustifyTop = 0,
 visSmartTagDispModeMouseOver = 0,
 visTFOKStandard = 0,
 visXFormResizeSpread = 1,
 visArrowSizeSmall = 1,
 visSolid = 1,
 visTight = 1,
 visArchitectural = 1,
 visVertMiddle = 1,
 visTxtBlkTopToBottom = 1,
 visDynFBUCon3Leg = 1,
 visGlueTypeTrigger = 1,
 visWalkPrefBegNS = 1,
 visLOFlagsPlacable = 1,
 visLOBRouteRightAng = 1,
 visDocPreviewQualityDetailed = 1,
 visDocPreviewScopeNone = 1,
 visPPOPortrait = 1,
 visGrpSelModeGroup1st = 1,
 visGrpDispModeBack = 1,
 visLORouteRightAngle = 1,
 visLOJumpStyleArc = 1,
 visLOJumpDirXUp = 1,
 visLOJumpDirYLeft = 1,
 visLOFlipX = 1,
 visLORouteExtStraight = 1,
 visSLOFixedPlacement = 1,
 visSLOPlowNever = 1,
 visSLOConFixedRerouteAsNeeded = 1,
 visSLOJumpNever = 1,
 visPLOPlaceTopToBottom = 1,
 visLOPlaceTopToBottom = 1,
 visPLOPlaceDepthMedium = 1,
 visPLOPlowAll = 1,
 visPLOJumpHorizontal = 1,
 visPLOLineAdjustFromAll = 1,
 visPLOLineAdjustToAll = 1,
 visBold = 1,
 visCaseAllCaps = 1,
 visPosSuper = 1,
 visHorzCenter = 1,
 visTabStopCenter = 1,
 visCnnctTypeOutward = 1,
 visCtlLocked = 1,
 visLayerDeleted = 1,
 visPropTypeListFix = 1,
 visCalArabicHijri = 1,
 visPLOSplitAllow = 1,
 visSLOSplitAllow = 1,
 visSLOSplittableAllow = 1,
 visFSTSimple = 1,
 visUIVHidden = 1,
 visLocFontAlways = 1,
 visSmartTagXJustifyCenter = 1,
 visSmartTagYJustifyMiddle = 1,
 visSmartTagDispModeShapeSelected = 1,
 visTFOKHorizontalInVertical = 1,
 visPPFlagsRTLText = 1,
 visXFormResizeScale = 2,
 visArrowSizeMedium = 2,
 visWideUpDiagonal = 2,
 visStandard = 2,
 visEngineering = 2,
 visVertBottom = 2,
 visDynFBUCon5Leg = 2,
 visGlueTypeWalking = 2,
 visWalkPrefEndNS = 2,
 visLOFlagsRoutable = 2,
 visLOIPlaceXPermeable = 2,
 visLOBRouteStraight = 2,
 visGridCoarse = 2,
 visDocPreviewScopeAllPages = 2,
 visPPOLandscape = 2,
 visGrpSelModeMembers1st = 2,
 visGrpDispModeFront = 2,
 visLORouteStraight = 2,
 visLOJumpStyleGap = 2,
 visLOJumpDirXDown = 2,
 visLOJumpDirYRight = 2,
 visLOFlipY = 2,
 visLORouteExtNURBS = 2,
 visSLOFixedPlow = 2,
 visSLOPlowAlways = 2,
 visSLOConFixedRerouteNever = 2,
 visSLOJumpAlways = 2,
 visPLOPlaceLeftToRight = 2,
 visLOPlaceLeftToRight = 2,
 visPLOPlaceDepthDeep = 2,
 visPLOJumpVertical = 2,
 visPLOLineAdjustFromNone = 2,
 visPLOLineAdjustToNone = 2,
 visItalic = 2,
 visCaseInitialCaps = 2,
 visPosSub = 2,
 visHorzRight = 2,
 visTabStopRight = 2,
 visCnnctTypeInwardOutward = 2,
 visCtlOffsetMin = 2,
 visLayerAvailable = 2,
 visPropTypeNumber = 2,
 visCalHebrewLunar = 2,
 visFSTOblique = 2,
 visLocFontNever = 2,
 visSmartTagXJustifyRight = 2,
 visSmartTagYJustifyBottom = 2,
 visSmartTagDispModeAlways = 2,
 visArrowSizeLarge = 3,
 visWideCross = 3,
 visCustom = 3,
 visScaleCustom = 3,
 visLORouteOrgChartNS = 3,
 visLOJumpStyleSquare = 3,
 visSLOConFixedRerouteOnCrossover = 3,
 visSLOJumpOther = 3,
 visPLOPlaceRadial = 3,
 visLOPlaceRadial = 3,
 visPLOPlaceDepthShallow = 3,
 visPLOJumpLastRouted = 3,
 visPLOLineAdjustFromRoutingDefault = 3,
 visPLOLineAdjustToRelated = 3,
 visHorzJustify = 3,
 visTabStopDecimal = 3,
 visCtlOffsetMid = 3,
 visPropTypeBool = 3,
 visCalChineseTaiwan = 3,
 visArrowSizeVeryLarge = 4,
 visWideDiagonalCross = 4,
 visLogical = 4,
 visScaleMetric = 4,
 visGlueTypeNoWalking = 4,
 visLOFlagsDont = 4,
 visLOIPlaceYPermeable = 4,
 visGridNormal = 4,
 visLORouteOrgChartWE = 4,
 visLOJumpStyleTriangle = 4,
 visLOFlipRotate = 4,
 visSLOFixedPermeablePlow = 4,
 visSLOConFixedByAlgFrom = 4,
 visSLOJumpNeither = 4,
 visPLOPlaceBottomToTop = 4,
 visLOPlaceBottomToTop = 4,
 visPLOJumpDisplayOrder = 4,
 visUnderLine = 4,
 visHorzForce = 4,
 visHorzDistribute = 4,
 visTabStopComma = 4,
 visCtlOffsetMax = 4,
 visPropTypeListVar = 4,
 visCalJapaneseEmperor = 4,
 visArrowSizeJumbo = 5,
 visWideDownDiagonal = 5,
 visDSMetric = 5,
 visScaleMechanical = 5,
 visLOBRouteFlowNS = 5,
 visLORouteFlowchartNS = 5,
 visLOJumpStyle2Point = 5,
 visSLOConFixedByAlgTo = 5,
 visPLOPlaceRightToLeft = 5,
 visLOPlaceRightToLeft = 5,
 visPLOJumpReverseDisplayOrder = 5,
 visHorzJustifyLow = 5,
 visCtlProportionalHidden = 5,
 visPropTypeDate = 5,
 visCalThaiBuddhism = 5,
 visCalThaiBuddhist = 5,
 visArrowSizeColossal = 6,
 visWideHorz = 6,
 visDSEngr = 6,
 visLOBRouteFlowWE = 6,
 visLORouteFlowchartWE = 6,
 visLOJumpStyle3Point = 6,
 visSLOConFixedByAlgFromTo = 6,
 visPLOPlaceCircular = 6,
 visLOPlaceCircular = 6,
 visPLOJumpProhibitAll = 6,
 visHorzJustifyMedium = 6,
 visCtlLockedHidden = 6,
 visPropTypeDuration = 6,
 visCalKoreanDanki = 6,
 visWideVert = 7,
 visDSArch = 7,
 visLOBRouteTreeNS = 7,
 visLORouteTreeNS = 7,
 visLOJumpStyle4Point = 7,
 visPLOPlaceCompactDownRight = 7,
 visLOPlaceCompactDownRight = 7,
 visHorzJustifyHigh = 7,
 visCtlOffsetMinHidden = 7,
 visPropTypeCurrency = 7,
 visCalSakaEra = 7,
 visBackDotsMini = 8,
 visGlueTypeNoWalkingTo = 8,
 visLOFlagsPNRGroup = 8,
 visLOBRouteTreeWE = 8,
 visRulerCoarse = 8,
 visGridFine = 8,
 visLORouteTreeWE = 8,
 visLOJumpStyle5Point = 8,
 visLOFlipNone = 8,
 visPLOPlaceCompactRightDown = 8,
 visLOPlaceCompactRightDown = 8,
 visSmallCaps = 8,
 visCtlOffsetMidHidden = 8,
 visCalTranslitEnglish = 8,
 visHalfAndHalf = 9,
 visLORouteNetwork = 9,
 visLOJumpStyle6Point = 9,
 visPLOPlaceCompactRightUp = 9,
 visLOPlaceCompactRightUp = 9,
 visCtlOffsetMaxHidden = 9,
 visCalTranslitFrench = 9,
 visForeDotsMini = 10,
 visLORouteOrgChartSN = 10,
 visPLOPlaceCompactUpRight = 10,
 visLOPlaceCompactUpRight = 10,
 visForeDotsNarrow = 11,
 visLORouteOrgChartEW = 11,
 visPLOPlaceCompactUpLeft = 11,
 visLOPlaceCompactUpLeft = 11,
 visForeDotsWide = 12,
 visLORouteFlowchartSN = 12,
 visPLOPlaceCompactLeftUp = 12,
 visLOPlaceCompactLeftUp = 12,
 visThickHorz = 13,
 visLORouteFlowchartEW = 13,
 visPLOPlaceCompactLeftDown = 13,
 visLOPlaceCompactLeftDown = 13,
 visThickVertical = 14,
 visLORouteTreeSN = 14,
 visPLOPlaceCompactDownLeft = 14,
 visLOPlaceCompactDownLeft = 14,
 visThickDownDiagonal = 15,
 visLORouteTreeEW = 15,
 visPLOPlaceParentDefault = 15,
 visLOPlaceParentDefault = 15,
 visThickUpDiagonal = 16,
 visRulerNormal = 16,
 visLORouteCenterToCenter = 16,
 visPLOPlaceHierarchyTopToBottomLeft = 16,
 visLOPlaceHierarchyTopToBottomLeft = 16,
 visComplexBold = 16,
 visThickDiagonalCross = 17,
 visLORouteSimpleNS = 17,
 visPLOPlaceHierarchyTopToBottomCenter = 17,
 visLOPlaceHierarchyTopToBottomCenter = 17,
 visBackDotsWide = 18,
 visLORouteSimpleWE = 18,
 visPLOPlaceHierarchyTopToBottomRight = 18,
 visLOPlaceHierarchyTopToBottomRight = 18,
 visThinHorz = 19,
 visLORouteSimpleSN = 19,
 visPLOPlaceHierarchyBottomToTopLeft = 19,
 visLOPlaceHierarchyBottomToTopLeft = 19,
 visThinVert = 20,
 visLORouteSimpleEW = 20,
 visPLOPlaceHierarchyBottomToTopCenter = 20,
 visLOPlaceHierarchyBottomToTopCenter = 20,
 visThinDownDiagonal = 21,
 visLORouteSimpleHV = 21,
 visPLOPlaceHierarchyBottomToTopRight = 21,
 visLOPlaceHierarchyBottomToTopRight = 21,
 visThinUpDiagonal = 22,
 visLORouteSimpleVH = 22,
 visPLOPlaceHierarchyLeftToRightTop = 22,
 visLOPlaceHierarchyLeftToRightTop = 22,
 visThinCross = 23,
 visPLOPlaceHierarchyLeftToRightMiddle = 23,
 visLOPlaceHierarchyLeftToRightMiddle = 23,
 visThinDiagonalCross = 24,
 visPLOPlaceHierarchyLeftToRightBottom = 24,
 visLOPlaceHierarchyLeftToRightBottom = 24,
 visPLOPlaceHierarchyRightToLeftTop = 25,
 visLOPlaceHierarchyRightToLeftTop = 25,
 visPLOPlaceHierarchyRightToLeftMiddle = 26,
 visLOPlaceHierarchyRightToLeftMiddle = 26,
 visPLOPlaceHierarchyRightToLeftBottom = 27,
 visLOPlaceHierarchyRightToLeftBottom = 27,
 visRulerFine = 32,
 visSLOFixedConnPtsIgnore = 32,
 visComplexItalic = 32,
 visSLOFixedConnPtsOnly = 64,
 visSLOFixedNoFoldToShape = 128,
 visTxtBlkOpaque = 255,
 visNoLayerColor = 255,
 visGuideXActive = 1024,
 visLOBRouteManual = 1024,
 visGuideYActive = 2048
}
enum tagVisCharsBias {
 visBiasLetVisioChoose = 0,
 visBiasLeft = 1,
 visBiasRight = 2
}
enum tagVisCutCopyPasteCodes {
 visCopyPasteNormal = 0,
 visCopyPasteNoTranslate = 1,
 visCopyPasteCenter = 2,
 visCopyPasteNoHealConnectors = 4,
 visCopyPasteNoContainerMembers = 8,
 visCopyPasteNoAssociatedCallouts = 16,
 visCopyPasteDontAddToContainers = 32,
 visCopyPasteNoCascade = 64
}
enum tagVisDefaultColors {
 visTransparent = 0,
 visBlack = 0,
 visWhite = 1,
 visRed = 2,
 visGreen = 3,
 visBlue = 4,
 visYellow = 5,
 visMagenta = 6,
 visCyan = 7,
 visDarkRed = 8,
 visDarkGreen = 9,
 visDarkBlue = 10,
 visDarkYellow = 11,
 visPurple = 12,
 visDarkCyan = 13,
 visGray = 14,
 visGray10 = 15,
 visGray20 = 16,
 visGray30 = 17,
 visGray40 = 18,
 visDarkGray = 19,
 visGray50 = 19,
 visGray60 = 20,
 visGray70 = 21,
 visGray80 = 22,
 visGray90 = 23
}
enum tagVisDocCleanActions {
 visDocCleanAlertDefault = 0,
 visDocCleanActLocalFormulas = 1,
 visDocCleanActEmptyRowsAndSects = 2,
 visDocCleanActNonDefaultFonts = 4,
 visDocCleanActStaleResults = 8,
 visDocCleanActMissingSubs = 16,
 visDocCleanActConstantFormulas = 32,
 visDocCleanActNearZero = 64,
 visDocCleanActDuplicateSubs = 128,
 visDocCleanActBadDisplayLists = 256,
 visDocCleanActBadFieldCounts = 512,
 visDocCleanFixDefault = 984,
 visDocCleanActDeletedFields = 1024,
 visDocCleanActBadFieldFormulas = 2048,
 visDocCleanActBadFieldMarks = 4096,
 visDocCleanActDefault = 8152,
 visDocCleanActBadReferences = 8192,
 visDocCleanActAll = 16383
}
enum tagVisDocCleanTargets {
 visDocCleanTargFPages = 1,
 visDocCleanTargBPages = 2,
 visDocCleanTargMasters = 4,
 visDocCleanTargStyles = 8,
 visDocCleanTargDoc = 16,
 visDocCleanTargRPages = 32,
 visDocCleanTargAll = 255,
 visDocCleanPageSheet = 256
}
enum tagVisDocModeArgs {
 visInvalDocID = -1,
 visDocModeRun = 0,
 visDocModeDesign = 1
}
enum tagVisDocVersions {
 visVersionUnsaved = 0,
 visVersion10 = 65571,
 visVersion20 = 131072,
 visVersion30 = 196611,
 visVersion40 = 262144,
 visVersion50 = 327680,
 visVersion60 = 393216,
 visVersion100 = 393216,
 visVersion110 = 720896,
 visVersion120 = 720896,
 visVersion140 = 720896
}
enum tagVisDrawRegionFlags {
 visDrawRegionDeleteInput = 4,
 visDrawRegionIncludeHidden = 16,
 visDrawRegionIgnoreVisible = 32,
 visDrawRegionIncludeDataGraphics = 64
}
enum tagVisDrawSplineFlags {
 visSplinePeriodic = 1,
 visSplineDoCircles = 2,
 visSplineAbrupt = 4,
 visSpline1D = 8,
 visPolyline1D = 8,
 visPolyarcs = 256
}
enum tagVisEventCodes {
 visEvtIDInval = -1,
 visScopeIDInval = -1,
 visEvtCodeInval = 0,
 visEvtIdMostRecent = 0,
 visEvtCodeDocCreate = 1,
 visEvtWindow = 1,
 visEvtAppActivate = 1,
 visEvtCodeCreate = 1,
 visActCodeRunAddon = 1,
 visEvtCodeDocOpen = 2,
 visEvtDoc = 2,
 visEvtAppDeactivate = 2,
 visEvtCodeOpen = 2,
 visActCodeAdvise = 2,
 visEvtCodeDocSave = 3,
 visEvtCodeDocSaveAs = 4,
 visEvtStyle = 4,
 visEvtObjActivate = 4,
 visEvtCodeDocRunning = 5,
 visEvtCodeDocDesign = 6,
 visEvtCodeBefDocSave = 7,
 visEvtCodeBefDocSaveAs = 8,
 visEvtMaster = 8,
 visEvtObjDeactivate = 8,
 visEvtCodeQueryCancelDocClose = 9,
 visEvtCodeCancelDocClose = 10,
 visEvtRemoveHiddenInformation = 11,
 visEvtCodeSelectionMovedToSubprocess = 12,
 visEvtCodeRuleSetValidated = 13,
 visEvtPage = 16,
 visEvtBeforeQuit = 16,
 visEvtLayer = 32,
 visEvtBeforeModal = 32,
 visEvtDataRecordset = 32,
 visEvtShape = 64,
 visEvtAfterModal = 64,
 visEvtText = 128,
 visEvtWinActivate = 128,
 visEvtCodeBefForcedFlush = 200,
 visEvtCodeAfterForcedFlush = 201,
 visEvtCodeEnterScope = 202,
 visEvtCodeExitScope = 203,
 visEvtCodeQueryCancelQuit = 204,
 visEvtCodeCancelQuit = 205,
 visEvtCodeQueryCancelSuspend = 206,
 visEvtCodeCancelSuspend = 207,
 visEvtCodeBeforeSuspend = 208,
 visEvtCodeAfterResume = 209,
 visEvtCodeQueryCancelSuspendEvents = 210,
 visEvtCodeCancelSuspendEvents = 211,
 visEvtCodeBeforeSuspendEvents = 212,
 visEvtCodeAfterResumeEvents = 213,
 visEvtConnect = 256,
 visEvtMarker = 256,
 visEvtCodeQueryCancelStyleDel = 300,
 visEvtCodeCancelStyleDel = 301,
 visEvtCodeQueryCancelMasterDel = 400,
 visEvtCodeCancelMasterDel = 401,
 visEvtCodeQueryCancelPageDel = 500,
 visEvtCodeCancelPageDel = 501,
 visEvtCodeContainerRelationshipAdded = 502,
 visEvtCodeContainerRelationshipDeleted = 503,
 visEvtCodeCalloutRelationshipAdded = 504,
 visEvtCodeCalloutRelationshipDeleted = 505,
 visEvtSection = 512,
 visEvtNonePending = 512,
 visEvtCodeWinSelChange = 701,
 visEvtCodeBefWinSelDel = 702,
 visEvtCodeBefWinPageTurn = 703,
 visEvtCodeWinPageTurn = 704,
 visEvtCodeViewChanged = 705,
 visEvtCodeQueryCancelWinClose = 706,
 visEvtCodeCancelWinClose = 707,
 visEvtCodeWinOnAddonKeyMSG = 708,
 visEvtCodeMouseDown = 709,
 visEvtCodeMouseMove = 710,
 visEvtCodeMouseUp = 711,
 visEvtCodeKeyDown = 712,
 visEvtCodeKeyPress = 713,
 visEvtCodeKeyUp = 714,
 visEvtCodeShapeDelete = 801,
 visEvtCodeShapeParentChange = 802,
 visEvtCodeShapeBeforeTextEdit = 803,
 visEvtCodeShapeExitTextEdit = 804,
 visEvtShapeLinkAdded = 805,
 visEvtShapeLinkDeleted = 806,
 visEvtShapeDataGraphicChanged = 807,
 visEvtCodeBefSelDel = 901,
 visEvtCodeSelAdded = 902,
 visEvtCodeQueryCancelSelDel = 903,
 visEvtCodeCancelSelDel = 904,
 visEvtCodeQueryCancelUngroup = 905,
 visEvtCodeCancelUngroup = 906,
 visEvtCodeQueryCancelConvertToGroup = 907,
 visEvtCodeCancelConvertToGroup = 908,
 visEvtCodeQueryCancelSelGroup = 909,
 visEvtCodeCancelSelGroup = 910,
 visEvtRow = 1024,
 visEvtIdle = 1024,
 visEvtCell = 2048,
 visEvtFormula = 4096,
 visEvtApp = 4096,
 visEvtMod = 8192,
 visEvtDel = 16384,
 visEvtCode1stUser = 28672,
 visEvtCodeLastUser = 32767,
 visEvtAdd = 32768
}
enum tagVisExistsFlags {
 visExistsAnywhere = 0,
 visExistsLocally = 1
}
enum tagVisFieldCategories {
 visFCatCustom = 0,
 visFCatDateTime = 1,
 visFCatDocument = 2,
 visFCatGeometry = 3,
 visFCatObject = 4,
 visFCatPage = 5,
 visFCatNotes = 6
}
enum tagVisFieldCodes {
 visFCodeCreateDate = 0,
 visFCodeCreator = 0,
 visFCodeWidth = 0,
 visFCodeData1 = 0,
 visFCodeBackgroundName = 0,
 visFCodeCreateTime = 1,
 visFCodeDescription = 1,
 visFCodeHeight = 1,
 visFCodeData2 = 1,
 visFCodePageName = 1,
 visFCodeCurrentDate = 2,
 visFCodeDirectory = 2,
 visFCodeAngle = 2,
 visFCodeData3 = 2,
 visFCodeNumberOfPages = 2,
 visFCodeCurrentTime = 3,
 visFCodeFileName = 3,
 visFCodeObjectID = 3,
 visFCodePageNumber = 3,
 visFCodeEditDate = 4,
 visFCodeKeyWords = 4,
 visFCodeMasterName = 4,
 visFCodeEditTime = 5,
 visFCodeSubject = 5,
 visFCodeObjectName = 5,
 visFCodePrintDate = 6,
 visFCodeTitle = 6,
 visFCodeObjectType = 6,
 visFCodePrintTime = 7,
 visFCodeManager = 7,
 visFCodeCompany = 8,
 visFCodeCategory = 9,
 visFCodeHyperlinkBase = 10
}
enum tagVisFieldFormats {
 visFmtNumGenNoUnits = 0,
 visFmtNumGenDefUnits = 1,
 visFmt0PlNoUnits = 2,
 visFmt0PlDefUnits = 3,
 visFmt1PlNoUnits = 4,
 visFmt1PlDefUnits = 5,
 visFmt2PlNoUnits = 6,
 visFmt2PlDefUnits = 7,
 visFmt3PlNoUnits = 8,
 visFmt3PlDefUnits = 9,
 visFmtFeetAndInches = 10,
 visFmtRadians = 11,
 visFmtDegrees = 12,
 visFmtFeetAndInches1Pl = 13,
 visFmtFeetAndInches2Pl = 14,
 visFmtFraction1PlNoUnits = 15,
 visFmtFraction1PlDefUnits = 16,
 visFmtFraction2PlNoUnits = 17,
 visFmtFraction2PlDefUnits = 18,
 visFmtDateShort = 20,
 visFmtDateLong = 21,
 visFmtDateMDYY = 22,
 visFmtDateMMDDYY = 23,
 visFmtDateMmmDYYYY = 24,
 visFmtDateMmmmDYYYY = 25,
 visFmtDateDMYY = 26,
 visFmtDateDDMMYY = 27,
 visFmtDateDMMMYYYY = 28,
 visFmtDateDMMMMYYYY = 29,
 visFmtTimeGen = 30,
 visFmtTimeHMM = 31,
 visFmtTimeHHMM = 32,
 visFmtTimeHMM24 = 33,
 visFmtTimeHHMM24 = 34,
 visFmtTimeHMMAMPM = 35,
 visFmtTimeHHMMAMPM = 36,
 visFmtStrNormal = 37,
 visFmtStrLower = 38,
 visFmtStrUpper = 39,
 visFmtJDategggeXmXdXww = 40,
 visFmtJDateyyyyXmXdXww = 41,
 visFmtJDategggeXmXdX = 42,
 visFmtJDateyyyyXmXdX = 43,
 visFmtJDateyyyymd = 44,
 visFmtDateyyyymd = 44,
 visFmtJDateyymmdd = 45,
 visFmtDateyymmdd = 45,
 visFmtJDatehmmaxpx = 46,
 visFmtTimeAMPMhmm_J = 46,
 visFmtJDateaxpxhmm = 47,
 visFmtJDateaxpxhXmmX = 48,
 visFmtJDatehXmmX = 49,
 visFmtCDateiiieXmmmmXdddd = 50,
 visFmtDateTWNfYYYYMMDDD_C = 50,
 visFmtCDateiieXmmmmXdddd = 51,
 visFmtDateTWNsYYYYMMDDD_C = 51,
 visFmtCDateieXmmmmXddddXww = 52,
 visFmtDateTWNfyyyymmddww_C = 52,
 visFmtCDateieXmmmmXdddd = 53,
 visFmtDateTWNfyyyymmdd_C = 53,
 visFmtDategggemdww_J = 54,
 visFmtDateyyyymdww_J = 55,
 visFmtDategggemd_J = 56,
 visFmtDateyyyymd_J = 57,
 visFmtDateYYYYMMMDDDWWW_C = 58,
 visFmtDateYYYYMMMDDD_C = 59,
 visFmtDategeMMMMddddww_K = 60,
 visFmtDateyyyymdww_K = 61,
 visFmtDategeMMMMddd_K = 62,
 visFmtDateyyyymd_K = 63,
 visFmtDateyyyy_m_d = 64,
 visFmtDateyy_mm_dd = 65,
 visFmtTimeAMPMhmm_C = 66,
 visFmtTimeAMPMhmm_K = 67,
 visFmtTimeAMPM_hmm_J = 68,
 visFmtTimehmm_J = 69,
 visFmtTimeAMPM_hmm_C = 70,
 visFmtTimehmm_C = 71,
 visFmtTimeAMPM_hmm_K = 72,
 visFmtTimehmm_K = 73,
 visFmtTimeHMMAMPM_E = 74,
 visFmtTimeHHMMAMPM_E = 75,
 visFmtDateyyyymd_S = 76,
 visFmtDateyyyymmdd_S = 77,
 visFmtDatewwyyyymmdd_S = 78,
 visFmtDatewwyyyymd_S = 79,
 visFmtTimeAMPMhmm_S = 80,
 visFmtTimeAMPMhhmm_S = 81,
 visFmtMsoDateShort = 200,
 visFmtMsoDateLongDay = 201,
 visFmtMsoDateLong = 202,
 visFmtMsoDateShortAlt = 203,
 visFmtMsoDateISO = 204,
 visFmtMsoDateShortMon = 205,
 visFmtMsoDateShortSlash = 206,
 visFmtMsoDateShortAbb = 207,
 visFmtMsoDateEnglish = 208,
 visFmtMsoDateMonthYr = 209,
 visFmtMsoDateMon_Yr = 210,
 visFmtMsoTimeDatePM = 211,
 visFmtMsoTimeDateSecPM = 212,
 visFmtMsoTimePM = 213,
 visFmtMsoTimeSecPM = 214,
 visFmtMsoTime24 = 215,
 visFmtMsoTimeSec24 = 216,
 visFmtMsoFEExtra1 = 217,
 visFmtMsoFEExtra2 = 218,
 visFmtMsoFEExtra3 = 219,
 visFmtMsoFEExtra4 = 220,
 visFmtMsoFEExtra5 = 221
}
enum tagVisFontAttributes {
 visFontRaster = 16,
 visFontDevice = 32,
 visFontScalable = 64,
 visFont0Alias = 128
}
enum tagVisFromParts {
 visConnectFromError = -1,
 visFromNone = 0,
 visLeftEdge = 1,
 visCenterEdge = 2,
 visRightEdge = 3,
 visBottomEdge = 4,
 visMiddleEdge = 5,
 visTopEdge = 6,
 visBeginX = 7,
 visBeginY = 8,
 visBegin = 9,
 visEndX = 10,
 visEndY = 11,
 visEnd = 12,
 visFromAngle = 13,
 visFromPin = 14,
 visControlPoint = 100
}
enum tagVisGeomFlags {
 visGeomExcludeLastPoint = 1,
 visGeomWHPct = 16,
 visGeomXYLocal = 32
}
enum tagVisGetSetArgs {
 visGetFloats = 0,
 visGetTruncatedInts = 1,
 visSetFormulas = 1,
 visGetRoundedInts = 2,
 visSetBlastGuards = 2,
 visGetStrings = 3,
 visGetFormulas = 4,
 visSetTestCircular = 4,
 visGetFormulasU = 5,
 visSetUniversalSyntax = 8
}
enum tagVisGlueSettings {
 visGlueToNone = 0,
 visGlueToGuides = 1,
 visGlueToHandles = 2,
 visGlueToVertices = 4,
 visGlueToConnectionPoints = 8,
 visGlueToGeometry = 32,
 visGlueToDisabled = 32768
}
enum tagVisGuideTypes {
 visPoint = 1,
 visHorz = 2,
 visVert = 3
}
enum tagVisHitTestResults {
 visHitOutside = 0,
 visHitOnBoundary = 1,
 visHitInside = 2
}
enum tagVisInsertObjArgs {
 visInsertLink = 8,
 visInsertIcon = 16,
 visInsertNoDesignModeTransition = 256,
 visInsertDontShow = 4096,
 visInsertAsControl = 8192,
 visInsertAsEmbed = 16384
}
enum tagVisMasterProperties {
 visIconFormatVisio = 0,
 visManual = 0,
 visMasLPTileDeform = 0,
 visMasLEDefault = 0,
 visMasFPTile = 0,
 visLeft = 1,
 visNormal = 1,
 visAutomatic = 1,
 visMasIsLinePat = 1,
 visCenter = 2,
 visIconFormatBMP = 2,
 visTall = 2,
 visMasIsLineEnd = 2,
 visRight = 3,
 visWide = 3,
 visDouble = 4,
 visMasIsFillPat = 4,
 visMasLPTile = 16,
 visMasLPStretch = 32,
 visMasLPAnnotate = 48,
 visMasLPScale = 64,
 visMasLEUpright = 256,
 visMasLEScale = 1024,
 visMasFPCenter = 4096,
 visMasFPStretch = 8192,
 visMasFPScale = 16384
}
enum tagVisObjectTypes {
 visObjTypeUnknown = 1,
 visObjTypeApp = 3,
 visObjTypeCell = 4,
 visObjTypeChars = 5,
 visObjTypeConnect = 8,
 visObjTypeConnects = 9,
 visObjTypeDoc = 10,
 visObjTypeDocs = 11,
 visObjTypeMaster = 12,
 visObjTypeMasters = 13,
 visObjTypePage = 14,
 visObjTypePages = 15,
 visObjTypeSelection = 16,
 visObjTypeShape = 17,
 visObjTypeShapes = 18,
 visObjTypeStyle = 19,
 visObjTypeStyles = 20,
 visObjTypeWindow = 21,
 visObjTypeWindows = 22,
 visObjTypeLayer = 25,
 visObjTypeLayers = 26,
 visObjTypeFont = 27,
 visObjTypeFonts = 28,
 visObjTypeColor = 29,
 visObjTypeColors = 30,
 visObjTypeAddon = 31,
 visObjTypeAddons = 32,
 visObjTypeEvent = 33,
 visObjTypeEventList = 34,
 visObjTypeGlobal = 36,
 visObjTypeHyperlink = 37,
 visObjTypeOLEObjects = 38,
 visObjTypeOLEObject = 39,
 visObjTypePaths = 40,
 visObjTypePath = 41,
 visObjTypeCurve = 42,
 visObjTypeHyperlinks = 43,
 visObjTypeSection = 44,
 visObjTypeRow = 45,
 visObjTypeMasterShortcuts = 46,
 visObjTypeMasterShortcut = 47,
 visObjTypeMSGWrap = 48,
 visObjTypeMouseEvent = 49,
 visObjTypeKeyboardEvent = 50,
 visObjTypeApplicationSettings = 51,
 visObjTypeDataRecordsets = 52,
 visObjTypeDataRecordset = 53,
 visObjTypeDataConnection = 54,
 visObjTypeDataColumns = 55,
 visObjTypeDataColumn = 56,
 visObjTypeDataRecordsetChangedEvent = 57,
 visObjTypeGraphicItems = 58,
 visObjTypeGraphicItem = 59,
 visObjTypeContainerProperties = 60,
 visObjTypeRelatedShapePairEvent = 61,
 visObjTypeMovedSelectionEvent = 62,
 visObjTypeServerPublishOptions = 63,
 visObjTypeValidation = 64,
 visObjTypeValidationRuleSets = 65,
 visObjTypeValidationRuleSet = 66,
 visObjTypeValidationRules = 67,
 visObjTypeValidationRule = 68,
 visObjTypeValidationIssues = 69,
 visObjTypeValidationIssue = 70
}
enum tagVisOnComponentEnterCodes {
 visComponentStateModal = 1,
 visModalDeferEvents = 65536,
 visModalNoBeforeAfter = 131072,
 visModalDontBlockMessages = 262144,
 visModalDisableVisiosFrame = 524288
}
enum tagVisOpenSaveArgs {
 visSavePrevNone = 0,
 visOpenCopy = 1,
 visSaveAsRO = 1,
 visSavePrevDraft1st = 1,
 visOpenRO = 2,
 visSaveAsWS = 2,
 visSavePrevDetailed1st = 2,
 visOpenDocked = 4,
 visAddDocked = 4,
 visSaveAsListInMRU = 4,
 visSavePrevDraftAll = 4,
 visOpenDontList = 8,
 visSavePrevDetailedAll = 8,
 visOpenMinimized = 16,
 visAddMinimized = 16,
 visOpenRW = 32,
 visOpenHidden = 64,
 visAddHidden = 64,
 visOpenMacrosDisabled = 128,
 visAddMacrosDisabled = 128,
 visOpenNoWorkspace = 256,
 visAddNoWorkspace = 256,
 visAddStencil = 512,
 visOpenDeclineAutoRefresh = 1024,
 visAddDeclineAutoRefresh = 1024
}
enum tagVisPaperSizes {
 visPaperSizeUnknown = 0,
 visPaperSizeLetter = 1,
 visPaperSizeLegal = 5,
 visPaperSizeA3 = 8,
 visPaperSizeA4 = 9,
 visPaperSizeA5 = 11,
 visPaperSizeB4 = 12,
 visPaperSizeB5 = 13,
 visPaperSizeFolio = 14,
 visPaperSizeNote = 18,
 visPaperSizeC = 24,
 visPaperSizeD = 25,
 visPaperSizeE = 26
}
enum tagVisPasteSpecialCodes {
 visPasteText = 1,
 visPasteBitmap = 2,
 visPasteMetafile = 3,
 visPasteOEMText = 7,
 visPasteDIB = 8,
 visPasteEMF = 14,
 visPasteOLEObject = 65536,
 visPasteRichText = 65537,
 visPasteHyperlink = 65538,
 visPasteURL = 65539,
 visPasteVisioShapes = 65540,
 visPasteVisioMasters = 65541,
 visPasteVisioText = 65542,
 visPasteVisioIcon = 65543,
 visPasteInk = 65544,
 visPasteVisioShapesXML = 65545,
 visPasteVisioMastersXML = 65546,
 visPasteVisioShapesWithoutDataLinks = 65548
}
enum tagVisProtection {
 visProtectNone = 0,
 visProtectStyles = 1,
 visProtectShapes = 2,
 visProtectMasters = 4,
 visProtectBackgrounds = 8,
 visProtectPreviews = 16
}
enum tagVisRoundFlags {
 visTruncate = 0,
 visRound = 1
}
enum tagVisRowIndices {
 visRowLast = -2,
 visRowInval = -1,
 visRowNone = -1,
 visRowFirst = 0,
 visRowComponent = 0,
 visRowMember = 0,
 visRowCharacter = 0,
 visRowParagraph = 0,
 visRowTab = 0,
 visRowScratch = 0,
 visRowConnectionPts = 0,
 visRowExport = 0,
 visRowField = 0,
 visRowControl = 0,
 visRowAction = 0,
 visRowLayer = 0,
 visRowUser = 0,
 visRowProp = 0,
 visRow1stHyperlink = 0,
 visRowFormat = 0,
 visRowReviewer = 0,
 visRowAnnotation = 0,
 visRowSmartTag = 0,
 visRowXFormOut = 1,
 visRowXFormIn = 1,
 visRowVertex = 1,
 visRowLine = 2,
 visRowFill = 3,
 visRowXForm1D = 4,
 visRowEvent = 5,
 visRowLayerMem = 6,
 visRowGuide = 7,
 visRowStyle = 8,
 visRowForeign = 9,
 visRowPage = 10,
 visRowText = 11,
 visRowTextXForm = 12,
 visRowAlign = 14,
 visRowLock = 15,
 visRowHelpCopyright = 16,
 visRowData123 = 16,
 visRowMisc = 17,
 visRowRulerGrid = 18,
 visRowHyperlink = 19,
 visRowDoc = 20,
 visRowImage = 21,
 visRowGroup = 22,
 visRowShapeLayout = 23,
 visRowPageLayout = 24,
 visRowPrintProperties = 25
}
enum tagVisRowTags {
 visTagInvalid = -1,
 visTagDefault = 0,
 visTagBase = 130,
 visTagTab0 = 136,
 visTagComponent = 137,
 visTagMoveTo = 138,
 visTagLineTo = 139,
 visTagArcTo = 140,
 visTagInfiniteLine = 141,
 visTagEllipse = 143,
 visTagEllipticalArcTo = 144,
 visTagTab2 = 150,
 visTagTab10 = 151,
 visTagCnnctPt = 153,
 visTagCtlPt = 162,
 visTagSplineBeg = 165,
 visTagSplineSpan = 166,
 visTagCtlPtTip = 170,
 visTagRowVoid = 180,
 visTagTab60 = 181,
 visTagCnnctNamed = 185,
 visTagCnnctPtABCD = 186,
 visTagCnnctNamedABCD = 187,
 visTagPolylineTo = 193,
 visTagNURBSTo = 195
}
enum tagVisRunTypes {
 visCharPropRow = 1,
 visParaPropRow = 2,
 visTabPropRow = 3,
 visWordRun = 10,
 visParaRun = 11,
 visFieldRun = 20
}
enum tagVisSavePreviewMode {
 visSavePreviewNone = 0,
 visSavePreviewDraft1st = 1,
 visSavePreviewDetailed1st = 2,
 visSavePreviewDraftAll = 4,
 visSavePreviewDetailedAll = 8
}
enum tagVisScrollbarStates {
 visScrollBarNeither = 0,
 visScrollBarHoriz = 1,
 visScrollBarVert = 4,
 visScrollBarBoth = 5
}
enum tagVisSectionIndices {
 visSectionFirst = 0,
 visSectionObject = 1,
 visSectionMember = 2,
 visSectionCharacter = 3,
 visSectionParagraph = 4,
 visSectionTab = 5,
 visSectionScratch = 6,
 visSectionConnectionPts = 7,
 visSectionExport = 7,
 visSectionTextField = 8,
 visSectionControls = 9,
 visSectionFirstComponent = 10,
 visSectionLastComponent = 239,
 visSectionAction = 240,
 visSectionLayer = 241,
 visSectionUser = 242,
 visSectionProp = 243,
 visSectionHyperlink = 244,
 visSectionReviewer = 245,
 visSectionAnnotation = 246,
 visSectionSmartTag = 247,
 visSectionLastReal = 247,
 visSectionLast = 252,
 visSectionInval = 255,
 visSectionNone = 255
}
enum tagVisSelectArgs {
 visDeselect = 1,
 visSelect = 2,
 visSubSelect = 3,
 visSelectAll = 4,
 visDeselectAll = 256
}
enum tagVisSelectItemStatus {
 visSelIsPrimaryItem = 1,
 visSelIsSubItem = 2,
 visSelIsSuperItem = 4
}
enum tagVisSelectMode {
 visSelModeSkipSuper = 256,
 visSelModeOnlySuper = 512,
 visSelModeSkipSub = 1024,
 visSelModeOnlySub = 2048
}
enum tagVisShapeIDs {
 visInvalShapeID = -1,
 visPageSheetID = 0
}
enum tagVisShapeTypes {
 visTypeInval = 0,
 visTypePage = 1,
 visTypeGroup = 2,
 visTypeShape = 3,
 visTypeForeignObject = 4,
 visTypeGuide = 5,
 visTypeDoc = 6,
 visTypeMetafile = 16,
 visTypeBitmap = 32,
 visTypeInk = 64,
 visTypeIsLinked = 256,
 visTypeIsEmbedded = 512,
 visTypeIsControl = 1024,
 visTypeIsOLE2 = 32768
}
enum tagVisSnapExtensions {
 visSnapExtNone = 0,
 visSnapExtAlignmentBoxExtension = 1,
 visSnapExtCenterAxes = 2,
 visSnapExtCurveTangent = 4,
 visSnapExtEndpoint = 8,
 visSnapExtMidpoint = 16,
 visSnapExtLinearExtension = 32,
 visSnapExtCurveExtension = 64,
 visSnapExtEndpointPerpendicular = 128,
 visSnapExtMidpointPerpendicular = 256,
 visSnapExtEndpointHorizontal = 512,
 visSnapExtEndpointVertical = 1024,
 visSnapExtEllipseCenter = 2048,
 visSnapExtIsometricAngles = 4096
}
enum tagVisSnapSettings {
 visSnapToNone = 0,
 visSnapToRulerSubdivisions = 1,
 visSnapToGrid = 2,
 visSnapToGuides = 4,
 visSnapToHandles = 8,
 visSnapToVertices = 16,
 visSnapToConnectionPoints = 32,
 visSnapToGeometry = 256,
 visSnapToAlignmentBox = 512,
 visSnapToExtensions = 1024,
 visSnapToDisabled = 32768,
 visSnapToIntersections = 65536
}
enum tagVisSpatialRelationCodes {
 visSpatialOverlap = 1,
 visSpatialContain = 2,
 visSpatialContainedIn = 4,
 visSpatialTouching = 8
}
enum tagVisSpatialRelationFlags {
 visSpatialIncludeGuides = 2,
 visSpatialFrontToBack = 4,
 visSpatialBackToFront = 8,
 visSpatialIncludeHidden = 16,
 visSpatialIgnoreVisible = 32,
 visSpatialIncludeDataGraphics = 64,
 visSpatialIncludeContainerShapes = 128
}
enum tagVisStatCodes {
 visStatNormal = 0,
 visStatAppHasShutdown = 1,
 visStatDeleted = 2,
 visStatTouched = 4,
 visStatClosed = 8,
 visStatSuspended = 16
}
enum tagVisToolbarFlavors {
 visToolBarNone = -1,
 visToolBarOn = 0,
 visToolBarMSOffice = 0,
 visToolBarLotusSS = 0
}
enum tagVisToParts {
 visConnectToError = -1,
 visConnectError = -1,
 visToNone = 0,
 visNone = 0,
 visGuideX = 1,
 visGuideY = 2,
 visWholeShape = 3,
 visGuideIntersect = 4,
 visToAngle = 7,
 visConnectionPoint = 100
}
enum tagVisTraceFlags {
 visTraceEvents = 1,
 visTraceAdvises = 2,
 visTraceAddonInvokes = 4,
 visTraceCallsToVBA = 8
}
enum tagVisUIBarPosition {
 visBarLeft = 0,
 visBarTop = 1,
 visBarRight = 2,
 visBarBottom = 3,
 visBarFloating = 4,
 visBarPopup = 5,
 visBarMenu = 6
}
enum tagVisUIBarProtection {
 visBarNoProtection = 0,
 visBarNoCustomize = 1,
 visBarNoResize = 2,
 visBarNoMove = 4,
 visBarNoChangeDock = 16,
 visBarNoVerticalDock = 32,
 visBarNoHorizontalDock = 64
}
enum tagVisUIBarRow {
 visBarRowLast = -1,
 visBarRowFirst = 0
}
enum tagVisUIButtonState {
 visButtonDown = -1,
 visButtonUp = 0,
 visButtonMixed = 2
}
enum tagVisUIButtonStyle {
 visButtonAutomatic = 0,
 visButtonIcon = 1,
 visButtonCaption = 2,
 visButtonIconandCaption = 3
}
enum tagVisUICmds {
 visCmdFirst = 0,
 visCmdHierarchical = 0,
 visCmdFileNew = 1001,
 visCmdFileOpen = 1002,
 visCmdFileClose = 1003,
 visCmdFileSave = 1004,
 visCmdFileSaveAs = 1005,
 visCmdFileSaveWorkspace = 1006,
 visCmdFileImport = 1007,
 visCmdFileSummaryInfoDlg = 1009,
 visCmdFilePrint = 1010,
 visCmdFileLastFile1 = 1012,
 visCmdFileLastFile2 = 1013,
 visCmdFileLastFile3 = 1014,
 visCmdFileLastFile4 = 1015,
 visCmdFileExit = 1016,
 visCmdEditUndo = 1017,
 visCmdEditRedo = 1018,
 visCmdEditRepeat = 1019,
 visCmdUFEditCut = 1020,
 visCmdUFEditCopy = 1021,
 visCmdUFEditPaste = 1022,
 visCmdUFEditClear = 1023,
 visCmdUFEditDuplicate = 1024,
 visCmdUFEditSelectAll = 1025,
 visCmdEditSelectSpecial = 1026,
 visCmdEditPasteSpecial = 1027,
 visCmdEditPasteLink = 1028,
 visCmdEditOpenObject = 1029,
 visCmdEditLinks = 1030,
 visCmdEditInsertObject = 1031,
 visCmdEditInsertField = 1032,
 visCmdViewFitInWindow = 1033,
 visCmdView75 = 1034,
 visCmdView100 = 1035,
 visCmdView150 = 1036,
 visCmdView200 = 1037,
 visCmdViewCustom = 1038,
 visCmdViewRulers = 1039,
 visCmdViewGrid = 1040,
 visCmdViewGuides = 1041,
 visCmdViewConnections = 1042,
 visCmdEditFind = 1043,
 visCmdViewStatusBar = 1044,
 visCmdObjectBringForward = 1045,
 visCmdObjectBringToFront = 1046,
 visCmdObjectSendBackward = 1047,
 visCmdObjectSendToBack = 1048,
 visCmdObjectAlignObjects = 1049,
 visCmdObjectConnectObjects = 1050,
 visCmdObjectGroup = 1051,
 visCmdObjectUngroup = 1052,
 visCmdObjectAddToGroup = 1053,
 visCmdObjectRemoveFromGroup = 1054,
 visCmdObjectConvertToGroup = 1055,
 visCmdObjectRotate90 = 1056,
 visCmdObjectFlipVertical = 1057,
 visCmdObjectFlipHorizontal = 1058,
 visCmdObjectReverse = 1059,
 visCmdObjectUnion = 1060,
 visCmdObjectCombine = 1061,
 visCmdObjectFragment = 1062,
 visCmdFormatStyle = 1063,
 visCmdFormatDefineStyles = 1064,
 visCmdFormatLine = 1065,
 visCmdFormatFill = 1066,
 visCmdFormatText = 1067,
 visCmdFormatParagraph = 1068,
 visCmdFormatTabs = 1069,
 visCmdFormatBlock = 1070,
 visCmdFormatBehavior = 1071,
 visCmdFormatProtection = 1072,
 visCmdFormatSpecial = 1073,
 visCmdOptionsEditDrawing = 1074,
 visCmdOptionsEditBackground = 1075,
 visCmdOptionsPageSetup = 1076,
 visCmdOptionsGoToDrawing = 1077,
 visCmdOptionsNewPage = 1078,
 visCmdOptionsDeletePages = 1079,
 visCmdOptionsReorderPages = 1080,
 visCmdOptionsPreferences = 1081,
 visCmdOptionsColorPaletteDlg = 1082,
 visCmdOptionsProtectDocument = 1083,
 visCmdOptionsSnapGlueSetup = 1084,
 visCmdWindowNewWindow = 1085,
 visCmdWindowCascadeAll = 1086,
 visCmdWindowTileAll = 1087,
 visCmdWindowShowShapeSheet = 1088,
 visCmdWindowShowMasterObjects = 1089,
 visCmdRunAddOnMenu = 1090,
 visCmdWindowShowDrawPage = 1091,
 visCmdHelpContents = 1092,
 visCmdDecreaseIndent = 1093,
 visCmdIncreaseIndent = 1094,
 visCmdDecreaseParaSpacing = 1095,
 visCmdIncreaseParaSpacing = 1096,
 visCmdHelpStencil = 1097,
 visCmdTextRotate90 = 1098,
 visCmdHelpQuickTour = 1099,
 visCmdHelpAboutVisio = 1100,
 visCmdStenEditIcon = 1101,
 visCmdStenEditDrawing = 1102,
 visCmdStenNameMaster = 1103,
 visCmdStenNewMaster = 1104,
 visCmdStenImageMaster = 1105,
 visCmdStenCleanup = 1106,
 visCmdSWShowValues = 1107,
 visCmdSWShowFormulas = 1108,
 visCmdSWShowSectionsDlg = 1109,
 visCmdSWPasteNameDlg = 1110,
 visCmdSWPasteFunctionDlg = 1111,
 visCmdSWInsertRow = 1112,
 visCmdSWInsertRowAfter = 1113,
 visCmdSWChangeRowTypeDlg = 1114,
 visCmdSWDeleteRow = 1115,
 visCmdSWAddSectionDlg = 1116,
 visCmdSWDeleteSection = 1117,
 visCmdFormatDoubleClick = 1118,
 visCmdDrawTextStyle = 1121,
 visCmdDrawLineStyle = 1122,
 visCmdDrawFillStyle = 1123,
 visCmdDrawSnap = 1124,
 visCmdDrawGlue = 1125,
 visCmdDrawZoom = 1126,
 visCmdTextStyle = 1128,
 visCmdTextFont = 1129,
 visCmdTextSize = 1130,
 visCmdTextBold = 1131,
 visCmdTextItalic = 1132,
 visCmdTextSmallCaps = 1133,
 visCmdTextSuperscript = 1134,
 visCmdTextSubscript = 1135,
 visCmdTextUline = 1136,
 visCmdSWCancel = 1139,
 visCmdSWAccept = 1140,
 visCmdSWFormula = 1141,
 visCmdSWShowToggle = 1142,
 visCmdIconLeftColor = 1143,
 visCmdIconRightColor = 1144,
 visCmdIconPencilTool = 1145,
 visCmdRecalcObjectWH = 1146,
 visCmdTurnToPrevPage = 1147,
 visCmdTurnToNextPage = 1148,
 visCmdEditReplace = 1179,
 visCmdDrawAddGuide = 1180,
 visCmdAddTextShape = 1181,
 visCmdDrawRect = 1182,
 visCmdDrawOval = 1183,
 visCmdDragDuplicate = 1184,
 visCmdMoveObject = 1185,
 visCmdMove1D = 1186,
 visCmdMove2D = 1187,
 visCmdSize1D = 1188,
 visCmdSize2D = 1189,
 visCmdRotateObject = 1190,
 visCmdCropObject = 1192,
 visCmdPanObject = 1193,
 visCmdSizeTextBlock = 1194,
 visCmdAlignObjectLeft = 1196,
 visCmdAlignObjectCenter = 1197,
 visCmdAlignObjectRight = 1198,
 visCmdAlignObjectTop = 1199,
 visCmdAlignObjectMiddle = 1200,
 visCmdAlignObjectBottom = 1201,
 visCmdCenterDrawing = 1202,
 visCmdDeselectAll = 1213,
 visCmdTextEditState = 1214,
 visCmdZoomPt = 1215,
 visCmdZoomIn = 1216,
 visCmdZoomOut = 1217,
 visCmdZoomArea = 1218,
 visCmdDRPointerTool = 1219,
 visCmdDRPencilTool = 1220,
 visCmdDRLineTool = 1221,
 visCmdDRQtrArcTool = 1222,
 visCmdDRRectTool = 1223,
 visCmdDROvalTool = 1224,
 visCmdDRConnectorTool = 1225,
 visCmdDRConnectionTool = 1226,
 visCmdDRTextTool = 1227,
 visCmdDRRotateTool = 1228,
 visCmdObjectDistributeDlg = 1230,
 visCmdDistributeHSpace = 1231,
 visCmdDistributeLeft = 1232,
 visCmdDistributeCenter = 1233,
 visCmdDistributeRight = 1234,
 visCmdDistributeVSpace = 1235,
 visCmdDistributeTop = 1236,
 visCmdDistributeMiddle = 1237,
 visCmdDistributeBottom = 1238,
 visCmdUpdateContentCache = 1241,
 visCmdDropOnText = 1243,
 visCmdDropOnStencil = 1244,
 visCmdDropOnPage = 1246,
 visCmdSSWindowCollapse = 1250,
 visCmdSSWindowExpand = 1251,
 visCmdSSWindowSelect = 1252,
 visCmdSSWindowDeselect = 1253,
 visCmdAddConnectPt = 1263,
 visCmdModConnectPt = 1264,
 visCmdDelConnectPt = 1265,
 visCmdAddControlPt = 1266,
 visCmdModControlPt = 1267,
 visCmdDelControlPt = 1268,
 visCmdMovConnectPt = 1269,
 visCmdToolsSpelling = 1270,
 visCmdFormatPainter = 1271,
 visCmdPageMeasureUnitsDlg = 1274,
 visCmdView50 = 1279,
 visCmdView400 = 1280,
 visCmdInsertDataMap = 1282,
 visCmdSendAsMail = 1292,
 visCmdShapeActions = 1309,
 visCmdDRSplineTool = 1311,
 visCmdFormatCustPropEdit = 1312,
 visCmdRulerGridDlg = 1318,
 visCmdFormatShadow = 1333,
 visCmdFormatCorners = 1334,
 visCmdToolsInventory = 1335,
 visCmdMasterSetup = 1343,
 visCmdToolsArrayShapesAddOn = 1354,
 visCmdSetLineWeight = 1355,
 visCmdSetLinePattern = 1356,
 visCmdSetLineEnds = 1357,
 visCmdSetLineCornerStyle = 1358,
 visCmdSetLineColor = 1359,
 visCmdCloseWindow = 1361,
 visCmdSetFillShadow = 1379,
 visCmdSSWindowShowSection = 1380,
 visCmdSSWindowPasteName = 1381,
 visCmdSSWindowPasteFunction = 1382,
 visCmdSSWindowChangeRowType = 1383,
 visCmdSSWindowAddSection = 1384,
 visCmdSetFillColor = 1385,
 visCmdHelpMode = 1386,
 visCmdOffsetDlg = 1387,
 visCmdDesignMode = 1388,
 visCmdShapeExplorer = 1389,
 visCmdSetFillPattern = 1399,
 visCmdSetCharColor = 1404,
 visCmdSetCharSizeUp = 1405,
 visCmdSetCharSizeDown = 1406,
 visCmdTextHAlignLeft = 1407,
 visCmdTextHAlignCenter = 1408,
 visCmdTextHAlignRight = 1409,
 visCmdTextHAlignJustify = 1412,
 visCmdTextVAlignTop = 1413,
 visCmdTextVAlignMiddle = 1414,
 visCmdTextVAlignBottom = 1422,
 visCmdStampTool = 1424,
 visCmdObjectInfoDlg = 1425,
 visCmdObjectHelp = 1428,
 visCmdEditConvertObject = 1439,
 visCmdFileOpenStencil = 1442,
 visCmdPrintPage = 1443,
 visCmdSWShapeActionDlg = 1444,
 visCmdLayerDlg = 1446,
 visCmdLayerSetupDlg = 1448,
 visCmdCropTool = 1449,
 visCmdTextBlockTool = 1451,
 visCmdStenClose = 1452,
 visCmdIntersect = 1453,
 visCmdSubtract = 1454,
 visCmdStenActivate = 1458,
 visCmdStenIconAndName = 1480,
 visCmdStenIconOnly = 1481,
 visCmdStenNameOnly = 1482,
 visCmdStenAutoArrange = 1483,
 visCmdRunAddOnDlg = 1484,
 visCmdPrintPreview = 1490,
 visCmdOpenInVisio = 1491,
 visCmdFullScreenMode = 1492,
 visCmdLayoutDynamic = 1493,
 visCmdRotate90Clockwise = 1494,
 visCmdZoomLast = 1495,
 visCmdZoomPageWidth = 1496,
 visCmdInsertClipArt = 1497,
 visCmdInsertWordArt = 1498,
 visCmdInsertMicrosoftGraph = 1499,
 visCmdToolbarsDlg = 1500,
 visCmdInsertComment = 1501,
 visCmdMoveComment = 1502,
 visCmdOpenCommentForEdit = 1503,
 visCmdMSOInsertSymbol = 1504,
 visCmdMSOInsertSymbolDlg = 1505,
 visCmdINETAddToFavorites = 1506,
 visCmdViewPageBreaks = 1509,
 visCmdZoomSingleTile = 1512,
 visCmdPreviousTile = 1513,
 visCmdNextTile = 1514,
 visCmdFirstTile = 1515,
 visCmdLastTile = 1516,
 visCmdInsertAutoCADAddOn = 1521,
 visCmdInsertControlDlg = 1522,
 visCmdJoin = 1533,
 visCmdTrim = 1534,
 visCmdDlgCustomFit = 1536,
 visCmdFitCurve = 1538,
 visCmdIconBucketTool = 1543,
 visCmdIconLassoTool = 1544,
 visCmdIconSelectNet = 1545,
 visCmdFileLastFile5 = 1561,
 visCmdFileLastFile6 = 1569,
 visCmdFileLastFile7 = 1570,
 visCmdFileLastFile8 = 1571,
 visCmdFileLastFile9 = 1572,
 visCmdToolsLayoutShapesDlg = 1574,
 visCmdToolsRunVBE = 1576,
 visCmdToolsMacroDlg = 1577,
 visCmdFileNewBlankDrawing = 1579,
 visCmdFileNewStencilDlg = 1580,
 visCmdFileNewBlankStencil = 1582,
 visCmdFileChooseTemplates = 1583,
 visCmdProgRefHelp = 1584,
 visCmdInsertHyperLink = 1585,
 visCmdHelpTemplates = 1586,
 visCmdEmailRouting = 1588,
 visCmdSendToExchange = 1589,
 visCmdRemoveVBAFromActiveDoc = 1590,
 visCmdINETUserSearchPage = 1595,
 visCmdINETVisioHomePage = 1596,
 visCmdINETGoForward = 1598,
 visCmdINETGoBack = 1599,
 visCmdOpenActiveObject = 1601,
 visCmdCancelInPlaceEditing = 1602,
 visCmdINETVisioSolutionsLibrary = 1604,
 visCmdINETKnowledgeBase = 1605,
 visCmdINETDiagrammingResources = 1606,
 visCmdINETOpenHlink = 1607,
 visCmdINETOpenHlinkNewWnd = 1608,
 visCmdINETDeleteHlink = 1609,
 visCmdINETCopyHyperlink = 1610,
 visCmdHyperlinkHier = 1611,
 visCmdINETEditHyperlink = 1619,
 visCmdINETPasteAsHyperlink = 1620,
 visCmdBullets = 1633,
 visCmdShapeLayerToolbar = 1634,
 visCmdGoToPageToolbar = 1635,
 visCmdFormatAllTextProps = 1642,
 visCmdBrowseSampleDrawings = 1645,
 visCmdMSOInsertEquation = 1646,
 visCmdABarHide = 1650,
 visCmdABarToggleFloat = 1651,
 visCmdABarAutohide = 1652,
 visCmdPanZoom = 1653,
 visCmdPagesList = 1654,
 visCmdCustProp = 1658,
 visCmdInkTool = 1661,
 visCmdInkCustomizePen = 1664,
 visCmdShapesWindow = 1669,
 visCmdSizePos = 1670,
 visCmdFileNewBlankDrawingMetric = 1671,
 visCmdFileNewBlankDrawingUS = 1672,
 visCmdFileNewBlankStencilMetric = 1673,
 visCmdFileNewBlankStencilUS = 1674,
 visCmdCustomPropertySets = 1675,
 visCmdStenSave = 1676,
 visCmdStenSaveAs = 1677,
 visCmdStenProperties = 1678,
 visCmdStenEditToggle = 1679,
 visCmdStenEditOn = 1680,
 visCmdStenEditOff = 1681,
 visCmdEditUndoMultiple = 1682,
 visCmdEditRedoMultiple = 1683,
 visCmdABarAutoHeight = 1684,
 visCmdShapeCommentDlg = 1685,
 visCmdShapeComment = 1686,
 visCmdFormatCustPropDef = 1687,
 visCmdShapeCommentDelete = 1688,
 visCmdHideDocumentStencil = 1689,
 visCmdToggleDocumentStencil = 1690,
 visCmdCustPropDefine = 1695,
 visCmdSetDynConnRerouteFreely = 1696,
 visCmdSetDynConnRerouteAsNeeded = 1697,
 visCmdSetDynConnRerouteNever = 1698,
 visCmdSetPagePlow = 1699,
 visCmdSetDynConnRoutingStyle = 1700,
 visCmdSetPlaceableShapeBehavior = 1702,
 visCmdSetPageLineJumpCode_Disp = 1703,
 visCmdSetPageLineJumpCode_None = 1704,
 visCmdSetPageLineJumpCode_Horz = 1705,
 visCmdSetPageLineJumpCode_Vert = 1706,
 visCmdSetPageLineJumpCode_Last = 1707,
 visCmdSetDynConnLineJumpStyle_Page = 1708,
 visCmdSetDynConnLineJumpStyle_Arc = 1709,
 visCmdSetDynConnLineJumpStyle_Gap = 1710,
 visCmdSetDynConnLineJumpStyle_Square = 1711,
 visCmdSetDynConnLineJumpStyle_Triangle = 1712,
 visCmdSetDynConnLineJumpStyle_2pt = 1713,
 visCmdSetDynConnLineJumpStyle_3pt = 1714,
 visCmdSetDynConnLineJumpStyle_4pt = 1715,
 visCmdSetDynConnLineJumpStyle_5pt = 1716,
 visCmdSetDynConnLineJumpStyle_6pt = 1717,
 visCmdSWExpandRow = 1718,
 visCmdHyperlinkList = 1719,
 visCmdHeaderFooter = 1720,
 visCmdDrawingExplorer = 1721,
 visCmdHideAllToolbars = 1726,
 visCmdTextStrikethrough = 1741,
 visCmdDrawRegion = 1742,
 visCmdSetAddMarkup = 1744,
 visCmdDynamicGrid = 1765,
 visCmdRulSub = 1766,
 visCmdGrid = 1767,
 visCmdAlignBox = 1768,
 visCmdShapeGeo = 1769,
 visCmdGuides = 1771,
 visCmdShapeHand = 1772,
 visCmdShapeVert = 1773,
 visCmdConnPoints = 1774,
 visCmdRecordNewMacro = 1775,
 visCmdStartRecordingMacro = 1776,
 visCmdStopRecordingMacro = 1777,
 visCmdPauseRecordingMacro = 1778,
 visCmdResumeRecordingMacro = 1779,
 visCmdSSWindowShowTraceWindow = 1781,
 visCmdFileSaveAsWebPage = 1785,
 visCmdFileCheckIn = 1787,
 visCmdFileCheckOut = 1788,
 visCmdPasteShortcut = 1790,
 visCmdCreateShortcut = 1791,
 visCmdReOrderPage = 1795,
 visCmdStenDrawingExplorer = 1796,
 visCmdINETOfficeOnTheWeb = 1802,
 visCmdToolSnapLines = 1807,
 visCmdHelpSearch = 1809,
 visCmdTextEditRuler = 1810,
 visCmdCreateNewDrawing = 1812,
 visCmdHelpShapeBasics = 1822,
 visCmdDynConnReroute = 1829,
 visCmdShapeIntersect = 1830,
 visCmdINETVisioOnTheWeb = 1831,
 visCmdReviewerVisibilityAll = 1836,
 visCmdSetDynConnRerouteOnCrossover = 1837,
 visCmdSaveForAutoRecover = 1857,
 visCmdSetHeaderFooter = 1858,
 visCmdMsoClipboard = 1859,
 visCmdMsoSearch = 1860,
 visCmdTextAllCaps = 1862,
 visCmdTextDoubleUline = 1863,
 visCmdAppMaximize = 1864,
 visCmdAppMinimize = 1865,
 visCmdMsoAutoCorrectDlg = 1866,
 visCmdShapeGalleryAddOn = 1867,
 visCmdAcquireImages = 1868,
 visCmdDropManyOnPage = 1869,
 visCmdObjectSwapEnds = 1870,
 visCmdSetIndexInStencil = 1871,
 visCmdMsoAutoCorrect = 1872,
 visCmdMsoAutoFormat = 1873,
 visCmdShapeTransparencyDlg = 1874,
 visCmdShapeTransparency = 1875,
 visCmdToolsShowAddins = 1876,
 visCmdLicenseVerification = 1877,
 visCmdRightDragMove = 1878,
 visCmdRightDragCopy = 1879,
 visCmdRightDragLink = 1880,
 visCmdRightDragCancel = 1881,
 visCmdNMMeetNow = 1882,
 visCmdImagePropertiesDlg = 1883,
 visCmdToolsSecurity = 1884,
 visCmdMsoMediaGallery = 1885,
 visCmdNextWindow = 1886,
 visCmdImageProperties = 1887,
 visCmdSetLanguageDlg = 1888,
 visCmdSpellingChange = 1889,
 visCmdDetectAndRepair = 1890,
 visCmdOfficeDiagnostics = 1890,
 visCmdExportDatabaseAddOn = 1891,
 visCmdStenIconAndDetail = 1892,
 visCmdSetDynConnAppearanceDefault = 1893,
 visCmdSetDynConnAppearanceStraight = 1894,
 visCmdSetDynConnAppearanceCurved = 1895,
 visCmdTaskPaneToggle = 1896,
 visCmdTaskPane = 1896,
 visCmdNewFromExisting = 1897,
 visCmdMsoCustomItem = 1898,
 visCmdCreateEditMaster = 1899,
 visCmdBreakOLELink = 1900,
 visCmdMDIMaximize = 1901,
 visCmdMDIMinimize = 1902,
 visCmdMDIRestore = 1903,
 visCmdAppRestore = 1904,
 visCmdDeleteBackWord = 1905,
 visCmdNewDefDocBlankDrawing = 1906,
 visCmdSelectionModeRect = 1907,
 visCmdSelectionModeLasso = 1908,
 visCmdSelectionModeExtend = 1909,
 visCmdNextMarkup = 1914,
 visCmdPreviousMarkup = 1915,
 visCmdMasterExplorer = 1916,
 visCmdZoomInIgnoreSel = 1917,
 visCmdZoomOutIgnoreSel = 1918,
 visCmdReviewerVisibilityNone = 1919,
 visCmdDeleteComment = 1920,
 visCmdSizeObjects = 1925,
 visCmdReviewerPaneToggle = 1939,
 visCmdTaskPaneReviewer = 1939,
 visCmdConnectorEffectRightAngle = 1943,
 visCmdConnectorEffectStraight = 1944,
 visCmdConnectorEffectCurved = 1945,
 visCmdDrawingTools = 1946,
 visCmdTextDoubleStrikethrough = 1951,
 visCmdTextHAlignDistribute = 1952,
 visCmdFormatInkDlg = 1955,
 visCmdCheckForUpdates = 1962,
 visCmdPrivacySettings = 1963,
 visCmdContactUs = 1964,
 visCmdResearchLookUp = 1967,
 visCmdResearchTranslate = 1968,
 visCmdResearchPaneToggle = 1969,
 visCmdTaskPaneResearch = 1969,
 visCmdInkEraser = 1970,
 visCmdInkReviewPen = 1971,
 visCmdSharedWorkspacePaneToggle = 1972,
 visCmdTaskPaneDocumentManagement = 1972,
 visCmdInkStockPen0 = 1973,
 visCmdInkStockPen1 = 1974,
 visCmdInkStockPen2 = 1975,
 visCmdInkStockPen3 = 1976,
 visCmdInkStockPen4 = 1977,
 visCmdDiagramGallery = 1982,
 visCmdShapeStudioAddon = 1985,
 visCmdLinkRowToShape = 1997,
 visCmdAddDataRecordset = 1998,
 visCmdDeleteDataRecordset = 1999,
 visCmdStenNamesUnderIcons = 2005,
 visCmdInsertTextBox = 2006,
 visCmdInsertVertTextBox = 2007,
 visCmdRHI = 2009,
 visCmdRHIDlg = 2010,
 visCmdDataSelectorDlg = 2011,
 visCmdViewDirectionToggle = 2012,
 visCmdViewLeftToRight = 2013,
 visCmdViewRightToLeft = 2014,
 visCmdApplyDataGraphic = 2017,
 visCmdDataRefreshDlg = 2019,
 visCmdDataRefresh = 2021,
 visCmdDataRefreshConfigDlg = 2022,
 visCmdTaskPaneDataGraphic = 2024,
 visCmdDataRecordsetSetCommand = 2037,
 visCmdDataRecordsetSetPrimaryKey = 2038,
 visCmdSpellingOptionsDlg = 2042,
 visCmdDataColumnSettingsDlg = 2043,
 visCmdDataExplorerWindow = 2044,
 visCmdDataAutoLinkWiz = 2045,
 visCmdDataAutoLink = 2046,
 visCmdApplyThemeToPage = 2047,
 visCmdApplyThemeToDoc = 2048,
 visCmdEditTheme = 2049,
 visCmdDuplicateTheme = 2050,
 visCmdDeleteTheme = 2052,
 visCmdTaskTogglePreviewSize = 2053,
 visCmdTaskPaneThemeColors = 2054,
 visCmdTaskPaneThemeEffects = 2055,
 visCmdAllowThemes = 2056,
 visCmdDataUnlinkShape = 2057,
 visCmdDataUnlinkRow = 2058,
 visCmdUpdateColumnsInLinkedShapes = 2061,
 visCmdNewThemeEffects = 2064,
 visCmdNewThemeColors = 2065,
 visCmdDeleteDataGraphic = 2067,
 visCmdRelayoutShapes = 2068,
 visCmdDataRecordsetProperties = 2072,
 visCmdAutoConnectToggle = 2091,
 visCmdApplyDataGraphicAfterLink = 2092,
 visCmdDataRefreshAddConflict = 2094,
 visCmdDataRefreshDeleteConflict = 2095,
 visCmdDataAutoConnect = 2098,
 visCmdDataRefreshResolveConflict = 2103,
 visCmdTrustCenterDlg = 2104,
 visCmdAutoGenerateDataGraphics = 2105,
 visCmdDuplicateDataGraphic = 2106,
 visCmdRemoveDataGraphicFromSel = 2107,
 visCmdDropManyLinked = 2108,
 visCmdFileUndoCheckout = 2109,
 visCmdDeleteForwardWord = 2114,
 visCmdSaveAsFixedFormatDlg = 2117,
 visCmdRemoveThemeFromSel = 2119,
 visCmdFileLastFile10 = 2127,
 visCmdFileLastFile11 = 2128,
 visCmdFileLastFile12 = 2129,
 visCmdFileLastFile13 = 2130,
 visCmdFileLastFile14 = 2131,
 visCmdFileLastFile15 = 2132,
 visCmdFileLastFile16 = 2133,
 visCmdFileLastFile17 = 2134,
 visCmdFileLastFile18 = 2135,
 visCmdFileLastFile19 = 2136,
 visCmdFileLastFile20 = 2137,
 visCmdOfficeCenterOptions = 2141,
 visCmdInsertLabelControl = 2144,
 visCmdInserTextBoxControl = 2145,
 visCmdInsertSpinControl = 2146,
 visCmdInsertPushButtonControl = 2147,
 visCmdInsertImageControl = 2148,
 visCmdInsertScrollBarControl = 2149,
 visCmdInsertCheckBoxControl = 2150,
 visCmdInsertRadioButtonControl = 2151,
 visCmdInsertComboBoxControl = 2152,
 visCmdInsertListBoxControl = 2153,
 visCmdInsertToggleButtonControl = 2154,
 visCmdInsertNewBackgroundPage = 2165,
 visCmdShowShapeSheetShape = 2167,
 visCmdShowShapeSheetPage = 2168,
 visCmdShowShapeSheetDocument = 2169,
 visCmdSetPageOrientation = 2170,
 visCmdSetPageSize = 2171,
 visCmdDropAndContain = 2172,
 visCmdAddMemberToContainer = 2173,
 visCmdInsertMemberIntoList = 2174,
 visCmdRemoveMemberFromContainer = 2175,
 visCmdPageSizeDlg = 2176,
 visCmdResearchThesaurus = 2178,
 visCmdPreviousCommentMarkup = 2179,
 visCmdNextCommentMarkup = 2180,
 visCmdSetContainerProperties = 2181,
 visCmdApplyThemeColors = 2188,
 visCmdApplyThemeEffects = 2189,
 visCmdEditThemeColors = 2190,
 visCmdEditThemeEffects = 2191,
 visCmdFitContainerToContents = 2195,
 visCmdDropAndInsertIntoList = 2196,
 visCmdReorderList = 2197,
 visCmdDeleteConnectors = 2199,
 visCmdMultipleFileImport = 2201,
 visCmdInsertPageTab = 2202,
 visCmdDisbandContainer = 2204,
 visCmdFormatPictureAutobalance = 2205,
 visCmdFormatPictureCompressionDlg = 2212,
 visCmdCloseInkToolsRibbonTab = 2213,
 visCmdSelectContainerMembers = 2219,
 visCmdLockContainer = 2220,
 visCmdPasteToLocation = 2221,
 visCmdAutoAlignAndSpace = 2222,
 visCmdAutoAlign = 2223,
 visCmdAutoSpace = 2224,
 visCmdMoveOffPageBreaks = 2225,
 visCmdDiagramRotateRight = 2226,
 visCmdDiagramRotateLeft = 2227,
 visCmdDiagramFlipVertical = 2228,
 visCmdDiagramFlipHorizontal = 2229,
 visCmdShowLineJumpsToggle = 2231,
 visCmdMinimizeRibbonToggle = 2232,
 visCmdLayoutSpacingDlg = 2233,
 visCmdCOMAddinsDlg = 2238,
 visCmdNewSubProcess = 2245,
 visCmdCreateSubProcessFromSel = 2249,
 visCmdAddToAllContainers = 2251,
 visCmdRemoveFromAllContainers = 2252,
 visCmdValidateDiagram = 2253,
 visCmdIgnoreValidationIssue = 2254,
 visCmdReinstateValidationIssue = 2255,
 visCmdIgnoreValidationRule = 2256,
 visCmdStopIgnoringValidationRule = 2257,
 visCmdShowIgnoredIssuesToggle = 2258,
 visCmdValidationIssuesWindowToggle = 2263,
 visCmdSetDiagramServices = 2265,
 visCmdSetAutoSize = 2266,
 visCmdAutoSizeDrawing = 2267,
 visCmdAddToNewContainer = 2268,
 visCmdCollapseShapesWindow = 2269,
 visCmdListInsertBefore = 2270,
 visCmdListInsertAfter = 2271,
 visCmdValidationIssuesArrangeByRule = 2278,
 visCmdValidationIssuesArrangeByCategory = 2279,
 visCmdValidationIssuesArrangeByPage = 2280,
 visCmdValidationIssuesArrangeByIgnored = 2281,
 visCmdValidationIssuesArrangeOriginalOrder = 2282,
 visCmdApplyMainTheme = 2285,
 visCmdDropCallout = 2286,
 visCmdAssociateCallout = 2287,
 visCmdApplyMainThemeToPage = 2289,
 visCmdActivateQuickShapesWnd = 2290,
 visCmdHideMoreShapes = 2291,
 visCmdPublishToVisioServices = 2293,
 visCmdPublishToProcessRepository = 2294,
 visCmdEditRedoOrRepeat = 2295,
 visCmdApplyMainThemeToDocument = 2296,
 visCmdApplyThemeToNewShapesToggle = 2297,
 visCmdFileSaveAsDrawingPreviousFileFormat = 2298,
 visCmdFileSaveAsTemplate = 2299,
 visCmdFileSaveAsPNG = 2300,
 visCmdFileSaveAsJPG = 2301,
 visCmdFileSaveAsEMF = 2302,
 visCmdFileSaveAsSVG = 2303,
 visCmdFileSaveAsVDX = 2304,
 visCmdFileSaveAsDWG = 2305,
 visCmdFileSaveAsDrawing = 2306,
 visCmdValidationIssueNavigateToShape = 2326,
 visCmdInsertLegendHorizontal = 2331,
 visCmdPageSizeToFitDrawing = 2332,
 visCmdPageAutoSizeToggle = 2333,
 visCmdInsertLegendVertical1 = 2335,
 visCmdPostDrag = 2337,
 visCmdSpaceShapesAvoidPageBreaksToggle = 2340,
 visCmdShapeSearchWindowToggle = 2344,
 visCmdInsertClipArtDlg = 2345,
 visCmdRemoveMemberFromList = 2346,
 visCmdContainerAutoResizeOff = 2347,
 visCmdContainerAutoResizeExpandOnly = 2348,
 visCmdContainerAutoResizeExpandContract = 2349,
 visCmdTranslateOptions = 2352,
 visCmdNewForegroundPage = 2361,
 visCmdLanguagePreferencesDlg = 2363,
 visCmdLast = 65535
}
enum tagVisUICtrlAtts {
 visCtrlAlignmentLEFT = 1,
 visCtrlAlignmentCENTER = 2,
 visCtrlAlignmentRIGHT = 4,
 visCtrlAlignmentBOX = 128,
 visCtrlAlignmentLEFTBOX = 129,
 visCtrlAlignmentCENTERBOX = 130,
 visCtrlAlignmentRIGHTBOX = 132
}
enum tagVisUICtrlIDs {
 visCtrlIDOPEN = 1,
 visCtrlIDOPENSTEN = 2,
 visCtrlIDSAVE = 3,
 visCtrlIDPRINT = 4,
 visCtrlIDPREVIEW = 5,
 visCtrlIDCUT = 6,
 visCtrlIDCOPY = 7,
 visCtrlIDPASTE = 8,
 visCtrlIDCLEAR = 9,
 visCtrlIDUNDO = 10,
 visCtrlIDREDO = 11,
 visCtrlIDREPEAT = 12,
 visCtrlIDPREVIOUSPAGE = 13,
 visCtrlIDNEXTPAGE = 14,
 visCtrlIDZOOMOUT = 15,
 visCtrlIDZOOMIN = 16,
 visCtrlIDZOOM100 = 17,
 visCtrlIDFLIPHORZ = 18,
 visCtrlIDFLIPVERT = 19,
 visCtrlIDPOINTERTOOL = 20,
 visCtrlIDPENCILTOOL = 21,
 visCtrlIDLINETOOL = 22,
 visCtrlIDQTRARCTOOL = 23,
 visCtrlIDRECTTOOL = 24,
 visCtrlIDOVALTOOL = 25,
 visCtrlIDSTAMPTOOL = 26,
 visCtrlIDTEXTTOOL = 27,
 visCtrlIDROTATETOOL = 28,
 visCtrlIDCROPTOOL = 29,
 visCtrlIDCONNECTIONPTTOOL = 30,
 visCtrlIDSNAP = 31,
 visCtrlIDGLUE = 32,
 visCtrlIDRULER = 33,
 visCtrlIDGRID = 34,
 visCtrlIDGUIDE = 35,
 visCtrlIDCONNECT = 36,
 visCtrlIDROTATECLOCKWISE = 37,
 visCtrlIDROTATECOUNTER = 38,
 visCtrlIDNEWWINDOW = 39,
 visCtrlIDCORNERSTYLE = 40,
 visCtrlIDLINEEND = 41,
 visCtrlIDSHADOWSTYLE = 42,
 visCtrlIDFILLCOLOR = 43,
 visCtrlIDLINECOLOR = 44,
 visCtrlIDLINEWEIGHT = 45,
 visCtrlIDLINEPATTERN = 46,
 visCtrlIDFILLPATTERN = 47,
 visCtrlIDPOINTSIZEDOWN = 48,
 visCtrlIDPOINTSIZEUP = 49,
 visCtrlIDBOLD = 50,
 visCtrlIDITALIC = 51,
 visCtrlIDULINE = 52,
 visCtrlIDSUPERSCRIPT = 53,
 visCtrlIDSUBSCRIPT = 54,
 visCtrlIDTEXTCOLOR = 55,
 visCtrlIDTEXTLEFT = 56,
 visCtrlIDTEXTCENTER = 57,
 visCtrlIDTEXTRIGHT = 58,
 visCtrlIDTEXTJUSTIFY = 59,
 visCtrlIDTEXTTOP = 60,
 visCtrlIDTEXTMIDDLE = 61,
 visCtrlIDTEXTBOTTOM = 62,
 visCtrlIDALIGN = 63,
 visCtrlIDALIGNLEFT = 64,
 visCtrlIDALIGNCENTER = 65,
 visCtrlIDALIGNRIGHT = 66,
 visCtrlIDALIGNTOP = 67,
 visCtrlIDALIGNMIDDLE = 68,
 visCtrlIDALIGNBOTTOM = 69,
 visCtrlIDDISTRIBUTE = 70,
 visCtrlIDDHORZ_EQSPACE = 71,
 visCtrlIDDHORZ_CENTER = 72,
 visCtrlIDDVERT_EQSPACE = 73,
 visCtrlIDDVERT_MIDDLE = 74,
 visCtrlIDCONNECTSHAPES = 75,
 visCtrlIDFIRSTPAGE = 76,
 visCtrlIDLASTPAGE = 77,
 visCtrlIDPAGEBREAKS = 78,
 visCtrlIDSPLINETOOL = 79,
 visCtrlIDICONNAME = 80,
 visCtrlIDICONONLY = 81,
 visCtrlIDNAMEONLY = 82,
 visCtrlIDARRANGEICONS = 83,
 visCtrlIDCANCELFORMULA = 84,
 visCtrlIDACCEPTFORMULA = 85,
 visCtrlIDICONPENCIL = 86,
 visCtrlIDICONBUCKET = 87,
 visCtrlIDICONLASSO = 88,
 visCtrlIDICONSELNET = 89,
 visCtrlIDBRINGFRONT = 90,
 visCtrlIDSENDBACK = 91,
 visCtrlIDGROUP = 92,
 visCtrlIDUNGROUP = 93,
 visCtrlIDCASCADE = 94,
 visCtrlIDTILE = 95,
 visCtrlIDCONNECTORTOOL = 96,
 visCtrlIDTEXTBLOCKTOOL = 97,
 visCtrlIDWHOLEPAGE = 98,
 visCtrlIDSINGLETILE = 99,
 visCtrlIDSPELLING = 100,
 visCtrlIDFORMATPAINTER = 101,
 visCtrlIDHELPMODE = 102,
 visCtrlIDLAYERPROPERTIES = 103,
 visCtrlIDLAYOUTSHAPES = 104,
 visCtrlIDINSERTHYPERLINK = 105,
 visCtrlIDSEARCHTHEWEB = 106,
 visCtrlIDGOBACK = 107,
 visCtrlIDGOFORWARD = 108,
 visCtrlIDWEBTOOLBAR = 109,
 visCtrlIDSHAPEEXPL = 110,
 visCtrlIDCUSTPROP = 111,
 visCtrlIDROTATETEXT = 112,
 visCtrlIDBULLETS = 113,
 visCtrlIDDECRINDENT = 114,
 visCtrlIDINCRINDENT = 115,
 visCtrlIDDECRPARA = 116,
 visCtrlIDINCRPARA = 117,
 visCtrlIDINSERTCONTROL = 118,
 visCtrlIDDESIGNMODE = 119,
 visCtrlIDSHAPESHEET = 120,
 visCtrlIDMACROS = 121,
 visCtrlIDVBEDITOR = 122,
 visCtrlIDFORMULA = 190,
 visCtrlIDSPACER = 191,
 visCtrlIDALLSTYLESCOMBO = 200,
 visCtrlIDTEXTSTYLECOMBO = 201,
 visCtrlIDLINESTYLECOMBO = 202,
 visCtrlIDFILLSTYLECOMBO = 203,
 visCtrlIDZOOMCOMBO = 204,
 visCtrlIDFONTCOMBO = 205,
 visCtrlIDPOINTSIZECOMBO = 206,
 visCtrlIDGOTOPAGE = 207,
 visCtrlIDSHAPELAYERCOMBO = 208,
 visCtrlIDALLSTYLESLIST = 220,
 visCtrlIDTEXTSTYLELIST = 221,
 visCtrlIDLINESTYLELIST = 222,
 visCtrlIDFILLSTYLELIST = 223,
 visCtrlIDZOOMLIST = 224,
 visCtrlIDFONTLIST = 225,
 visCtrlIDPOINTSIZELIST = 226,
 visCtrlIDGOTOPAGELIST = 227,
 visCtrlIDSHAPELAYERLIST = 228,
 visCtrlIDCLOSE = 240,
 visCtrlIDLINECOLORS = 241,
 visCtrlIDLINEWEIGHTS = 242,
 visCtrlIDLINEPATTERNS = 243,
 visCtrlIDFILLCOLORS = 244,
 visCtrlIDFILLPATTERNS = 245,
 visCtrlIDTEXTCOLORS = 246,
 visCtrlIDSHAPELAYER = 247,
 visCtrlIDALIGNSHAPES = 260,
 visCtrlIDDISTRIBUTESHAPES = 261,
 visCtrlIDLEFTCOLORBOX = 300,
 visCtrlIDRIGHTCOLORBOX = 301,
 visCtrlIDCOLOR1 = 302,
 visCtrlIDCOLOR2 = 303,
 visCtrlIDCOLOR3 = 304,
 visCtrlIDCOLOR4 = 305,
 visCtrlIDCOLOR5 = 306,
 visCtrlIDCOLOR6 = 307,
 visCtrlIDCOLOR7 = 308,
 visCtrlIDCOLOR8 = 309,
 visCtrlIDCOLOR9 = 310,
 visCtrlIDCOLOR10 = 311,
 visCtrlIDCOLOR11 = 312,
 visCtrlIDCOLOR12 = 313,
 visCtrlIDCOLOR13 = 314,
 visCtrlIDCOLOR14 = 315,
 visCtrlIDCOLOR15 = 316,
 visCtrlIDCOLOR16 = 317,
 visCtrlIDTRANSPARENT = 318,
 visCtrlIDALLSTYLESLABEL = 400,
 visCtrlIDTEXTSTYLELABEL = 401,
 visCtrlIDLINESTYLELABEL = 402,
 visCtrlIDFILLSTYLELABEL = 403,
 visCtrlIDZOOMLABEL = 404,
 visCtrlIDFONTLABEL = 405,
 visCtrlIDPOINTSIZELABEL = 406,
 visCtrlIDLEFTCOLORLABEL = 407,
 visCtrlIDRIGHTCOLORLABEL = 408,
 visCtrlIDSTATUSLABEL = 409,
 visCtrlIDPREVIEWLABEL = 410,
 visCtrlIDSTATUSREADOUT = 500,
 visCtrlIDSTATUSMSG_1 = 501,
 visCtrlIDSTATUSMSG_2 = 502,
 visCtrlIDSTATUSMSG_3 = 503,
 visCtrlIDSTATUSMSG_4 = 504,
 visCtrlIDSTATUSMSG_5 = 505,
 visCtrlIDSTATUSMSG_6 = 506,
 visCtrlIDSTATUSMSG_7 = 507,
 visCtrlIDSTATUSMSG_8 = 508,
 visCtrlIDSTATUSMSG_9 = 509,
 visCtrlIDMSG_PAGES = 510,
 visCtrlIDNEW = 8383
}
enum tagVisUICtrlTypes {
 visCtrlTypeEND = 0,
 visCtrlTypeSTATE = 1,
 visCtrlTypeBUTTON = 2,
 visCtrlTypeSTATE_BUTTON = 3,
 visCtrlTypeHIERBUTTON = 4,
 visCtrlTypeSTATE_HIERBUTTON = 5,
 visCtrlTypeDROPBUTTON = 8,
 visCtrlTypeSTATE_DROPBUTTON = 9,
 visCtrlTypeSPLITBUTTON_MRU_COLOR = 16,
 visCtrlTypePALETTEBUTTON = 16,
 visCtrlTypeSPINBUTTON = 16,
 visCtrlTypeSPLITBUTTON = 17,
 visCtrlTypePALETTEBUTTONNOMRU = 17,
 visCtrlTypeSPLITBUTTON_MRU_COMMAND = 18,
 visCtrlTypePALETTEBUTTONICON = 18,
 visCtrlTypePUSHBUTTON = 32,
 visCtrlTypeBUTTON_OWNERDRAW = 33,
 visCtrlTypeOWNERDRAW_BUTTON = 33,
 visCtrlTypeEDITBOX = 64,
 visCtrlTypeCOMBOBOX = 128,
 visCtrlTypeCOMBOBOX_SORTED = 129,
 visCtrlTypeDROPDOWN_OWNERDRAW = 256,
 visCtrlTypeCOMBODRAW = 256,
 visCtrlTypeDROPDOWN_SORTED_OWNERDRAW = 257,
 visCtrlTypeDROPDOWN = 272,
 visCtrlTypeDROPDOWN_SORTED = 273,
 visCtrlTypeLISTBOX = 512,
 visCtrlTypeLISTBOXDRAW = 513,
 visCtrlTypeCOLORBOX = 1024,
 visCtrlTypeLABEL = 2048,
 visCtrlTypeMESSAGE = 4096,
 visCtrlTypeSPACER = 16384,
 visCtrlTypeSWATCH = 32768,
 visCtrlTypeSWATCH_COLORS = 32769
}
enum tagVisUIIconIDs {
 visIconIXNEW = 0,
 visIconIXOPEN = 1,
 visIconIXOPENSTENCIL = 2,
 visIconIXSAVE = 3,
 visIconIXPRINT = 4,
 visIconIXPRINTPREVIEW = 5,
 visIconIXCUT = 6,
 visIconIXCOPY = 7,
 visIconIXPASTE = 8,
 visIconIXCLEAR = 9,
 visIconIXUNDO = 10,
 visIconIXREDO = 11,
 visIconIXREPEAT = 12,
 visIconIXPREVIOUSPAGE = 13,
 visIconIXNEXTPAGE = 14,
 visIconIXZOOMOUT = 15,
 visIconIXZOOMIN = 16,
 visIconIXZOOM100 = 17,
 visIconIXFLIPHORIZONTAL = 18,
 visIconIXFLIPVERTICAL = 19,
 visIconIXPOINTERTOOL = 20,
 visIconIXPENCILTOOL = 21,
 visIconIXLINETOOL = 22,
 visIconIXQTRARCTOOL = 23,
 visIconIXRECTANGLETOOL = 24,
 visIconIXOVALTOOL = 25,
 visIconIXSTAMPTOOL = 26,
 visIconIXTEXTOOL = 27,
 visIconIXROTATETOOL = 28,
 visIconIXCROP = 29,
 visIconIXCONNECTIONPTTOOL = 30,
 visIconIXSNAP = 31,
 visIconIXGLUE = 32,
 visIconIXRULER = 33,
 visIconIXGRID = 34,
 visIconIXGUIDE = 35,
 visIconIXCONNECTIONPOINTS = 36,
 visIconIXROTATECLOCKWISE = 37,
 visIconIXROTATECOUNTERCLOCKWISE = 38,
 visIconIXNEWWINDOW = 39,
 visIconIXCORNERSTYLE = 40,
 visIconIXLINEEND = 41,
 visIconIXSHADOWSTYLE = 42,
 visIconIXFILLCOLOR = 43,
 visIconIXLINECOLOR = 44,
 visIconIXLINEWEIGHT = 45,
 visIconIXLINEPATTERN = 46,
 visIconIXFILLPATTERN = 47,
 visIconIXPOINTSIZEDOWN = 48,
 visIconIXPOINTSIZEUP = 49,
 visIconIXBOLD = 50,
 visIconIXITALIC = 51,
 visIconIXUNDERLINE = 52,
 visIconIXSUPERSCRIPT = 53,
 visIconIXSUBSCRIPT = 54,
 visIconIXTEXTCOLOR = 55,
 visIconIXTEXTALIGNLEFT = 56,
 visIconIXTEXTALIGNCENTER = 57,
 visIconIXTEXTALIGNRIGHT = 58,
 visIconIXTEXTALIGNJUSTIFY = 59,
 visIconIXTEXTALIGNTOP = 60,
 visIconIXTEXTALIGNMIDDLE = 61,
 visIconIXTEXTALIGNBOTTOM = 62,
 visIconIXALIGN = 63,
 visIconIXALIGNLEFT = 64,
 visIconIXALIGNCENTER = 65,
 visIconIXALIGNRIGHT = 66,
 visIconIXALIGNTOP = 67,
 visIconIXALIGNMIDDLE = 68,
 visIconIXALIGNBOTTOM = 69,
 visIconIXDISTRIBUTE = 70,
 visIconIXDHORZ_EQSPACE = 71,
 visIconIXDHORZ_CENTER = 72,
 visIconIXDVERT_EQSPACE = 73,
 visIconIXDVERT_MIDDLE = 74,
 visIconIXCONNECTSHAPES = 75,
 visIconIXFIRSTPAGE = 76,
 visIconIXLASTPAGE = 77,
 visIconIXPAGEBREAKS = 78,
 visIconIXSPLINETOOL = 79,
 visIconIXICONNAME = 80,
 visIconIXICONONLY = 81,
 visIconIXNAMEONLY = 82,
 visIconIXARRANGE = 83,
 visIconIXCANCEL = 84,
 visIconIXACCEPT = 85,
 visIconIXICONPENCIL = 86,
 visIconIXICONBUCKET = 87,
 visIconIXICONLASSO = 88,
 visIconIXICONSELNET = 89,
 visIconIXBRINGFRONT = 90,
 visIconIXSENDBACK = 91,
 visIconIXGROUP = 92,
 visIconIXUNGROUP = 93,
 visIconIXCASCADE = 94,
 visIconIXTILE = 95,
 visIconIXCONNECTORTOOL = 96,
 visIconIXTEXTBLOCKTOOL = 97,
 visIconIXWHOLEPAGE = 98,
 visIconIXSINGLETILE = 99,
 visIconIXSPELLING = 100,
 visIconIXFORMATPAINTER = 101,
 visIconIXHELPMODE = 102,
 visIconIXLAYERPROPERTIES = 103,
 visIconIXLAYOUTSHAPES = 104,
 visIconIXINSERTHYPERLINK = 105,
 visIconIXSEARCHTHEWEB = 106,
 visIconIXGOBACK = 107,
 visIconIXGOFORWARD = 108,
 visIconIXWEBTOOLBAR = 109,
 visIconIXSHAPEEXPL = 110,
 visIconIXCUSTPROP = 111,
 visIconIXROTATETEXT = 112,
 visIconIXBULLETS = 113,
 visIconIXDECRINDENT = 114,
 visIconIXINCRINDENT = 115,
 visIconIXDECRPARA = 116,
 visIconIXINCRPARA = 117,
 visIconIXINSERTCONTROL = 118,
 visIconIXDESIGNMODE = 119,
 visIconIXSHAPESHEET = 120,
 visIconIXMACROS = 121,
 visIconIXVBEDITOR = 122,
 visIconIXVERTICALTEXT = 123,
 visIconIXFULLSCREEN = 124,
 visIconIXHELPBOOK = 125,
 visIconIXSHAPEEXPLORER = 126,
 visIconIXWEBPAGE = 127,
 visIconIXCHECKMARK = 128,
 visIconIXCANTFIND = 129,
 visIconIXCLIPART = 130,
 visIconIXIMAGE = 131,
 visIconIXWORDART = 132,
 visIconIXHELPASSISTANT = 133,
 visIconIXCHART = 134,
 visIconIXMAILRECPT = 135,
 visIconIXROUTINGRECPT = 136,
 visIconIXEXCHANGEFOLDER = 137,
 visIconIXFIND = 138,
 visIconIXPANZOOM = 139,
 visIconIXRESTORE = 140,
 visIconIXMINIMIZE = 141,
 visIconIXMAXIMIZE = 142,
 visIconIXCLOSE = 143,
 visIconIXFOLDER = 144,
 visIconIXVSD = 145,
 visIconIXVSS = 146,
 visIconIXVST = 147,
 visIconIXVBAMACRO = 148,
 visIconIXADDIN = 149,
 visIconIXSIZEPOS = 150,
 visIconIXCUSTOM_SMILE = 151,
 visIconIXCUSTOM_FROWN = 152,
 visIconIXCUSTOM_BANK = 153,
 visIconIXCUSTOM_PASTE = 154,
 visIconIXCUSTOM_LOAD = 155,
 visIconIXCUSTOM_SAVE = 156,
 visIconIXCUSTOM_MIC = 157,
 visIconIXCUSTOM_SPEAKER = 158,
 visIconIXCUSTOM_BELL = 159,
 visIconIXCUSTOM_NOTE = 160,
 visIconIXCUSTOM_PHONE = 161,
 visIconIXCUSTOM_BALLOON = 162,
 visIconIXCUSTOM_CAMCORD = 163,
 visIconIXCUSTOM_CALC = 164,
 visIconIXCUSTOM_HEART = 165,
 visIconIXCUSTOM_DIAMOND = 166,
 visIconIXCUSTOM_SPADE = 167,
 visIconIXCUSTOM_CLUB = 168,
 visIconIXCUSTOM_CARDS = 169,
 visIconIXCUSTOM_MUG = 170,
 visIconIXCUSTOM_TRASH = 171,
 visIconIXCUSTOM_PENCIL = 172,
 visIconIXCUSTOM_BOX = 173,
 visIconIXCUSTOM_FEET = 174,
 visIconIXCUSTOM_LEFT = 175,
 visIconIXCUSTOM_RIGHT = 176,
 visIconIXCUSTOM_UP = 177,
 visIconIXCUSTOM_DOWN = 178,
 visIconIXCUSTOM_TACK = 179,
 visIconIXCUSTOM_KEYBOARD = 180,
 visIconIXCUSTOM_PAGES = 181,
 visIconIXCUSTOM_FISH = 182,
 visIconIXCUSTOM_KEY = 183,
 visIconIXCUSTOM_GEARS = 184,
 visIconIXCUSTOM_SCALES = 185,
 visIconIXCUSTOM_HOURGLASS = 186,
 visIconIXCUSTOM_MAN = 187,
 visIconIXCUSTOM_WOMAN = 188,
 visIconIXCUSTOM_RUN = 189,
 visIconIXCUSTOM_EYE = 190,
 visIconIXCUSTOM_EIGHTBALL = 191,
 visIconIXCUSTOM_QUESTION = 192,
 visIconIXINSERTCOMMENT = 193,
 visIconIXEDITCOMMENT = 194,
 visIconIXDELETECOMMENT = 195,
 visIconIXDELETE = 196,
 visIconIXEDITSTEN = 197,
 visIconIXNEWSTEN = 198,
 visIconIXSHOWDOCSTEN = 199,
 visIconIXPAGELINEJUMPCODE_NONE = 200,
 visIconIXPAGELINEJUMPCODE_HORZ = 201,
 visIconIXPAGELINEJUMPCODE_VERT = 202,
 visIconIXPAGELINEJUMPCODE_LASTROUTED = 203,
 visIconIXLINEJUMPSTYLE_ARC = 204,
 visIconIXLINEJUMPSTYLE_GAP = 205,
 visIconIXLINEJUMPSTYLE_SQUARE = 206,
 visIconIXLINEJUMPSTYLE_TRIANGLE = 207,
 visIconIXLINEJUMPSTYLE_2PT = 208,
 visIconIXLINEJUMPSTYLE_3PT = 209,
 visIconIXLINEJUMPSTYLE_4PT = 210,
 visIconIXLINEJUMPSTYLE_5PT = 211,
 visIconIXLINEJUMPSTYLE_6PT = 212,
 visIconIXDCREROUTE_FREELY = 213,
 visIconIXDCREROUTE_ASNEEDED = 214,
 visIconIXCUSTOMPROP_WINDOW = 215,
 visIconIXPAGEPLOW = 216,
 visIconIXPAGELINEJUMPCODE_DISP = 217,
 visIconIXLINEJUMPSTYLE_PAGE = 218,
 visIconIXDRAWINGEXPLORER = 219,
 visIconIXSHAPE_INTERSECT = 220,
 visIconIXDYNGRID = 221,
 visIconIXRULSUB = 222,
 visIconIXSNAPTOGRID = 223,
 visIconIXALIGNBOX = 224,
 visIconIXSHAPEGEO = 225,
 visIconIXGUIDES = 226,
 visIconIXSHAPEHAND = 227,
 visIconIXSHAPEVERT = 228,
 visIconIXCONNPOINTS = 229,
 visIconIXSHAPEEXT = 230,
 visIconIXPAGELINEJUMPCODE_RDISP = 231,
 visIconIXSNAP_LINES = 232,
 visIconIXSTRIKETHROUGH = 233,
 visIconIXSMALLCAPS = 234,
 visIconIXDCREROUTE_NEVER = 235,
 visIconIXDCREROUTE = 236,
 visIconIXBRING_FORWARD = 245,
 visIconIXSEND_BACKWARD = 246,
 visIconIXSMALL_PADLOCK = 247,
 visIconIXINSERT_OBJECT = 248,
 visIconIXLARGE_PADLOCK = 249,
 visIconIXINSERT_EQUATION = 250,
 visIconIXSTYLE = 251,
 visIconIXREPLACE = 252,
 visIconIXDOUBLE_UNDERLINE = 253
}
enum tagVisUIMenuAnimation {
 visMenuAnimationNone = 0,
 visMenuAnimationRandom = 1,
 visMenuAnimationUnfold = 2,
 visMenuAnimationSlide = 3
}
enum tagVisUIObjSets {
 visUIObjSetNoDocument = 1,
 visUIObjSetDrawing = 2,
 visUIObjSetStencil = 3,
 visUIObjSetShapeSheet = 4,
 visUIObjSetIcon = 5,
 visUIObjSetInPlace = 6,
 visUIObjSetPrintPreview = 7,
 visUIObjSetText = 8,
 visUIObjSetCntx_DrawObjSel = 9,
 visUIObjSetCntx_DrawOleObjSel = 10,
 visUIObjSetCntx_DrawNoObjSel = 11,
 visUIObjSetCntx_InPlaceNoObj = 12,
 visUIObjSetCntx_TextEdit = 13,
 visUIObjSetCntx_StencilRO = 14,
 visUIObjSetCntx_Master = 14,
 visUIObjSetCntx_ShapeSheet = 15,
 visUIObjSetCntx_Toolbar = 16,
 visUIObjSetCntx_FullScreen = 17,
 visUIObjSetBinderInPlace = 18,
 visUIObjSetActiveXDoc = 18,
 visUIObjSetCntx_Debug = 19,
 visUIObjSetCntx_StencilRW = 20,
 visUIObjSetCntx_StencilDocked = 21,
 visUIObjSetCntx_Stencil = 21,
 visUIObjSetHostingInPlace = 22,
 visUIObjSetCntx_Hyperlink = 23,
 visUIObjSetPal_LineColors = 24,
 visUIObjSetPal_LineWeights = 25,
 visUIObjSetPal_LinePatterns = 26,
 visUIObjSetPal_FillColors = 27,
 visUIObjSetPal_FillPatterns = 28,
 visUIObjSetPal_TextColors = 29,
 visUIObjSetPal_AlignShapes = 30,
 visUIObjSetPal_DistributeShapes = 31,
 visUIObjSetPal_Shadow = 32,
 visUIObjSetPal_LineEnds = 33,
 visUIObjSetPal_CornerRounding = 34,
 visUIObjSetCntx_ToolbarInPlace = 35,
 visUIObjSetCntx_ToolbarHostingInPlace = 36,
 visUIObjSetPal_Rectangle_Tool = 37,
 visUIObjSetPopup_LineJumpCode = 38,
 visUIObjSetPopup_LineJumpStyle = 39,
 visUIObjSetPal_ConnectorTool = 40,
 visUIObjSetPal_TextTool = 41,
 visUIObjSetPal_LineTool = 42,
 visUIObjSetPal_RotationTool = 43,
 visUIObjSetCntx_ConnectPtType = 44,
 visUIObjSetPal_Undo = 45,
 visUIObjSetPal_Redo = 46,
 visUIObjSetCntx_PageTabs = 47,
 visUIObjSetPal_ShapeExt = 48,
 visUIObjSetCntx_DEDocument = 49,
 visUIObjSetCntx_DEPages = 50,
 visUIObjSetCntx_DEPage = 51,
 visUIObjSetCntx_DEShapes = 52,
 visUIObjSetCntx_DEShape = 53,
 visUIObjSetCntx_DELayers = 54,
 visUIObjSetCntx_DELayer = 55,
 visUIObjSetCntx_DEStyles = 56,
 visUIObjSetCntx_DEStyle = 57,
 visUIObjSetCntx_DEMasters = 58,
 visUIObjSetCntx_DEMaster = 59,
 visUIObjSetCntx_DEPatterns = 60,
 visUIObjSetCntx_AnchorBar_Base = 61,
 visUIObjSetCntx_AnchorBar_CustProp = 62,
 visUIObjSetCntx_AnchorBar_SizePos = 63,
 visUIObjSetCntx_MEDocument = 66,
 visUIObjSetCntx_MEMasters = 67,
 visUIObjSetCntx_CommentMarker = 68,
 visUIObjSetCntx_AnchorBar_Shapes = 69,
 visUIObjSetCntx_DataExplorerTabs = 70,
 visUIObjSetCntx_DataExplorerList = 71,
 visUIObjSetCntx_PageTabNavigation = 74,
 visUIObjSetCntx_Page = 75,
 visUIObjSetCntx_Issues = 76,
 visUIObjSetCntx_AddCommands = 1000,
 visUIObjSetCntx_BuiltinMenus = 1010,
 visUIObjSetCntx_ShortcutMenus = 1011
}
enum tagVisUISpacingTypes {
 visCtrlSpacingNONE = 0,
 visCtrlSpacingVARIABLE_BEFORE = 1,
 visCtrlSpacingVARIABLE_AFTER = 2,
 visCtrlSpacingFIXED_BEFORE = 4,
 visCtrlSpacingFIXED_AFTER = 8,
 visCtrlSpacingNEW_ROW = 16,
 visCtrlSpacingTB_NOTFIXED = 32,
 visCtrlSpacingPALETTERIGHT = 64,
 visCtrlSpacingNEW_ROW_PALETTERIGHT = 80
}
enum tagVisUIStringIDs {
 visStrIDPlaceHolder = 0
}
enum tagVisUniqueIDArgs {
 visGetGUID = 0,
 visGetOrMakeGUID = 1,
 visDeleteGUID = 2
}
enum tagVisUnitCodes {
 visNumber = 32,
 visPercent = 33,
 visAcre = 36,
 visHectare = 37,
 visDate = 40,
 visDurationUnits = 42,
 visElapsedWeek = 43,
 visElapsedDay = 44,
 visElapsedHour = 45,
 visElapsedMin = 46,
 visElapsedSec = 47,
 visTypeUnits = 48,
 visPicasAndPoints = 49,
 visPoints = 50,
 visPicas = 51,
 visCicerosAndDidots = 52,
 visDidots = 53,
 visCiceros = 54,
 visPageUnits = 63,
 visDrawingUnits = 64,
 visInches = 65,
 visFeet = 66,
 visFeetAndInches = 67,
 visMiles = 68,
 visCentimeters = 69,
 visMillimeters = 70,
 visMeters = 71,
 visKilometers = 72,
 visInchFrac = 73,
 visMileFrac = 74,
 visYards = 75,
 visNautMiles = 76,
 visAngleUnits = 80,
 visDegrees = 81,
 visDegreeMinSec = 82,
 visRadians = 83,
 visMin = 84,
 visSec = 85,
 visUnitsGUID = 95,
 visCurrency = 111,
 visUnitsNURBS = 138,
 visUnitsPolyline = 139,
 visUnitsPoint = 225,
 visUnitsString = 231,
 visUnitsColor = 251,
 visNoCast = 252,
 visUnitsInval = 255
}
enum tagVisWindowArrange {
 visArrangeTileVertical = 1,
 visArrangeTileHorizontal = 2,
 visArrangeCascade = 3
}
enum tagVisWindowFit {
 visFitNone = 0,
 visFitPage = 1,
 visFitWidth = 2
}
enum tagVisWindowScrollX {
 visScrollLeft = 0,
 visScrollRight = 1,
 visScrollLeftPage = 2,
 visScrollRightPage = 3,
 visScrollToLeft = 6,
 visScrollToRight = 7,
 visScrollNoneX = 9
}
enum tagVisWindowScrollY {
 visScrollUp = 0,
 visScrollDown = 1,
 visScrollUpPage = 2,
 visScrollDownPage = 3,
 visScrollToTop = 6,
 visScrollToBottom = 7,
 visScrollNoneY = 9
}
enum tagVisWindowStates {
 visWSNone = 0,
 visWSDockedLeft = 1,
 visWSDockedTop = 2,
 visWSDockedRight = 4,
 visWSDockedBottom = 8,
 visWSFloating = 16,
 visWSAnchorLeft = 32,
 visWSAnchorTop = 64,
 visWSAnchorRight = 128,
 visWSAnchorBottom = 256,
 visWSAnchorAutoHide = 512,
 visWSAnchorMerged = 1024,
 visWSActive = 67108864,
 visWSVisible = 134217728,
 visWSRestored = 268435456,
 visWSMinimized = 536870912,
 visWSMaximized = 1073741824
}
enum tagVisWinTypes {
 visInvalWinID = -1,
 visWinOther = 0,
 visDrawing = 1,
 visStencil = 2,
 visSheet = 3,
 visIcon = 4,
 visApplication = 5,
 visAnchorBarBuiltIn = 6,
 visDockedStencilBuiltIn = 7,
 visDrawingAddon = 8,
 visStencilAddon = 9,
 visAnchorBarAddon = 10,
 visDockedStencilAddon = 11,
 visMasterWin = 64,
 visMasterGroupWin = 96,
 visPageWin = 128,
 visPageGroupWin = 160,
 visWinIDPanZoom = 1653,
 visWinIDCustProp = 1658,
 visWinIDShapeSearch = 1669,
 visWinIDSizePos = 1670,
 visWinIDDrawingExplorer = 1721,
 visWinIDFormulaTracing = 1781,
 visWinIDStencilExplorer = 1796,
 visWinIDMasterExplorer = 1916,
 visWinIDExternalData = 2044,
 visWinIDValidationIssues = 2263
}
enum tagVisZoomBehavior {
 visZoomNone = 0,
 visZoomInPlaceContainer = 1,
 visZoomVisio = 2,
 visZoomVisioExact = 4
}
enum VisArcSweepFlags {
 visArcSweepFlagConcave = 0,
 visArcSweepFlagConvex = 1
}
enum VisAutoConnectDir {
 visAutoConnectDirNone = 0,
 visAutoConnectDirUp = 1,
 visAutoConnectDirDown = 2,
 visAutoConnectDirLeft = 3,
 visAutoConnectDirRight = 4
}
enum VisAutoLinkBehaviors {
 visAutoLinkSelectedShapesOnly = 1,
 visAutoLinkGenericProgressBar = 2,
 visAutoLinkNoApplyDataGraphic = 4,
 visAutoLinkReplaceExistingLinks = 8,
 visAutoLinkDontReplaceExistingLinks = 16,
 visAutoLinkNullMatchesNoFormula = 32,
 visAutoLinkIncludeHiddenProps = 64
}
enum VisAutoLinkFieldTypes {
 visAutoLinkShapeText = 1,
 visAutoLinkCustPropsLabel = 2,
 visAutoLinkUserRowName = 3,
 visAutoLinkGeometryAngle = 4,
 visAutoLinkGeometryWidth = 5,
 visAutoLinkGeometryHeight = 6,
 visAutoLinkObjectID = 7,
 visAutoLinkMasterName = 8,
 visAutoLinkObjectName = 9,
 visAutoLinkObjectType = 10,
 visAutoLinkObjectData1 = 11,
 visAutoLinkObjectData2 = 12,
 visAutoLinkObjectData3 = 13,
 visAutoLinkPropRowNameU = 14,
 visAutoLinkUserRowNameU = 15,
 visAutoLinkMasterNameU = 16,
 visAutoLinkObjectNameU = 17
}
enum VisBoundingBoxArgs {
 visBBoxUprightWH = 1,
 visBBoxUprightText = 2,
 visBBoxExtents = 4,
 visBBoxIncludeHidden = 16,
 visBBoxIgnoreVisible = 32,
 visBBoxIncludeDataGraphics = 64,
 visBBoxIncludeGuides = 4096,
 visBBoxDrawingCoords = 8192,
 visBBoxNoNonPrint = 16384
}
enum VisBuiltInStencilTypes {
 visBuiltInStencilBackgrounds = 0,
 visBuiltInStencilBorders = 1,
 visBuiltInStencilContainers = 2,
 visBuiltInStencilCallouts = 3,
 visBuiltInStencilLegends = 4
}
enum VisCellError {
 visErrorSuccess = 0,
 visErrorDivideByZero = 39,
 visErrorValue = 47,
 visErrorReference = 55,
 visErrorName = 61,
 visErrorNumber = 68,
 visErrorNotAvailable = 74
}
enum VisCellIndices {
 visCellFirst = 0,
 visXFormPinX = 0,
 visLineWeight = 0,
 visFillForegnd = 0,
 vis1DBeginX = 0,
 visEvtCellTheData = 0,
 visLayerMember = 0,
 visStyleIncludesLine = 0,
 visFrgnImgOffsetX = 0,
 visPageWidth = 0,
 visTxtBlkLeftMargin = 0,
 visAlignLeft = 0,
 visLockWidth = 0,
 visObjHelp = 0,
 visNoObjHandles = 0,
 visXRulerDensity = 0,
 visDocOutputFormat = 0,
 visImageGamma = 0,
 visGroupSelectMode = 0,
 visSLOPermX = 0,
 visPLOResizePage = 0,
 visCharacterFont = 0,
 visIndentFirst = 0,
 visTabStopCount = 0,
 visScratchX = 0,
 visCnnctX = 0,
 visFieldCell = 0,
 visCtlX = 0,
 visCompNoFill = 0,
 visX = 0,
 visInfiniteLineX1 = 0,
 visEllipseCenterX = 0,
 visActionMenu = 0,
 visLayerName = 0,
 visUserValue = 0,
 visCustPropsValue = 0,
 visHLinkDescription = 0,
 visReviewerName = 0,
 visAnnotationX = 0,
 visSmartTagX = 0,
 visPrintPropertiesLeftMargin = 0,
 visXFormPinY = 1,
 visLineColor = 1,
 visFillBkgnd = 1,
 vis1DBeginY = 1,
 visEvtCellTheText = 1,
 visStyleIncludesFill = 1,
 visFrgnImgOffsetY = 1,
 visPageHeight = 1,
 visTxtBlkRightMargin = 1,
 visAlignCenter = 1,
 visLockHeight = 1,
 visCopyright = 1,
 visNonPrinting = 1,
 visYRulerDensity = 1,
 visDocLockPreview = 1,
 visImageContrast = 1,
 visGroupDisplayMode = 1,
 visSLOPermY = 1,
 visPLOEnableGrid = 1,
 visCharacterColor = 1,
 visIndentLeft = 1,
 visTabPos = 1,
 visScratchY = 1,
 visCnnctY = 1,
 visFieldEditMode = 1,
 visCtlY = 1,
 visCompNoLine = 1,
 visY = 1,
 visInfiniteLineY1 = 1,
 visEllipseCenterY = 1,
 visActionPrompt = 1,
 visUserPrompt = 1,
 visCustPropsPrompt = 1,
 visHLinkAddress = 1,
 visReviewerInitials = 1,
 visAnnotationY = 1,
 visSmartTagY = 1,
 visPrintPropertiesRightMargin = 1,
 visXFormWidth = 2,
 visLinePattern = 2,
 visFillPattern = 2,
 vis1DEndX = 2,
 visEvtCellDblClick = 2,
 visGuideFlags = 2,
 visStyleIncludesText = 2,
 visFrgnImgWidth = 2,
 visPageShdwOffsetX = 2,
 visTxtBlkTopMargin = 2,
 visAlignRight = 2,
 visLockMoveX = 2,
 visNoCtlHandles = 2,
 visDocMetric = 2,
 visImageBrightness = 2,
 visGroupIsDropTarget = 2,
 visSLOPermeablePlace = 2,
 visPLODynamicsOff = 2,
 visCharacterStyle = 2,
 visIndentRight = 2,
 visTabAlign = 2,
 visScratchA = 2,
 visCnnctDirX = 2,
 visCnnctA = 2,
 visFieldFormat = 2,
 visCtlXDyn = 2,
 visCompNoShow = 2,
 visBow = 2,
 visInfiniteLineX2 = 2,
 visEllipseMajorX = 2,
 visControlX = 2,
 visSplineKnot = 2,
 visPolylineData = 2,
 visNURBSKnot = 2,
 visActionHelp = 2,
 visLayerColor = 2,
 visCustPropsLabel = 2,
 visHLinkSubAddress = 2,
 visReviewerColor = 2,
 visAnnotationReviewerID = 2,
 visSmartTagName = 2,
 visPrintPropertiesTopMargin = 2,
 visXFormHeight = 3,
 visLineRounding = 3,
 visFillShdwForegnd = 3,
 vis1DEndY = 3,
 visEvtCellXFMod = 3,
 visStyleHidden = 3,
 visFrgnImgHeight = 3,
 visPageShdwOffsetY = 3,
 visTxtBlkBottomMargin = 3,
 visAlignTop = 3,
 visLockMoveY = 3,
 visNoAlignBox = 3,
 visDocAddMarkup = 3,
 visImageSharpen = 3,
 visGroupIsSnapTarget = 3,
 visSLORelationships = 3,
 visPLOCtrlAsInput = 3,
 visCharacterCase = 3,
 visSpaceLine = 3,
 visScratchB = 3,
 visCnnctDirY = 3,
 visCnnctB = 3,
 visFieldType = 3,
 visCtlYDyn = 3,
 visCompNoSnap = 3,
 visInfiniteLineY2 = 3,
 visEllipseMajorY = 3,
 visControlY = 3,
 visSplineKnot2 = 3,
 visNURBSWeight = 3,
 visActionAction = 3,
 visLayerStatus = 3,
 visCustPropsFormat = 3,
 visHLinkExtraInfo = 3,
 visReviewerReviewerID = 3,
 visAnnotationMarkerIndex = 3,
 visSmartTagXJustify = 3,
 visPrintPropertiesBottomMargin = 3,
 visXFormLocPinX = 4,
 visLineArrowSize = 4,
 visLineEndArrowSize = 4,
 visFillShdwBkgnd = 4,
 visEvtCellDrop = 4,
 visPageScale = 4,
 visTxtBlkVerticalAlign = 4,
 visAlignMiddle = 4,
 visLockAspect = 4,
 visUpdateAlignBox = 4,
 visXRulerOrigin = 4,
 visDocViewMarkup = 4,
 visImageBlur = 4,
 visGroupIsTextEditTarget = 4,
 visPLOAvoidPageBreaks = 4,
 visCharacterPos = 4,
 visSpaceBefore = 4,
 visScratchC = 4,
 visCnnctType = 4,
 visCnnctC = 4,
 visFieldUICategory = 4,
 visCtlXCon = 4,
 visCompPath = 4,
 visEllipseMinorX = 4,
 visEccentricityAngle = 4,
 visSplineKnot3 = 4,
 visNURBSKnotPrev = 4,
 visActionChecked = 4,
 visLayerVisible = 4,
 visCustPropsSortKey = 4,
 visHLinkFrame = 4,
 visReviewerCurrentIndex = 4,
 visAnnotationDate = 4,
 visSmartTagYJustify = 4,
 visPrintPropertiesScaleX = 4,
 visXFormLocPinY = 5,
 visLineBeginArrow = 5,
 visFillShdwPattern = 5,
 visPageDrawingScale = 5,
 visTxtBlkBkgnd = 5,
 visAlignBottom = 5,
 visLockDelete = 5,
 visHideText = 5,
 visYRulerOrigin = 5,
 visImageDenoise = 5,
 visGroupDontMoveChildren = 5,
 visCharacterFontScale = 5,
 visSpaceAfter = 5,
 visScratchD = 5,
 visCnnctAutoGen = 5,
 visCnnctD = 5,
 visFieldUICode = 5,
 visCtlYCon = 5,
 visCompNoQuickDrag = 5,
 visEllipseMinorY = 5,
 visAspectRatio = 5,
 visSplineDegree = 5,
 visNURBSWeightPrev = 5,
 visActionDisabled = 5,
 visLayerPrint = 5,
 visCustPropsType = 5,
 visHLinkNewWin = 5,
 visAnnotationComment = 5,
 visSmartTagDisplayMode = 5,
 visPrintPropertiesScaleY = 5,
 visXFormAngle = 6,
 visLineEndArrow = 6,
 visFillForegndTrans = 6,
 visPageDrawSizeType = 6,
 visTxtBlkDefaultTabStop = 6,
 visLockBegin = 6,
 visVerticalText = 6,
 visXGridDensity = 6,
 visImageTransparency = 6,
 visCharacterLocale = 6,
 visHorzAlign = 6,
 visFieldUIFormat = 6,
 visCtlGlue = 6,
 visNURBSData = 6,
 visActionReadOnly = 6,
 visLayerActive = 6,
 visCustPropsInvis = 6,
 visAnnotationLangID = 6,
 visSmartTagButtonFace = 6,
 visPrintPropertiesPagesX = 6,
 visXFormFlipX = 7,
 visLineEndCap = 7,
 visFillBkgndTrans = 7,
 visPageDrawScaleType = 7,
 visLockEnd = 7,
 visYGridDensity = 7,
 visCharacterSize = 7,
 visBulletIndex = 7,
 visFieldCalendar = 7,
 visCtlType = 7,
 visActionInvisible = 7,
 visLayerLock = 7,
 visCustPropsAsk = 7,
 visHLinkDefault = 7,
 visSmartTagDisabled = 7,
 visPrintPropertiesPagesY = 7,
 visXFormFlipY = 8,
 visLineBeginArrowSize = 8,
 visFillShdwForegndTrans = 8,
 visLockRotate = 8,
 visDynFeedback = 8,
 visXGridSpacing = 8,
 visSLOFixedCode = 8,
 visPLOPlaceStyle = 8,
 visCharacterDblUnderline = 8,
 visBulletString = 8,
 visCtlTip = 8,
 visActionBeginGroup = 8,
 visLayerSnap = 8,
 visHLinkInvisible = 8,
 visPrintPropertiesCenterX = 8,
 visXFormResizeMode = 9,
 visLineColorTrans = 9,
 visFillShdwBkgndTrans = 9,
 visLockCrop = 9,
 visGlueType = 9,
 visYGridSpacing = 9,
 visDocPreviewQuality = 9,
 visSLOPlowCode = 9,
 visPLORouteStyle = 9,
 visCharacterOverline = 9,
 visBulletFont = 9,
 visActionFlyoutChild = 9,
 visLayerGlue = 9,
 visPrintPropertiesCenterY = 9,
 visFillShdwType = 10,
 visTxtBlkDirection = 10,
 visLockVtxEdit = 10,
 visWalkPref = 10,
 visXGridOrigin = 10,
 visDocPreviewScope = 10,
 visSLORouteStyle = 10,
 visPLOPlaceDepth = 10,
 visCharacterStrikethru = 10,
 visLocalizeBulletFont = 10,
 visFieldObjectKind = 10,
 visLayerNameUniv = 10,
 visPrintPropertiesOnPage = 10,
 visFillShdwOffsetX = 11,
 visTxtBlkBkgndTrans = 11,
 visLockTextEdit = 11,
 visBegTrigger = 11,
 visYGridOrigin = 11,
 visSLOPlaceStyle = 11,
 visPLOPlowCode = 11,
 visBulletFontSize = 11,
 visLayerColorTrans = 11,
 visPrintPropertiesPrintGrid = 11,
 visFillShdwOffsetY = 12,
 visLockFormat = 12,
 visEndTrigger = 12,
 visSLOConFixedCode = 12,
 visPLOJumpCode = 12,
 visCharacterPerpendicular = 12,
 visTextPosAfterBullet = 12,
 visFillShdwObliqueAngle = 13,
 visLockGroup = 13,
 visLOFlags = 13,
 visSLOJumpCode = 13,
 visPLOJumpStyle = 13,
 visCharacterDoubleStrikethrough = 13,
 visFlags = 13,
 visFillShdwScaleFactor = 14,
 visLockCalcWH = 14,
 visLOInteraction = 14,
 visSLOJumpStyle = 14,
 visPLOJumpDirX = 14,
 visCharacterRTLText = 14,
 visActionTagName = 14,
 visCustPropsLangID = 14,
 visLockSelect = 15,
 visLOBehavior = 15,
 visPLOJumpDirY = 15,
 visCharacterUseVertical = 15,
 visActionButtonFace = 15,
 visCustPropsCalendar = 15,
 visHLinkSortKey = 15,
 visSmartTagDescription = 15,
 visLockCustProp = 16,
 visComment = 16,
 visSLOJumpDirX = 16,
 visPLOLineToNodeX = 16,
 visCharacterLetterspace = 16,
 visActionSortKey = 16,
 visPrintPropertiesPageOrientation = 16,
 visDropSource = 17,
 visSLOJumpDirY = 17,
 visPLOLineToNodeY = 17,
 visCharacterColorTrans = 17,
 visPrintPropertiesPaperKind = 17,
 visLockFromGroupFormat = 17,
 visNoLiveDynamics = 18,
 visSLOPlaceFlip = 18,
 visPLOBlockSizeX = 18,
 visPrintPropertiesPaperSource = 18,
 visLockThemeColors = 18,
 visObjLocalizeMerge = 19,
 visDocLangID = 19,
 visSLOLineRouteExt = 19,
 visPLOBlockSizeY = 19,
 visLockThemeEffects = 19,
 visSLOSplit = 20,
 visPLOAvenueSizeX = 20,
 visSLOSplittable = 21,
 visPLOAvenueSizeY = 21,
 visSLODisplayLevel = 22,
 visPLOLineToLineX = 22,
 visEvtCellMultiDrop = 22,
 visSLORelChanged = 23,
 visPLOLineToLineY = 23,
 visSLOCategoryChanged = 24,
 visPLOJumpFactorX = 24,
 visObjCalendar = 25,
 visPLOJumpFactorY = 25,
 visPageInhibitSnap = 26,
 visObjLangID = 26,
 visPLOLineAdjustFrom = 26,
 visObjKeywords = 27,
 visPLOLineAdjustTo = 27,
 visObjDropOnPageScale = 28,
 visPLOPlaceFlip = 28,
 visObjTheme = 29,
 visPLOLineRouteExt = 29,
 visPLOSplit = 30,
 visPageUIVisibility = 34,
 visPageShdwType = 35,
 visPageShdwObliqueAngle = 36,
 visPageShdwScaleFactor = 37,
 visPageDrawResizeType = 38,
 visPageZOrderChanged = 39,
 visCharacterAsianFont = 51,
 visCharacterComplexScriptFont = 52,
 visCharacterLocalizeFont = 53,
 visCharacterComplexScriptSize = 54,
 visCharacterLangID = 57,
 visCellInval = 255,
 visCellNone = 255
}
enum VisCellVals {
 visXFormResizeDontCare = 0,
 visArrowSizeVerySmall = 0,
 visNoFill = 0,
 visPrintSetup = 0,
 visNoScale = 0,
 visVertTop = 0,
 visTxtBlkLeftToRight = 0,
 visDynFBDefault = 0,
 visGlueTypeDefault = 0,
 visLOFlagsVisDecides = 0,
 visLOIPlaceNormal = 0,
 visLOIRouteNormal = 0,
 visLOBPlaceNormal = 0,
 visLOBRouteNormal = 0,
 visRulerFixed = 0,
 visGridFixed = 0,
 visDocPreviewQualityDraft = 0,
 visDocPreviewScope1stPage = 0,
 visPPOSameAsPrinter = 0,
 visGrpSelModeGroupOnly = 0,
 visGrpDispModeNone = 0,
 visLORouteDefault = 0,
 visLOJumpStyleDefault = 0,
 visLOJumpDirXDefault = 0,
 visLOJumpDirYDefault = 0,
 visLOFlipDefault = 0,
 visLORouteExtDefault = 0,
 visSLOPlowDefault = 0,
 visSLOConFixedRerouteFreely = 0,
 visSLOJumpDefault = 0,
 visPLOPlaceDefault = 0,
 visLOPlaceDefault = 0,
 visPLOPlaceDepthDefault = 0,
 visPLOPlowNone = 0,
 visPLOJumpNone = 0,
 visPLOLineAdjustFromNotRelated = 0,
 visPLOLineAdjustToDefault = 0,
 visCaseNormal = 0,
 visPosNormal = 0,
 visHorzLeft = 0,
 visTabStopLeft = 0,
 visCnnctTypeInward = 0,
 visCtlProportional = 0,
 visLayerValid = 0,
 visPropTypeString = 0,
 visCalWestern = 0,
 visPLOSplitNone = 0,
 visSLOSplitNone = 0,
 visSLOSplittableNone = 0,
 visFSTPageDefault = 0,
 visUIVNormal = 0,
 visLocFontIfArialOrSym = 0,
 visSmartTagXJustifyLeft = 0,
 visSmartTagYJustifyTop = 0,
 visSmartTagDispModeMouseOver = 0,
 visTFOKStandard = 0,
 visXFormResizeSpread = 1,
 visArrowSizeSmall = 1,
 visSolid = 1,
 visTight = 1,
 visArchitectural = 1,
 visVertMiddle = 1,
 visTxtBlkTopToBottom = 1,
 visDynFBUCon3Leg = 1,
 visGlueTypeTrigger = 1,
 visWalkPrefBegNS = 1,
 visLOFlagsPlacable = 1,
 visLOBRouteRightAng = 1,
 visDocPreviewQualityDetailed = 1,
 visDocPreviewScopeNone = 1,
 visPPOPortrait = 1,
 visGrpSelModeGroup1st = 1,
 visGrpDispModeBack = 1,
 visLORouteRightAngle = 1,
 visLOJumpStyleArc = 1,
 visLOJumpDirXUp = 1,
 visLOJumpDirYLeft = 1,
 visLOFlipX = 1,
 visLORouteExtStraight = 1,
 visSLOFixedPlacement = 1,
 visSLOPlowNever = 1,
 visSLOConFixedRerouteAsNeeded = 1,
 visSLOJumpNever = 1,
 visPLOPlaceTopToBottom = 1,
 visLOPlaceTopToBottom = 1,
 visPLOPlaceDepthMedium = 1,
 visPLOPlowAll = 1,
 visPLOJumpHorizontal = 1,
 visPLOLineAdjustFromAll = 1,
 visPLOLineAdjustToAll = 1,
 visBold = 1,
 visCaseAllCaps = 1,
 visPosSuper = 1,
 visHorzCenter = 1,
 visTabStopCenter = 1,
 visCnnctTypeOutward = 1,
 visCtlLocked = 1,
 visLayerDeleted = 1,
 visPropTypeListFix = 1,
 visCalArabicHijri = 1,
 visPLOSplitAllow = 1,
 visSLOSplitAllow = 1,
 visSLOSplittableAllow = 1,
 visFSTSimple = 1,
 visUIVHidden = 1,
 visLocFontAlways = 1,
 visSmartTagXJustifyCenter = 1,
 visSmartTagYJustifyMiddle = 1,
 visSmartTagDispModeShapeSelected = 1,
 visTFOKHorizontalInVertical = 1,
 visPPFlagsRTLText = 1,
 visXFormResizeScale = 2,
 visArrowSizeMedium = 2,
 visWideUpDiagonal = 2,
 visStandard = 2,
 visEngineering = 2,
 visVertBottom = 2,
 visDynFBUCon5Leg = 2,
 visGlueTypeWalking = 2,
 visWalkPrefEndNS = 2,
 visLOFlagsRoutable = 2,
 visLOIPlaceXPermeable = 2,
 visLOBRouteStraight = 2,
 visGridCoarse = 2,
 visDocPreviewScopeAllPages = 2,
 visPPOLandscape = 2,
 visGrpSelModeMembers1st = 2,
 visGrpDispModeFront = 2,
 visLORouteStraight = 2,
 visLOJumpStyleGap = 2,
 visLOJumpDirXDown = 2,
 visLOJumpDirYRight = 2,
 visLOFlipY = 2,
 visLORouteExtNURBS = 2,
 visSLOFixedPlow = 2,
 visSLOPlowAlways = 2,
 visSLOConFixedRerouteNever = 2,
 visSLOJumpAlways = 2,
 visPLOPlaceLeftToRight = 2,
 visLOPlaceLeftToRight = 2,
 visPLOPlaceDepthDeep = 2,
 visPLOJumpVertical = 2,
 visPLOLineAdjustFromNone = 2,
 visPLOLineAdjustToNone = 2,
 visItalic = 2,
 visCaseInitialCaps = 2,
 visPosSub = 2,
 visHorzRight = 2,
 visTabStopRight = 2,
 visCnnctTypeInwardOutward = 2,
 visCtlOffsetMin = 2,
 visLayerAvailable = 2,
 visPropTypeNumber = 2,
 visCalHebrewLunar = 2,
 visFSTOblique = 2,
 visLocFontNever = 2,
 visSmartTagXJustifyRight = 2,
 visSmartTagYJustifyBottom = 2,
 visSmartTagDispModeAlways = 2,
 visArrowSizeLarge = 3,
 visWideCross = 3,
 visCustom = 3,
 visScaleCustom = 3,
 visLORouteOrgChartNS = 3,
 visLOJumpStyleSquare = 3,
 visSLOConFixedRerouteOnCrossover = 3,
 visSLOJumpOther = 3,
 visPLOPlaceRadial = 3,
 visLOPlaceRadial = 3,
 visPLOPlaceDepthShallow = 3,
 visPLOJumpLastRouted = 3,
 visPLOLineAdjustFromRoutingDefault = 3,
 visPLOLineAdjustToRelated = 3,
 visHorzJustify = 3,
 visTabStopDecimal = 3,
 visCtlOffsetMid = 3,
 visPropTypeBool = 3,
 visCalChineseTaiwan = 3,
 visArrowSizeVeryLarge = 4,
 visWideDiagonalCross = 4,
 visLogical = 4,
 visScaleMetric = 4,
 visGlueTypeNoWalking = 4,
 visLOFlagsDont = 4,
 visLOIPlaceYPermeable = 4,
 visGridNormal = 4,
 visLORouteOrgChartWE = 4,
 visLOJumpStyleTriangle = 4,
 visLOFlipRotate = 4,
 visSLOFixedPermeablePlow = 4,
 visSLOConFixedByAlgFrom = 4,
 visSLOJumpNeither = 4,
 visPLOPlaceBottomToTop = 4,
 visLOPlaceBottomToTop = 4,
 visPLOJumpDisplayOrder = 4,
 visUnderLine = 4,
 visHorzForce = 4,
 visHorzDistribute = 4,
 visTabStopComma = 4,
 visCtlOffsetMax = 4,
 visPropTypeListVar = 4,
 visCalJapaneseEmperor = 4,
 visArrowSizeJumbo = 5,
 visWideDownDiagonal = 5,
 visDSMetric = 5,
 visScaleMechanical = 5,
 visLOBRouteFlowNS = 5,
 visLORouteFlowchartNS = 5,
 visLOJumpStyle2Point = 5,
 visSLOConFixedByAlgTo = 5,
 visPLOPlaceRightToLeft = 5,
 visLOPlaceRightToLeft = 5,
 visPLOJumpReverseDisplayOrder = 5,
 visHorzJustifyLow = 5,
 visCtlProportionalHidden = 5,
 visPropTypeDate = 5,
 visCalThaiBuddhism = 5,
 visCalThaiBuddhist = 5,
 visArrowSizeColossal = 6,
 visWideHorz = 6,
 visDSEngr = 6,
 visLOBRouteFlowWE = 6,
 visLORouteFlowchartWE = 6,
 visLOJumpStyle3Point = 6,
 visSLOConFixedByAlgFromTo = 6,
 visPLOPlaceCircular = 6,
 visLOPlaceCircular = 6,
 visPLOJumpProhibitAll = 6,
 visHorzJustifyMedium = 6,
 visCtlLockedHidden = 6,
 visPropTypeDuration = 6,
 visCalKoreanDanki = 6,
 visWideVert = 7,
 visDSArch = 7,
 visLOBRouteTreeNS = 7,
 visLORouteTreeNS = 7,
 visLOJumpStyle4Point = 7,
 visPLOPlaceCompactDownRight = 7,
 visLOPlaceCompactDownRight = 7,
 visHorzJustifyHigh = 7,
 visCtlOffsetMinHidden = 7,
 visPropTypeCurrency = 7,
 visCalSakaEra = 7,
 visBackDotsMini = 8,
 visGlueTypeNoWalkingTo = 8,
 visLOFlagsPNRGroup = 8,
 visLOBRouteTreeWE = 8,
 visRulerCoarse = 8,
 visGridFine = 8,
 visLORouteTreeWE = 8,
 visLOJumpStyle5Point = 8,
 visLOFlipNone = 8,
 visPLOPlaceCompactRightDown = 8,
 visLOPlaceCompactRightDown = 8,
 visSmallCaps = 8,
 visCtlOffsetMidHidden = 8,
 visCalTranslitEnglish = 8,
 visHalfAndHalf = 9,
 visLORouteNetwork = 9,
 visLOJumpStyle6Point = 9,
 visPLOPlaceCompactRightUp = 9,
 visLOPlaceCompactRightUp = 9,
 visCtlOffsetMaxHidden = 9,
 visCalTranslitFrench = 9,
 visForeDotsMini = 10,
 visLORouteOrgChartSN = 10,
 visPLOPlaceCompactUpRight = 10,
 visLOPlaceCompactUpRight = 10,
 visForeDotsNarrow = 11,
 visLORouteOrgChartEW = 11,
 visPLOPlaceCompactUpLeft = 11,
 visLOPlaceCompactUpLeft = 11,
 visForeDotsWide = 12,
 visLORouteFlowchartSN = 12,
 visPLOPlaceCompactLeftUp = 12,
 visLOPlaceCompactLeftUp = 12,
 visThickHorz = 13,
 visLORouteFlowchartEW = 13,
 visPLOPlaceCompactLeftDown = 13,
 visLOPlaceCompactLeftDown = 13,
 visThickVertical = 14,
 visLORouteTreeSN = 14,
 visPLOPlaceCompactDownLeft = 14,
 visLOPlaceCompactDownLeft = 14,
 visThickDownDiagonal = 15,
 visLORouteTreeEW = 15,
 visPLOPlaceParentDefault = 15,
 visLOPlaceParentDefault = 15,
 visThickUpDiagonal = 16,
 visRulerNormal = 16,
 visLORouteCenterToCenter = 16,
 visPLOPlaceHierarchyTopToBottomLeft = 16,
 visLOPlaceHierarchyTopToBottomLeft = 16,
 visComplexBold = 16,
 visThickDiagonalCross = 17,
 visLORouteSimpleNS = 17,
 visPLOPlaceHierarchyTopToBottomCenter = 17,
 visLOPlaceHierarchyTopToBottomCenter = 17,
 visBackDotsWide = 18,
 visLORouteSimpleWE = 18,
 visPLOPlaceHierarchyTopToBottomRight = 18,
 visLOPlaceHierarchyTopToBottomRight = 18,
 visThinHorz = 19,
 visLORouteSimpleSN = 19,
 visPLOPlaceHierarchyBottomToTopLeft = 19,
 visLOPlaceHierarchyBottomToTopLeft = 19,
 visThinVert = 20,
 visLORouteSimpleEW = 20,
 visPLOPlaceHierarchyBottomToTopCenter = 20,
 visLOPlaceHierarchyBottomToTopCenter = 20,
 visThinDownDiagonal = 21,
 visLORouteSimpleHV = 21,
 visPLOPlaceHierarchyBottomToTopRight = 21,
 visLOPlaceHierarchyBottomToTopRight = 21,
 visThinUpDiagonal = 22,
 visLORouteSimpleVH = 22,
 visPLOPlaceHierarchyLeftToRightTop = 22,
 visLOPlaceHierarchyLeftToRightTop = 22,
 visThinCross = 23,
 visPLOPlaceHierarchyLeftToRightMiddle = 23,
 visLOPlaceHierarchyLeftToRightMiddle = 23,
 visThinDiagonalCross = 24,
 visPLOPlaceHierarchyLeftToRightBottom = 24,
 visLOPlaceHierarchyLeftToRightBottom = 24,
 visPLOPlaceHierarchyRightToLeftTop = 25,
 visLOPlaceHierarchyRightToLeftTop = 25,
 visPLOPlaceHierarchyRightToLeftMiddle = 26,
 visLOPlaceHierarchyRightToLeftMiddle = 26,
 visPLOPlaceHierarchyRightToLeftBottom = 27,
 visLOPlaceHierarchyRightToLeftBottom = 27,
 visRulerFine = 32,
 visSLOFixedConnPtsIgnore = 32,
 visComplexItalic = 32,
 visSLOFixedConnPtsOnly = 64,
 visSLOFixedNoFoldToShape = 128,
 visTxtBlkOpaque = 255,
 visNoLayerColor = 255,
 visGuideXActive = 1024,
 visLOBRouteManual = 1024,
 visGuideYActive = 2048
}
enum VisCenterViewFlags {
 visCenterViewDefault = 0,
 visCenterViewIfOffScreen = 1,
 visCenterViewSelectShape = 2
}
enum VisCharsBias {
 visBiasLetVisioChoose = 0,
 visBiasLeft = 1,
 visBiasRight = 2
}
enum VisConnectedShapesFlags {
 visConnectedShapesAllNodes = 0,
 visConnectedShapesIncomingNodes = 1,
 visConnectedShapesOutgoingNodes = 2
}
enum VisConnectorEnds {
 visConnectorBeginpoint = 0,
 visConnectorEndPoint = 1,
 visConnectorBothEnds = 2
}
enum VisContainerAutoResize {
 visContainerAutoResizeNone = 0,
 visContainerAutoResizeExpand = 1,
 visContainerAutoResizeExpandContract = 2
}
enum VisContainerFlags {
 visContainerFlagsDefault = 0,
 visContainerFlagsExcludeContainers = 1,
 visContainerFlagsExcludeConnectors = 2,
 visContainerFlagsExcludeCallouts = 4,
 visContainerFlagsExcludeElements = 8,
 visContainerFlagsExcludeNested = 16,
 visContainerFlagsExcludeListMembers = 32
}
enum VisContainerFormatType {
 visContainerFormatLockMembership = 0,
 visContainerFormatContainerAutoResize = 1,
 visContainerFormatFitToContents = 2
}
enum VisContainerMemberState {
 visContainerMemberNotAMember = 0,
 visContainerMemberInterior = 1,
 visContainerMemberOnBoundary = 2,
 visContainerMemberOutside = 3,
 visContainerMemberInList = 4
}
enum VisContainerNested {
 visContainerIncludeNested = 0,
 visContainerExcludeNested = 1
}
enum VisContainerTypes {
 visContainerTypeNormal = 0,
 visContainerTypeList = 1
}
enum VisCutCopyPasteCodes {
 visCopyPasteNormal = 0,
 visCopyPasteNoTranslate = 1,
 visCopyPasteCenter = 2,
 visCopyPasteNoHealConnectors = 4,
 visCopyPasteNoContainerMembers = 8,
 visCopyPasteNoAssociatedCallouts = 16,
 visCopyPasteDontAddToContainers = 32,
 visCopyPasteNoCascade = 64
}
enum VisDataColumnProperties {
 visDataColumnPropertyType = 1,
 visDataColumnPropertyLangID = 2,
 visDataColumnPropertyCalendar = 3,
 visDataColumnPropertyUnits = 4,
 visDataColumnPropertyCurrency = 5,
 visDataColumnPropertyDisplayName = 6,
 visDataColumnPropertyVisible = 7,
 visDataColumnPropertyHyperlink = 8
}
enum VisDataRecordsetAddOptions {
 visDataRecordsetNoExternalDataUI = 1,
 visDataRecordsetNoRefreshUI = 2,
 visDataRecordsetNoAdvConfig = 4,
 visDataRecordsetDelayQuery = 8,
 visDataRecordsetDontCopyLinks = 16
}
enum VisDefaultColors {
 visTransparent = 0,
 visBlack = 0,
 visWhite = 1,
 visRed = 2,
 visGreen = 3,
 visBlue = 4,
 visYellow = 5,
 visMagenta = 6,
 visCyan = 7,
 visDarkRed = 8,
 visDarkGreen = 9,
 visDarkBlue = 10,
 visDarkYellow = 11,
 visPurple = 12,
 visDarkCyan = 13,
 visGray = 14,
 visGray10 = 15,
 visGray20 = 16,
 visGray30 = 17,
 visGray40 = 18,
 visDarkGray = 19,
 visGray50 = 19,
 visGray60 = 20,
 visGray70 = 21,
 visGray80 = 22,
 visGray90 = 23
}
enum VisDefaultSaveFormats {
 visDefaultSaveCurrentBinary = 0,
 visDefaultSavePreviousBinary = 1,
 visDefaultSaveCurrentXML = 2
}
enum VisDeleteFlags {
 visDeleteNormal = 0,
 visDeleteHealConnectors = 1,
 visDeleteNoHealConnectors = 2,
 visDeleteNoContainerMembers = 4,
 visDeleteNoAssociatedCallouts = 8
}
enum VisDiagramServices {
 visServiceAll = -1,
 visServiceNone = 0,
 visServiceAutoSizePage = 1,
 visServiceStructureBasic = 2,
 visServiceStructureFull = 4,
 visServiceVersion140 = 7
}
enum VisDistributeTypes {
 visDistHorzSpace = 0,
 visDistHorzLeft = 1,
 visDistHorzCenter = 2,
 visDistHorzRight = 3,
 visDistVertSpace = 4,
 visDistVertTop = 5,
 visDistVertMiddle = 6,
 visDistVertBottom = 7
}
enum VisDocCleanActions {
 visDocCleanAlertDefault = 0,
 visDocCleanActLocalFormulas = 1,
 visDocCleanActEmptyRowsAndSects = 2,
 visDocCleanActNonDefaultFonts = 4,
 visDocCleanActStaleResults = 8,
 visDocCleanActMissingSubs = 16,
 visDocCleanActConstantFormulas = 32,
 visDocCleanActNearZero = 64,
 visDocCleanActDuplicateSubs = 128,
 visDocCleanActBadDisplayLists = 256,
 visDocCleanActBadFieldCounts = 512,
 visDocCleanFixDefault = 984,
 visDocCleanActDeletedFields = 1024,
 visDocCleanActBadFieldFormulas = 2048,
 visDocCleanActBadFieldMarks = 4096,
 visDocCleanActDefault = 8152,
 visDocCleanActBadReferences = 8192,
 visDocCleanActAll = 16383
}
enum VisDocCleanTargets {
 visDocCleanTargFPages = 1,
 visDocCleanTargBPages = 2,
 visDocCleanTargMasters = 4,
 visDocCleanTargStyles = 8,
 visDocCleanTargDoc = 16,
 visDocCleanTargRPages = 32,
 visDocCleanTargAll = 255,
 visDocCleanPageSheet = 256
}
enum VisDocExIntent {
 visDocExIntentScreen = 0,
 visDocExIntentPrint = 1
}
enum VisDocModeArgs {
 visInvalDocID = -1,
 visDocModeRun = 0,
 visDocModeDesign = 1
}
enum VisDocumentTypes {
 visDocTypeInval = 0,
 visTypeDrawing = 1,
 visTypeStencil = 2,
 visTypeTemplate = 3
}
enum VisDocVersions {
 visVersionUnsaved = 0,
 visVersion10 = 65571,
 visVersion20 = 131072,
 visVersion30 = 196611,
 visVersion40 = 262144,
 visVersion50 = 327680,
 visVersion60 = 393216,
 visVersion100 = 393216,
 visVersion110 = 720896,
 visVersion120 = 720896,
 visVersion140 = 720896
}
enum VisDrawRegionFlags {
 visDrawRegionDeleteInput = 4,
 visDrawRegionIncludeHidden = 16,
 visDrawRegionIgnoreVisible = 32,
 visDrawRegionIncludeDataGraphics = 64
}
enum VisDrawSplineFlags {
 visSplinePeriodic = 1,
 visSplineDoCircles = 2,
 visSplineAbrupt = 4,
 visSpline1D = 8,
 visPolyline1D = 8,
 visPolyarcs = 256
}
enum VisEdition {
 visEditionStandard = 0,
 visEditionProfessional = 1,
 visEditionPremium = 2
}
enum VisEventCodes {
 visEvtIDInval = -1,
 visScopeIDInval = -1,
 visEvtCodeInval = 0,
 visEvtIdMostRecent = 0,
 visEvtCodeDocCreate = 1,
 visEvtWindow = 1,
 visEvtAppActivate = 1,
 visEvtCodeCreate = 1,
 visActCodeRunAddon = 1,
 visEvtCodeDocOpen = 2,
 visEvtDoc = 2,
 visEvtAppDeactivate = 2,
 visEvtCodeOpen = 2,
 visActCodeAdvise = 2,
 visEvtCodeDocSave = 3,
 visEvtCodeDocSaveAs = 4,
 visEvtStyle = 4,
 visEvtObjActivate = 4,
 visEvtCodeDocRunning = 5,
 visEvtCodeDocDesign = 6,
 visEvtCodeBefDocSave = 7,
 visEvtCodeBefDocSaveAs = 8,
 visEvtMaster = 8,
 visEvtObjDeactivate = 8,
 visEvtCodeQueryCancelDocClose = 9,
 visEvtCodeCancelDocClose = 10,
 visEvtRemoveHiddenInformation = 11,
 visEvtCodeSelectionMovedToSubprocess = 12,
 visEvtCodeRuleSetValidated = 13,
 visEvtPage = 16,
 visEvtBeforeQuit = 16,
 visEvtLayer = 32,
 visEvtBeforeModal = 32,
 visEvtDataRecordset = 32,
 visEvtShape = 64,
 visEvtAfterModal = 64,
 visEvtText = 128,
 visEvtWinActivate = 128,
 visEvtCodeBefForcedFlush = 200,
 visEvtCodeAfterForcedFlush = 201,
 visEvtCodeEnterScope = 202,
 visEvtCodeExitScope = 203,
 visEvtCodeQueryCancelQuit = 204,
 visEvtCodeCancelQuit = 205,
 visEvtCodeQueryCancelSuspend = 206,
 visEvtCodeCancelSuspend = 207,
 visEvtCodeBeforeSuspend = 208,
 visEvtCodeAfterResume = 209,
 visEvtCodeQueryCancelSuspendEvents = 210,
 visEvtCodeCancelSuspendEvents = 211,
 visEvtCodeBeforeSuspendEvents = 212,
 visEvtCodeAfterResumeEvents = 213,
 visEvtConnect = 256,
 visEvtMarker = 256,
 visEvtCodeQueryCancelStyleDel = 300,
 visEvtCodeCancelStyleDel = 301,
 visEvtCodeQueryCancelMasterDel = 400,
 visEvtCodeCancelMasterDel = 401,
 visEvtCodeQueryCancelPageDel = 500,
 visEvtCodeCancelPageDel = 501,
 visEvtCodeContainerRelationshipAdded = 502,
 visEvtCodeContainerRelationshipDeleted = 503,
 visEvtCodeCalloutRelationshipAdded = 504,
 visEvtCodeCalloutRelationshipDeleted = 505,
 visEvtSection = 512,
 visEvtNonePending = 512,
 visEvtCodeWinSelChange = 701,
 visEvtCodeBefWinSelDel = 702,
 visEvtCodeBefWinPageTurn = 703,
 visEvtCodeWinPageTurn = 704,
 visEvtCodeViewChanged = 705,
 visEvtCodeQueryCancelWinClose = 706,
 visEvtCodeCancelWinClose = 707,
 visEvtCodeWinOnAddonKeyMSG = 708,
 visEvtCodeMouseDown = 709,
 visEvtCodeMouseMove = 710,
 visEvtCodeMouseUp = 711,
 visEvtCodeKeyDown = 712,
 visEvtCodeKeyPress = 713,
 visEvtCodeKeyUp = 714,
 visEvtCodeShapeDelete = 801,
 visEvtCodeShapeParentChange = 802,
 visEvtCodeShapeBeforeTextEdit = 803,
 visEvtCodeShapeExitTextEdit = 804,
 visEvtShapeLinkAdded = 805,
 visEvtShapeLinkDeleted = 806,
 visEvtShapeDataGraphicChanged = 807,
 visEvtCodeBefSelDel = 901,
 visEvtCodeSelAdded = 902,
 visEvtCodeQueryCancelSelDel = 903,
 visEvtCodeCancelSelDel = 904,
 visEvtCodeQueryCancelUngroup = 905,
 visEvtCodeCancelUngroup = 906,
 visEvtCodeQueryCancelConvertToGroup = 907,
 visEvtCodeCancelConvertToGroup = 908,
 visEvtCodeQueryCancelSelGroup = 909,
 visEvtCodeCancelSelGroup = 910,
 visEvtRow = 1024,
 visEvtIdle = 1024,
 visEvtCell = 2048,
 visEvtFormula = 4096,
 visEvtApp = 4096,
 visEvtMod = 8192,
 visEvtDel = 16384,
 visEvtCode1stUser = 28672,
 visEvtCodeLastUser = 32767,
 visEvtAdd = 32768
}
enum VisExistsFlags {
 visExistsAnywhere = 0,
 visExistsLocally = 1
}
enum VisFieldCategories {
 visFCatCustom = 0,
 visFCatDateTime = 1,
 visFCatDocument = 2,
 visFCatGeometry = 3,
 visFCatObject = 4,
 visFCatPage = 5,
 visFCatNotes = 6
}
enum VisFieldCodes {
 visFCodeCreateDate = 0,
 visFCodeCreator = 0,
 visFCodeWidth = 0,
 visFCodeData1 = 0,
 visFCodeBackgroundName = 0,
 visFCodeCreateTime = 1,
 visFCodeDescription = 1,
 visFCodeHeight = 1,
 visFCodeData2 = 1,
 visFCodePageName = 1,
 visFCodeCurrentDate = 2,
 visFCodeDirectory = 2,
 visFCodeAngle = 2,
 visFCodeData3 = 2,
 visFCodeNumberOfPages = 2,
 visFCodeCurrentTime = 3,
 visFCodeFileName = 3,
 visFCodeObjectID = 3,
 visFCodePageNumber = 3,
 visFCodeEditDate = 4,
 visFCodeKeyWords = 4,
 visFCodeMasterName = 4,
 visFCodeEditTime = 5,
 visFCodeSubject = 5,
 visFCodeObjectName = 5,
 visFCodePrintDate = 6,
 visFCodeTitle = 6,
 visFCodeObjectType = 6,
 visFCodePrintTime = 7,
 visFCodeManager = 7,
 visFCodeCompany = 8,
 visFCodeCategory = 9,
 visFCodeHyperlinkBase = 10
}
enum VisFieldFormats {
 visFmtNumGenNoUnits = 0,
 visFmtNumGenDefUnits = 1,
 visFmt0PlNoUnits = 2,
 visFmt0PlDefUnits = 3,
 visFmt1PlNoUnits = 4,
 visFmt1PlDefUnits = 5,
 visFmt2PlNoUnits = 6,
 visFmt2PlDefUnits = 7,
 visFmt3PlNoUnits = 8,
 visFmt3PlDefUnits = 9,
 visFmtFeetAndInches = 10,
 visFmtRadians = 11,
 visFmtDegrees = 12,
 visFmtFeetAndInches1Pl = 13,
 visFmtFeetAndInches2Pl = 14,
 visFmtFraction1PlNoUnits = 15,
 visFmtFraction1PlDefUnits = 16,
 visFmtFraction2PlNoUnits = 17,
 visFmtFraction2PlDefUnits = 18,
 visFmtDateShort = 20,
 visFmtDateLong = 21,
 visFmtDateMDYY = 22,
 visFmtDateMMDDYY = 23,
 visFmtDateMmmDYYYY = 24,
 visFmtDateMmmmDYYYY = 25,
 visFmtDateDMYY = 26,
 visFmtDateDDMMYY = 27,
 visFmtDateDMMMYYYY = 28,
 visFmtDateDMMMMYYYY = 29,
 visFmtTimeGen = 30,
 visFmtTimeHMM = 31,
 visFmtTimeHHMM = 32,
 visFmtTimeHMM24 = 33,
 visFmtTimeHHMM24 = 34,
 visFmtTimeHMMAMPM = 35,
 visFmtTimeHHMMAMPM = 36,
 visFmtStrNormal = 37,
 visFmtStrLower = 38,
 visFmtStrUpper = 39,
 visFmtJDategggeXmXdXww = 40,
 visFmtJDateyyyyXmXdXww = 41,
 visFmtJDategggeXmXdX = 42,
 visFmtJDateyyyyXmXdX = 43,
 visFmtJDateyyyymd = 44,
 visFmtDateyyyymd = 44,
 visFmtJDateyymmdd = 45,
 visFmtDateyymmdd = 45,
 visFmtJDatehmmaxpx = 46,
 visFmtTimeAMPMhmm_J = 46,
 visFmtJDateaxpxhmm = 47,
 visFmtJDateaxpxhXmmX = 48,
 visFmtJDatehXmmX = 49,
 visFmtCDateiiieXmmmmXdddd = 50,
 visFmtDateTWNfYYYYMMDDD_C = 50,
 visFmtCDateiieXmmmmXdddd = 51,
 visFmtDateTWNsYYYYMMDDD_C = 51,
 visFmtCDateieXmmmmXddddXww = 52,
 visFmtDateTWNfyyyymmddww_C = 52,
 visFmtCDateieXmmmmXdddd = 53,
 visFmtDateTWNfyyyymmdd_C = 53,
 visFmtDategggemdww_J = 54,
 visFmtDateyyyymdww_J = 55,
 visFmtDategggemd_J = 56,
 visFmtDateyyyymd_J = 57,
 visFmtDateYYYYMMMDDDWWW_C = 58,
 visFmtDateYYYYMMMDDD_C = 59,
 visFmtDategeMMMMddddww_K = 60,
 visFmtDateyyyymdww_K = 61,
 visFmtDategeMMMMddd_K = 62,
 visFmtDateyyyymd_K = 63,
 visFmtDateyyyy_m_d = 64,
 visFmtDateyy_mm_dd = 65,
 visFmtTimeAMPMhmm_C = 66,
 visFmtTimeAMPMhmm_K = 67,
 visFmtTimeAMPM_hmm_J = 68,
 visFmtTimehmm_J = 69,
 visFmtTimeAMPM_hmm_C = 70,
 visFmtTimehmm_C = 71,
 visFmtTimeAMPM_hmm_K = 72,
 visFmtTimehmm_K = 73,
 visFmtTimeHMMAMPM_E = 74,
 visFmtTimeHHMMAMPM_E = 75,
 visFmtDateyyyymd_S = 76,
 visFmtDateyyyymmdd_S = 77,
 visFmtDatewwyyyymmdd_S = 78,
 visFmtDatewwyyyymd_S = 79,
 visFmtTimeAMPMhmm_S = 80,
 visFmtTimeAMPMhhmm_S = 81,
 visFmtMsoDateShort = 200,
 visFmtMsoDateLongDay = 201,
 visFmtMsoDateLong = 202,
 visFmtMsoDateShortAlt = 203,
 visFmtMsoDateISO = 204,
 visFmtMsoDateShortMon = 205,
 visFmtMsoDateShortSlash = 206,
 visFmtMsoDateShortAbb = 207,
 visFmtMsoDateEnglish = 208,
 visFmtMsoDateMonthYr = 209,
 visFmtMsoDateMon_Yr = 210,
 visFmtMsoTimeDatePM = 211,
 visFmtMsoTimeDateSecPM = 212,
 visFmtMsoTimePM = 213,
 visFmtMsoTimeSecPM = 214,
 visFmtMsoTime24 = 215,
 visFmtMsoTimeSec24 = 216,
 visFmtMsoFEExtra1 = 217,
 visFmtMsoFEExtra2 = 218,
 visFmtMsoFEExtra3 = 219,
 visFmtMsoFEExtra4 = 220,
 visFmtMsoFEExtra5 = 221
}
enum VisFilterActions {
 visFilterMouseMoveNoDrag = 0,
 visFilterMouseMoveDragBegin = 1,
 visFilterMouseMoveDragEnter = 2,
 visFilterMouseMoveDragOver = 3,
 visFilterMouseMoveDragLeave = 4,
 visFilterMouseMoveDragDrop = 5
}
enum VisFixedFormatTypes {
 visFixedFormatPDF = 1,
 visFixedFormatXPS = 2
}
enum VisFlipDirection {
 visFlipHorizontal = 1,
 visFlipVertical = 2
}
enum VisFlipTypes {
 visFlipSelection = 0,
 visFlipSelectionWithPin = 1,
 visFlipShapes = 2
}
enum VisFontAttributes {
 visFontRaster = 16,
 visFontDevice = 32,
 visFontScalable = 64,
 visFont0Alias = 128
}
enum VisFromParts {
 visConnectFromError = -1,
 visFromNone = 0,
 visLeftEdge = 1,
 visCenterEdge = 2,
 visRightEdge = 3,
 visBottomEdge = 4,
 visMiddleEdge = 5,
 visTopEdge = 6,
 visBeginX = 7,
 visBeginY = 8,
 visBegin = 9,
 visEndX = 10,
 visEndY = 11,
 visEnd = 12,
 visFromAngle = 13,
 visFromPin = 14,
 visControlPoint = 100
}
enum VisGeomFlags {
 visGeomExcludeLastPoint = 1,
 visGeomWHPct = 16,
 visGeomXYLocal = 32
}
enum VisGetSetArgs {
 visGetFloats = 0,
 visGetTruncatedInts = 1,
 visSetFormulas = 1,
 visGetRoundedInts = 2,
 visSetBlastGuards = 2,
 visGetStrings = 3,
 visGetFormulas = 4,
 visSetTestCircular = 4,
 visGetFormulasU = 5,
 visSetUniversalSyntax = 8
}
enum VisGluedShapesFlags {
 visGluedShapesAll1D = 0,
 visGluedShapesIncoming1D = 1,
 visGluedShapesOutgoing1D = 2,
 visGluedShapesAll2D = 3,
 visGluedShapesIncoming2D = 4,
 visGluedShapesOutgoing2D = 5
}
enum VisGlueSettings {
 visGlueToNone = 0,
 visGlueToGuides = 1,
 visGlueToHandles = 2,
 visGlueToVertices = 4,
 visGlueToConnectionPoints = 8,
 visGlueToGeometry = 32,
 visGlueToDisabled = 32768
}
enum VisGraphicField {
 visGraphicPropertyLabel = 1,
 visGraphicExpression = 2
}
enum VisGraphicItemTypes {
 visTypeIconSet = 2,
 visTypeTextCallout = 3,
 visTypeDataBar = 4,
 visTypeColorByValue = 5,
 visTypeHeading = 6
}
enum VisGraphicPositionHorizontal {
 visGraphicFarLeft = 0,
 visGraphicLeftEdge = 1,
 visGraphicLeft = 2,
 visGraphicCenter = 3,
 visGraphicRight = 4,
 visGraphicRightEdge = 5,
 visGraphicFarRight = 6
}
enum VisGraphicPositionVertical {
 visGraphicBelow = 0,
 visGraphicBottomEdge = 1,
 visGraphicBottom = 2,
 visGraphicMiddle = 3,
 visGraphicTop = 4,
 visGraphicTopEdge = 5,
 visGraphicAbove = 6
}
enum VisGuideTypes {
 visPoint = 1,
 visHorz = 2,
 visVert = 3
}
enum VisHitTestResults {
 visHitOutside = 0,
 visHitOnBoundary = 1,
 visHitInside = 2
}
enum VisHorizontalAlignTypes {
 visHorzAlignNone = 0,
 visHorzAlignLeft = 1,
 visHorzAlignCenter = 2,
 visHorzAlignRight = 3
}
enum VisInsertObjArgs {
 visInsertLink = 8,
 visInsertIcon = 16,
 visInsertNoDesignModeTransition = 256,
 visInsertDontShow = 4096,
 visInsertAsControl = 8192,
 visInsertAsEmbed = 16384
}
enum VisKeyButtonFlags {
 visMouseLeft = 1,
 visMouseRight = 2,
 visKeyShift = 4,
 visKeyControl = 8,
 visMouseMiddle = 16
}
enum VisLangFlags {
 visLangLocal = 0,
 visLangUniversal = 1
}
enum VisLayoutDirection {
 visLayoutDirRotateRight = 0,
 visLayoutDirRotateLeft = 1,
 visLayoutDirFlipVert = 2,
 visLayoutDirFlipHorz = 3
}
enum VisLayoutHorzAlignType {
 visLayoutHorzAlignNone = 0,
 visLayoutHorzAlignDefault = 1,
 visLayoutHorzAlignLeft = 2,
 visLayoutHorzAlignCenter = 3,
 visLayoutHorzAlignRight = 4
}
enum VisLayoutIncrementalType {
 visLayoutIncrAlign = 1,
 visLayoutIncrSpace = 2
}
enum VisLayoutVertAlignType {
 visLayoutVertAlignNone = 0,
 visLayoutVertAlignDefault = 1,
 visLayoutVertAlignTop = 2,
 visLayoutVertAlignMiddle = 3,
 visLayoutVertAlignBottom = 4
}
enum VisLegendFlags {
 visLegendPopulate = 0,
 visLegendNoContents = 1
}
enum VisLinkReplaceBehavior {
 visLinkReplaceNever = 0,
 visLinkReplaceAlways = 1,
 visLinkReplacePrompt = 2
}
enum VisListAlignment {
 visListAlignLeftOrTop = 0,
 visListAlignCenterOrMiddle = 1,
 visListAlignRightOrBottom = 2
}
enum VisListDirection {
 visListDirLeftToRight = 0,
 visListDirRightToLeft = 1,
 visListDirTopToBottom = 2,
 visListDirBottomToTop = 3
}
enum VisMasterProperties {
 visIconFormatVisio = 0,
 visManual = 0,
 visMasLPTileDeform = 0,
 visMasLEDefault = 0,
 visMasFPTile = 0,
 visLeft = 1,
 visNormal = 1,
 visAutomatic = 1,
 visMasIsLinePat = 1,
 visCenter = 2,
 visIconFormatBMP = 2,
 visTall = 2,
 visMasIsLineEnd = 2,
 visRight = 3,
 visWide = 3,
 visDouble = 4,
 visMasIsFillPat = 4,
 visMasLPTile = 16,
 visMasLPStretch = 32,
 visMasLPAnnotate = 48,
 visMasLPScale = 64,
 visMasLEUpright = 256,
 visMasLEScale = 1024,
 visMasFPCenter = 4096,
 visMasFPStretch = 8192,
 visMasFPScale = 16384
}
enum VisMasterTypes {
 visTypeMaster = 1,
 visTypeFillPattern = 2,
 visTypeLinePattern = 3,
 visTypeLineEnd = 4,
 visTypeDataGraphic = 5,
 visTypeThemeColors = 6,
 visTypeThemeEffects = 7
}
enum VisMeasurementSystem {
 visMSDefault = 0,
 visMSMetric = 1,
 visMSUS = 2
}
enum VisMemberAddOptions {
 visMemberAddUseResizeSetting = 0,
 visMemberAddExpandContainer = 1,
 visMemberAddDoNotExpand = 2
}
enum VisMouseMoveDragStates {
 visMouseMoveDragStatesNone = 0,
 visMouseMoveDragStatesBegin = 1,
 visMouseMoveDragStatesEnter = 2,
 visMouseMoveDragStatesOver = 3,
 visMouseMoveDragStatesLeave = 4,
 visMouseMoveDragStatesDrop = 5
}
enum VisObjectTypes {
 visObjTypeUnknown = 1,
 visObjTypeApp = 3,
 visObjTypeCell = 4,
 visObjTypeChars = 5,
 visObjTypeConnect = 8,
 visObjTypeConnects = 9,
 visObjTypeDoc = 10,
 visObjTypeDocs = 11,
 visObjTypeMaster = 12,
 visObjTypeMasters = 13,
 visObjTypePage = 14,
 visObjTypePages = 15,
 visObjTypeSelection = 16,
 visObjTypeShape = 17,
 visObjTypeShapes = 18,
 visObjTypeStyle = 19,
 visObjTypeStyles = 20,
 visObjTypeWindow = 21,
 visObjTypeWindows = 22,
 visObjTypeLayer = 25,
 visObjTypeLayers = 26,
 visObjTypeFont = 27,
 visObjTypeFonts = 28,
 visObjTypeColor = 29,
 visObjTypeColors = 30,
 visObjTypeAddon = 31,
 visObjTypeAddons = 32,
 visObjTypeEvent = 33,
 visObjTypeEventList = 34,
 visObjTypeGlobal = 36,
 visObjTypeHyperlink = 37,
 visObjTypeOLEObjects = 38,
 visObjTypeOLEObject = 39,
 visObjTypePaths = 40,
 visObjTypePath = 41,
 visObjTypeCurve = 42,
 visObjTypeHyperlinks = 43,
 visObjTypeSection = 44,
 visObjTypeRow = 45,
 visObjTypeMasterShortcuts = 46,
 visObjTypeMasterShortcut = 47,
 visObjTypeMSGWrap = 48,
 visObjTypeMouseEvent = 49,
 visObjTypeKeyboardEvent = 50,
 visObjTypeApplicationSettings = 51,
 visObjTypeDataRecordsets = 52,
 visObjTypeDataRecordset = 53,
 visObjTypeDataConnection = 54,
 visObjTypeDataColumns = 55,
 visObjTypeDataColumn = 56,
 visObjTypeDataRecordsetChangedEvent = 57,
 visObjTypeGraphicItems = 58,
 visObjTypeGraphicItem = 59,
 visObjTypeContainerProperties = 60,
 visObjTypeRelatedShapePairEvent = 61,
 visObjTypeMovedSelectionEvent = 62,
 visObjTypeServerPublishOptions = 63,
 visObjTypeValidation = 64,
 visObjTypeValidationRuleSets = 65,
 visObjTypeValidationRuleSet = 66,
 visObjTypeValidationRules = 67,
 visObjTypeValidationRule = 68,
 visObjTypeValidationIssues = 69,
 visObjTypeValidationIssue = 70
}
enum VisOnComponentEnterCodes {
 visComponentStateModal = 1,
 visModalDeferEvents = 65536,
 visModalNoBeforeAfter = 131072,
 visModalDontBlockMessages = 262144,
 visModalDisableVisiosFrame = 524288
}
enum VisOpenSaveArgs {
 visSavePrevNone = 0,
 visOpenCopy = 1,
 visSaveAsRO = 1,
 visSavePrevDraft1st = 1,
 visOpenRO = 2,
 visSaveAsWS = 2,
 visSavePrevDetailed1st = 2,
 visOpenDocked = 4,
 visAddDocked = 4,
 visSaveAsListInMRU = 4,
 visSavePrevDraftAll = 4,
 visOpenDontList = 8,
 visSavePrevDetailedAll = 8,
 visOpenMinimized = 16,
 visAddMinimized = 16,
 visOpenRW = 32,
 visOpenHidden = 64,
 visAddHidden = 64,
 visOpenMacrosDisabled = 128,
 visAddMacrosDisabled = 128,
 visOpenNoWorkspace = 256,
 visAddNoWorkspace = 256,
 visAddStencil = 512,
 visOpenDeclineAutoRefresh = 1024,
 visAddDeclineAutoRefresh = 1024
}
enum VisPageAndMasterIDs {
 visInvalPageID = -1,
 visInvalMasterID = -1
}
enum VisPageSizingBehaviors {
 visNeverResizePages = 0,
 visResizePages = 1
}
enum VisPageTypes {
 visPageTypeInval = 0,
 visTypeForeground = 1,
 visTypeBackground = 2,
 visTypeMarkup = 3
}
enum VisPaperSizes {
 visPaperSizeUnknown = 0,
 visPaperSizeLetter = 1,
 visPaperSizeLegal = 5,
 visPaperSizeA3 = 8,
 visPaperSizeA4 = 9,
 visPaperSizeA5 = 11,
 visPaperSizeB4 = 12,
 visPaperSizeB5 = 13,
 visPaperSizeFolio = 14,
 visPaperSizeNote = 18,
 visPaperSizeC = 24,
 visPaperSizeD = 25,
 visPaperSizeE = 26
}
enum VisPasteSpecialCodes {
 visPasteText = 1,
 visPasteBitmap = 2,
 visPasteMetafile = 3,
 visPasteOEMText = 7,
 visPasteDIB = 8,
 visPasteEMF = 14,
 visPasteOLEObject = 65536,
 visPasteRichText = 65537,
 visPasteHyperlink = 65538,
 visPasteURL = 65539,
 visPasteVisioShapes = 65540,
 visPasteVisioMasters = 65541,
 visPasteVisioText = 65542,
 visPasteVisioIcon = 65543,
 visPasteInk = 65544,
 visPasteVisioShapesXML = 65545,
 visPasteVisioMastersXML = 65546,
 visPasteVisioShapesWithoutDataLinks = 65548
}
enum VisPrimaryKeySettings {
 visKeyRowOrder = 1,
 visKeySingle = 2,
 visKeyComposite = 3
}
enum VisPrintOutRange {
 visPrintAll = 0,
 visPrintFromTo = 1,
 visPrintCurrentPage = 2,
 visPrintSelection = 3,
 visPrintCurrentView = 4
}
enum VisProtection {
 visProtectNone = 0,
 visProtectStyles = 1,
 visProtectShapes = 2,
 visProtectMasters = 4,
 visProtectBackgrounds = 8,
 visProtectPreviews = 16
}
enum VisPublishDataRecordsets {
 visPublishDataRecordsetAll = 0,
 visPublishDataRecordsetNone = 1,
 visPublishDataRecordsetSelect = 2
}
enum VisPublishPages {
 visPublishPageAll = 0,
 visPublishPageSelect = 1
}
enum VisRasterExportColorFormat {
 visRasterBiLevel = 0,
 visRaster16Color = 1,
 visRaster256Color = 2,
 visRaster24Bit = 3,
 visRasterRGB = 4,
 visRasterYCC = 5,
 visRasterGrayScale = 6,
 visRasterCMYK = 7,
 visRaster16ColorGrayScale = 8,
 visRaster256ColorGrayScale = 9,
 visRaster16Bit = 10
}
enum VisRasterExportColorReduction {
 visRasterAdaptive = 0,
 visRasterDiffusion = 1,
 visRasterHalftone = 2
}
enum VisRasterExportDataCompression {
 visRasterNone = 0,
 visRasterRLE = 1,
 visRasterGroup3 = 2,
 visRasterPackbits = 3,
 visRasterGroup4 = 4,
 visRasterLZW = 5,
 visRasterModifiedHuffman = 6
}
enum VisRasterExportDataFormat {
 visRasterInterlace = 0,
 visRasterNonInterlace = 1
}
enum VisRasterExportFlip {
 visRasterNoFlip = 0,
 visRasterFlipHorizontal = 1,
 visRasterFlipVertical = 2
}
enum VisRasterExportOperation {
 visRasterBaseline = 0,
 visRasterProgressive = 1
}
enum VisRasterExportResolution {
 visRasterUseScreenResolution = 0,
 visRasterUsePrinterResolution = 1,
 visRasterUseSourceResolution = 2,
 visRasterUseCustomResolution = 3
}
enum VisRasterExportResolutionUnits {
 visRasterPixelsPerInch = 0,
 visRasterPixelsPerCm = 1
}
enum VisRasterExportRotation {
 visRasterNoRotation = 0,
 visRasterRotateLeft = 1,
 visRasterRotateRight = 2
}
enum VisRasterExportSize {
 visRasterFitToScreenSize = 0,
 visRasterFitToPrinterSize = 1,
 visRasterFitToSourceSize = 2,
 visRasterFitToCustomSize = 3
}
enum VisRasterExportSizeUnits {
 visRasterPixel = 0,
 visRasterCm = 1,
 visRasterInch = 2
}
enum VisRefreshSettings {
 visRefreshOverwriteAll = 1,
 visRefreshNoReconcilationUI = 2
}
enum VisRegionalUIOptions {
 VisRegionalUIOptionsHide = 0,
 VisRegionalUIOptionsShow = 1,
 VisRegionalUIOptionsUseSystemSettings = 65535
}
enum VisRemoveHiddenInfoItems {
 visRHINone = 0,
 visRHIPersonalInfo = 1,
 visRHIPreview = 2,
 visRHIMasters = 4,
 visRHIStyles = 8,
 visRHIDataRecordsets = 16,
 visRHIValidationRules = 32
}
enum VisResizeDirection {
 visResizeDirE = 0,
 visResizeDirNE = 1,
 visResizeDirN = 2,
 visResizeDirNW = 3,
 visResizeDirW = 4,
 visResizeDirSW = 5,
 visResizeDirS = 6,
 visResizeDirSE = 7
}
enum VisRibbonXModes {
 visRXModeNone = 0,
 visRXModeDrawing = 1,
 visRXModeStencil = 2,
 visRXModePrintPreview = 4
}
enum VisRoleSelectionTypes {
 visRoleSelConnector = 1,
 visRoleSelContainer = 2,
 visRoleSelCallout = 4
}
enum VisRotationTypes {
 visRotateSelection = 0,
 visRotateSelectionWithPin = 1,
 visRotateShapes = 2
}
enum VisRoundFlags {
 visTruncate = 0,
 visRound = 1
}
enum VisRowIndices {
 visRowLast = -2,
 visRowInval = -1,
 visRowNone = -1,
 visRowFirst = 0,
 visRowComponent = 0,
 visRowMember = 0,
 visRowCharacter = 0,
 visRowParagraph = 0,
 visRowTab = 0,
 visRowScratch = 0,
 visRowConnectionPts = 0,
 visRowExport = 0,
 visRowField = 0,
 visRowControl = 0,
 visRowAction = 0,
 visRowLayer = 0,
 visRowUser = 0,
 visRowProp = 0,
 visRow1stHyperlink = 0,
 visRowFormat = 0,
 visRowReviewer = 0,
 visRowAnnotation = 0,
 visRowSmartTag = 0,
 visRowXFormOut = 1,
 visRowXFormIn = 1,
 visRowVertex = 1,
 visRowLine = 2,
 visRowFill = 3,
 visRowXForm1D = 4,
 visRowEvent = 5,
 visRowLayerMem = 6,
 visRowGuide = 7,
 visRowStyle = 8,
 visRowForeign = 9,
 visRowPage = 10,
 visRowText = 11,
 visRowTextXForm = 12,
 visRowAlign = 14,
 visRowLock = 15,
 visRowHelpCopyright = 16,
 visRowData123 = 16,
 visRowMisc = 17,
 visRowRulerGrid = 18,
 visRowHyperlink = 19,
 visRowDoc = 20,
 visRowImage = 21,
 visRowGroup = 22,
 visRowShapeLayout = 23,
 visRowPageLayout = 24,
 visRowPrintProperties = 25
}
enum VisRowTags {
 visTagInvalid = -1,
 visTagDefault = 0,
 visTagBase = 130,
 visTagTab0 = 136,
 visTagComponent = 137,
 visTagMoveTo = 138,
 visTagLineTo = 139,
 visTagArcTo = 140,
 visTagInfiniteLine = 141,
 visTagEllipse = 143,
 visTagEllipticalArcTo = 144,
 visTagTab2 = 150,
 visTagTab10 = 151,
 visTagCnnctPt = 153,
 visTagCtlPt = 162,
 visTagSplineBeg = 165,
 visTagSplineSpan = 166,
 visTagCtlPtTip = 170,
 visTagRowVoid = 180,
 visTagTab60 = 181,
 visTagCnnctNamed = 185,
 visTagCnnctPtABCD = 186,
 visTagCnnctNamedABCD = 187,
 visTagPolylineTo = 193,
 visTagNURBSTo = 195
}
enum VisRuleSetFlags {
 visRuleSetDefault = 0,
 visRuleSetHidden = 1
}
enum VisRuleTargets {
 visRuleTargetShape = 0,
 visRuleTargetPage = 1,
 visRuleTargetDocument = 2
}
enum VisRunTypes {
 visCharPropRow = 1,
 visParaPropRow = 2,
 visTabPropRow = 3,
 visWordRun = 10,
 visParaRun = 11,
 visFieldRun = 20
}
enum VisSavePreviewMode {
 visSavePreviewNone = 0,
 visSavePreviewDraft1st = 1,
 visSavePreviewDetailed1st = 2,
 visSavePreviewDraftAll = 4,
 visSavePreviewDetailedAll = 8
}
enum VisScrollbarStates {
 visScrollBarNeither = 0,
 visScrollBarHoriz = 1,
 visScrollBarVert = 4,
 visScrollBarBoth = 5
}
enum VisSectionIndices {
 visSectionFirst = 0,
 visSectionObject = 1,
 visSectionMember = 2,
 visSectionCharacter = 3,
 visSectionParagraph = 4,
 visSectionTab = 5,
 visSectionScratch = 6,
 visSectionConnectionPts = 7,
 visSectionExport = 7,
 visSectionTextField = 8,
 visSectionControls = 9,
 visSectionFirstComponent = 10,
 visSectionLastComponent = 239,
 visSectionAction = 240,
 visSectionLayer = 241,
 visSectionUser = 242,
 visSectionProp = 243,
 visSectionHyperlink = 244,
 visSectionReviewer = 245,
 visSectionAnnotation = 246,
 visSectionSmartTag = 247,
 visSectionLastReal = 247,
 visSectionLast = 252,
 visSectionInval = 255,
 visSectionNone = 255
}
enum VisSelectArgs {
 visDeselect = 1,
 visSelect = 2,
 visSubSelect = 3,
 visSelectAll = 4,
 visDeselectAll = 256
}
enum VisSelectionTypes {
 visSelTypeEmpty = 0,
 visSelTypeAll = 1,
 visSelTypeSingle = 2,
 visSelTypeByLayer = 3,
 visSelTypeByType = 4,
 visSelTypeByMaster = 5,
 visSelTypeByDataGraphic = 6,
 visSelTypeByRole = 7
}
enum VisSelectItemStatus {
 visSelIsPrimaryItem = 1,
 visSelIsSubItem = 2,
 visSelIsSuperItem = 4
}
enum VisSelectMode {
 visSelModeSkipSuper = 256,
 visSelModeOnlySuper = 512,
 visSelModeSkipSub = 1024,
 visSelModeOnlySub = 2048
}
enum VisShapeIDs {
 visInvalShapeID = -1,
 visPageSheetID = 0
}
enum VisShapeTypes {
 visTypeInval = 0,
 visTypePage = 1,
 visTypeGroup = 2,
 visTypeShape = 3,
 visTypeForeignObject = 4,
 visTypeGuide = 5,
 visTypeDoc = 6,
 visTypeMetafile = 16,
 visTypeBitmap = 32,
 visTypeInk = 64,
 visTypeIsLinked = 256,
 visTypeIsEmbedded = 512,
 visTypeIsControl = 1024,
 visTypeIsOLE2 = 32768
}
enum VisSnapExtensions {
 visSnapExtNone = 0,
 visSnapExtAlignmentBoxExtension = 1,
 visSnapExtCenterAxes = 2,
 visSnapExtCurveTangent = 4,
 visSnapExtEndpoint = 8,
 visSnapExtMidpoint = 16,
 visSnapExtLinearExtension = 32,
 visSnapExtCurveExtension = 64,
 visSnapExtEndpointPerpendicular = 128,
 visSnapExtMidpointPerpendicular = 256,
 visSnapExtEndpointHorizontal = 512,
 visSnapExtEndpointVertical = 1024,
 visSnapExtEllipseCenter = 2048,
 visSnapExtIsometricAngles = 4096
}
enum VisSnapSettings {
 visSnapToNone = 0,
 visSnapToRulerSubdivisions = 1,
 visSnapToGrid = 2,
 visSnapToGuides = 4,
 visSnapToHandles = 8,
 visSnapToVertices = 16,
 visSnapToConnectionPoints = 32,
 visSnapToGeometry = 256,
 visSnapToAlignmentBox = 512,
 visSnapToExtensions = 1024,
 visSnapToDisabled = 32768,
 visSnapToIntersections = 65536
}
enum VisSpatialRelationCodes {
 visSpatialOverlap = 1,
 visSpatialContain = 2,
 visSpatialContainedIn = 4,
 visSpatialTouching = 8
}
enum VisSpatialRelationFlags {
 visSpatialIncludeGuides = 2,
 visSpatialFrontToBack = 4,
 visSpatialBackToFront = 8,
 visSpatialIncludeHidden = 16,
 visSpatialIgnoreVisible = 32,
 visSpatialIncludeDataGraphics = 64,
 visSpatialIncludeContainerShapes = 128
}
enum VisStatCodes {
 visStatNormal = 0,
 visStatAppHasShutdown = 1,
 visStatDeleted = 2,
 visStatTouched = 4,
 visStatClosed = 8,
 visStatSuspended = 16
}
enum VisTextDisplayQualityTypes {
 visTextDisplayFaster = 0,
 visTextDisplayHigherQuality = 1,
 visTextDisplayClear = 2
}
enum VisThemeColors {
 visThemeColorsNone = 0,
 visThemeColorsMonochrome = 1,
 visThemeColorsOffice = 2,
 visThemeColorsMedian = 3,
 visThemeColorsConcourse = 4,
 visThemeColorsSolstice = 5,
 visThemeColorsTechnic = 6,
 visThemeColorsPaper = 7,
 visThemeColorsFoundry = 8,
 visThemeColorsApex = 9,
 visThemeColorsTrek = 10,
 visThemeColorsModule = 11,
 visThemeColorsOriel = 12,
 visThemeColorsAspect = 13,
 visThemeColorsEquity = 14,
 visThemeColorsCivic = 15,
 visThemeColorsOpulent = 16,
 visThemeColorsVerve = 17,
 visThemeColorsOrigin = 18,
 visThemeColorsUrban = 19,
 visThemeColorsFlow = 20,
 visThemeColorsMetro = 21,
 visThemeColorsOfficeLight = 22,
 visThemeColorsOfficeDark = 23,
 visThemeColorsMedianLight = 24,
 visThemeColorsMedianDark = 25,
 visThemeColorsConcourseLight = 26,
 visThemeColorsConcourseDark = 27,
 visThemeColorsPaperLight = 28,
 visThemeColorsPaperDark = 29,
 visThemeColorsFoundryLight = 30,
 visThemeColorsFoundryDark = 31,
 visThemeColorsEquityLight = 32,
 visThemeColorsEquityDark = 33,
 visThemeColorsVerveLight = 34,
 visThemeColorsVerveDark = 35,
 visThemeColorsBasic = 36,
 visThemeColorsAdjacency = 37,
 visThemeColorsAngles = 38,
 visThemeColorsApothecary = 39,
 visThemeColorsAustin = 40,
 visThemeColorsEssential = 41,
 visThemeColorsBlackTie = 42,
 visThemeColorsComposite = 43,
 visThemeColorsClarity = 44,
 visThemeColorsElemental = 45,
 visThemeColorsExecutive = 46,
 visThemeColorsGrid = 47,
 visThemeColorsHardcover = 48,
 visThemeColorsHorizon = 49,
 visThemeColorsNewsprint = 50,
 visThemeColorsCouture = 51,
 visThemeColorsPerspective = 52,
 visThemeColorsPushpin = 53,
 visThemeColorsSlipstream = 54,
 visThemeColorsThatch = 55,
 visThemeColorsWaveform = 56
}
enum VisThemeEffects {
 visThemeEffectsNone = 0,
 visThemeEffectsSubdued = 1,
 visThemeEffectsSimpleShadow = 2,
 visThemeEffectsButton = 3,
 visThemeEffectsSquare = 4,
 visThemeEffectsPillow = 5,
 visThemeEffectsBevelIllusion = 6,
 visThemeEffectsBevelHighlight = 7,
 visThemeEffectsOutline = 8,
 visThemeEffectsDecal = 9,
 visThemeEffectsRaisedSurface = 10,
 visThemeEffectsMesh = 11,
 visThemeEffectsPinstripe = 12,
 visThemeEffectsStripes = 13,
 visThemeEffectsOblique = 14,
 visThemeEffectsToy = 15,
 visThemeEffectsBasicShadow = 16
}
enum VisThemeTypes {
 visThemeTypeColor = 1,
 visThemeTypeEffect = 2
}
enum VisToolbarFlavors {
 visToolBarNone = -1,
 visToolBarOn = 0,
 visToolBarMSOffice = 0,
 visToolBarLotusSS = 0
}
enum VisToParts {
 visConnectToError = -1,
 visConnectError = -1,
 visToNone = 0,
 visNone = 0,
 visGuideX = 1,
 visGuideY = 2,
 visWholeShape = 3,
 visGuideIntersect = 4,
 visToAngle = 7,
 visConnectionPoint = 100
}
enum VisTraceFlags {
 visTraceEvents = 1,
 visTraceAdvises = 2,
 visTraceAddonInvokes = 4,
 visTraceCallsToVBA = 8
}
enum VisTypeSelectionTypes {
 visTypeSelGroup = 1,
 visTypeSelShape = 2,
 visTypeSelGuide = 4,
 visTypeSelMetafile = 8,
 visTypeSelBitmap = 16,
 visTypeSelInk = 32,
 visTypeSelOLE = 64
}
enum VisUIBarPosition {
 visBarLeft = 0,
 visBarTop = 1,
 visBarRight = 2,
 visBarBottom = 3,
 visBarFloating = 4,
 visBarPopup = 5,
 visBarMenu = 6
}
enum VisUIBarProtection {
 visBarNoProtection = 0,
 visBarNoCustomize = 1,
 visBarNoResize = 2,
 visBarNoMove = 4,
 visBarNoChangeDock = 16,
 visBarNoVerticalDock = 32,
 visBarNoHorizontalDock = 64
}
enum VisUIBarRow {
 visBarRowLast = -1,
 visBarRowFirst = 0
}
enum VisUIButtonState {
 visButtonDown = -1,
 visButtonUp = 0,
 visButtonMixed = 2
}
enum VisUIButtonStyle {
 visButtonAutomatic = 0,
 visButtonIcon = 1,
 visButtonCaption = 2,
 visButtonIconandCaption = 3
}
enum VisUICmds {
 visCmdFirst = 0,
 visCmdHierarchical = 0,
 visCmdFileNew = 1001,
 visCmdFileOpen = 1002,
 visCmdFileClose = 1003,
 visCmdFileSave = 1004,
 visCmdFileSaveAs = 1005,
 visCmdFileSaveWorkspace = 1006,
 visCmdFileImport = 1007,
 visCmdFileSummaryInfoDlg = 1009,
 visCmdFilePrint = 1010,
 visCmdFileLastFile1 = 1012,
 visCmdFileLastFile2 = 1013,
 visCmdFileLastFile3 = 1014,
 visCmdFileLastFile4 = 1015,
 visCmdFileExit = 1016,
 visCmdEditUndo = 1017,
 visCmdEditRedo = 1018,
 visCmdEditRepeat = 1019,
 visCmdUFEditCut = 1020,
 visCmdUFEditCopy = 1021,
 visCmdUFEditPaste = 1022,
 visCmdUFEditClear = 1023,
 visCmdUFEditDuplicate = 1024,
 visCmdUFEditSelectAll = 1025,
 visCmdEditSelectSpecial = 1026,
 visCmdEditPasteSpecial = 1027,
 visCmdEditPasteLink = 1028,
 visCmdEditOpenObject = 1029,
 visCmdEditLinks = 1030,
 visCmdEditInsertObject = 1031,
 visCmdEditInsertField = 1032,
 visCmdViewFitInWindow = 1033,
 visCmdView75 = 1034,
 visCmdView100 = 1035,
 visCmdView150 = 1036,
 visCmdView200 = 1037,
 visCmdViewCustom = 1038,
 visCmdViewRulers = 1039,
 visCmdViewGrid = 1040,
 visCmdViewGuides = 1041,
 visCmdViewConnections = 1042,
 visCmdEditFind = 1043,
 visCmdViewStatusBar = 1044,
 visCmdObjectBringForward = 1045,
 visCmdObjectBringToFront = 1046,
 visCmdObjectSendBackward = 1047,
 visCmdObjectSendToBack = 1048,
 visCmdObjectAlignObjects = 1049,
 visCmdObjectConnectObjects = 1050,
 visCmdObjectGroup = 1051,
 visCmdObjectUngroup = 1052,
 visCmdObjectAddToGroup = 1053,
 visCmdObjectRemoveFromGroup = 1054,
 visCmdObjectConvertToGroup = 1055,
 visCmdObjectRotate90 = 1056,
 visCmdObjectFlipVertical = 1057,
 visCmdObjectFlipHorizontal = 1058,
 visCmdObjectReverse = 1059,
 visCmdObjectUnion = 1060,
 visCmdObjectCombine = 1061,
 visCmdObjectFragment = 1062,
 visCmdFormatStyle = 1063,
 visCmdFormatDefineStyles = 1064,
 visCmdFormatLine = 1065,
 visCmdFormatFill = 1066,
 visCmdFormatText = 1067,
 visCmdFormatParagraph = 1068,
 visCmdFormatTabs = 1069,
 visCmdFormatBlock = 1070,
 visCmdFormatBehavior = 1071,
 visCmdFormatProtection = 1072,
 visCmdFormatSpecial = 1073,
 visCmdOptionsEditDrawing = 1074,
 visCmdOptionsEditBackground = 1075,
 visCmdOptionsPageSetup = 1076,
 visCmdOptionsGoToDrawing = 1077,
 visCmdOptionsNewPage = 1078,
 visCmdOptionsDeletePages = 1079,
 visCmdOptionsReorderPages = 1080,
 visCmdOptionsPreferences = 1081,
 visCmdOptionsColorPaletteDlg = 1082,
 visCmdOptionsProtectDocument = 1083,
 visCmdOptionsSnapGlueSetup = 1084,
 visCmdWindowNewWindow = 1085,
 visCmdWindowCascadeAll = 1086,
 visCmdWindowTileAll = 1087,
 visCmdWindowShowShapeSheet = 1088,
 visCmdWindowShowMasterObjects = 1089,
 visCmdRunAddOnMenu = 1090,
 visCmdWindowShowDrawPage = 1091,
 visCmdHelpContents = 1092,
 visCmdDecreaseIndent = 1093,
 visCmdIncreaseIndent = 1094,
 visCmdDecreaseParaSpacing = 1095,
 visCmdIncreaseParaSpacing = 1096,
 visCmdHelpStencil = 1097,
 visCmdTextRotate90 = 1098,
 visCmdHelpQuickTour = 1099,
 visCmdHelpAboutVisio = 1100,
 visCmdStenEditIcon = 1101,
 visCmdStenEditDrawing = 1102,
 visCmdStenNameMaster = 1103,
 visCmdStenNewMaster = 1104,
 visCmdStenImageMaster = 1105,
 visCmdStenCleanup = 1106,
 visCmdSWShowValues = 1107,
 visCmdSWShowFormulas = 1108,
 visCmdSWShowSectionsDlg = 1109,
 visCmdSWPasteNameDlg = 1110,
 visCmdSWPasteFunctionDlg = 1111,
 visCmdSWInsertRow = 1112,
 visCmdSWInsertRowAfter = 1113,
 visCmdSWChangeRowTypeDlg = 1114,
 visCmdSWDeleteRow = 1115,
 visCmdSWAddSectionDlg = 1116,
 visCmdSWDeleteSection = 1117,
 visCmdFormatDoubleClick = 1118,
 visCmdDrawTextStyle = 1121,
 visCmdDrawLineStyle = 1122,
 visCmdDrawFillStyle = 1123,
 visCmdDrawSnap = 1124,
 visCmdDrawGlue = 1125,
 visCmdDrawZoom = 1126,
 visCmdTextStyle = 1128,
 visCmdTextFont = 1129,
 visCmdTextSize = 1130,
 visCmdTextBold = 1131,
 visCmdTextItalic = 1132,
 visCmdTextSmallCaps = 1133,
 visCmdTextSuperscript = 1134,
 visCmdTextSubscript = 1135,
 visCmdTextUline = 1136,
 visCmdSWCancel = 1139,
 visCmdSWAccept = 1140,
 visCmdSWFormula = 1141,
 visCmdSWShowToggle = 1142,
 visCmdIconLeftColor = 1143,
 visCmdIconRightColor = 1144,
 visCmdIconPencilTool = 1145,
 visCmdRecalcObjectWH = 1146,
 visCmdTurnToPrevPage = 1147,
 visCmdTurnToNextPage = 1148,
 visCmdEditReplace = 1179,
 visCmdDrawAddGuide = 1180,
 visCmdAddTextShape = 1181,
 visCmdDrawRect = 1182,
 visCmdDrawOval = 1183,
 visCmdDragDuplicate = 1184,
 visCmdMoveObject = 1185,
 visCmdMove1D = 1186,
 visCmdMove2D = 1187,
 visCmdSize1D = 1188,
 visCmdSize2D = 1189,
 visCmdRotateObject = 1190,
 visCmdCropObject = 1192,
 visCmdPanObject = 1193,
 visCmdSizeTextBlock = 1194,
 visCmdAlignObjectLeft = 1196,
 visCmdAlignObjectCenter = 1197,
 visCmdAlignObjectRight = 1198,
 visCmdAlignObjectTop = 1199,
 visCmdAlignObjectMiddle = 1200,
 visCmdAlignObjectBottom = 1201,
 visCmdCenterDrawing = 1202,
 visCmdDeselectAll = 1213,
 visCmdTextEditState = 1214,
 visCmdZoomPt = 1215,
 visCmdZoomIn = 1216,
 visCmdZoomOut = 1217,
 visCmdZoomArea = 1218,
 visCmdDRPointerTool = 1219,
 visCmdDRPencilTool = 1220,
 visCmdDRLineTool = 1221,
 visCmdDRQtrArcTool = 1222,
 visCmdDRRectTool = 1223,
 visCmdDROvalTool = 1224,
 visCmdDRConnectorTool = 1225,
 visCmdDRConnectionTool = 1226,
 visCmdDRTextTool = 1227,
 visCmdDRRotateTool = 1228,
 visCmdObjectDistributeDlg = 1230,
 visCmdDistributeHSpace = 1231,
 visCmdDistributeLeft = 1232,
 visCmdDistributeCenter = 1233,
 visCmdDistributeRight = 1234,
 visCmdDistributeVSpace = 1235,
 visCmdDistributeTop = 1236,
 visCmdDistributeMiddle = 1237,
 visCmdDistributeBottom = 1238,
 visCmdUpdateContentCache = 1241,
 visCmdDropOnText = 1243,
 visCmdDropOnStencil = 1244,
 visCmdDropOnPage = 1246,
 visCmdSSWindowCollapse = 1250,
 visCmdSSWindowExpand = 1251,
 visCmdSSWindowSelect = 1252,
 visCmdSSWindowDeselect = 1253,
 visCmdAddConnectPt = 1263,
 visCmdModConnectPt = 1264,
 visCmdDelConnectPt = 1265,
 visCmdAddControlPt = 1266,
 visCmdModControlPt = 1267,
 visCmdDelControlPt = 1268,
 visCmdMovConnectPt = 1269,
 visCmdToolsSpelling = 1270,
 visCmdFormatPainter = 1271,
 visCmdPageMeasureUnitsDlg = 1274,
 visCmdView50 = 1279,
 visCmdView400 = 1280,
 visCmdInsertDataMap = 1282,
 visCmdSendAsMail = 1292,
 visCmdShapeActions = 1309,
 visCmdDRSplineTool = 1311,
 visCmdFormatCustPropEdit = 1312,
 visCmdRulerGridDlg = 1318,
 visCmdFormatShadow = 1333,
 visCmdFormatCorners = 1334,
 visCmdToolsInventory = 1335,
 visCmdMasterSetup = 1343,
 visCmdToolsArrayShapesAddOn = 1354,
 visCmdSetLineWeight = 1355,
 visCmdSetLinePattern = 1356,
 visCmdSetLineEnds = 1357,
 visCmdSetLineCornerStyle = 1358,
 visCmdSetLineColor = 1359,
 visCmdCloseWindow = 1361,
 visCmdSetFillShadow = 1379,
 visCmdSSWindowShowSection = 1380,
 visCmdSSWindowPasteName = 1381,
 visCmdSSWindowPasteFunction = 1382,
 visCmdSSWindowChangeRowType = 1383,
 visCmdSSWindowAddSection = 1384,
 visCmdSetFillColor = 1385,
 visCmdHelpMode = 1386,
 visCmdOffsetDlg = 1387,
 visCmdDesignMode = 1388,
 visCmdShapeExplorer = 1389,
 visCmdSetFillPattern = 1399,
 visCmdSetCharColor = 1404,
 visCmdSetCharSizeUp = 1405,
 visCmdSetCharSizeDown = 1406,
 visCmdTextHAlignLeft = 1407,
 visCmdTextHAlignCenter = 1408,
 visCmdTextHAlignRight = 1409,
 visCmdTextHAlignJustify = 1412,
 visCmdTextVAlignTop = 1413,
 visCmdTextVAlignMiddle = 1414,
 visCmdTextVAlignBottom = 1422,
 visCmdStampTool = 1424,
 visCmdObjectInfoDlg = 1425,
 visCmdObjectHelp = 1428,
 visCmdEditConvertObject = 1439,
 visCmdFileOpenStencil = 1442,
 visCmdPrintPage = 1443,
 visCmdSWShapeActionDlg = 1444,
 visCmdLayerDlg = 1446,
 visCmdLayerSetupDlg = 1448,
 visCmdCropTool = 1449,
 visCmdTextBlockTool = 1451,
 visCmdStenClose = 1452,
 visCmdIntersect = 1453,
 visCmdSubtract = 1454,
 visCmdStenActivate = 1458,
 visCmdStenIconAndName = 1480,
 visCmdStenIconOnly = 1481,
 visCmdStenNameOnly = 1482,
 visCmdStenAutoArrange = 1483,
 visCmdRunAddOnDlg = 1484,
 visCmdPrintPreview = 1490,
 visCmdOpenInVisio = 1491,
 visCmdFullScreenMode = 1492,
 visCmdLayoutDynamic = 1493,
 visCmdRotate90Clockwise = 1494,
 visCmdZoomLast = 1495,
 visCmdZoomPageWidth = 1496,
 visCmdInsertClipArt = 1497,
 visCmdInsertWordArt = 1498,
 visCmdInsertMicrosoftGraph = 1499,
 visCmdToolbarsDlg = 1500,
 visCmdInsertComment = 1501,
 visCmdMoveComment = 1502,
 visCmdOpenCommentForEdit = 1503,
 visCmdMSOInsertSymbol = 1504,
 visCmdMSOInsertSymbolDlg = 1505,
 visCmdINETAddToFavorites = 1506,
 visCmdViewPageBreaks = 1509,
 visCmdZoomSingleTile = 1512,
 visCmdPreviousTile = 1513,
 visCmdNextTile = 1514,
 visCmdFirstTile = 1515,
 visCmdLastTile = 1516,
 visCmdInsertAutoCADAddOn = 1521,
 visCmdInsertControlDlg = 1522,
 visCmdJoin = 1533,
 visCmdTrim = 1534,
 visCmdDlgCustomFit = 1536,
 visCmdFitCurve = 1538,
 visCmdIconBucketTool = 1543,
 visCmdIconLassoTool = 1544,
 visCmdIconSelectNet = 1545,
 visCmdFileLastFile5 = 1561,
 visCmdFileLastFile6 = 1569,
 visCmdFileLastFile7 = 1570,
 visCmdFileLastFile8 = 1571,
 visCmdFileLastFile9 = 1572,
 visCmdToolsLayoutShapesDlg = 1574,
 visCmdToolsRunVBE = 1576,
 visCmdToolsMacroDlg = 1577,
 visCmdFileNewBlankDrawing = 1579,
 visCmdFileNewStencilDlg = 1580,
 visCmdFileNewBlankStencil = 1582,
 visCmdFileChooseTemplates = 1583,
 visCmdProgRefHelp = 1584,
 visCmdInsertHyperLink = 1585,
 visCmdHelpTemplates = 1586,
 visCmdEmailRouting = 1588,
 visCmdSendToExchange = 1589,
 visCmdRemoveVBAFromActiveDoc = 1590,
 visCmdINETUserSearchPage = 1595,
 visCmdINETVisioHomePage = 1596,
 visCmdINETGoForward = 1598,
 visCmdINETGoBack = 1599,
 visCmdOpenActiveObject = 1601,
 visCmdCancelInPlaceEditing = 1602,
 visCmdINETVisioSolutionsLibrary = 1604,
 visCmdINETKnowledgeBase = 1605,
 visCmdINETDiagrammingResources = 1606,
 visCmdINETOpenHlink = 1607,
 visCmdINETOpenHlinkNewWnd = 1608,
 visCmdINETDeleteHlink = 1609,
 visCmdINETCopyHyperlink = 1610,
 visCmdHyperlinkHier = 1611,
 visCmdINETEditHyperlink = 1619,
 visCmdINETPasteAsHyperlink = 1620,
 visCmdBullets = 1633,
 visCmdShapeLayerToolbar = 1634,
 visCmdGoToPageToolbar = 1635,
 visCmdFormatAllTextProps = 1642,
 visCmdBrowseSampleDrawings = 1645,
 visCmdMSOInsertEquation = 1646,
 visCmdABarHide = 1650,
 visCmdABarToggleFloat = 1651,
 visCmdABarAutohide = 1652,
 visCmdPanZoom = 1653,
 visCmdPagesList = 1654,
 visCmdCustProp = 1658,
 visCmdInkTool = 1661,
 visCmdInkCustomizePen = 1664,
 visCmdShapesWindow = 1669,
 visCmdSizePos = 1670,
 visCmdFileNewBlankDrawingMetric = 1671,
 visCmdFileNewBlankDrawingUS = 1672,
 visCmdFileNewBlankStencilMetric = 1673,
 visCmdFileNewBlankStencilUS = 1674,
 visCmdCustomPropertySets = 1675,
 visCmdStenSave = 1676,
 visCmdStenSaveAs = 1677,
 visCmdStenProperties = 1678,
 visCmdStenEditToggle = 1679,
 visCmdStenEditOn = 1680,
 visCmdStenEditOff = 1681,
 visCmdEditUndoMultiple = 1682,
 visCmdEditRedoMultiple = 1683,
 visCmdABarAutoHeight = 1684,
 visCmdShapeCommentDlg = 1685,
 visCmdShapeComment = 1686,
 visCmdFormatCustPropDef = 1687,
 visCmdShapeCommentDelete = 1688,
 visCmdHideDocumentStencil = 1689,
 visCmdToggleDocumentStencil = 1690,
 visCmdCustPropDefine = 1695,
 visCmdSetDynConnRerouteFreely = 1696,
 visCmdSetDynConnRerouteAsNeeded = 1697,
 visCmdSetDynConnRerouteNever = 1698,
 visCmdSetPagePlow = 1699,
 visCmdSetDynConnRoutingStyle = 1700,
 visCmdSetPlaceableShapeBehavior = 1702,
 visCmdSetPageLineJumpCode_Disp = 1703,
 visCmdSetPageLineJumpCode_None = 1704,
 visCmdSetPageLineJumpCode_Horz = 1705,
 visCmdSetPageLineJumpCode_Vert = 1706,
 visCmdSetPageLineJumpCode_Last = 1707,
 visCmdSetDynConnLineJumpStyle_Page = 1708,
 visCmdSetDynConnLineJumpStyle_Arc = 1709,
 visCmdSetDynConnLineJumpStyle_Gap = 1710,
 visCmdSetDynConnLineJumpStyle_Square = 1711,
 visCmdSetDynConnLineJumpStyle_Triangle = 1712,
 visCmdSetDynConnLineJumpStyle_2pt = 1713,
 visCmdSetDynConnLineJumpStyle_3pt = 1714,
 visCmdSetDynConnLineJumpStyle_4pt = 1715,
 visCmdSetDynConnLineJumpStyle_5pt = 1716,
 visCmdSetDynConnLineJumpStyle_6pt = 1717,
 visCmdSWExpandRow = 1718,
 visCmdHyperlinkList = 1719,
 visCmdHeaderFooter = 1720,
 visCmdDrawingExplorer = 1721,
 visCmdHideAllToolbars = 1726,
 visCmdTextStrikethrough = 1741,
 visCmdDrawRegion = 1742,
 visCmdSetAddMarkup = 1744,
 visCmdDynamicGrid = 1765,
 visCmdRulSub = 1766,
 visCmdGrid = 1767,
 visCmdAlignBox = 1768,
 visCmdShapeGeo = 1769,
 visCmdGuides = 1771,
 visCmdShapeHand = 1772,
 visCmdShapeVert = 1773,
 visCmdConnPoints = 1774,
 visCmdRecordNewMacro = 1775,
 visCmdStartRecordingMacro = 1776,
 visCmdStopRecordingMacro = 1777,
 visCmdPauseRecordingMacro = 1778,
 visCmdResumeRecordingMacro = 1779,
 visCmdSSWindowShowTraceWindow = 1781,
 visCmdFileSaveAsWebPage = 1785,
 visCmdFileCheckIn = 1787,
 visCmdFileCheckOut = 1788,
 visCmdPasteShortcut = 1790,
 visCmdCreateShortcut = 1791,
 visCmdReOrderPage = 1795,
 visCmdStenDrawingExplorer = 1796,
 visCmdINETOfficeOnTheWeb = 1802,
 visCmdToolSnapLines = 1807,
 visCmdHelpSearch = 1809,
 visCmdTextEditRuler = 1810,
 visCmdCreateNewDrawing = 1812,
 visCmdHelpShapeBasics = 1822,
 visCmdDynConnReroute = 1829,
 visCmdShapeIntersect = 1830,
 visCmdINETVisioOnTheWeb = 1831,
 visCmdReviewerVisibilityAll = 1836,
 visCmdSetDynConnRerouteOnCrossover = 1837,
 visCmdSaveForAutoRecover = 1857,
 visCmdSetHeaderFooter = 1858,
 visCmdMsoClipboard = 1859,
 visCmdMsoSearch = 1860,
 visCmdTextAllCaps = 1862,
 visCmdTextDoubleUline = 1863,
 visCmdAppMaximize = 1864,
 visCmdAppMinimize = 1865,
 visCmdMsoAutoCorrectDlg = 1866,
 visCmdShapeGalleryAddOn = 1867,
 visCmdAcquireImages = 1868,
 visCmdDropManyOnPage = 1869,
 visCmdObjectSwapEnds = 1870,
 visCmdSetIndexInStencil = 1871,
 visCmdMsoAutoCorrect = 1872,
 visCmdMsoAutoFormat = 1873,
 visCmdShapeTransparencyDlg = 1874,
 visCmdShapeTransparency = 1875,
 visCmdToolsShowAddins = 1876,
 visCmdLicenseVerification = 1877,
 visCmdRightDragMove = 1878,
 visCmdRightDragCopy = 1879,
 visCmdRightDragLink = 1880,
 visCmdRightDragCancel = 1881,
 visCmdNMMeetNow = 1882,
 visCmdImagePropertiesDlg = 1883,
 visCmdToolsSecurity = 1884,
 visCmdMsoMediaGallery = 1885,
 visCmdNextWindow = 1886,
 visCmdImageProperties = 1887,
 visCmdSetLanguageDlg = 1888,
 visCmdSpellingChange = 1889,
 visCmdDetectAndRepair = 1890,
 visCmdOfficeDiagnostics = 1890,
 visCmdExportDatabaseAddOn = 1891,
 visCmdStenIconAndDetail = 1892,
 visCmdSetDynConnAppearanceDefault = 1893,
 visCmdSetDynConnAppearanceStraight = 1894,
 visCmdSetDynConnAppearanceCurved = 1895,
 visCmdTaskPaneToggle = 1896,
 visCmdTaskPane = 1896,
 visCmdNewFromExisting = 1897,
 visCmdMsoCustomItem = 1898,
 visCmdCreateEditMaster = 1899,
 visCmdBreakOLELink = 1900,
 visCmdMDIMaximize = 1901,
 visCmdMDIMinimize = 1902,
 visCmdMDIRestore = 1903,
 visCmdAppRestore = 1904,
 visCmdDeleteBackWord = 1905,
 visCmdNewDefDocBlankDrawing = 1906,
 visCmdSelectionModeRect = 1907,
 visCmdSelectionModeLasso = 1908,
 visCmdSelectionModeExtend = 1909,
 visCmdNextMarkup = 1914,
 visCmdPreviousMarkup = 1915,
 visCmdMasterExplorer = 1916,
 visCmdZoomInIgnoreSel = 1917,
 visCmdZoomOutIgnoreSel = 1918,
 visCmdReviewerVisibilityNone = 1919,
 visCmdDeleteComment = 1920,
 visCmdSizeObjects = 1925,
 visCmdReviewerPaneToggle = 1939,
 visCmdTaskPaneReviewer = 1939,
 visCmdConnectorEffectRightAngle = 1943,
 visCmdConnectorEffectStraight = 1944,
 visCmdConnectorEffectCurved = 1945,
 visCmdDrawingTools = 1946,
 visCmdTextDoubleStrikethrough = 1951,
 visCmdTextHAlignDistribute = 1952,
 visCmdFormatInkDlg = 1955,
 visCmdCheckForUpdates = 1962,
 visCmdPrivacySettings = 1963,
 visCmdContactUs = 1964,
 visCmdResearchLookUp = 1967,
 visCmdResearchTranslate = 1968,
 visCmdResearchPaneToggle = 1969,
 visCmdTaskPaneResearch = 1969,
 visCmdInkEraser = 1970,
 visCmdInkReviewPen = 1971,
 visCmdSharedWorkspacePaneToggle = 1972,
 visCmdTaskPaneDocumentManagement = 1972,
 visCmdInkStockPen0 = 1973,
 visCmdInkStockPen1 = 1974,
 visCmdInkStockPen2 = 1975,
 visCmdInkStockPen3 = 1976,
 visCmdInkStockPen4 = 1977,
 visCmdDiagramGallery = 1982,
 visCmdShapeStudioAddon = 1985,
 visCmdLinkRowToShape = 1997,
 visCmdAddDataRecordset = 1998,
 visCmdDeleteDataRecordset = 1999,
 visCmdStenNamesUnderIcons = 2005,
 visCmdInsertTextBox = 2006,
 visCmdInsertVertTextBox = 2007,
 visCmdRHI = 2009,
 visCmdRHIDlg = 2010,
 visCmdDataSelectorDlg = 2011,
 visCmdViewDirectionToggle = 2012,
 visCmdViewLeftToRight = 2013,
 visCmdViewRightToLeft = 2014,
 visCmdApplyDataGraphic = 2017,
 visCmdDataRefreshDlg = 2019,
 visCmdDataRefresh = 2021,
 visCmdDataRefreshConfigDlg = 2022,
 visCmdTaskPaneDataGraphic = 2024,
 visCmdDataRecordsetSetCommand = 2037,
 visCmdDataRecordsetSetPrimaryKey = 2038,
 visCmdSpellingOptionsDlg = 2042,
 visCmdDataColumnSettingsDlg = 2043,
 visCmdDataExplorerWindow = 2044,
 visCmdDataAutoLinkWiz = 2045,
 visCmdDataAutoLink = 2046,
 visCmdApplyThemeToPage = 2047,
 visCmdApplyThemeToDoc = 2048,
 visCmdEditTheme = 2049,
 visCmdDuplicateTheme = 2050,
 visCmdDeleteTheme = 2052,
 visCmdTaskTogglePreviewSize = 2053,
 visCmdTaskPaneThemeColors = 2054,
 visCmdTaskPaneThemeEffects = 2055,
 visCmdAllowThemes = 2056,
 visCmdDataUnlinkShape = 2057,
 visCmdDataUnlinkRow = 2058,
 visCmdUpdateColumnsInLinkedShapes = 2061,
 visCmdNewThemeEffects = 2064,
 visCmdNewThemeColors = 2065,
 visCmdDeleteDataGraphic = 2067,
 visCmdRelayoutShapes = 2068,
 visCmdDataRecordsetProperties = 2072,
 visCmdAutoConnectToggle = 2091,
 visCmdApplyDataGraphicAfterLink = 2092,
 visCmdDataRefreshAddConflict = 2094,
 visCmdDataRefreshDeleteConflict = 2095,
 visCmdDataAutoConnect = 2098,
 visCmdDataRefreshResolveConflict = 2103,
 visCmdTrustCenterDlg = 2104,
 visCmdAutoGenerateDataGraphics = 2105,
 visCmdDuplicateDataGraphic = 2106,
 visCmdRemoveDataGraphicFromSel = 2107,
 visCmdDropManyLinked = 2108,
 visCmdFileUndoCheckout = 2109,
 visCmdDeleteForwardWord = 2114,
 visCmdSaveAsFixedFormatDlg = 2117,
 visCmdRemoveThemeFromSel = 2119,
 visCmdFileLastFile10 = 2127,
 visCmdFileLastFile11 = 2128,
 visCmdFileLastFile12 = 2129,
 visCmdFileLastFile13 = 2130,
 visCmdFileLastFile14 = 2131,
 visCmdFileLastFile15 = 2132,
 visCmdFileLastFile16 = 2133,
 visCmdFileLastFile17 = 2134,
 visCmdFileLastFile18 = 2135,
 visCmdFileLastFile19 = 2136,
 visCmdFileLastFile20 = 2137,
 visCmdOfficeCenterOptions = 2141,
 visCmdInsertLabelControl = 2144,
 visCmdInserTextBoxControl = 2145,
 visCmdInsertSpinControl = 2146,
 visCmdInsertPushButtonControl = 2147,
 visCmdInsertImageControl = 2148,
 visCmdInsertScrollBarControl = 2149,
 visCmdInsertCheckBoxControl = 2150,
 visCmdInsertRadioButtonControl = 2151,
 visCmdInsertComboBoxControl = 2152,
 visCmdInsertListBoxControl = 2153,
 visCmdInsertToggleButtonControl = 2154,
 visCmdInsertNewBackgroundPage = 2165,
 visCmdShowShapeSheetShape = 2167,
 visCmdShowShapeSheetPage = 2168,
 visCmdShowShapeSheetDocument = 2169,
 visCmdSetPageOrientation = 2170,
 visCmdSetPageSize = 2171,
 visCmdDropAndContain = 2172,
 visCmdAddMemberToContainer = 2173,
 visCmdInsertMemberIntoList = 2174,
 visCmdRemoveMemberFromContainer = 2175,
 visCmdPageSizeDlg = 2176,
 visCmdResearchThesaurus = 2178,
 visCmdPreviousCommentMarkup = 2179,
 visCmdNextCommentMarkup = 2180,
 visCmdSetContainerProperties = 2181,
 visCmdApplyThemeColors = 2188,
 visCmdApplyThemeEffects = 2189,
 visCmdEditThemeColors = 2190,
 visCmdEditThemeEffects = 2191,
 visCmdFitContainerToContents = 2195,
 visCmdDropAndInsertIntoList = 2196,
 visCmdReorderList = 2197,
 visCmdDeleteConnectors = 2199,
 visCmdMultipleFileImport = 2201,
 visCmdInsertPageTab = 2202,
 visCmdDisbandContainer = 2204,
 visCmdFormatPictureAutobalance = 2205,
 visCmdFormatPictureCompressionDlg = 2212,
 visCmdCloseInkToolsRibbonTab = 2213,
 visCmdSelectContainerMembers = 2219,
 visCmdLockContainer = 2220,
 visCmdPasteToLocation = 2221,
 visCmdAutoAlignAndSpace = 2222,
 visCmdAutoAlign = 2223,
 visCmdAutoSpace = 2224,
 visCmdMoveOffPageBreaks = 2225,
 visCmdDiagramRotateRight = 2226,
 visCmdDiagramRotateLeft = 2227,
 visCmdDiagramFlipVertical = 2228,
 visCmdDiagramFlipHorizontal = 2229,
 visCmdShowLineJumpsToggle = 2231,
 visCmdMinimizeRibbonToggle = 2232,
 visCmdLayoutSpacingDlg = 2233,
 visCmdCOMAddinsDlg = 2238,
 visCmdNewSubProcess = 2245,
 visCmdCreateSubProcessFromSel = 2249,
 visCmdAddToAllContainers = 2251,
 visCmdRemoveFromAllContainers = 2252,
 visCmdValidateDiagram = 2253,
 visCmdIgnoreValidationIssue = 2254,
 visCmdReinstateValidationIssue = 2255,
 visCmdIgnoreValidationRule = 2256,
 visCmdStopIgnoringValidationRule = 2257,
 visCmdShowIgnoredIssuesToggle = 2258,
 visCmdValidationIssuesWindowToggle = 2263,
 visCmdSetDiagramServices = 2265,
 visCmdSetAutoSize = 2266,
 visCmdAutoSizeDrawing = 2267,
 visCmdAddToNewContainer = 2268,
 visCmdCollapseShapesWindow = 2269,
 visCmdListInsertBefore = 2270,
 visCmdListInsertAfter = 2271,
 visCmdValidationIssuesArrangeByRule = 2278,
 visCmdValidationIssuesArrangeByCategory = 2279,
 visCmdValidationIssuesArrangeByPage = 2280,
 visCmdValidationIssuesArrangeByIgnored = 2281,
 visCmdValidationIssuesArrangeOriginalOrder = 2282,
 visCmdApplyMainTheme = 2285,
 visCmdDropCallout = 2286,
 visCmdAssociateCallout = 2287,
 visCmdApplyMainThemeToPage = 2289,
 visCmdActivateQuickShapesWnd = 2290,
 visCmdHideMoreShapes = 2291,
 visCmdPublishToVisioServices = 2293,
 visCmdPublishToProcessRepository = 2294,
 visCmdEditRedoOrRepeat = 2295,
 visCmdApplyMainThemeToDocument = 2296,
 visCmdApplyThemeToNewShapesToggle = 2297,
 visCmdFileSaveAsDrawingPreviousFileFormat = 2298,
 visCmdFileSaveAsTemplate = 2299,
 visCmdFileSaveAsPNG = 2300,
 visCmdFileSaveAsJPG = 2301,
 visCmdFileSaveAsEMF = 2302,
 visCmdFileSaveAsSVG = 2303,
 visCmdFileSaveAsVDX = 2304,
 visCmdFileSaveAsDWG = 2305,
 visCmdFileSaveAsDrawing = 2306,
 visCmdValidationIssueNavigateToShape = 2326,
 visCmdInsertLegendHorizontal = 2331,
 visCmdPageSizeToFitDrawing = 2332,
 visCmdPageAutoSizeToggle = 2333,
 visCmdInsertLegendVertical1 = 2335,
 visCmdPostDrag = 2337,
 visCmdSpaceShapesAvoidPageBreaksToggle = 2340,
 visCmdShapeSearchWindowToggle = 2344,
 visCmdInsertClipArtDlg = 2345,
 visCmdRemoveMemberFromList = 2346,
 visCmdContainerAutoResizeOff = 2347,
 visCmdContainerAutoResizeExpandOnly = 2348,
 visCmdContainerAutoResizeExpandContract = 2349,
 visCmdTranslateOptions = 2352,
 visCmdNewForegroundPage = 2361,
 visCmdLanguagePreferencesDlg = 2363,
 visCmdLast = 65535
}
enum VisUICtrlAtts {
 visCtrlAlignmentLEFT = 1,
 visCtrlAlignmentCENTER = 2,
 visCtrlAlignmentRIGHT = 4,
 visCtrlAlignmentBOX = 128,
 visCtrlAlignmentLEFTBOX = 129,
 visCtrlAlignmentCENTERBOX = 130,
 visCtrlAlignmentRIGHTBOX = 132
}
enum VisUICtrlIDs {
 visCtrlIDOPEN = 1,
 visCtrlIDOPENSTEN = 2,
 visCtrlIDSAVE = 3,
 visCtrlIDPRINT = 4,
 visCtrlIDPREVIEW = 5,
 visCtrlIDCUT = 6,
 visCtrlIDCOPY = 7,
 visCtrlIDPASTE = 8,
 visCtrlIDCLEAR = 9,
 visCtrlIDUNDO = 10,
 visCtrlIDREDO = 11,
 visCtrlIDREPEAT = 12,
 visCtrlIDPREVIOUSPAGE = 13,
 visCtrlIDNEXTPAGE = 14,
 visCtrlIDZOOMOUT = 15,
 visCtrlIDZOOMIN = 16,
 visCtrlIDZOOM100 = 17,
 visCtrlIDFLIPHORZ = 18,
 visCtrlIDFLIPVERT = 19,
 visCtrlIDPOINTERTOOL = 20,
 visCtrlIDPENCILTOOL = 21,
 visCtrlIDLINETOOL = 22,
 visCtrlIDQTRARCTOOL = 23,
 visCtrlIDRECTTOOL = 24,
 visCtrlIDOVALTOOL = 25,
 visCtrlIDSTAMPTOOL = 26,
 visCtrlIDTEXTTOOL = 27,
 visCtrlIDROTATETOOL = 28,
 visCtrlIDCROPTOOL = 29,
 visCtrlIDCONNECTIONPTTOOL = 30,
 visCtrlIDSNAP = 31,
 visCtrlIDGLUE = 32,
 visCtrlIDRULER = 33,
 visCtrlIDGRID = 34,
 visCtrlIDGUIDE = 35,
 visCtrlIDCONNECT = 36,
 visCtrlIDROTATECLOCKWISE = 37,
 visCtrlIDROTATECOUNTER = 38,
 visCtrlIDNEWWINDOW = 39,
 visCtrlIDCORNERSTYLE = 40,
 visCtrlIDLINEEND = 41,
 visCtrlIDSHADOWSTYLE = 42,
 visCtrlIDFILLCOLOR = 43,
 visCtrlIDLINECOLOR = 44,
 visCtrlIDLINEWEIGHT = 45,
 visCtrlIDLINEPATTERN = 46,
 visCtrlIDFILLPATTERN = 47,
 visCtrlIDPOINTSIZEDOWN = 48,
 visCtrlIDPOINTSIZEUP = 49,
 visCtrlIDBOLD = 50,
 visCtrlIDITALIC = 51,
 visCtrlIDULINE = 52,
 visCtrlIDSUPERSCRIPT = 53,
 visCtrlIDSUBSCRIPT = 54,
 visCtrlIDTEXTCOLOR = 55,
 visCtrlIDTEXTLEFT = 56,
 visCtrlIDTEXTCENTER = 57,
 visCtrlIDTEXTRIGHT = 58,
 visCtrlIDTEXTJUSTIFY = 59,
 visCtrlIDTEXTTOP = 60,
 visCtrlIDTEXTMIDDLE = 61,
 visCtrlIDTEXTBOTTOM = 62,
 visCtrlIDALIGN = 63,
 visCtrlIDALIGNLEFT = 64,
 visCtrlIDALIGNCENTER = 65,
 visCtrlIDALIGNRIGHT = 66,
 visCtrlIDALIGNTOP = 67,
 visCtrlIDALIGNMIDDLE = 68,
 visCtrlIDALIGNBOTTOM = 69,
 visCtrlIDDISTRIBUTE = 70,
 visCtrlIDDHORZ_EQSPACE = 71,
 visCtrlIDDHORZ_CENTER = 72,
 visCtrlIDDVERT_EQSPACE = 73,
 visCtrlIDDVERT_MIDDLE = 74,
 visCtrlIDCONNECTSHAPES = 75,
 visCtrlIDFIRSTPAGE = 76,
 visCtrlIDLASTPAGE = 77,
 visCtrlIDPAGEBREAKS = 78,
 visCtrlIDSPLINETOOL = 79,
 visCtrlIDICONNAME = 80,
 visCtrlIDICONONLY = 81,
 visCtrlIDNAMEONLY = 82,
 visCtrlIDARRANGEICONS = 83,
 visCtrlIDCANCELFORMULA = 84,
 visCtrlIDACCEPTFORMULA = 85,
 visCtrlIDICONPENCIL = 86,
 visCtrlIDICONBUCKET = 87,
 visCtrlIDICONLASSO = 88,
 visCtrlIDICONSELNET = 89,
 visCtrlIDBRINGFRONT = 90,
 visCtrlIDSENDBACK = 91,
 visCtrlIDGROUP = 92,
 visCtrlIDUNGROUP = 93,
 visCtrlIDCASCADE = 94,
 visCtrlIDTILE = 95,
 visCtrlIDCONNECTORTOOL = 96,
 visCtrlIDTEXTBLOCKTOOL = 97,
 visCtrlIDWHOLEPAGE = 98,
 visCtrlIDSINGLETILE = 99,
 visCtrlIDSPELLING = 100,
 visCtrlIDFORMATPAINTER = 101,
 visCtrlIDHELPMODE = 102,
 visCtrlIDLAYERPROPERTIES = 103,
 visCtrlIDLAYOUTSHAPES = 104,
 visCtrlIDINSERTHYPERLINK = 105,
 visCtrlIDSEARCHTHEWEB = 106,
 visCtrlIDGOBACK = 107,
 visCtrlIDGOFORWARD = 108,
 visCtrlIDWEBTOOLBAR = 109,
 visCtrlIDSHAPEEXPL = 110,
 visCtrlIDCUSTPROP = 111,
 visCtrlIDROTATETEXT = 112,
 visCtrlIDBULLETS = 113,
 visCtrlIDDECRINDENT = 114,
 visCtrlIDINCRINDENT = 115,
 visCtrlIDDECRPARA = 116,
 visCtrlIDINCRPARA = 117,
 visCtrlIDINSERTCONTROL = 118,
 visCtrlIDDESIGNMODE = 119,
 visCtrlIDSHAPESHEET = 120,
 visCtrlIDMACROS = 121,
 visCtrlIDVBEDITOR = 122,
 visCtrlIDFORMULA = 190,
 visCtrlIDSPACER = 191,
 visCtrlIDALLSTYLESCOMBO = 200,
 visCtrlIDTEXTSTYLECOMBO = 201,
 visCtrlIDLINESTYLECOMBO = 202,
 visCtrlIDFILLSTYLECOMBO = 203,
 visCtrlIDZOOMCOMBO = 204,
 visCtrlIDFONTCOMBO = 205,
 visCtrlIDPOINTSIZECOMBO = 206,
 visCtrlIDGOTOPAGE = 207,
 visCtrlIDSHAPELAYERCOMBO = 208,
 visCtrlIDALLSTYLESLIST = 220,
 visCtrlIDTEXTSTYLELIST = 221,
 visCtrlIDLINESTYLELIST = 222,
 visCtrlIDFILLSTYLELIST = 223,
 visCtrlIDZOOMLIST = 224,
 visCtrlIDFONTLIST = 225,
 visCtrlIDPOINTSIZELIST = 226,
 visCtrlIDGOTOPAGELIST = 227,
 visCtrlIDSHAPELAYERLIST = 228,
 visCtrlIDCLOSE = 240,
 visCtrlIDLINECOLORS = 241,
 visCtrlIDLINEWEIGHTS = 242,
 visCtrlIDLINEPATTERNS = 243,
 visCtrlIDFILLCOLORS = 244,
 visCtrlIDFILLPATTERNS = 245,
 visCtrlIDTEXTCOLORS = 246,
 visCtrlIDSHAPELAYER = 247,
 visCtrlIDALIGNSHAPES = 260,
 visCtrlIDDISTRIBUTESHAPES = 261,
 visCtrlIDLEFTCOLORBOX = 300,
 visCtrlIDRIGHTCOLORBOX = 301,
 visCtrlIDCOLOR1 = 302,
 visCtrlIDCOLOR2 = 303,
 visCtrlIDCOLOR3 = 304,
 visCtrlIDCOLOR4 = 305,
 visCtrlIDCOLOR5 = 306,
 visCtrlIDCOLOR6 = 307,
 visCtrlIDCOLOR7 = 308,
 visCtrlIDCOLOR8 = 309,
 visCtrlIDCOLOR9 = 310,
 visCtrlIDCOLOR10 = 311,
 visCtrlIDCOLOR11 = 312,
 visCtrlIDCOLOR12 = 313,
 visCtrlIDCOLOR13 = 314,
 visCtrlIDCOLOR14 = 315,
 visCtrlIDCOLOR15 = 316,
 visCtrlIDCOLOR16 = 317,
 visCtrlIDTRANSPARENT = 318,
 visCtrlIDALLSTYLESLABEL = 400,
 visCtrlIDTEXTSTYLELABEL = 401,
 visCtrlIDLINESTYLELABEL = 402,
 visCtrlIDFILLSTYLELABEL = 403,
 visCtrlIDZOOMLABEL = 404,
 visCtrlIDFONTLABEL = 405,
 visCtrlIDPOINTSIZELABEL = 406,
 visCtrlIDLEFTCOLORLABEL = 407,
 visCtrlIDRIGHTCOLORLABEL = 408,
 visCtrlIDSTATUSLABEL = 409,
 visCtrlIDPREVIEWLABEL = 410,
 visCtrlIDSTATUSREADOUT = 500,
 visCtrlIDSTATUSMSG_1 = 501,
 visCtrlIDSTATUSMSG_2 = 502,
 visCtrlIDSTATUSMSG_3 = 503,
 visCtrlIDSTATUSMSG_4 = 504,
 visCtrlIDSTATUSMSG_5 = 505,
 visCtrlIDSTATUSMSG_6 = 506,
 visCtrlIDSTATUSMSG_7 = 507,
 visCtrlIDSTATUSMSG_8 = 508,
 visCtrlIDSTATUSMSG_9 = 509,
 visCtrlIDMSG_PAGES = 510,
 visCtrlIDNEW = 8383
}
enum VisUICtrlTypes {
 visCtrlTypeEND = 0,
 visCtrlTypeSTATE = 1,
 visCtrlTypeBUTTON = 2,
 visCtrlTypeSTATE_BUTTON = 3,
 visCtrlTypeHIERBUTTON = 4,
 visCtrlTypeSTATE_HIERBUTTON = 5,
 visCtrlTypeDROPBUTTON = 8,
 visCtrlTypeSTATE_DROPBUTTON = 9,
 visCtrlTypeSPLITBUTTON_MRU_COLOR = 16,
 visCtrlTypePALETTEBUTTON = 16,
 visCtrlTypeSPINBUTTON = 16,
 visCtrlTypeSPLITBUTTON = 17,
 visCtrlTypePALETTEBUTTONNOMRU = 17,
 visCtrlTypeSPLITBUTTON_MRU_COMMAND = 18,
 visCtrlTypePALETTEBUTTONICON = 18,
 visCtrlTypePUSHBUTTON = 32,
 visCtrlTypeBUTTON_OWNERDRAW = 33,
 visCtrlTypeOWNERDRAW_BUTTON = 33,
 visCtrlTypeEDITBOX = 64,
 visCtrlTypeCOMBOBOX = 128,
 visCtrlTypeCOMBOBOX_SORTED = 129,
 visCtrlTypeDROPDOWN_OWNERDRAW = 256,
 visCtrlTypeCOMBODRAW = 256,
 visCtrlTypeDROPDOWN_SORTED_OWNERDRAW = 257,
 visCtrlTypeDROPDOWN = 272,
 visCtrlTypeDROPDOWN_SORTED = 273,
 visCtrlTypeLISTBOX = 512,
 visCtrlTypeLISTBOXDRAW = 513,
 visCtrlTypeCOLORBOX = 1024,
 visCtrlTypeLABEL = 2048,
 visCtrlTypeMESSAGE = 4096,
 visCtrlTypeSPACER = 16384,
 visCtrlTypeSWATCH = 32768,
 visCtrlTypeSWATCH_COLORS = 32769
}
enum VisUIIconIDs {
 visIconIXNEW = 0,
 visIconIXOPEN = 1,
 visIconIXOPENSTENCIL = 2,
 visIconIXSAVE = 3,
 visIconIXPRINT = 4,
 visIconIXPRINTPREVIEW = 5,
 visIconIXCUT = 6,
 visIconIXCOPY = 7,
 visIconIXPASTE = 8,
 visIconIXCLEAR = 9,
 visIconIXUNDO = 10,
 visIconIXREDO = 11,
 visIconIXREPEAT = 12,
 visIconIXPREVIOUSPAGE = 13,
 visIconIXNEXTPAGE = 14,
 visIconIXZOOMOUT = 15,
 visIconIXZOOMIN = 16,
 visIconIXZOOM100 = 17,
 visIconIXFLIPHORIZONTAL = 18,
 visIconIXFLIPVERTICAL = 19,
 visIconIXPOINTERTOOL = 20,
 visIconIXPENCILTOOL = 21,
 visIconIXLINETOOL = 22,
 visIconIXQTRARCTOOL = 23,
 visIconIXRECTANGLETOOL = 24,
 visIconIXOVALTOOL = 25,
 visIconIXSTAMPTOOL = 26,
 visIconIXTEXTOOL = 27,
 visIconIXROTATETOOL = 28,
 visIconIXCROP = 29,
 visIconIXCONNECTIONPTTOOL = 30,
 visIconIXSNAP = 31,
 visIconIXGLUE = 32,
 visIconIXRULER = 33,
 visIconIXGRID = 34,
 visIconIXGUIDE = 35,
 visIconIXCONNECTIONPOINTS = 36,
 visIconIXROTATECLOCKWISE = 37,
 visIconIXROTATECOUNTERCLOCKWISE = 38,
 visIconIXNEWWINDOW = 39,
 visIconIXCORNERSTYLE = 40,
 visIconIXLINEEND = 41,
 visIconIXSHADOWSTYLE = 42,
 visIconIXFILLCOLOR = 43,
 visIconIXLINECOLOR = 44,
 visIconIXLINEWEIGHT = 45,
 visIconIXLINEPATTERN = 46,
 visIconIXFILLPATTERN = 47,
 visIconIXPOINTSIZEDOWN = 48,
 visIconIXPOINTSIZEUP = 49,
 visIconIXBOLD = 50,
 visIconIXITALIC = 51,
 visIconIXUNDERLINE = 52,
 visIconIXSUPERSCRIPT = 53,
 visIconIXSUBSCRIPT = 54,
 visIconIXTEXTCOLOR = 55,
 visIconIXTEXTALIGNLEFT = 56,
 visIconIXTEXTALIGNCENTER = 57,
 visIconIXTEXTALIGNRIGHT = 58,
 visIconIXTEXTALIGNJUSTIFY = 59,
 visIconIXTEXTALIGNTOP = 60,
 visIconIXTEXTALIGNMIDDLE = 61,
 visIconIXTEXTALIGNBOTTOM = 62,
 visIconIXALIGN = 63,
 visIconIXALIGNLEFT = 64,
 visIconIXALIGNCENTER = 65,
 visIconIXALIGNRIGHT = 66,
 visIconIXALIGNTOP = 67,
 visIconIXALIGNMIDDLE = 68,
 visIconIXALIGNBOTTOM = 69,
 visIconIXDISTRIBUTE = 70,
 visIconIXDHORZ_EQSPACE = 71,
 visIconIXDHORZ_CENTER = 72,
 visIconIXDVERT_EQSPACE = 73,
 visIconIXDVERT_MIDDLE = 74,
 visIconIXCONNECTSHAPES = 75,
 visIconIXFIRSTPAGE = 76,
 visIconIXLASTPAGE = 77,
 visIconIXPAGEBREAKS = 78,
 visIconIXSPLINETOOL = 79,
 visIconIXICONNAME = 80,
 visIconIXICONONLY = 81,
 visIconIXNAMEONLY = 82,
 visIconIXARRANGE = 83,
 visIconIXCANCEL = 84,
 visIconIXACCEPT = 85,
 visIconIXICONPENCIL = 86,
 visIconIXICONBUCKET = 87,
 visIconIXICONLASSO = 88,
 visIconIXICONSELNET = 89,
 visIconIXBRINGFRONT = 90,
 visIconIXSENDBACK = 91,
 visIconIXGROUP = 92,
 visIconIXUNGROUP = 93,
 visIconIXCASCADE = 94,
 visIconIXTILE = 95,
 visIconIXCONNECTORTOOL = 96,
 visIconIXTEXTBLOCKTOOL = 97,
 visIconIXWHOLEPAGE = 98,
 visIconIXSINGLETILE = 99,
 visIconIXSPELLING = 100,
 visIconIXFORMATPAINTER = 101,
 visIconIXHELPMODE = 102,
 visIconIXLAYERPROPERTIES = 103,
 visIconIXLAYOUTSHAPES = 104,
 visIconIXINSERTHYPERLINK = 105,
 visIconIXSEARCHTHEWEB = 106,
 visIconIXGOBACK = 107,
 visIconIXGOFORWARD = 108,
 visIconIXWEBTOOLBAR = 109,
 visIconIXSHAPEEXPL = 110,
 visIconIXCUSTPROP = 111,
 visIconIXROTATETEXT = 112,
 visIconIXBULLETS = 113,
 visIconIXDECRINDENT = 114,
 visIconIXINCRINDENT = 115,
 visIconIXDECRPARA = 116,
 visIconIXINCRPARA = 117,
 visIconIXINSERTCONTROL = 118,
 visIconIXDESIGNMODE = 119,
 visIconIXSHAPESHEET = 120,
 visIconIXMACROS = 121,
 visIconIXVBEDITOR = 122,
 visIconIXVERTICALTEXT = 123,
 visIconIXFULLSCREEN = 124,
 visIconIXHELPBOOK = 125,
 visIconIXSHAPEEXPLORER = 126,
 visIconIXWEBPAGE = 127,
 visIconIXCHECKMARK = 128,
 visIconIXCANTFIND = 129,
 visIconIXCLIPART = 130,
 visIconIXIMAGE = 131,
 visIconIXWORDART = 132,
 visIconIXHELPASSISTANT = 133,
 visIconIXCHART = 134,
 visIconIXMAILRECPT = 135,
 visIconIXROUTINGRECPT = 136,
 visIconIXEXCHANGEFOLDER = 137,
 visIconIXFIND = 138,
 visIconIXPANZOOM = 139,
 visIconIXRESTORE = 140,
 visIconIXMINIMIZE = 141,
 visIconIXMAXIMIZE = 142,
 visIconIXCLOSE = 143,
 visIconIXFOLDER = 144,
 visIconIXVSD = 145,
 visIconIXVSS = 146,
 visIconIXVST = 147,
 visIconIXVBAMACRO = 148,
 visIconIXADDIN = 149,
 visIconIXSIZEPOS = 150,
 visIconIXCUSTOM_SMILE = 151,
 visIconIXCUSTOM_FROWN = 152,
 visIconIXCUSTOM_BANK = 153,
 visIconIXCUSTOM_PASTE = 154,
 visIconIXCUSTOM_LOAD = 155,
 visIconIXCUSTOM_SAVE = 156,
 visIconIXCUSTOM_MIC = 157,
 visIconIXCUSTOM_SPEAKER = 158,
 visIconIXCUSTOM_BELL = 159,
 visIconIXCUSTOM_NOTE = 160,
 visIconIXCUSTOM_PHONE = 161,
 visIconIXCUSTOM_BALLOON = 162,
 visIconIXCUSTOM_CAMCORD = 163,
 visIconIXCUSTOM_CALC = 164,
 visIconIXCUSTOM_HEART = 165,
 visIconIXCUSTOM_DIAMOND = 166,
 visIconIXCUSTOM_SPADE = 167,
 visIconIXCUSTOM_CLUB = 168,
 visIconIXCUSTOM_CARDS = 169,
 visIconIXCUSTOM_MUG = 170,
 visIconIXCUSTOM_TRASH = 171,
 visIconIXCUSTOM_PENCIL = 172,
 visIconIXCUSTOM_BOX = 173,
 visIconIXCUSTOM_FEET = 174,
 visIconIXCUSTOM_LEFT = 175,
 visIconIXCUSTOM_RIGHT = 176,
 visIconIXCUSTOM_UP = 177,
 visIconIXCUSTOM_DOWN = 178,
 visIconIXCUSTOM_TACK = 179,
 visIconIXCUSTOM_KEYBOARD = 180,
 visIconIXCUSTOM_PAGES = 181,
 visIconIXCUSTOM_FISH = 182,
 visIconIXCUSTOM_KEY = 183,
 visIconIXCUSTOM_GEARS = 184,
 visIconIXCUSTOM_SCALES = 185,
 visIconIXCUSTOM_HOURGLASS = 186,
 visIconIXCUSTOM_MAN = 187,
 visIconIXCUSTOM_WOMAN = 188,
 visIconIXCUSTOM_RUN = 189,
 visIconIXCUSTOM_EYE = 190,
 visIconIXCUSTOM_EIGHTBALL = 191,
 visIconIXCUSTOM_QUESTION = 192,
 visIconIXINSERTCOMMENT = 193,
 visIconIXEDITCOMMENT = 194,
 visIconIXDELETECOMMENT = 195,
 visIconIXDELETE = 196,
 visIconIXEDITSTEN = 197,
 visIconIXNEWSTEN = 198,
 visIconIXSHOWDOCSTEN = 199,
 visIconIXPAGELINEJUMPCODE_NONE = 200,
 visIconIXPAGELINEJUMPCODE_HORZ = 201,
 visIconIXPAGELINEJUMPCODE_VERT = 202,
 visIconIXPAGELINEJUMPCODE_LASTROUTED = 203,
 visIconIXLINEJUMPSTYLE_ARC = 204,
 visIconIXLINEJUMPSTYLE_GAP = 205,
 visIconIXLINEJUMPSTYLE_SQUARE = 206,
 visIconIXLINEJUMPSTYLE_TRIANGLE = 207,
 visIconIXLINEJUMPSTYLE_2PT = 208,
 visIconIXLINEJUMPSTYLE_3PT = 209,
 visIconIXLINEJUMPSTYLE_4PT = 210,
 visIconIXLINEJUMPSTYLE_5PT = 211,
 visIconIXLINEJUMPSTYLE_6PT = 212,
 visIconIXDCREROUTE_FREELY = 213,
 visIconIXDCREROUTE_ASNEEDED = 214,
 visIconIXCUSTOMPROP_WINDOW = 215,
 visIconIXPAGEPLOW = 216,
 visIconIXPAGELINEJUMPCODE_DISP = 217,
 visIconIXLINEJUMPSTYLE_PAGE = 218,
 visIconIXDRAWINGEXPLORER = 219,
 visIconIXSHAPE_INTERSECT = 220,
 visIconIXDYNGRID = 221,
 visIconIXRULSUB = 222,
 visIconIXSNAPTOGRID = 223,
 visIconIXALIGNBOX = 224,
 visIconIXSHAPEGEO = 225,
 visIconIXGUIDES = 226,
 visIconIXSHAPEHAND = 227,
 visIconIXSHAPEVERT = 228,
 visIconIXCONNPOINTS = 229,
 visIconIXSHAPEEXT = 230,
 visIconIXPAGELINEJUMPCODE_RDISP = 231,
 visIconIXSNAP_LINES = 232,
 visIconIXSTRIKETHROUGH = 233,
 visIconIXSMALLCAPS = 234,
 visIconIXDCREROUTE_NEVER = 235,
 visIconIXDCREROUTE = 236,
 visIconIXBRING_FORWARD = 245,
 visIconIXSEND_BACKWARD = 246,
 visIconIXSMALL_PADLOCK = 247,
 visIconIXINSERT_OBJECT = 248,
 visIconIXLARGE_PADLOCK = 249,
 visIconIXINSERT_EQUATION = 250,
 visIconIXSTYLE = 251,
 visIconIXREPLACE = 252,
 visIconIXDOUBLE_UNDERLINE = 253
}
enum VisUIMenuAnimation {
 visMenuAnimationNone = 0,
 visMenuAnimationRandom = 1,
 visMenuAnimationUnfold = 2,
 visMenuAnimationSlide = 3
}
enum VisUIObjSets {
 visUIObjSetNoDocument = 1,
 visUIObjSetDrawing = 2,
 visUIObjSetStencil = 3,
 visUIObjSetShapeSheet = 4,
 visUIObjSetIcon = 5,
 visUIObjSetInPlace = 6,
 visUIObjSetPrintPreview = 7,
 visUIObjSetText = 8,
 visUIObjSetCntx_DrawObjSel = 9,
 visUIObjSetCntx_DrawOleObjSel = 10,
 visUIObjSetCntx_DrawNoObjSel = 11,
 visUIObjSetCntx_InPlaceNoObj = 12,
 visUIObjSetCntx_TextEdit = 13,
 visUIObjSetCntx_StencilRO = 14,
 visUIObjSetCntx_Master = 14,
 visUIObjSetCntx_ShapeSheet = 15,
 visUIObjSetCntx_Toolbar = 16,
 visUIObjSetCntx_FullScreen = 17,
 visUIObjSetBinderInPlace = 18,
 visUIObjSetActiveXDoc = 18,
 visUIObjSetCntx_Debug = 19,
 visUIObjSetCntx_StencilRW = 20,
 visUIObjSetCntx_StencilDocked = 21,
 visUIObjSetCntx_Stencil = 21,
 visUIObjSetHostingInPlace = 22,
 visUIObjSetCntx_Hyperlink = 23,
 visUIObjSetPal_LineColors = 24,
 visUIObjSetPal_LineWeights = 25,
 visUIObjSetPal_LinePatterns = 26,
 visUIObjSetPal_FillColors = 27,
 visUIObjSetPal_FillPatterns = 28,
 visUIObjSetPal_TextColors = 29,
 visUIObjSetPal_AlignShapes = 30,
 visUIObjSetPal_DistributeShapes = 31,
 visUIObjSetPal_Shadow = 32,
 visUIObjSetPal_LineEnds = 33,
 visUIObjSetPal_CornerRounding = 34,
 visUIObjSetCntx_ToolbarInPlace = 35,
 visUIObjSetCntx_ToolbarHostingInPlace = 36,
 visUIObjSetPal_Rectangle_Tool = 37,
 visUIObjSetPopup_LineJumpCode = 38,
 visUIObjSetPopup_LineJumpStyle = 39,
 visUIObjSetPal_ConnectorTool = 40,
 visUIObjSetPal_TextTool = 41,
 visUIObjSetPal_LineTool = 42,
 visUIObjSetPal_RotationTool = 43,
 visUIObjSetCntx_ConnectPtType = 44,
 visUIObjSetPal_Undo = 45,
 visUIObjSetPal_Redo = 46,
 visUIObjSetCntx_PageTabs = 47,
 visUIObjSetPal_ShapeExt = 48,
 visUIObjSetCntx_DEDocument = 49,
 visUIObjSetCntx_DEPages = 50,
 visUIObjSetCntx_DEPage = 51,
 visUIObjSetCntx_DEShapes = 52,
 visUIObjSetCntx_DEShape = 53,
 visUIObjSetCntx_DELayers = 54,
 visUIObjSetCntx_DELayer = 55,
 visUIObjSetCntx_DEStyles = 56,
 visUIObjSetCntx_DEStyle = 57,
 visUIObjSetCntx_DEMasters = 58,
 visUIObjSetCntx_DEMaster = 59,
 visUIObjSetCntx_DEPatterns = 60,
 visUIObjSetCntx_AnchorBar_Base = 61,
 visUIObjSetCntx_AnchorBar_CustProp = 62,
 visUIObjSetCntx_AnchorBar_SizePos = 63,
 visUIObjSetCntx_MEDocument = 66,
 visUIObjSetCntx_MEMasters = 67,
 visUIObjSetCntx_CommentMarker = 68,
 visUIObjSetCntx_AnchorBar_Shapes = 69,
 visUIObjSetCntx_DataExplorerTabs = 70,
 visUIObjSetCntx_DataExplorerList = 71,
 visUIObjSetCntx_PageTabNavigation = 74,
 visUIObjSetCntx_Page = 75,
 visUIObjSetCntx_Issues = 76,
 visUIObjSetCntx_AddCommands = 1000,
 visUIObjSetCntx_BuiltinMenus = 1010,
 visUIObjSetCntx_ShortcutMenus = 1011
}
enum VisUISpacingTypes {
 visCtrlSpacingNONE = 0,
 visCtrlSpacingVARIABLE_BEFORE = 1,
 visCtrlSpacingVARIABLE_AFTER = 2,
 visCtrlSpacingFIXED_BEFORE = 4,
 visCtrlSpacingFIXED_AFTER = 8,
 visCtrlSpacingNEW_ROW = 16,
 visCtrlSpacingTB_NOTFIXED = 32,
 visCtrlSpacingPALETTERIGHT = 64,
 visCtrlSpacingNEW_ROW_PALETTERIGHT = 80
}
enum VisUIStringIDs {
 visStrIDPlaceHolder = 0
}
enum VisUniqueIDArgs {
 visGetGUID = 0,
 visGetOrMakeGUID = 1,
 visDeleteGUID = 2
}
enum VisUnitCodes {
 visNumber = 32,
 visPercent = 33,
 visAcre = 36,
 visHectare = 37,
 visDate = 40,
 visDurationUnits = 42,
 visElapsedWeek = 43,
 visElapsedDay = 44,
 visElapsedHour = 45,
 visElapsedMin = 46,
 visElapsedSec = 47,
 visTypeUnits = 48,
 visPicasAndPoints = 49,
 visPoints = 50,
 visPicas = 51,
 visCicerosAndDidots = 52,
 visDidots = 53,
 visCiceros = 54,
 visPageUnits = 63,
 visDrawingUnits = 64,
 visInches = 65,
 visFeet = 66,
 visFeetAndInches = 67,
 visMiles = 68,
 visCentimeters = 69,
 visMillimeters = 70,
 visMeters = 71,
 visKilometers = 72,
 visInchFrac = 73,
 visMileFrac = 74,
 visYards = 75,
 visNautMiles = 76,
 visAngleUnits = 80,
 visDegrees = 81,
 visDegreeMinSec = 82,
 visRadians = 83,
 visMin = 84,
 visSec = 85,
 visUnitsGUID = 95,
 visCurrency = 111,
 visUnitsNURBS = 138,
 visUnitsPolyline = 139,
 visUnitsPoint = 225,
 visUnitsString = 231,
 visUnitsColor = 251,
 visNoCast = 252,
 visUnitsInval = 255
}
enum VisValidationFlags {
 visValidationDefault = 0,
 visValidationNoOpenWindow = 1
}
enum VisVerticalAlignTypes {
 visVertAlignNone = 0,
 visVertAlignTop = 1,
 visVertAlignMiddle = 2,
 visVertAlignBottom = 3
}
enum VisWindowArrange {
 visArrangeTileVertical = 1,
 visArrangeTileHorizontal = 2,
 visArrangeCascade = 3
}
enum VisWindowFit {
 visFitNone = 0,
 visFitPage = 1,
 visFitWidth = 2
}
enum VisWindowScrollX {
 visScrollLeft = 0,
 visScrollRight = 1,
 visScrollLeftPage = 2,
 visScrollRightPage = 3,
 visScrollToLeft = 6,
 visScrollToRight = 7,
 visScrollNoneX = 9
}
enum VisWindowScrollY {
 visScrollUp = 0,
 visScrollDown = 1,
 visScrollUpPage = 2,
 visScrollDownPage = 3,
 visScrollToTop = 6,
 visScrollToBottom = 7,
 visScrollNoneY = 9
}
enum VisWindowStates {
 visWSNone = 0,
 visWSDockedLeft = 1,
 visWSDockedTop = 2,
 visWSDockedRight = 4,
 visWSDockedBottom = 8,
 visWSFloating = 16,
 visWSAnchorLeft = 32,
 visWSAnchorTop = 64,
 visWSAnchorRight = 128,
 visWSAnchorBottom = 256,
 visWSAnchorAutoHide = 512,
 visWSAnchorMerged = 1024,
 visWSActive = 67108864,
 visWSVisible = 134217728,
 visWSRestored = 268435456,
 visWSMinimized = 536870912,
 visWSMaximized = 1073741824
}
enum VisWinTypes {
 visInvalWinID = -1,
 visWinOther = 0,
 visDrawing = 1,
 visStencil = 2,
 visSheet = 3,
 visIcon = 4,
 visApplication = 5,
 visAnchorBarBuiltIn = 6,
 visDockedStencilBuiltIn = 7,
 visDrawingAddon = 8,
 visStencilAddon = 9,
 visAnchorBarAddon = 10,
 visDockedStencilAddon = 11,
 visMasterWin = 64,
 visMasterGroupWin = 96,
 visPageWin = 128,
 visPageGroupWin = 160,
 visWinIDPanZoom = 1653,
 visWinIDCustProp = 1658,
 visWinIDShapeSearch = 1669,
 visWinIDSizePos = 1670,
 visWinIDDrawingExplorer = 1721,
 visWinIDFormulaTracing = 1781,
 visWinIDStencilExplorer = 1796,
 visWinIDMasterExplorer = 1916,
 visWinIDExternalData = 2044,
 visWinIDValidationIssues = 2263
}
enum VisZoomBehavior {
 visZoomNone = 0,
 visZoomInPlaceContainer = 1,
 visZoomVisio = 2,
 visZoomVisioExact = 4
}

enum WdAlertLevel {
 wdAlertsMessageBox = -2,
 wdAlertsAll = -1,
 wdAlertsNone = 0
}
enum WdAlignmentTabAlignment {
 wdLeft = 0,
 wdCenter = 1,
 wdRight = 2
}
enum WdAlignmentTabRelative {
 wdMargin = 0,
 wdIndent = 1
}
enum WdAnimation {
 wdAnimationNone = 0,
 wdAnimationLasVegasLights = 1,
 wdAnimationBlinkingBackground = 2,
 wdAnimationSparkleText = 3,
 wdAnimationMarchingBlackAnts = 4,
 wdAnimationMarchingRedAnts = 5,
 wdAnimationShimmer = 6
}
enum WdApplyQuickStyleSets {
 wdSessionStartSet = 1,
 wdTemplateSet = 2
}
enum WdArabicNumeral {
 wdNumeralArabic = 0,
 wdNumeralHindi = 1,
 wdNumeralContext = 2,
 wdNumeralSystem = 3
}
enum WdAraSpeller {
 wdNone = 0,
 wdInitialAlef = 1,
 wdFinalYaa = 2,
 wdBoth = 3
}
enum WdArrangeStyle {
 wdTiled = 0,
 wdIcons = 1
}
enum WdAutoFitBehavior {
 wdAutoFitFixed = 0,
 wdAutoFitContent = 1,
 wdAutoFitWindow = 2
}
enum WdAutoMacros {
 wdAutoExec = 0,
 wdAutoNew = 1,
 wdAutoOpen = 2,
 wdAutoClose = 3,
 wdAutoExit = 4,
 wdAutoSync = 5
}
enum WdAutoVersions {
 wdAutoVersionOff = 0,
 wdAutoVersionOnClose = 1
}
enum WdBaselineAlignment {
 wdBaselineAlignTop = 0,
 wdBaselineAlignCenter = 1,
 wdBaselineAlignBaseline = 2,
 wdBaselineAlignFarEast50 = 3,
 wdBaselineAlignAuto = 4
}
enum WdBookmarkSortBy {
 wdSortByName = 0,
 wdSortByLocation = 1
}
enum WdBorderDistanceFrom {
 wdBorderDistanceFromText = 0,
 wdBorderDistanceFromPageEdge = 1
}
enum WdBorderType {
 wdBorderDiagonalUp = -8,
 wdBorderDiagonalDown = -7,
 wdBorderVertical = -6,
 wdBorderHorizontal = -5,
 wdBorderRight = -4,
 wdBorderBottom = -3,
 wdBorderLeft = -2,
 wdBorderTop = -1
}
enum WdBorderTypeHID {
 emptyenum = 0
}
enum WdBreakType {
 wdSectionBreakNextPage = 2,
 wdSectionBreakContinuous = 3,
 wdSectionBreakEvenPage = 4,
 wdSectionBreakOddPage = 5,
 wdLineBreak = 6,
 wdPageBreak = 7,
 wdColumnBreak = 8,
 wdLineBreakClearLeft = 9,
 wdLineBreakClearRight = 10,
 wdTextWrappingBreak = 11
}
enum WdBrowserLevel {
 wdBrowserLevelV4 = 0,
 wdBrowserLevelMicrosoftInternetExplorer5 = 1,
 wdBrowserLevelMicrosoftInternetExplorer6 = 2
}
enum WdBrowseTarget {
 wdBrowsePage = 1,
 wdBrowseSection = 2,
 wdBrowseComment = 3,
 wdBrowseFootnote = 4,
 wdBrowseEndnote = 5,
 wdBrowseField = 6,
 wdBrowseTable = 7,
 wdBrowseGraphic = 8,
 wdBrowseHeading = 9,
 wdBrowseEdit = 10,
 wdBrowseFind = 11,
 wdBrowseGoTo = 12
}
enum WdBuildingBlockTypes {
 wdTypeQuickParts = 1,
 wdTypeCoverPage = 2,
 wdTypeEquations = 3,
 wdTypeFooters = 4,
 wdTypeHeaders = 5,
 wdTypePageNumber = 6,
 wdTypeTables = 7,
 wdTypeWatermarks = 8,
 wdTypeAutoText = 9,
 wdTypeTextBox = 10,
 wdTypePageNumberTop = 11,
 wdTypePageNumberBottom = 12,
 wdTypePageNumberPage = 13,
 wdTypeTableOfContents = 14,
 wdTypeCustomQuickParts = 15,
 wdTypeCustomCoverPage = 16,
 wdTypeCustomEquations = 17,
 wdTypeCustomFooters = 18,
 wdTypeCustomHeaders = 19,
 wdTypeCustomPageNumber = 20,
 wdTypeCustomTables = 21,
 wdTypeCustomWatermarks = 22,
 wdTypeCustomAutoText = 23,
 wdTypeCustomTextBox = 24,
 wdTypeCustomPageNumberTop = 25,
 wdTypeCustomPageNumberBottom = 26,
 wdTypeCustomPageNumberPage = 27,
 wdTypeCustomTableOfContents = 28,
 wdTypeCustom1 = 29,
 wdTypeCustom2 = 30,
 wdTypeCustom3 = 31,
 wdTypeCustom4 = 32,
 wdTypeCustom5 = 33,
 wdTypeBibliography = 34,
 wdTypeCustomBibliography = 35
}
enum WdBuiltInProperty {
 wdPropertyTitle = 1,
 wdPropertySubject = 2,
 wdPropertyAuthor = 3,
 wdPropertyKeywords = 4,
 wdPropertyComments = 5,
 wdPropertyTemplate = 6,
 wdPropertyLastAuthor = 7,
 wdPropertyRevision = 8,
 wdPropertyAppName = 9,
 wdPropertyTimeLastPrinted = 10,
 wdPropertyTimeCreated = 11,
 wdPropertyTimeLastSaved = 12,
 wdPropertyVBATotalEdit = 13,
 wdPropertyPages = 14,
 wdPropertyWords = 15,
 wdPropertyCharacters = 16,
 wdPropertySecurity = 17,
 wdPropertyCategory = 18,
 wdPropertyFormat = 19,
 wdPropertyManager = 20,
 wdPropertyCompany = 21,
 wdPropertyBytes = 22,
 wdPropertyLines = 23,
 wdPropertyParas = 24,
 wdPropertySlides = 25,
 wdPropertyNotes = 26,
 wdPropertyHiddenSlides = 27,
 wdPropertyMMClips = 28,
 wdPropertyHyperlinkBase = 29,
 wdPropertyCharsWSpaces = 30
}
enum WdBuiltinStyle {
 wdStyleTocHeading = -267,
 wdStyleBibliography = -266,
 wdStyleBookTitle = -265,
 wdStyleIntenseReference = -264,
 wdStyleSubtleReference = -263,
 wdStyleIntenseEmphasis = -262,
 wdStyleSubtleEmphasis = -261,
 wdStyleIntenseQuote = -182,
 wdStyleQuote = -181,
 wdStyleListParagraph = -180,
 wdStyleTableMediumList1Accent1 = -178,
 wdStyleTableMediumShading2Accent1 = -177,
 wdStyleTableMediumShading1Accent1 = -176,
 wdStyleTableLightGridAccent1 = -175,
 wdStyleTableLightListAccent1 = -174,
 wdStyleTableLightShadingAccent1 = -173,
 wdStyleTableColorfulGrid = -172,
 wdStyleTableColorfulList = -171,
 wdStyleTableColorfulShading = -170,
 wdStyleTableDarkList = -169,
 wdStyleTableMediumGrid3 = -168,
 wdStyleTableMediumGrid2 = -167,
 wdStyleTableMediumGrid1 = -166,
 wdStyleTableMediumList2 = -165,
 wdStyleTableMediumList1 = -164,
 wdStyleTableMediumShading2 = -163,
 wdStyleTableMediumShading1 = -162,
 wdStyleTableLightGrid = -161,
 wdStyleTableLightList = -160,
 wdStyleTableLightShading = -159,
 wdStyleNormalObject = -158,
 wdStyleNormalTable = -106,
 wdStyleHtmlVar = -105,
 wdStyleHtmlTt = -104,
 wdStyleHtmlSamp = -103,
 wdStyleHtmlPre = -102,
 wdStyleHtmlKbd = -101,
 wdStyleHtmlDfn = -100,
 wdStyleHtmlCode = -99,
 wdStyleHtmlCite = -98,
 wdStyleHtmlAddress = -97,
 wdStyleHtmlAcronym = -96,
 wdStyleHtmlNormal = -95,
 wdStylePlainText = -91,
 wdStyleNavPane = -90,
 wdStyleEmphasis = -89,
 wdStyleStrong = -88,
 wdStyleHyperlinkFollowed = -87,
 wdStyleHyperlink = -86,
 wdStyleBlockQuotation = -85,
 wdStyleBodyTextIndent3 = -84,
 wdStyleBodyTextIndent2 = -83,
 wdStyleBodyText3 = -82,
 wdStyleBodyText2 = -81,
 wdStyleNoteHeading = -80,
 wdStyleBodyTextFirstIndent2 = -79,
 wdStyleBodyTextFirstIndent = -78,
 wdStyleDate = -77,
 wdStyleSalutation = -76,
 wdStyleSubtitle = -75,
 wdStyleMessageHeader = -74,
 wdStyleListContinue5 = -73,
 wdStyleListContinue4 = -72,
 wdStyleListContinue3 = -71,
 wdStyleListContinue2 = -70,
 wdStyleListContinue = -69,
 wdStyleBodyTextIndent = -68,
 wdStyleBodyText = -67,
 wdStyleDefaultParagraphFont = -66,
 wdStyleSignature = -65,
 wdStyleClosing = -64,
 wdStyleTitle = -63,
 wdStyleListNumber5 = -62,
 wdStyleListNumber4 = -61,
 wdStyleListNumber3 = -60,
 wdStyleListNumber2 = -59,
 wdStyleListBullet5 = -58,
 wdStyleListBullet4 = -57,
 wdStyleListBullet3 = -56,
 wdStyleListBullet2 = -55,
 wdStyleList5 = -54,
 wdStyleList4 = -53,
 wdStyleList3 = -52,
 wdStyleList2 = -51,
 wdStyleListNumber = -50,
 wdStyleListBullet = -49,
 wdStyleList = -48,
 wdStyleTOAHeading = -47,
 wdStyleMacroText = -46,
 wdStyleTableOfAuthorities = -45,
 wdStyleEndnoteText = -44,
 wdStyleEndnoteReference = -43,
 wdStylePageNumber = -42,
 wdStyleLineNumber = -41,
 wdStyleCommentReference = -40,
 wdStyleFootnoteReference = -39,
 wdStyleEnvelopeReturn = -38,
 wdStyleEnvelopeAddress = -37,
 wdStyleTableOfFigures = -36,
 wdStyleCaption = -35,
 wdStyleIndexHeading = -34,
 wdStyleFooter = -33,
 wdStyleHeader = -32,
 wdStyleCommentText = -31,
 wdStyleFootnoteText = -30,
 wdStyleNormalIndent = -29,
 wdStyleTOC9 = -28,
 wdStyleTOC8 = -27,
 wdStyleTOC7 = -26,
 wdStyleTOC6 = -25,
 wdStyleTOC5 = -24,
 wdStyleTOC4 = -23,
 wdStyleTOC3 = -22,
 wdStyleTOC2 = -21,
 wdStyleTOC1 = -20,
 wdStyleIndex9 = -19,
 wdStyleIndex8 = -18,
 wdStyleIndex7 = -17,
 wdStyleIndex6 = -16,
 wdStyleIndex5 = -15,
 wdStyleIndex4 = -14,
 wdStyleIndex3 = -13,
 wdStyleIndex2 = -12,
 wdStyleIndex1 = -11,
 wdStyleHeading9 = -10,
 wdStyleHeading8 = -9,
 wdStyleHeading7 = -8,
 wdStyleHeading6 = -7,
 wdStyleHeading5 = -6,
 wdStyleHeading4 = -5,
 wdStyleHeading3 = -4,
 wdStyleHeading2 = -3,
 wdStyleHeading1 = -2,
 wdStyleNormal = -1
}
enum WdCalendarType {
 wdCalendarWestern = 0,
 wdCalendarArabic = 1,
 wdCalendarHebrew = 2,
 wdCalendarTaiwan = 3,
 wdCalendarJapan = 4,
 wdCalendarThai = 5,
 wdCalendarKorean = 6,
 wdCalendarSakaEra = 7,
 wdCalendarTranslitEnglish = 8,
 wdCalendarTranslitFrench = 9,
 wdCalendarUmalqura = 13
}
enum WdCalendarTypeBi {
 wdCalendarTypeBidi = 99,
 wdCalendarTypeGregorian = 100
}
enum WdCaptionLabelID {
 wdCaptionEquation = -3,
 wdCaptionTable = -2,
 wdCaptionFigure = -1
}
enum WdCaptionNumberStyle {
 wdCaptionNumberStyleArabic = 0,
 wdCaptionNumberStyleUppercaseRoman = 1,
 wdCaptionNumberStyleLowercaseRoman = 2,
 wdCaptionNumberStyleUppercaseLetter = 3,
 wdCaptionNumberStyleLowercaseLetter = 4,
 wdCaptionNumberStyleKanji = 10,
 wdCaptionNumberStyleKanjiDigit = 11,
 wdCaptionNumberStyleArabicFullWidth = 14,
 wdCaptionNumberStyleKanjiTraditional = 16,
 wdCaptionNumberStyleNumberInCircle = 18,
 wdCaptionNumberStyleGanada = 24,
 wdCaptionNumberStyleChosung = 25,
 wdCaptionNumberStyleZodiac1 = 30,
 wdCaptionNumberStyleZodiac2 = 31,
 wdCaptionNumberStyleTradChinNum2 = 34,
 wdCaptionNumberStyleTradChinNum3 = 35,
 wdCaptionNumberStyleSimpChinNum2 = 38,
 wdCaptionNumberStyleSimpChinNum3 = 39,
 wdCaptionNumberStyleHanjaRead = 41,
 wdCaptionNumberStyleHanjaReadDigit = 42,
 wdCaptionNumberStyleHebrewLetter1 = 45,
 wdCaptionNumberStyleArabicLetter1 = 46,
 wdCaptionNumberStyleHebrewLetter2 = 47,
 wdCaptionNumberStyleArabicLetter2 = 48,
 wdCaptionNumberStyleHindiLetter1 = 49,
 wdCaptionNumberStyleHindiLetter2 = 50,
 wdCaptionNumberStyleHindiArabic = 51,
 wdCaptionNumberStyleHindiCardinalText = 52,
 wdCaptionNumberStyleThaiLetter = 53,
 wdCaptionNumberStyleThaiArabic = 54,
 wdCaptionNumberStyleThaiCardinalText = 55,
 wdCaptionNumberStyleVietCardinalText = 56
}
enum WdCaptionNumberStyleHID {
 emptyenum = 0
}
enum WdCaptionPosition {
 wdCaptionPositionAbove = 0,
 wdCaptionPositionBelow = 1
}
enum WdCellColor {
 wdCellColorByAuthor = -1,
 wdCellColorNoHighlight = 0,
 wdCellColorPink = 1,
 wdCellColorLightBlue = 2,
 wdCellColorLightYellow = 3,
 wdCellColorLightPurple = 4,
 wdCellColorLightOrange = 5,
 wdCellColorLightGreen = 6,
 wdCellColorLightGray = 7
}
enum WdCellVerticalAlignment {
 wdCellAlignVerticalTop = 0,
 wdCellAlignVerticalCenter = 1,
 wdCellAlignVerticalBottom = 3
}
enum WdCharacterCase {
 wdNextCase = -1,
 wdLowerCase = 0,
 wdUpperCase = 1,
 wdTitleWord = 2,
 wdTitleSentence = 4,
 wdToggleCase = 5,
 wdHalfWidth = 6,
 wdFullWidth = 7,
 wdKatakana = 8,
 wdHiragana = 9
}
enum WdCharacterCaseHID {
 emptyenum = 0
}
enum WdCharacterWidth {
 wdWidthHalfWidth = 6,
 wdWidthFullWidth = 7
}
enum WdCheckInVersionType {
 wdCheckInMinorVersion = 0,
 wdCheckInMajorVersion = 1,
 wdCheckInOverwriteVersion = 2
}
enum WdChevronConvertRule {
 wdNeverConvert = 0,
 wdAlwaysConvert = 1,
 wdAskToNotConvert = 2,
 wdAskToConvert = 3
}
enum WdCollapseDirection {
 wdCollapseEnd = 0,
 wdCollapseStart = 1
}
enum WdColor {
 wdColorAutomatic = -16777216,
 wdColorBlack = 0,
 wdColorDarkRed = 128,
 wdColorRed = 255,
 wdColorDarkGreen = 13056,
 wdColorOliveGreen = 13107,
 wdColorBrown = 13209,
 wdColorOrange = 26367,
 wdColorGreen = 32768,
 wdColorDarkYellow = 32896,
 wdColorLightOrange = 39423,
 wdColorLime = 52377,
 wdColorGold = 52479,
 wdColorBrightGreen = 65280,
 wdColorYellow = 65535,
 wdColorGray95 = 789516,
 wdColorGray90 = 1644825,
 wdColorGray875 = 2105376,
 wdColorGray85 = 2500134,
 wdColorGray80 = 3355443,
 wdColorGray75 = 4210752,
 wdColorGray70 = 5000268,
 wdColorGray65 = 5855577,
 wdColorGray625 = 6316128,
 wdColorDarkTeal = 6697728,
 wdColorPlum = 6697881,
 wdColorGray60 = 6710886,
 wdColorSeaGreen = 6723891,
 wdColorGray55 = 7566195,
 wdColorDarkBlue = 8388608,
 wdColorViolet = 8388736,
 wdColorTeal = 8421376,
 wdColorGray50 = 8421504,
 wdColorGray45 = 9211020,
 wdColorIndigo = 10040115,
 wdColorBlueGray = 10053222,
 wdColorGray40 = 10066329,
 wdColorTan = 10079487,
 wdColorLightYellow = 10092543,
 wdColorGray375 = 10526880,
 wdColorGray35 = 10921638,
 wdColorGray30 = 11776947,
 wdColorGray25 = 12632256,
 wdColorRose = 13408767,
 wdColorAqua = 13421619,
 wdColorGray20 = 13421772,
 wdColorLightGreen = 13434828,
 wdColorGray15 = 14277081,
 wdColorGray125 = 14737632,
 wdColorGray10 = 15132390,
 wdColorGray05 = 15987699,
 wdColorBlue = 16711680,
 wdColorPink = 16711935,
 wdColorLightBlue = 16737843,
 wdColorLavender = 16751052,
 wdColorSkyBlue = 16763904,
 wdColorPaleBlue = 16764057,
 wdColorTurquoise = 16776960,
 wdColorLightTurquoise = 16777164,
 wdColorWhite = 16777215
}
enum WdColorIndex {
 wdByAuthor = -1,
 wdAuto = 0,
 wdNoHighlight = 0,
 wdBlack = 1,
 wdBlue = 2,
 wdTurquoise = 3,
 wdBrightGreen = 4,
 wdPink = 5,
 wdRed = 6,
 wdYellow = 7,
 wdWhite = 8,
 wdDarkBlue = 9,
 wdTeal = 10,
 wdGreen = 11,
 wdViolet = 12,
 wdDarkRed = 13,
 wdDarkYellow = 14,
 wdGray50 = 15,
 wdGray25 = 16
}
enum WdCompareDestination {
 wdCompareDestinationOriginal = 0,
 wdCompareDestinationRevised = 1,
 wdCompareDestinationNew = 2
}
enum WdCompareTarget {
 wdCompareTargetSelected = 0,
 wdCompareTargetCurrent = 1,
 wdCompareTargetNew = 2
}
enum WdCompatibility {
 wdNoTabHangIndent = 1,
 wdNoSpaceRaiseLower = 2,
 wdPrintColBlack = 3,
 wdWrapTrailSpaces = 4,
 wdNoColumnBalance = 5,
 wdConvMailMergeEsc = 6,
 wdSuppressSpBfAfterPgBrk = 7,
 wdSuppressTopSpacing = 8,
 wdOrigWordTableRules = 9,
 wdTransparentMetafiles = 10,
 wdShowBreaksInFrames = 11,
 wdSwapBordersFacingPages = 12,
 wdLeaveBackslashAlone = 13,
 wdExpandShiftReturn = 14,
 wdDontULTrailSpace = 15,
 wdDontBalanceSingleByteDoubleByteWidth = 16,
 wdSuppressTopSpacingMac5 = 17,
 wdSpacingInWholePoints = 18,
 wdPrintBodyTextBeforeHeader = 19,
 wdNoLeading = 20,
 wdNoSpaceForUL = 21,
 wdMWSmallCaps = 22,
 wdNoExtraLineSpacing = 23,
 wdTruncateFontHeight = 24,
 wdSubFontBySize = 25,
 wdUsePrinterMetrics = 26,
 wdWW6BorderRules = 27,
 wdExactOnTop = 28,
 wdSuppressBottomSpacing = 29,
 wdWPSpaceWidth = 30,
 wdWPJustification = 31,
 wdLineWrapLikeWord6 = 32,
 wdShapeLayoutLikeWW8 = 33,
 wdFootnoteLayoutLikeWW8 = 34,
 wdDontUseHTMLParagraphAutoSpacing = 35,
 wdDontAdjustLineHeightInTable = 36,
 wdForgetLastTabAlignment = 37,
 wdAutospaceLikeWW7 = 38,
 wdAlignTablesRowByRow = 39,
 wdLayoutRawTableWidth = 40,
 wdLayoutTableRowsApart = 41,
 wdUseWord97LineBreakingRules = 42,
 wdDontBreakWrappedTables = 43,
 wdDontSnapTextToGridInTableWithObjects = 44,
 wdSelectFieldWithFirstOrLastCharacter = 45,
 wdApplyBreakingRules = 46,
 wdDontWrapTextWithPunctuation = 47,
 wdDontUseAsianBreakRulesInGrid = 48,
 wdUseWord2002TableStyleRules = 49,
 wdGrowAutofit = 50,
 wdUseNormalStyleForList = 51,
 wdDontUseIndentAsNumberingTabStop = 52,
 wdFELineBreak11 = 53,
 wdAllowSpaceOfSameStyleInTable = 54,
 wdWW11IndentRules = 55,
 wdDontAutofitConstrainedTables = 56,
 wdAutofitLikeWW11 = 57,
 wdUnderlineTabInNumList = 58,
 wdHangulWidthLikeWW11 = 59,
 wdSplitPgBreakAndParaMark = 60,
 wdDontVertAlignCellWithShape = 61,
 wdDontBreakConstrainedForcedTables = 62,
 wdDontVertAlignInTextbox = 63,
 wdWord11KerningPairs = 64,
 wdCachedColBalance = 65,
 wdDisableOTKerning = 66,
 wdFlipMirrorIndents = 67,
 wdDontOverrideTableStyleFontSzAndJustification = 68
}
enum WdCompatibilityMode {
 wdWord2003 = 11,
 wdWord2007 = 12,
 wdWord2010 = 14,
 wdCurrent = 65535
}
enum WdConditionCode {
 wdFirstRow = 0,
 wdLastRow = 1,
 wdOddRowBanding = 2,
 wdEvenRowBanding = 3,
 wdFirstColumn = 4,
 wdLastColumn = 5,
 wdOddColumnBanding = 6,
 wdEvenColumnBanding = 7,
 wdNECell = 8,
 wdNWCell = 9,
 wdSECell = 10,
 wdSWCell = 11
}
enum WdConstants {
 wdBackward = -1073741823,
 wdAutoPosition = 0,
 wdFirst = 1,
 wdToggle = 9999998,
 wdUndefined = 9999999,
 wdForward = 1073741823,
 wdCreatorCode = 1297307460
}
enum WdContentControlDateStorageFormat {
 wdContentControlDateStorageText = 0,
 wdContentControlDateStorageDate = 1,
 wdContentControlDateStorageDateTime = 2
}
enum WdContentControlType {
 wdContentControlRichText = 0,
 wdContentControlText = 1,
 wdContentControlPicture = 2,
 wdContentControlComboBox = 3,
 wdContentControlDropdownList = 4,
 wdContentControlBuildingBlockGallery = 5,
 wdContentControlDate = 6,
 wdContentControlGroup = 7,
 wdContentControlCheckBox = 8
}
enum WdContinue {
 wdContinueDisabled = 0,
 wdResetList = 1,
 wdContinueList = 2
}
enum WdCountry {
 wdUS = 1,
 wdCanada = 2,
 wdLatinAmerica = 3,
 wdNetherlands = 31,
 wdFrance = 33,
 wdSpain = 34,
 wdItaly = 39,
 wdUK = 44,
 wdDenmark = 45,
 wdSweden = 46,
 wdNorway = 47,
 wdGermany = 49,
 wdPeru = 51,
 wdMexico = 52,
 wdArgentina = 54,
 wdBrazil = 55,
 wdChile = 56,
 wdVenezuela = 58,
 wdJapan = 81,
 wdKorea = 82,
 wdChina = 86,
 wdIceland = 354,
 wdFinland = 358,
 wdTaiwan = 886
}
enum WdCursorMovement {
 wdCursorMovementLogical = 0,
 wdCursorMovementVisual = 1
}
enum WdCursorType {
 wdCursorWait = 0,
 wdCursorIBeam = 1,
 wdCursorNormal = 2,
 wdCursorNorthwestArrow = 3
}
enum WdCustomLabelPageSize {
 wdCustomLabelLetter = 0,
 wdCustomLabelLetterLS = 1,
 wdCustomLabelA4 = 2,
 wdCustomLabelA4LS = 3,
 wdCustomLabelA5 = 4,
 wdCustomLabelA5LS = 5,
 wdCustomLabelB5 = 6,
 wdCustomLabelMini = 7,
 wdCustomLabelFanfold = 8,
 wdCustomLabelVertHalfSheet = 9,
 wdCustomLabelVertHalfSheetLS = 10,
 wdCustomLabelHigaki = 11,
 wdCustomLabelHigakiLS = 12,
 wdCustomLabelB4JIS = 13
}
enum WdDateLanguage {
 wdDateLanguageBidi = 10,
 wdDateLanguageLatin = 1033
}
enum WdDefaultFilePath {
 wdDocumentsPath = 0,
 wdPicturesPath = 1,
 wdUserTemplatesPath = 2,
 wdWorkgroupTemplatesPath = 3,
 wdUserOptionsPath = 4,
 wdAutoRecoverPath = 5,
 wdToolsPath = 6,
 wdTutorialPath = 7,
 wdStartupPath = 8,
 wdProgramPath = 9,
 wdGraphicsFiltersPath = 10,
 wdTextConvertersPath = 11,
 wdProofingToolsPath = 12,
 wdTempFilePath = 13,
 wdCurrentFolderPath = 14,
 wdStyleGalleryPath = 15,
 wdBorderArtPath = 19
}
enum WdDefaultListBehavior {
 wdWord8ListBehavior = 0,
 wdWord9ListBehavior = 1,
 wdWord10ListBehavior = 2
}
enum WdDefaultTableBehavior {
 wdWord8TableBehavior = 0,
 wdWord9TableBehavior = 1
}
enum WdDeleteCells {
 wdDeleteCellsShiftLeft = 0,
 wdDeleteCellsShiftUp = 1,
 wdDeleteCellsEntireRow = 2,
 wdDeleteCellsEntireColumn = 3
}
enum WdDeletedTextMark {
 wdDeletedTextMarkHidden = 0,
 wdDeletedTextMarkStrikeThrough = 1,
 wdDeletedTextMarkCaret = 2,
 wdDeletedTextMarkPound = 3,
 wdDeletedTextMarkNone = 4,
 wdDeletedTextMarkBold = 5,
 wdDeletedTextMarkItalic = 6,
 wdDeletedTextMarkUnderline = 7,
 wdDeletedTextMarkDoubleUnderline = 8,
 wdDeletedTextMarkColorOnly = 9,
 wdDeletedTextMarkDoubleStrikeThrough = 10
}
enum WdDiacriticColor {
 wdDiacriticColorBidi = 0,
 wdDiacriticColorLatin = 1
}
enum WdDictionaryType {
 wdSpelling = 0,
 wdGrammar = 1,
 wdThesaurus = 2,
 wdHyphenation = 3,
 wdSpellingComplete = 4,
 wdSpellingCustom = 5,
 wdSpellingLegal = 6,
 wdSpellingMedical = 7,
 wdHangulHanjaConversion = 8,
 wdHangulHanjaConversionCustom = 9
}
enum WdDictionaryTypeHID {
 emptyenum = 0
}
enum WdDisableFeaturesIntroducedAfter {
 wd70 = 0,
 wd70FE = 1,
 wd80 = 2
}
enum WdDocPartInsertOptions {
 wdInsertContent = 0,
 wdInsertParagraph = 1,
 wdInsertPage = 2
}
enum WdDocumentDirection {
 wdLeftToRight = 0,
 wdRightToLeft = 1
}
enum WdDocumentKind {
 wdDocumentNotSpecified = 0,
 wdDocumentLetter = 1,
 wdDocumentEmail = 2
}
enum WdDocumentMedium {
 wdEmailMessage = 0,
 wdDocument = 1,
 wdWebPage = 2
}
enum WdDocumentType {
 wdTypeDocument = 0,
 wdTypeTemplate = 1,
 wdTypeFrameset = 2
}
enum WdDocumentViewDirection {
 wdDocumentViewRtl = 0,
 wdDocumentViewLtr = 1
}
enum WdDropPosition {
 wdDropNone = 0,
 wdDropNormal = 1,
 wdDropMargin = 2
}
enum WdEditionOption {
 wdCancelPublisher = 0,
 wdSendPublisher = 1,
 wdSelectPublisher = 2,
 wdAutomaticUpdate = 3,
 wdManualUpdate = 4,
 wdChangeAttributes = 5,
 wdUpdateSubscriber = 6,
 wdOpenSource = 7
}
enum WdEditionType {
 wdPublisher = 0,
 wdSubscriber = 1
}
enum WdEditorType {
 wdEditorCurrent = -6,
 wdEditorEditors = -5,
 wdEditorOwners = -4,
 wdEditorEveryone = -1
}
enum WdEmailHTMLFidelity {
 wdEmailHTMLFidelityLow = 1,
 wdEmailHTMLFidelityMedium = 2,
 wdEmailHTMLFidelityHigh = 3
}
enum WdEmphasisMark {
 wdEmphasisMarkNone = 0,
 wdEmphasisMarkOverSolidCircle = 1,
 wdEmphasisMarkOverComma = 2,
 wdEmphasisMarkOverWhiteCircle = 3,
 wdEmphasisMarkUnderSolidCircle = 4
}
enum WdEnableCancelKey {
 wdCancelDisabled = 0,
 wdCancelInterrupt = 1
}
enum WdEncloseStyle {
 wdEncloseStyleNone = 0,
 wdEncloseStyleSmall = 1,
 wdEncloseStyleLarge = 2
}
enum WdEnclosureType {
 wdEnclosureCircle = 0,
 wdEnclosureSquare = 1,
 wdEnclosureTriangle = 2,
 wdEnclosureDiamond = 3
}
enum WdEndnoteLocation {
 wdEndOfSection = 0,
 wdEndOfDocument = 1
}
enum WdEnvelopeOrientation {
 wdLeftPortrait = 0,
 wdCenterPortrait = 1,
 wdRightPortrait = 2,
 wdLeftLandscape = 3,
 wdCenterLandscape = 4,
 wdRightLandscape = 5,
 wdLeftClockwise = 6,
 wdCenterClockwise = 7,
 wdRightClockwise = 8
}
enum WdExportCreateBookmarks {
 wdExportCreateNoBookmarks = 0,
 wdExportCreateHeadingBookmarks = 1,
 wdExportCreateWordBookmarks = 2
}
enum WdExportFormat {
 wdExportFormatPDF = 17,
 wdExportFormatXPS = 18
}
enum WdExportItem {
 wdExportDocumentContent = 0,
 wdExportDocumentWithMarkup = 7
}
enum WdExportOptimizeFor {
 wdExportOptimizeForPrint = 0,
 wdExportOptimizeForOnScreen = 1
}
enum WdExportRange {
 wdExportAllDocument = 0,
 wdExportSelection = 1,
 wdExportCurrentPage = 2,
 wdExportFromTo = 3
}
enum WdFarEastLineBreakLanguageID {
 wdLineBreakTraditionalChinese = 1028,
 wdLineBreakJapanese = 1041,
 wdLineBreakKorean = 1042,
 wdLineBreakSimplifiedChinese = 2052
}
enum WdFarEastLineBreakLevel {
 wdFarEastLineBreakLevelNormal = 0,
 wdFarEastLineBreakLevelStrict = 1,
 wdFarEastLineBreakLevelCustom = 2
}
enum WdFieldKind {
 wdFieldKindNone = 0,
 wdFieldKindHot = 1,
 wdFieldKindWarm = 2,
 wdFieldKindCold = 3
}
enum WdFieldShading {
 wdFieldShadingNever = 0,
 wdFieldShadingAlways = 1,
 wdFieldShadingWhenSelected = 2
}
enum WdFieldType {
 wdFieldEmpty = -1,
 wdFieldRef = 3,
 wdFieldIndexEntry = 4,
 wdFieldFootnoteRef = 5,
 wdFieldSet = 6,
 wdFieldIf = 7,
 wdFieldIndex = 8,
 wdFieldTOCEntry = 9,
 wdFieldStyleRef = 10,
 wdFieldRefDoc = 11,
 wdFieldSequence = 12,
 wdFieldTOC = 13,
 wdFieldInfo = 14,
 wdFieldTitle = 15,
 wdFieldSubject = 16,
 wdFieldAuthor = 17,
 wdFieldKeyWord = 18,
 wdFieldComments = 19,
 wdFieldLastSavedBy = 20,
 wdFieldCreateDate = 21,
 wdFieldSaveDate = 22,
 wdFieldPrintDate = 23,
 wdFieldRevisionNum = 24,
 wdFieldEditTime = 25,
 wdFieldNumPages = 26,
 wdFieldNumWords = 27,
 wdFieldNumChars = 28,
 wdFieldFileName = 29,
 wdFieldTemplate = 30,
 wdFieldDate = 31,
 wdFieldTime = 32,
 wdFieldPage = 33,
 wdFieldExpression = 34,
 wdFieldQuote = 35,
 wdFieldInclude = 36,
 wdFieldPageRef = 37,
 wdFieldAsk = 38,
 wdFieldFillIn = 39,
 wdFieldData = 40,
 wdFieldNext = 41,
 wdFieldNextIf = 42,
 wdFieldSkipIf = 43,
 wdFieldMergeRec = 44,
 wdFieldDDE = 45,
 wdFieldDDEAuto = 46,
 wdFieldGlossary = 47,
 wdFieldPrint = 48,
 wdFieldFormula = 49,
 wdFieldGoToButton = 50,
 wdFieldMacroButton = 51,
 wdFieldAutoNumOutline = 52,
 wdFieldAutoNumLegal = 53,
 wdFieldAutoNum = 54,
 wdFieldImport = 55,
 wdFieldLink = 56,
 wdFieldSymbol = 57,
 wdFieldEmbed = 58,
 wdFieldMergeField = 59,
 wdFieldUserName = 60,
 wdFieldUserInitials = 61,
 wdFieldUserAddress = 62,
 wdFieldBarCode = 63,
 wdFieldDocVariable = 64,
 wdFieldSection = 65,
 wdFieldSectionPages = 66,
 wdFieldIncludePicture = 67,
 wdFieldIncludeText = 68,
 wdFieldFileSize = 69,
 wdFieldFormTextInput = 70,
 wdFieldFormCheckBox = 71,
 wdFieldNoteRef = 72,
 wdFieldTOA = 73,
 wdFieldTOAEntry = 74,
 wdFieldMergeSeq = 75,
 wdFieldPrivate = 77,
 wdFieldDatabase = 78,
 wdFieldAutoText = 79,
 wdFieldCompare = 80,
 wdFieldAddin = 81,
 wdFieldSubscriber = 82,
 wdFieldFormDropDown = 83,
 wdFieldAdvance = 84,
 wdFieldDocProperty = 85,
 wdFieldOCX = 87,
 wdFieldHyperlink = 88,
 wdFieldAutoTextList = 89,
 wdFieldListNum = 90,
 wdFieldHTMLActiveX = 91,
 wdFieldBidiOutline = 92,
 wdFieldAddressBlock = 93,
 wdFieldGreetingLine = 94,
 wdFieldShape = 95,
 wdFieldCitation = 96,
 wdFieldBibliography = 97
}
enum WdFindMatch {
 wdMatchGraphic = 1,
 wdMatchCommentMark = 5,
 wdMatchTabCharacter = 9,
 wdMatchCaretCharacter = 11,
 wdMatchColumnBreak = 14,
 wdMatchField = 19,
 wdMatchNonbreakingHyphen = 30,
 wdMatchOptionalHyphen = 31,
 wdMatchNonbreakingSpace = 160,
 wdMatchEnDash = 8211,
 wdMatchEmDash = 8212,
 wdMatchParagraphMark = 65551,
 wdMatchManualLineBreak = 65551,
 wdMatchFootnoteMark = 65554,
 wdMatchEndnoteMark = 65555,
 wdMatchManualPageBreak = 65564,
 wdMatchAnyDigit = 65567,
 wdMatchSectionBreak = 65580,
 wdMatchAnyLetter = 65583,
 wdMatchAnyCharacter = 65599,
 wdMatchWhiteSpace = 65655
}
enum WdFindWrap {
 wdFindStop = 0,
 wdFindContinue = 1,
 wdFindAsk = 2
}
enum WdFlowDirection {
 wdFlowLtr = 0,
 wdFlowRtl = 1
}
enum WdFontBias {
 wdFontBiasDefault = 0,
 wdFontBiasFareast = 1,
 wdFontBiasDontCare = 255
}
enum WdFootnoteLocation {
 wdBottomOfPage = 0,
 wdBeneathText = 1
}
enum WdFramePosition {
 wdFrameTop = -999999,
 wdFrameLeft = -999998,
 wdFrameBottom = -999997,
 wdFrameRight = -999996,
 wdFrameCenter = -999995,
 wdFrameInside = -999994,
 wdFrameOutside = -999993
}
enum WdFramesetNewFrameLocation {
 wdFramesetNewFrameAbove = 0,
 wdFramesetNewFrameBelow = 1,
 wdFramesetNewFrameRight = 2,
 wdFramesetNewFrameLeft = 3
}
enum WdFramesetSizeType {
 wdFramesetSizeTypePercent = 0,
 wdFramesetSizeTypeFixed = 1,
 wdFramesetSizeTypeRelative = 2
}
enum WdFramesetType {
 wdFramesetTypeFrameset = 0,
 wdFramesetTypeFrame = 1
}
enum WdFrameSizeRule {
 wdFrameAuto = 0,
 wdFrameAtLeast = 1,
 wdFrameExact = 2
}
enum WdFrenchSpeller {
 wdFrenchBoth = 0,
 wdFrenchPreReform = 1,
 wdFrenchPostReform = 2
}
enum WdGoToDirection {
 wdGoToLast = -1,
 wdGoToFirst = 1,
 wdGoToAbsolute = 1,
 wdGoToNext = 2,
 wdGoToRelative = 2,
 wdGoToPrevious = 3
}
enum WdGoToItem {
 wdGoToBookmark = -1,
 wdGoToSection = 0,
 wdGoToPage = 1,
 wdGoToTable = 2,
 wdGoToLine = 3,
 wdGoToFootnote = 4,
 wdGoToEndnote = 5,
 wdGoToComment = 6,
 wdGoToField = 7,
 wdGoToGraphic = 8,
 wdGoToObject = 9,
 wdGoToEquation = 10,
 wdGoToHeading = 11,
 wdGoToPercent = 12,
 wdGoToSpellingError = 13,
 wdGoToGrammaticalError = 14,
 wdGoToProofreadingError = 15
}
enum WdGranularity {
 wdGranularityCharLevel = 0,
 wdGranularityWordLevel = 1
}
enum WdGutterStyle {
 wdGutterPosLeft = 0,
 wdGutterPosTop = 1,
 wdGutterPosRight = 2
}
enum WdGutterStyleOld {
 wdGutterStyleLatin = -10,
 wdGutterStyleBidi = 2
}
enum WdHeaderFooterIndex {
 wdHeaderFooterPrimary = 1,
 wdHeaderFooterFirstPage = 2,
 wdHeaderFooterEvenPages = 3
}
enum WdHeadingSeparator {
 wdHeadingSeparatorNone = 0,
 wdHeadingSeparatorBlankLine = 1,
 wdHeadingSeparatorLetter = 2,
 wdHeadingSeparatorLetterLow = 3,
 wdHeadingSeparatorLetterFull = 4
}
enum WdHebSpellStart {
 wdFullScript = 0,
 wdPartialScript = 1,
 wdMixedScript = 2,
 wdMixedAuthorizedScript = 3
}
enum WdHelpType {
 wdHelp = 0,
 wdHelpAbout = 1,
 wdHelpActiveWindow = 2,
 wdHelpContents = 3,
 wdHelpExamplesAndDemos = 4,
 wdHelpIndex = 5,
 wdHelpKeyboard = 6,
 wdHelpPSSHelp = 7,
 wdHelpQuickPreview = 8,
 wdHelpSearch = 9,
 wdHelpUsingHelp = 10,
 wdHelpIchitaro = 11,
 wdHelpPE2 = 12,
 wdHelpHWP = 13
}
enum WdHelpTypeHID {
 emptyenum = 0
}
enum WdHighAnsiText {
 wdHighAnsiIsFarEast = 0,
 wdHighAnsiIsHighAnsi = 1,
 wdAutoDetectHighAnsiFarEast = 2
}
enum WdHorizontalInVerticalType {
 wdHorizontalInVerticalNone = 0,
 wdHorizontalInVerticalFitInLine = 1,
 wdHorizontalInVerticalResizeLine = 2
}
enum WdHorizontalLineAlignment {
 wdHorizontalLineAlignLeft = 0,
 wdHorizontalLineAlignCenter = 1,
 wdHorizontalLineAlignRight = 2
}
enum WdHorizontalLineWidthType {
 wdHorizontalLineFixedWidth = -2,
 wdHorizontalLinePercentWidth = -1
}
enum WdIMEMode {
 wdIMEModeNoControl = 0,
 wdIMEModeOn = 1,
 wdIMEModeOff = 2,
 wdIMEModeHiragana = 4,
 wdIMEModeKatakana = 5,
 wdIMEModeKatakanaHalf = 6,
 wdIMEModeAlphaFull = 7,
 wdIMEModeAlpha = 8,
 wdIMEModeHangulFull = 9,
 wdIMEModeHangul = 10
}
enum WdIndexFilter {
 wdIndexFilterNone = 0,
 wdIndexFilterAiueo = 1,
 wdIndexFilterAkasatana = 2,
 wdIndexFilterChosung = 3,
 wdIndexFilterLow = 4,
 wdIndexFilterMedium = 5,
 wdIndexFilterFull = 6
}
enum WdIndexFormat {
 wdIndexTemplate = 0,
 wdIndexClassic = 1,
 wdIndexFancy = 2,
 wdIndexModern = 3,
 wdIndexBulleted = 4,
 wdIndexFormal = 5,
 wdIndexSimple = 6
}
enum WdIndexSortBy {
 wdIndexSortByStroke = 0,
 wdIndexSortBySyllable = 1
}
enum WdIndexType {
 wdIndexIndent = 0,
 wdIndexRunin = 1
}
enum WdInformation {
 wdActiveEndAdjustedPageNumber = 1,
 wdActiveEndSectionNumber = 2,
 wdActiveEndPageNumber = 3,
 wdNumberOfPagesInDocument = 4,
 wdHorizontalPositionRelativeToPage = 5,
 wdVerticalPositionRelativeToPage = 6,
 wdHorizontalPositionRelativeToTextBoundary = 7,
 wdVerticalPositionRelativeToTextBoundary = 8,
 wdFirstCharacterColumnNumber = 9,
 wdFirstCharacterLineNumber = 10,
 wdFrameIsSelected = 11,
 wdWithInTable = 12,
 wdStartOfRangeRowNumber = 13,
 wdEndOfRangeRowNumber = 14,
 wdMaximumNumberOfRows = 15,
 wdStartOfRangeColumnNumber = 16,
 wdEndOfRangeColumnNumber = 17,
 wdMaximumNumberOfColumns = 18,
 wdZoomPercentage = 19,
 wdSelectionMode = 20,
 wdCapsLock = 21,
 wdNumLock = 22,
 wdOverType = 23,
 wdRevisionMarking = 24,
 wdInFootnoteEndnotePane = 25,
 wdInCommentPane = 26,
 wdInHeaderFooter = 28,
 wdAtEndOfRowMarker = 31,
 wdReferenceOfType = 32,
 wdHeaderFooterType = 33,
 wdInMasterDocument = 34,
 wdInFootnote = 35,
 wdInEndnote = 36,
 wdInWordMail = 37,
 wdInClipboard = 38
}
enum WdInlineShapeType {
 wdInlineShapeEmbeddedOLEObject = 1,
 wdInlineShapeLinkedOLEObject = 2,
 wdInlineShapePicture = 3,
 wdInlineShapeLinkedPicture = 4,
 wdInlineShapeOLEControlObject = 5,
 wdInlineShapeHorizontalLine = 6,
 wdInlineShapePictureHorizontalLine = 7,
 wdInlineShapeLinkedPictureHorizontalLine = 8,
 wdInlineShapePictureBullet = 9,
 wdInlineShapeScriptAnchor = 10,
 wdInlineShapeOWSAnchor = 11,
 wdInlineShapeChart = 12,
 wdInlineShapeDiagram = 13,
 wdInlineShapeLockedCanvas = 14,
 wdInlineShapeSmartArt = 15
}
enum WdInsertCells {
 wdInsertCellsShiftRight = 0,
 wdInsertCellsShiftDown = 1,
 wdInsertCellsEntireRow = 2,
 wdInsertCellsEntireColumn = 3
}
enum WdInsertedTextMark {
 wdInsertedTextMarkNone = 0,
 wdInsertedTextMarkBold = 1,
 wdInsertedTextMarkItalic = 2,
 wdInsertedTextMarkUnderline = 3,
 wdInsertedTextMarkDoubleUnderline = 4,
 wdInsertedTextMarkColorOnly = 5,
 wdInsertedTextMarkStrikeThrough = 6,
 wdInsertedTextMarkDoubleStrikeThrough = 7
}
enum WdInternationalIndex {
 wdListSeparator = 17,
 wdDecimalSeparator = 18,
 wdThousandsSeparator = 19,
 wdCurrencyCode = 20,
 wd24HourClock = 21,
 wdInternationalAM = 22,
 wdInternationalPM = 23,
 wdTimeSeparator = 24,
 wdDateSeparator = 25,
 wdProductLanguageID = 26
}
enum WdJustificationMode {
 wdJustificationModeExpand = 0,
 wdJustificationModeCompress = 1,
 wdJustificationModeCompressKana = 2
}
enum WdKana {
 wdKanaKatakana = 8,
 wdKanaHiragana = 9
}
enum WdKey {
 wdKeyBackspace = 8,
 wdKeyTab = 9,
 wdKeyNumeric5Special = 12,
 wdKeyReturn = 13,
 wdKeyPause = 19,
 wdKeyEsc = 27,
 wdKeySpacebar = 32,
 wdKeyPageUp = 33,
 wdKeyPageDown = 34,
 wdKeyEnd = 35,
 wdKeyHome = 36,
 wdKeyInsert = 45,
 wdKeyDelete = 46,
 wdKey0 = 48,
 wdKey1 = 49,
 wdKey2 = 50,
 wdKey3 = 51,
 wdKey4 = 52,
 wdKey5 = 53,
 wdKey6 = 54,
 wdKey7 = 55,
 wdKey8 = 56,
 wdKey9 = 57,
 wdKeyA = 65,
 wdKeyB = 66,
 wdKeyC = 67,
 wdKeyD = 68,
 wdKeyE = 69,
 wdKeyF = 70,
 wdKeyG = 71,
 wdKeyH = 72,
 wdKeyI = 73,
 wdKeyJ = 74,
 wdKeyK = 75,
 wdKeyL = 76,
 wdKeyM = 77,
 wdKeyN = 78,
 wdKeyO = 79,
 wdKeyP = 80,
 wdKeyQ = 81,
 wdKeyR = 82,
 wdKeyS = 83,
 wdKeyT = 84,
 wdKeyU = 85,
 wdKeyV = 86,
 wdKeyW = 87,
 wdKeyX = 88,
 wdKeyY = 89,
 wdKeyZ = 90,
 wdKeyNumeric0 = 96,
 wdKeyNumeric1 = 97,
 wdKeyNumeric2 = 98,
 wdKeyNumeric3 = 99,
 wdKeyNumeric4 = 100,
 wdKeyNumeric5 = 101,
 wdKeyNumeric6 = 102,
 wdKeyNumeric7 = 103,
 wdKeyNumeric8 = 104,
 wdKeyNumeric9 = 105,
 wdKeyNumericMultiply = 106,
 wdKeyNumericAdd = 107,
 wdKeyNumericSubtract = 109,
 wdKeyNumericDecimal = 110,
 wdKeyNumericDivide = 111,
 wdKeyF1 = 112,
 wdKeyF2 = 113,
 wdKeyF3 = 114,
 wdKeyF4 = 115,
 wdKeyF5 = 116,
 wdKeyF6 = 117,
 wdKeyF7 = 118,
 wdKeyF8 = 119,
 wdKeyF9 = 120,
 wdKeyF10 = 121,
 wdKeyF11 = 122,
 wdKeyF12 = 123,
 wdKeyF13 = 124,
 wdKeyF14 = 125,
 wdKeyF15 = 126,
 wdKeyF16 = 127,
 wdKeyScrollLock = 145,
 wdKeySemiColon = 186,
 wdKeyEquals = 187,
 wdKeyComma = 188,
 wdKeyHyphen = 189,
 wdKeyPeriod = 190,
 wdKeySlash = 191,
 wdKeyBackSingleQuote = 192,
 wdKeyOpenSquareBrace = 219,
 wdKeyBackSlash = 220,
 wdKeyCloseSquareBrace = 221,
 wdKeySingleQuote = 222,
 wdNoKey = 255,
 wdKeyShift = 256,
 wdKeyControl = 512,
 wdKeyCommand = 512,
 wdKeyAlt = 1024,
 wdKeyOption = 1024
}
enum WdKeyCategory {
 wdKeyCategoryNil = -1,
 wdKeyCategoryDisable = 0,
 wdKeyCategoryCommand = 1,
 wdKeyCategoryMacro = 2,
 wdKeyCategoryFont = 3,
 wdKeyCategoryAutoText = 4,
 wdKeyCategoryStyle = 5,
 wdKeyCategorySymbol = 6,
 wdKeyCategoryPrefix = 7
}
enum WdLanguageID {
 wdLanguageNone = 0,
 wdNoProofing = 1024,
 wdArabic = 1025,
 wdBulgarian = 1026,
 wdCatalan = 1027,
 wdTraditionalChinese = 1028,
 wdCzech = 1029,
 wdDanish = 1030,
 wdGerman = 1031,
 wdGreek = 1032,
 wdEnglishUS = 1033,
 wdSpanish = 1034,
 wdFinnish = 1035,
 wdFrench = 1036,
 wdHebrew = 1037,
 wdHungarian = 1038,
 wdIcelandic = 1039,
 wdItalian = 1040,
 wdJapanese = 1041,
 wdKorean = 1042,
 wdDutch = 1043,
 wdNorwegianBokmol = 1044,
 wdPolish = 1045,
 wdPortugueseBrazil = 1046,
 wdRhaetoRomanic = 1047,
 wdRomanian = 1048,
 wdRussian = 1049,
 wdCroatian = 1050,
 wdSlovak = 1051,
 wdAlbanian = 1052,
 wdSwedish = 1053,
 wdThai = 1054,
 wdTurkish = 1055,
 wdUrdu = 1056,
 wdIndonesian = 1057,
 wdUkrainian = 1058,
 wdByelorussian = 1059,
 wdSlovenian = 1060,
 wdEstonian = 1061,
 wdLatvian = 1062,
 wdLithuanian = 1063,
 wdTajik = 1064,
 wdPersian = 1065,
 wdVietnamese = 1066,
 wdArmenian = 1067,
 wdAzeriLatin = 1068,
 wdBasque = 1069,
 wdSorbian = 1070,
 wdMacedonianFYROM = 1071,
 wdSesotho = 1072,
 wdSutu = 1072,
 wdTsonga = 1073,
 wdTswana = 1074,
 wdVenda = 1075,
 wdXhosa = 1076,
 wdZulu = 1077,
 wdAfrikaans = 1078,
 wdGeorgian = 1079,
 wdFaeroese = 1080,
 wdHindi = 1081,
 wdMaltese = 1082,
 wdSamiLappish = 1083,
 wdGaelicScotland = 1084,
 wdYiddish = 1085,
 wdMalaysian = 1086,
 wdKazakh = 1087,
 wdKirghiz = 1088,
 wdKyrgyz = 1088,
 wdSwahili = 1089,
 wdTurkmen = 1090,
 wdUzbekLatin = 1091,
 wdTatar = 1092,
 wdBengali = 1093,
 wdPunjabi = 1094,
 wdGujarati = 1095,
 wdOriya = 1096,
 wdTamil = 1097,
 wdTelugu = 1098,
 wdKannada = 1099,
 wdMalayalam = 1100,
 wdAssamese = 1101,
 wdMarathi = 1102,
 wdSanskrit = 1103,
 wdMongolian = 1104,
 wdTibetan = 1105,
 wdWelsh = 1106,
 wdKhmer = 1107,
 wdLao = 1108,
 wdBurmese = 1109,
 wdGalician = 1110,
 wdKonkani = 1111,
 wdManipuri = 1112,
 wdSindhi = 1113,
 wdSyriac = 1114,
 wdSinhalese = 1115,
 wdCherokee = 1116,
 wdInuktitut = 1117,
 wdAmharic = 1118,
 wdTamazight = 1119,
 wdKashmiri = 1120,
 wdNepali = 1121,
 wdFrisianNetherlands = 1122,
 wdPashto = 1123,
 wdFilipino = 1124,
 wdDivehi = 1125,
 wdEdo = 1126,
 wdFulfulde = 1127,
 wdHausa = 1128,
 wdIbibio = 1129,
 wdYoruba = 1130,
 wdIgbo = 1136,
 wdKanuri = 1137,
 wdOromo = 1138,
 wdTigrignaEthiopic = 1139,
 wdGuarani = 1140,
 wdHawaiian = 1141,
 wdLatin = 1142,
 wdSomali = 1143,
 wdYi = 1144,
 wdArabicIraq = 2049,
 wdSimplifiedChinese = 2052,
 wdSwissGerman = 2055,
 wdEnglishUK = 2057,
 wdMexicanSpanish = 2058,
 wdBelgianFrench = 2060,
 wdSwissItalian = 2064,
 wdBelgianDutch = 2067,
 wdNorwegianNynorsk = 2068,
 wdPortuguese = 2070,
 wdRomanianMoldova = 2072,
 wdRussianMoldova = 2073,
 wdSerbianLatin = 2074,
 wdSwedishFinland = 2077,
 wdAzeriCyrillic = 2092,
 wdGaelicIreland = 2108,
 wdMalayBruneiDarussalam = 2110,
 wdUzbekCyrillic = 2115,
 wdSindhiPakistan = 2137,
 wdTamazightLatin = 2143,
 wdTigrignaEritrea = 2163,
 wdArabicEgypt = 3073,
 wdChineseHongKongSAR = 3076,
 wdGermanAustria = 3079,
 wdEnglishAUS = 3081,
 wdSpanishModernSort = 3082,
 wdFrenchCanadian = 3084,
 wdSerbianCyrillic = 3098,
 wdArabicLibya = 4097,
 wdChineseSingapore = 4100,
 wdGermanLuxembourg = 4103,
 wdEnglishCanadian = 4105,
 wdSpanishGuatemala = 4106,
 wdSwissFrench = 4108,
 wdArabicAlgeria = 5121,
 wdChineseMacaoSAR = 5124,
 wdGermanLiechtenstein = 5127,
 wdEnglishNewZealand = 5129,
 wdSpanishCostaRica = 5130,
 wdFrenchLuxembourg = 5132,
 wdArabicMorocco = 6145,
 wdEnglishIreland = 6153,
 wdSpanishPanama = 6154,
 wdFrenchMonaco = 6156,
 wdArabicTunisia = 7169,
 wdEnglishSouthAfrica = 7177,
 wdSpanishDominicanRepublic = 7178,
 wdFrenchWestIndies = 7180,
 wdArabicOman = 8193,
 wdEnglishJamaica = 8201,
 wdSpanishVenezuela = 8202,
 wdFrenchReunion = 8204,
 wdArabicYemen = 9217,
 wdEnglishCaribbean = 9225,
 wdSpanishColombia = 9226,
 wdFrenchCongoDRC = 9228,
 wdArabicSyria = 10241,
 wdEnglishBelize = 10249,
 wdSpanishPeru = 10250,
 wdFrenchSenegal = 10252,
 wdArabicJordan = 11265,
 wdEnglishTrinidadTobago = 11273,
 wdSpanishArgentina = 11274,
 wdFrenchCameroon = 11276,
 wdArabicLebanon = 12289,
 wdEnglishZimbabwe = 12297,
 wdSpanishEcuador = 12298,
 wdFrenchCotedIvoire = 12300,
 wdArabicKuwait = 13313,
 wdEnglishPhilippines = 13321,
 wdSpanishChile = 13322,
 wdFrenchMali = 13324,
 wdArabicUAE = 14337,
 wdEnglishIndonesia = 14345,
 wdSpanishUruguay = 14346,
 wdFrenchMorocco = 14348,
 wdArabicBahrain = 15361,
 wdSpanishParaguay = 15370,
 wdFrenchHaiti = 15372,
 wdArabicQatar = 16385,
 wdSpanishBolivia = 16394,
 wdSpanishElSalvador = 17418,
 wdSpanishHonduras = 18442,
 wdSpanishNicaragua = 19466,
 wdSpanishPuertoRico = 20490
}
enum WdLanguageID2000 {
 wdChineseHongKong = 3076,
 wdChineseMacao = 5124,
 wdEnglishTrinidad = 11273
}
enum WdLayoutMode {
 wdLayoutModeDefault = 0,
 wdLayoutModeGrid = 1,
 wdLayoutModeLineGrid = 2,
 wdLayoutModeGenko = 3
}
enum WdLetterheadLocation {
 wdLetterTop = 0,
 wdLetterBottom = 1,
 wdLetterLeft = 2,
 wdLetterRight = 3
}
enum WdLetterStyle {
 wdFullBlock = 0,
 wdModifiedBlock = 1,
 wdSemiBlock = 2
}
enum WdLigatures {
 wdLigaturesNone = 0,
 wdLigaturesStandard = 1,
 wdLigaturesContextual = 2,
 wdLigaturesStandardContextual = 3,
 wdLigaturesHistorical = 4,
 wdLigaturesStandardHistorical = 5,
 wdLigaturesContextualHistorical = 6,
 wdLigaturesStandardContextualHistorical = 7,
 wdLigaturesDiscretional = 8,
 wdLigaturesStandardDiscretional = 9,
 wdLigaturesContextualDiscretional = 10,
 wdLigaturesStandardContextualDiscretional = 11,
 wdLigaturesHistoricalDiscretional = 12,
 wdLigaturesStandardHistoricalDiscretional = 13,
 wdLigaturesContextualHistoricalDiscretional = 14,
 wdLigaturesAll = 15
}
enum WdLineEndingType {
 wdCRLF = 0,
 wdCROnly = 1,
 wdLFOnly = 2,
 wdLFCR = 3,
 wdLSPS = 4
}
enum WdLineSpacing {
 wdLineSpaceSingle = 0,
 wdLineSpace1pt5 = 1,
 wdLineSpaceDouble = 2,
 wdLineSpaceAtLeast = 3,
 wdLineSpaceExactly = 4,
 wdLineSpaceMultiple = 5
}
enum WdLineStyle {
 wdLineStyleNone = 0,
 wdLineStyleSingle = 1,
 wdLineStyleDot = 2,
 wdLineStyleDashSmallGap = 3,
 wdLineStyleDashLargeGap = 4,
 wdLineStyleDashDot = 5,
 wdLineStyleDashDotDot = 6,
 wdLineStyleDouble = 7,
 wdLineStyleTriple = 8,
 wdLineStyleThinThickSmallGap = 9,
 wdLineStyleThickThinSmallGap = 10,
 wdLineStyleThinThickThinSmallGap = 11,
 wdLineStyleThinThickMedGap = 12,
 wdLineStyleThickThinMedGap = 13,
 wdLineStyleThinThickThinMedGap = 14,
 wdLineStyleThinThickLargeGap = 15,
 wdLineStyleThickThinLargeGap = 16,
 wdLineStyleThinThickThinLargeGap = 17,
 wdLineStyleSingleWavy = 18,
 wdLineStyleDoubleWavy = 19,
 wdLineStyleDashDotStroked = 20,
 wdLineStyleEmboss3D = 21,
 wdLineStyleEngrave3D = 22,
 wdLineStyleOutset = 23,
 wdLineStyleInset = 24
}
enum WdLineType {
 wdTextLine = 0,
 wdTableRow = 1
}
enum WdLineWidth {
 wdLineWidth025pt = 2,
 wdLineWidth050pt = 4,
 wdLineWidth075pt = 6,
 wdLineWidth100pt = 8,
 wdLineWidth150pt = 12,
 wdLineWidth225pt = 18,
 wdLineWidth300pt = 24,
 wdLineWidth450pt = 36,
 wdLineWidth600pt = 48
}
enum WdLinkType {
 wdLinkTypeOLE = 0,
 wdLinkTypePicture = 1,
 wdLinkTypeText = 2,
 wdLinkTypeReference = 3,
 wdLinkTypeInclude = 4,
 wdLinkTypeImport = 5,
 wdLinkTypeDDE = 6,
 wdLinkTypeDDEAuto = 7,
 wdLinkTypeChart = 8
}
enum WdListApplyTo {
 wdListApplyToWholeList = 0,
 wdListApplyToThisPointForward = 1,
 wdListApplyToSelection = 2
}
enum WdListGalleryType {
 wdBulletGallery = 1,
 wdNumberGallery = 2,
 wdOutlineNumberGallery = 3
}
enum WdListLevelAlignment {
 wdListLevelAlignLeft = 0,
 wdListLevelAlignCenter = 1,
 wdListLevelAlignRight = 2
}
enum WdListNumberStyle {
 wdListNumberStyleArabic = 0,
 wdListNumberStyleUppercaseRoman = 1,
 wdListNumberStyleLowercaseRoman = 2,
 wdListNumberStyleUppercaseLetter = 3,
 wdListNumberStyleLowercaseLetter = 4,
 wdListNumberStyleOrdinal = 5,
 wdListNumberStyleCardinalText = 6,
 wdListNumberStyleOrdinalText = 7,
 wdListNumberStyleKanji = 10,
 wdListNumberStyleKanjiDigit = 11,
 wdListNumberStyleAiueoHalfWidth = 12,
 wdListNumberStyleIrohaHalfWidth = 13,
 wdListNumberStyleArabicFullWidth = 14,
 wdListNumberStyleKanjiTraditional = 16,
 wdListNumberStyleKanjiTraditional2 = 17,
 wdListNumberStyleNumberInCircle = 18,
 wdListNumberStyleAiueo = 20,
 wdListNumberStyleIroha = 21,
 wdListNumberStyleArabicLZ = 22,
 wdListNumberStyleBullet = 23,
 wdListNumberStyleGanada = 24,
 wdListNumberStyleChosung = 25,
 wdListNumberStyleGBNum1 = 26,
 wdListNumberStyleGBNum2 = 27,
 wdListNumberStyleGBNum3 = 28,
 wdListNumberStyleGBNum4 = 29,
 wdListNumberStyleZodiac1 = 30,
 wdListNumberStyleZodiac2 = 31,
 wdListNumberStyleZodiac3 = 32,
 wdListNumberStyleTradChinNum1 = 33,
 wdListNumberStyleTradChinNum2 = 34,
 wdListNumberStyleTradChinNum3 = 35,
 wdListNumberStyleTradChinNum4 = 36,
 wdListNumberStyleSimpChinNum1 = 37,
 wdListNumberStyleSimpChinNum2 = 38,
 wdListNumberStyleSimpChinNum3 = 39,
 wdListNumberStyleSimpChinNum4 = 40,
 wdListNumberStyleHanjaRead = 41,
 wdListNumberStyleHanjaReadDigit = 42,
 wdListNumberStyleHangul = 43,
 wdListNumberStyleHanja = 44,
 wdListNumberStyleHebrew1 = 45,
 wdListNumberStyleArabic1 = 46,
 wdListNumberStyleHebrew2 = 47,
 wdListNumberStyleArabic2 = 48,
 wdListNumberStyleHindiLetter1 = 49,
 wdListNumberStyleHindiLetter2 = 50,
 wdListNumberStyleHindiArabic = 51,
 wdListNumberStyleHindiCardinalText = 52,
 wdListNumberStyleThaiLetter = 53,
 wdListNumberStyleThaiArabic = 54,
 wdListNumberStyleThaiCardinalText = 55,
 wdListNumberStyleVietCardinalText = 56,
 wdListNumberStyleLowercaseRussian = 58,
 wdListNumberStyleUppercaseRussian = 59,
 wdListNumberStyleLowercaseGreek = 60,
 wdListNumberStyleUppercaseGreek = 61,
 wdListNumberStyleArabicLZ2 = 62,
 wdListNumberStyleArabicLZ3 = 63,
 wdListNumberStyleArabicLZ4 = 64,
 wdListNumberStyleLowercaseTurkish = 65,
 wdListNumberStyleUppercaseTurkish = 66,
 wdListNumberStyleLowercaseBulgarian = 67,
 wdListNumberStyleUppercaseBulgarian = 68,
 wdListNumberStylePictureBullet = 249,
 wdListNumberStyleLegal = 253,
 wdListNumberStyleLegalLZ = 254,
 wdListNumberStyleNone = 255
}
enum WdListNumberStyleHID {
 emptyenum = 0
}
enum WdListType {
 wdListNoNumbering = 0,
 wdListListNumOnly = 1,
 wdListBullet = 2,
 wdListSimpleNumbering = 3,
 wdListOutlineNumbering = 4,
 wdListMixedNumbering = 5,
 wdListPictureBullet = 6
}
enum WdLockType {
 wdLockNone = 0,
 wdLockReservation = 1,
 wdLockEphemeral = 2,
 wdLockChanged = 3
}
enum WdMailerPriority {
 wdPriorityNormal = 1,
 wdPriorityLow = 2,
 wdPriorityHigh = 3
}
enum WdMailMergeActiveRecord {
 wdPreviousDataSourceRecord = -9,
 wdNextDataSourceRecord = -8,
 wdLastDataSourceRecord = -7,
 wdFirstDataSourceRecord = -6,
 wdLastRecord = -5,
 wdFirstRecord = -4,
 wdPreviousRecord = -3,
 wdNextRecord = -2,
 wdNoActiveRecord = -1
}
enum WdMailMergeComparison {
 wdMergeIfEqual = 0,
 wdMergeIfNotEqual = 1,
 wdMergeIfLessThan = 2,
 wdMergeIfGreaterThan = 3,
 wdMergeIfLessThanOrEqual = 4,
 wdMergeIfGreaterThanOrEqual = 5,
 wdMergeIfIsBlank = 6,
 wdMergeIfIsNotBlank = 7
}
enum WdMailMergeDataSource {
 wdNoMergeInfo = -1,
 wdMergeInfoFromWord = 0,
 wdMergeInfoFromAccessDDE = 1,
 wdMergeInfoFromExcelDDE = 2,
 wdMergeInfoFromMSQueryDDE = 3,
 wdMergeInfoFromODBC = 4,
 wdMergeInfoFromODSO = 5
}
enum WdMailMergeDefaultRecord {
 wdDefaultLastRecord = -16,
 wdDefaultFirstRecord = 1
}
enum WdMailMergeDestination {
 wdSendToNewDocument = 0,
 wdSendToPrinter = 1,
 wdSendToEmail = 2,
 wdSendToFax = 3
}
enum WdMailMergeMailFormat {
 wdMailFormatPlainText = 0,
 wdMailFormatHTML = 1
}
enum WdMailMergeMainDocType {
 wdNotAMergeDocument = -1,
 wdFormLetters = 0,
 wdMailingLabels = 1,
 wdEnvelopes = 2,
 wdCatalog = 3,
 wdDirectory = 3,
 wdEMail = 4,
 wdFax = 5
}
enum WdMailMergeState {
 wdNormalDocument = 0,
 wdMainDocumentOnly = 1,
 wdMainAndDataSource = 2,
 wdMainAndHeader = 3,
 wdMainAndSourceAndHeader = 4,
 wdDataSource = 5
}
enum WdMailSystem {
 wdNoMailSystem = 0,
 wdMAPI = 1,
 wdPowerTalk = 2,
 wdMAPIandPowerTalk = 3
}
enum WdMappedDataFields {
 wdUniqueIdentifier = 1,
 wdCourtesyTitle = 2,
 wdFirstName = 3,
 wdMiddleName = 4,
 wdLastName = 5,
 wdSuffix = 6,
 wdNickname = 7,
 wdJobTitle = 8,
 wdCompany = 9,
 wdAddress1 = 10,
 wdAddress2 = 11,
 wdCity = 12,
 wdState = 13,
 wdPostalCode = 14,
 wdCountryRegion = 15,
 wdBusinessPhone = 16,
 wdBusinessFax = 17,
 wdHomePhone = 18,
 wdHomeFax = 19,
 wdEmailAddress = 20,
 wdWebPageURL = 21,
 wdSpouseCourtesyTitle = 22,
 wdSpouseFirstName = 23,
 wdSpouseMiddleName = 24,
 wdSpouseLastName = 25,
 wdSpouseNickname = 26,
 wdRubyFirstName = 27,
 wdRubyLastName = 28,
 wdAddress3 = 29,
 wdDepartment = 30
}
enum WdMeasurementUnits {
 wdInches = 0,
 wdCentimeters = 1,
 wdMillimeters = 2,
 wdPoints = 3,
 wdPicas = 4
}
enum WdMeasurementUnitsHID {
 emptyenum = 0
}
enum WdMergeFormatFrom {
 wdMergeFormatFromOriginal = 0,
 wdMergeFormatFromRevised = 1,
 wdMergeFormatFromPrompt = 2
}
enum WdMergeSubType {
 wdMergeSubTypeOther = 0,
 wdMergeSubTypeAccess = 1,
 wdMergeSubTypeOAL = 2,
 wdMergeSubTypeOLEDBWord = 3,
 wdMergeSubTypeWorks = 4,
 wdMergeSubTypeOLEDBText = 5,
 wdMergeSubTypeOutlook = 6,
 wdMergeSubTypeWord = 7,
 wdMergeSubTypeWord2000 = 8
}
enum WdMergeTarget {
 wdMergeTargetSelected = 0,
 wdMergeTargetCurrent = 1,
 wdMergeTargetNew = 2
}
enum WdMonthNames {
 wdMonthNamesArabic = 0,
 wdMonthNamesEnglish = 1,
 wdMonthNamesFrench = 2
}
enum WdMoveFromTextMark {
 wdMoveFromTextMarkHidden = 0,
 wdMoveFromTextMarkDoubleStrikeThrough = 1,
 wdMoveFromTextMarkStrikeThrough = 2,
 wdMoveFromTextMarkCaret = 3,
 wdMoveFromTextMarkPound = 4,
 wdMoveFromTextMarkNone = 5,
 wdMoveFromTextMarkBold = 6,
 wdMoveFromTextMarkItalic = 7,
 wdMoveFromTextMarkUnderline = 8,
 wdMoveFromTextMarkDoubleUnderline = 9,
 wdMoveFromTextMarkColorOnly = 10
}
enum WdMovementType {
 wdMove = 0,
 wdExtend = 1
}
enum WdMoveToTextMark {
 wdMoveToTextMarkNone = 0,
 wdMoveToTextMarkBold = 1,
 wdMoveToTextMarkItalic = 2,
 wdMoveToTextMarkUnderline = 3,
 wdMoveToTextMarkDoubleUnderline = 4,
 wdMoveToTextMarkColorOnly = 5,
 wdMoveToTextMarkStrikeThrough = 6,
 wdMoveToTextMarkDoubleStrikeThrough = 7
}
enum WdMultipleWordConversionsMode {
 wdHangulToHanja = 0,
 wdHanjaToHangul = 1
}
enum WdNewDocumentType {
 wdNewBlankDocument = 0,
 wdNewWebPage = 1,
 wdNewEmailMessage = 2,
 wdNewFrameset = 3,
 wdNewXMLDocument = 4
}
enum WdNoteNumberStyle {
 wdNoteNumberStyleArabic = 0,
 wdNoteNumberStyleUppercaseRoman = 1,
 wdNoteNumberStyleLowercaseRoman = 2,
 wdNoteNumberStyleUppercaseLetter = 3,
 wdNoteNumberStyleLowercaseLetter = 4,
 wdNoteNumberStyleSymbol = 9,
 wdNoteNumberStyleKanji = 10,
 wdNoteNumberStyleKanjiDigit = 11,
 wdNoteNumberStyleArabicFullWidth = 14,
 wdNoteNumberStyleKanjiTraditional = 16,
 wdNoteNumberStyleNumberInCircle = 18,
 wdNoteNumberStyleTradChinNum1 = 33,
 wdNoteNumberStyleTradChinNum2 = 34,
 wdNoteNumberStyleSimpChinNum1 = 37,
 wdNoteNumberStyleSimpChinNum2 = 38,
 wdNoteNumberStyleHanjaRead = 41,
 wdNoteNumberStyleHanjaReadDigit = 42,
 wdNoteNumberStyleHebrewLetter1 = 45,
 wdNoteNumberStyleArabicLetter1 = 46,
 wdNoteNumberStyleHebrewLetter2 = 47,
 wdNoteNumberStyleArabicLetter2 = 48,
 wdNoteNumberStyleHindiLetter1 = 49,
 wdNoteNumberStyleHindiLetter2 = 50,
 wdNoteNumberStyleHindiArabic = 51,
 wdNoteNumberStyleHindiCardinalText = 52,
 wdNoteNumberStyleThaiLetter = 53,
 wdNoteNumberStyleThaiArabic = 54,
 wdNoteNumberStyleThaiCardinalText = 55,
 wdNoteNumberStyleVietCardinalText = 56
}
enum WdNoteNumberStyleHID {
 emptyenum = 0
}
enum WdNumberForm {
 wdNumberFormDefault = 0,
 wdNumberFormLining = 1,
 wdNumberFormOldStyle = 2
}
enum WdNumberingRule {
 wdRestartContinuous = 0,
 wdRestartSection = 1,
 wdRestartPage = 2
}
enum WdNumberSpacing {
 wdNumberSpacingDefault = 0,
 wdNumberSpacingProportional = 1,
 wdNumberSpacingTabular = 2
}
enum WdNumberStyleWordBasicBiDi {
 wdListNumberStyleBidi1 = 49,
 wdCaptionNumberStyleBidiLetter1 = 49,
 wdNoteNumberStyleBidiLetter1 = 49,
 wdPageNumberStyleBidiLetter1 = 49,
 wdListNumberStyleBidi2 = 50,
 wdCaptionNumberStyleBidiLetter2 = 50,
 wdNoteNumberStyleBidiLetter2 = 50,
 wdPageNumberStyleBidiLetter2 = 50
}
enum WdNumberType {
 wdNumberParagraph = 1,
 wdNumberListNum = 2,
 wdNumberAllNumbers = 3
}
enum WdOLEPlacement {
 wdInLine = 0,
 wdFloatOverText = 1
}
enum WdOLEType {
 wdOLELink = 0,
 wdOLEEmbed = 1,
 wdOLEControl = 2
}
enum WdOLEVerb {
 wdOLEVerbDiscardUndoState = -6,
 wdOLEVerbInPlaceActivate = -5,
 wdOLEVerbUIActivate = -4,
 wdOLEVerbHide = -3,
 wdOLEVerbOpen = -2,
 wdOLEVerbShow = -1,
 wdOLEVerbPrimary = 0
}
enum WdOMathBreakBin {
 wdOMathBreakBinBefore = 0,
 wdOMathBreakBinAfter = 1,
 wdOMathBreakBinRepeat = 2
}
enum WdOMathBreakSub {
 wdOMathBreakSubMinusMinus = 0,
 wdOMathBreakSubPlusMinus = 1,
 wdOMathBreakSubMinusPlus = 2
}
enum WdOMathFracType {
 wdOMathFracBar = 0,
 wdOMathFracNoBar = 1,
 wdOMathFracSkw = 2,
 wdOMathFracLin = 3
}
enum WdOMathFunctionType {
 wdOMathFunctionAcc = 1,
 wdOMathFunctionBar = 2,
 wdOMathFunctionBox = 3,
 wdOMathFunctionBorderBox = 4,
 wdOMathFunctionDelim = 5,
 wdOMathFunctionEqArray = 6,
 wdOMathFunctionFrac = 7,
 wdOMathFunctionFunc = 8,
 wdOMathFunctionGroupChar = 9,
 wdOMathFunctionLimLow = 10,
 wdOMathFunctionLimUpp = 11,
 wdOMathFunctionMat = 12,
 wdOMathFunctionNary = 13,
 wdOMathFunctionPhantom = 14,
 wdOMathFunctionScrPre = 15,
 wdOMathFunctionRad = 16,
 wdOMathFunctionScrSub = 17,
 wdOMathFunctionScrSubSup = 18,
 wdOMathFunctionScrSup = 19,
 wdOMathFunctionText = 20,
 wdOMathFunctionNormalText = 21,
 wdOMathFunctionLiteralText = 22
}
enum WdOMathHorizAlignType {
 wdOMathHorizAlignCenter = 0,
 wdOMathHorizAlignLeft = 1,
 wdOMathHorizAlignRight = 2
}
enum WdOMathJc {
 wdOMathJcCenterGroup = 1,
 wdOMathJcCenter = 2,
 wdOMathJcLeft = 3,
 wdOMathJcRight = 4,
 wdOMathJcInline = 7
}
enum WdOMathShapeType {
 wdOMathShapeCentered = 0,
 wdOMathShapeMatch = 1
}
enum WdOMathSpacingRule {
 wdOMathSpacingSingle = 0,
 wdOMathSpacing1pt5 = 1,
 wdOMathSpacingDouble = 2,
 wdOMathSpacingExactly = 3,
 wdOMathSpacingMultiple = 4
}
enum WdOMathType {
 wdOMathDisplay = 0,
 wdOMathInline = 1
}
enum WdOMathVertAlignType {
 wdOMathVertAlignCenter = 0,
 wdOMathVertAlignTop = 1,
 wdOMathVertAlignBottom = 2
}
enum WdOpenFormat {
 wdOpenFormatAuto = 0,
 wdOpenFormatDocument = 1,
 wdOpenFormatDocument97 = 1,
 wdOpenFormatTemplate = 2,
 wdOpenFormatTemplate97 = 2,
 wdOpenFormatRTF = 3,
 wdOpenFormatText = 4,
 wdOpenFormatUnicodeText = 5,
 wdOpenFormatEncodedText = 5,
 wdOpenFormatAllWord = 6,
 wdOpenFormatWebPages = 7,
 wdOpenFormatXML = 8,
 wdOpenFormatXMLDocument = 9,
 wdOpenFormatXMLDocumentMacroEnabled = 10,
 wdOpenFormatXMLTemplate = 11,
 wdOpenFormatXMLTemplateMacroEnabled = 12,
 wdOpenFormatAllWordTemplates = 13,
 wdOpenFormatXMLDocumentSerialized = 14,
 wdOpenFormatXMLDocumentMacroEnabledSerialized = 15,
 wdOpenFormatXMLTemplateSerialized = 16,
 wdOpenFormatXMLTemplateMacroEnabledSerialized = 17,
 wdOpenFormatOpenDocumentText = 18
}
enum WdOrganizerObject {
 wdOrganizerObjectStyles = 0,
 wdOrganizerObjectAutoText = 1,
 wdOrganizerObjectCommandBars = 2,
 wdOrganizerObjectProjectItems = 3
}
enum WdOrientation {
 wdOrientPortrait = 0,
 wdOrientLandscape = 1
}
enum WdOriginalFormat {
 wdWordDocument = 0,
 wdOriginalDocumentFormat = 1,
 wdPromptUser = 2
}
enum WdOutlineLevel {
 wdOutlineLevel1 = 1,
 wdOutlineLevel2 = 2,
 wdOutlineLevel3 = 3,
 wdOutlineLevel4 = 4,
 wdOutlineLevel5 = 5,
 wdOutlineLevel6 = 6,
 wdOutlineLevel7 = 7,
 wdOutlineLevel8 = 8,
 wdOutlineLevel9 = 9,
 wdOutlineLevelBodyText = 10
}
enum WdPageBorderArt {
 wdArtApples = 1,
 wdArtMapleMuffins = 2,
 wdArtCakeSlice = 3,
 wdArtCandyCorn = 4,
 wdArtIceCreamCones = 5,
 wdArtChampagneBottle = 6,
 wdArtPartyGlass = 7,
 wdArtChristmasTree = 8,
 wdArtTrees = 9,
 wdArtPalmsColor = 10,
 wdArtBalloons3Colors = 11,
 wdArtBalloonsHotAir = 12,
 wdArtPartyFavor = 13,
 wdArtConfettiStreamers = 14,
 wdArtHearts = 15,
 wdArtHeartBalloon = 16,
 wdArtStars3D = 17,
 wdArtStarsShadowed = 18,
 wdArtStars = 19,
 wdArtSun = 20,
 wdArtEarth2 = 21,
 wdArtEarth1 = 22,
 wdArtPeopleHats = 23,
 wdArtSombrero = 24,
 wdArtPencils = 25,
 wdArtPackages = 26,
 wdArtClocks = 27,
 wdArtFirecrackers = 28,
 wdArtRings = 29,
 wdArtMapPins = 30,
 wdArtConfetti = 31,
 wdArtCreaturesButterfly = 32,
 wdArtCreaturesLadyBug = 33,
 wdArtCreaturesFish = 34,
 wdArtBirdsFlight = 35,
 wdArtScaredCat = 36,
 wdArtBats = 37,
 wdArtFlowersRoses = 38,
 wdArtFlowersRedRose = 39,
 wdArtPoinsettias = 40,
 wdArtHolly = 41,
 wdArtFlowersTiny = 42,
 wdArtFlowersPansy = 43,
 wdArtFlowersModern2 = 44,
 wdArtFlowersModern1 = 45,
 wdArtWhiteFlowers = 46,
 wdArtVine = 47,
 wdArtFlowersDaisies = 48,
 wdArtFlowersBlockPrint = 49,
 wdArtDecoArchColor = 50,
 wdArtFans = 51,
 wdArtFilm = 52,
 wdArtLightning1 = 53,
 wdArtCompass = 54,
 wdArtDoubleD = 55,
 wdArtClassicalWave = 56,
 wdArtShadowedSquares = 57,
 wdArtTwistedLines1 = 58,
 wdArtWaveline = 59,
 wdArtQuadrants = 60,
 wdArtCheckedBarColor = 61,
 wdArtSwirligig = 62,
 wdArtPushPinNote1 = 63,
 wdArtPushPinNote2 = 64,
 wdArtPumpkin1 = 65,
 wdArtEggsBlack = 66,
 wdArtCup = 67,
 wdArtHeartGray = 68,
 wdArtGingerbreadMan = 69,
 wdArtBabyPacifier = 70,
 wdArtBabyRattle = 71,
 wdArtCabins = 72,
 wdArtHouseFunky = 73,
 wdArtStarsBlack = 74,
 wdArtSnowflakes = 75,
 wdArtSnowflakeFancy = 76,
 wdArtSkyrocket = 77,
 wdArtSeattle = 78,
 wdArtMusicNotes = 79,
 wdArtPalmsBlack = 80,
 wdArtMapleLeaf = 81,
 wdArtPaperClips = 82,
 wdArtShorebirdTracks = 83,
 wdArtPeople = 84,
 wdArtPeopleWaving = 85,
 wdArtEclipsingSquares2 = 86,
 wdArtHypnotic = 87,
 wdArtDiamondsGray = 88,
 wdArtDecoArch = 89,
 wdArtDecoBlocks = 90,
 wdArtCirclesLines = 91,
 wdArtPapyrus = 92,
 wdArtWoodwork = 93,
 wdArtWeavingBraid = 94,
 wdArtWeavingRibbon = 95,
 wdArtWeavingAngles = 96,
 wdArtArchedScallops = 97,
 wdArtSafari = 98,
 wdArtCelticKnotwork = 99,
 wdArtCrazyMaze = 100,
 wdArtEclipsingSquares1 = 101,
 wdArtBirds = 102,
 wdArtFlowersTeacup = 103,
 wdArtNorthwest = 104,
 wdArtSouthwest = 105,
 wdArtTribal6 = 106,
 wdArtTribal4 = 107,
 wdArtTribal3 = 108,
 wdArtTribal2 = 109,
 wdArtTribal5 = 110,
 wdArtXIllusions = 111,
 wdArtZanyTriangles = 112,
 wdArtPyramids = 113,
 wdArtPyramidsAbove = 114,
 wdArtConfettiGrays = 115,
 wdArtConfettiOutline = 116,
 wdArtConfettiWhite = 117,
 wdArtMosaic = 118,
 wdArtLightning2 = 119,
 wdArtHeebieJeebies = 120,
 wdArtLightBulb = 121,
 wdArtGradient = 122,
 wdArtTriangleParty = 123,
 wdArtTwistedLines2 = 124,
 wdArtMoons = 125,
 wdArtOvals = 126,
 wdArtDoubleDiamonds = 127,
 wdArtChainLink = 128,
 wdArtTriangles = 129,
 wdArtTribal1 = 130,
 wdArtMarqueeToothed = 131,
 wdArtSharksTeeth = 132,
 wdArtSawtooth = 133,
 wdArtSawtoothGray = 134,
 wdArtPostageStamp = 135,
 wdArtWeavingStrips = 136,
 wdArtZigZag = 137,
 wdArtCrossStitch = 138,
 wdArtGems = 139,
 wdArtCirclesRectangles = 140,
 wdArtCornerTriangles = 141,
 wdArtCreaturesInsects = 142,
 wdArtZigZagStitch = 143,
 wdArtCheckered = 144,
 wdArtCheckedBarBlack = 145,
 wdArtMarquee = 146,
 wdArtBasicWhiteDots = 147,
 wdArtBasicWideMidline = 148,
 wdArtBasicWideOutline = 149,
 wdArtBasicWideInline = 150,
 wdArtBasicThinLines = 151,
 wdArtBasicWhiteDashes = 152,
 wdArtBasicWhiteSquares = 153,
 wdArtBasicBlackSquares = 154,
 wdArtBasicBlackDashes = 155,
 wdArtBasicBlackDots = 156,
 wdArtStarsTop = 157,
 wdArtCertificateBanner = 158,
 wdArtHandmade1 = 159,
 wdArtHandmade2 = 160,
 wdArtTornPaper = 161,
 wdArtTornPaperBlack = 162,
 wdArtCouponCutoutDashes = 163,
 wdArtCouponCutoutDots = 164
}
enum WdPageFit {
 wdPageFitNone = 0,
 wdPageFitFullPage = 1,
 wdPageFitBestFit = 2,
 wdPageFitTextFit = 3
}
enum WdPageNumberAlignment {
 wdAlignPageNumberLeft = 0,
 wdAlignPageNumberCenter = 1,
 wdAlignPageNumberRight = 2,
 wdAlignPageNumberInside = 3,
 wdAlignPageNumberOutside = 4
}
enum WdPageNumberStyle {
 wdPageNumberStyleArabic = 0,
 wdPageNumberStyleUppercaseRoman = 1,
 wdPageNumberStyleLowercaseRoman = 2,
 wdPageNumberStyleUppercaseLetter = 3,
 wdPageNumberStyleLowercaseLetter = 4,
 wdPageNumberStyleKanji = 10,
 wdPageNumberStyleKanjiDigit = 11,
 wdPageNumberStyleArabicFullWidth = 14,
 wdPageNumberStyleKanjiTraditional = 16,
 wdPageNumberStyleNumberInCircle = 18,
 wdPageNumberStyleTradChinNum1 = 33,
 wdPageNumberStyleTradChinNum2 = 34,
 wdPageNumberStyleSimpChinNum1 = 37,
 wdPageNumberStyleSimpChinNum2 = 38,
 wdPageNumberStyleHanjaRead = 41,
 wdPageNumberStyleHanjaReadDigit = 42,
 wdPageNumberStyleHebrewLetter1 = 45,
 wdPageNumberStyleArabicLetter1 = 46,
 wdPageNumberStyleHebrewLetter2 = 47,
 wdPageNumberStyleArabicLetter2 = 48,
 wdPageNumberStyleHindiLetter1 = 49,
 wdPageNumberStyleHindiLetter2 = 50,
 wdPageNumberStyleHindiArabic = 51,
 wdPageNumberStyleHindiCardinalText = 52,
 wdPageNumberStyleThaiLetter = 53,
 wdPageNumberStyleThaiArabic = 54,
 wdPageNumberStyleThaiCardinalText = 55,
 wdPageNumberStyleVietCardinalText = 56,
 wdPageNumberStyleNumberInDash = 57
}
enum WdPageNumberStyleHID {
 emptyenum = 0
}
enum WdPaperSize {
 wdPaper10x14 = 0,
 wdPaper11x17 = 1,
 wdPaperLetter = 2,
 wdPaperLetterSmall = 3,
 wdPaperLegal = 4,
 wdPaperExecutive = 5,
 wdPaperA3 = 6,
 wdPaperA4 = 7,
 wdPaperA4Small = 8,
 wdPaperA5 = 9,
 wdPaperB4 = 10,
 wdPaperB5 = 11,
 wdPaperCSheet = 12,
 wdPaperDSheet = 13,
 wdPaperESheet = 14,
 wdPaperFanfoldLegalGerman = 15,
 wdPaperFanfoldStdGerman = 16,
 wdPaperFanfoldUS = 17,
 wdPaperFolio = 18,
 wdPaperLedger = 19,
 wdPaperNote = 20,
 wdPaperQuarto = 21,
 wdPaperStatement = 22,
 wdPaperTabloid = 23,
 wdPaperEnvelope9 = 24,
 wdPaperEnvelope10 = 25,
 wdPaperEnvelope11 = 26,
 wdPaperEnvelope12 = 27,
 wdPaperEnvelope14 = 28,
 wdPaperEnvelopeB4 = 29,
 wdPaperEnvelopeB5 = 30,
 wdPaperEnvelopeB6 = 31,
 wdPaperEnvelopeC3 = 32,
 wdPaperEnvelopeC4 = 33,
 wdPaperEnvelopeC5 = 34,
 wdPaperEnvelopeC6 = 35,
 wdPaperEnvelopeC65 = 36,
 wdPaperEnvelopeDL = 37,
 wdPaperEnvelopeItaly = 38,
 wdPaperEnvelopeMonarch = 39,
 wdPaperEnvelopePersonal = 40,
 wdPaperCustom = 41
}
enum WdPaperTray {
 wdPrinterDefaultBin = 0,
 wdPrinterUpperBin = 1,
 wdPrinterOnlyBin = 1,
 wdPrinterLowerBin = 2,
 wdPrinterMiddleBin = 3,
 wdPrinterManualFeed = 4,
 wdPrinterEnvelopeFeed = 5,
 wdPrinterManualEnvelopeFeed = 6,
 wdPrinterAutomaticSheetFeed = 7,
 wdPrinterTractorFeed = 8,
 wdPrinterSmallFormatBin = 9,
 wdPrinterLargeFormatBin = 10,
 wdPrinterLargeCapacityBin = 11,
 wdPrinterPaperCassette = 14,
 wdPrinterFormSource = 15
}
enum WdParagraphAlignment {
 wdAlignParagraphLeft = 0,
 wdAlignParagraphCenter = 1,
 wdAlignParagraphRight = 2,
 wdAlignParagraphJustify = 3,
 wdAlignParagraphDistribute = 4,
 wdAlignParagraphJustifyMed = 5,
 wdAlignParagraphJustifyHi = 7,
 wdAlignParagraphJustifyLow = 8,
 wdAlignParagraphThaiJustify = 9
}
enum WdParagraphAlignmentHID {
 emptyenum = 0
}
enum WdPartOfSpeech {
 wdAdjective = 0,
 wdNoun = 1,
 wdAdverb = 2,
 wdVerb = 3,
 wdPronoun = 4,
 wdConjunction = 5,
 wdPreposition = 6,
 wdInterjection = 7,
 wdIdiom = 8,
 wdOther = 9
}
enum WdPasteDataType {
 wdPasteOLEObject = 0,
 wdPasteRTF = 1,
 wdPasteText = 2,
 wdPasteMetafilePicture = 3,
 wdPasteBitmap = 4,
 wdPasteDeviceIndependentBitmap = 5,
 wdPasteHyperlink = 7,
 wdPasteShape = 8,
 wdPasteEnhancedMetafile = 9,
 wdPasteHTML = 10
}
enum WdPasteOptions {
 wdKeepSourceFormatting = 0,
 wdMatchDestinationFormatting = 1,
 wdKeepTextOnly = 2,
 wdUseDestinationStyles = 3
}
enum WdPhoneticGuideAlignmentType {
 wdPhoneticGuideAlignmentCenter = 0,
 wdPhoneticGuideAlignmentZeroOneZero = 1,
 wdPhoneticGuideAlignmentOneTwoOne = 2,
 wdPhoneticGuideAlignmentLeft = 3,
 wdPhoneticGuideAlignmentRight = 4,
 wdPhoneticGuideAlignmentRightVertical = 5
}
enum WdPictureLinkType {
 wdLinkNone = 0,
 wdLinkDataInDoc = 1,
 wdLinkDataOnDisk = 2
}
enum WdPortugueseReform {
 wdPortuguesePreReform = 1,
 wdPortuguesePostReform = 2,
 wdPortugueseBoth = 3
}
enum WdPreferredWidthType {
 wdPreferredWidthAuto = 1,
 wdPreferredWidthPercent = 2,
 wdPreferredWidthPoints = 3
}
enum WdPrintOutItem {
 wdPrintDocumentContent = 0,
 wdPrintProperties = 1,
 wdPrintComments = 2,
 wdPrintMarkup = 2,
 wdPrintStyles = 3,
 wdPrintAutoTextEntries = 4,
 wdPrintKeyAssignments = 5,
 wdPrintEnvelope = 6,
 wdPrintDocumentWithMarkup = 7
}
enum WdPrintOutPages {
 wdPrintAllPages = 0,
 wdPrintOddPagesOnly = 1,
 wdPrintEvenPagesOnly = 2
}
enum WdPrintOutRange {
 wdPrintAllDocument = 0,
 wdPrintSelection = 1,
 wdPrintCurrentPage = 2,
 wdPrintFromTo = 3,
 wdPrintRangeOfPages = 4
}
enum WdProofreadingErrorType {
 wdSpellingError = 0,
 wdGrammaticalError = 1
}
enum WdProtectedViewCloseReason {
 wdProtectedViewCloseNormal = 0,
 wdProtectedViewCloseEdit = 1,
 wdProtectedViewCloseForced = 2
}
enum WdProtectionType {
 wdNoProtection = -1,
 wdAllowOnlyRevisions = 0,
 wdAllowOnlyComments = 1,
 wdAllowOnlyFormFields = 2,
 wdAllowOnlyReading = 3
}
enum WdReadingLayoutMargin {
 wdAutomaticMargin = 0,
 wdSuppressMargin = 1,
 wdFullMargin = 2
}
enum WdReadingOrder {
 wdReadingOrderRtl = 0,
 wdReadingOrderLtr = 1
}
enum WdRecoveryType {
 wdPasteDefault = 0,
 wdSingleCellText = 5,
 wdSingleCellTable = 6,
 wdListContinueNumbering = 7,
 wdListRestartNumbering = 8,
 wdTableAppendTable = 10,
 wdTableInsertAsRows = 11,
 wdTableOriginalFormatting = 12,
 wdChartPicture = 13,
 wdChart = 14,
 wdChartLinked = 15,
 wdFormatOriginalFormatting = 16,
 wdUseDestinationStylesRecovery = 19,
 wdFormatSurroundingFormattingWithEmphasis = 20,
 wdFormatPlainText = 22,
 wdTableOverwriteCells = 23,
 wdListCombineWithExistingList = 24,
 wdListDontMerge = 25
}
enum WdRectangleType {
 wdTextRectangle = 0,
 wdShapeRectangle = 1,
 wdMarkupRectangle = 2,
 wdMarkupRectangleButton = 3,
 wdPageBorderRectangle = 4,
 wdLineBetweenColumnRectangle = 5,
 wdSelection = 6,
 wdSystem = 7,
 wdMarkupRectangleArea = 8,
 wdReadingModeNavigation = 9,
 wdMarkupRectangleMoveMatch = 10,
 wdReadingModePanningArea = 11,
 wdMailNavArea = 12,
 wdDocumentControlRectangle = 13
}
enum WdReferenceKind {
 wdNumberFullContext = -4,
 wdNumberNoContext = -3,
 wdNumberRelativeContext = -2,
 wdContentText = -1,
 wdEntireCaption = 2,
 wdOnlyLabelAndNumber = 3,
 wdOnlyCaptionText = 4,
 wdFootnoteNumber = 5,
 wdEndnoteNumber = 6,
 wdPageNumber = 7,
 wdPosition = 15,
 wdFootnoteNumberFormatted = 16,
 wdEndnoteNumberFormatted = 17
}
enum WdReferenceType {
 wdRefTypeNumberedItem = 0,
 wdRefTypeHeading = 1,
 wdRefTypeBookmark = 2,
 wdRefTypeFootnote = 3,
 wdRefTypeEndnote = 4
}
enum WdRelativeHorizontalPosition {
 wdRelativeHorizontalPositionMargin = 0,
 wdRelativeHorizontalPositionPage = 1,
 wdRelativeHorizontalPositionColumn = 2,
 wdRelativeHorizontalPositionCharacter = 3,
 wdRelativeHorizontalPositionLeftMarginArea = 4,
 wdRelativeHorizontalPositionRightMarginArea = 5,
 wdRelativeHorizontalPositionInnerMarginArea = 6,
 wdRelativeHorizontalPositionOuterMarginArea = 7
}
enum WdRelativeHorizontalSize {
 wdRelativeHorizontalSizeMargin = 0,
 wdRelativeHorizontalSizePage = 1,
 wdRelativeHorizontalSizeLeftMarginArea = 2,
 wdRelativeHorizontalSizeRightMarginArea = 3,
 wdRelativeHorizontalSizeInnerMarginArea = 4,
 wdRelativeHorizontalSizeOuterMarginArea = 5
}
enum WdRelativeVerticalPosition {
 wdRelativeVerticalPositionMargin = 0,
 wdRelativeVerticalPositionPage = 1,
 wdRelativeVerticalPositionParagraph = 2,
 wdRelativeVerticalPositionLine = 3,
 wdRelativeVerticalPositionTopMarginArea = 4,
 wdRelativeVerticalPositionBottomMarginArea = 5,
 wdRelativeVerticalPositionInnerMarginArea = 6,
 wdRelativeVerticalPositionOuterMarginArea = 7
}
enum WdRelativeVerticalSize {
 wdRelativeVerticalSizeMargin = 0,
 wdRelativeVerticalSizePage = 1,
 wdRelativeVerticalSizeTopMarginArea = 2,
 wdRelativeVerticalSizeBottomMarginArea = 3,
 wdRelativeVerticalSizeInnerMarginArea = 4,
 wdRelativeVerticalSizeOuterMarginArea = 5
}
enum WdRelocate {
 wdRelocateUp = 0,
 wdRelocateDown = 1
}
enum WdRemoveDocInfoType {
 wdRDIComments = 1,
 wdRDIRevisions = 2,
 wdRDIVersions = 3,
 wdRDIRemovePersonalInformation = 4,
 wdRDIEmailHeader = 5,
 wdRDIRoutingSlip = 6,
 wdRDISendForReview = 7,
 wdRDIDocumentProperties = 8,
 wdRDITemplate = 9,
 wdRDIDocumentWorkspace = 10,
 wdRDIInkAnnotations = 11,
 wdRDIDocumentServerProperties = 14,
 wdRDIDocumentManagementPolicy = 15,
 wdRDIContentType = 16,
 wdRDIAll = 99
}
enum WdReplace {
 wdReplaceNone = 0,
 wdReplaceOne = 1,
 wdReplaceAll = 2
}
enum WdRevisedLinesMark {
 wdRevisedLinesMarkNone = 0,
 wdRevisedLinesMarkLeftBorder = 1,
 wdRevisedLinesMarkRightBorder = 2,
 wdRevisedLinesMarkOutsideBorder = 3
}
enum WdRevisedPropertiesMark {
 wdRevisedPropertiesMarkNone = 0,
 wdRevisedPropertiesMarkBold = 1,
 wdRevisedPropertiesMarkItalic = 2,
 wdRevisedPropertiesMarkUnderline = 3,
 wdRevisedPropertiesMarkDoubleUnderline = 4,
 wdRevisedPropertiesMarkColorOnly = 5,
 wdRevisedPropertiesMarkStrikeThrough = 6,
 wdRevisedPropertiesMarkDoubleStrikeThrough = 7
}
enum WdRevisionsBalloonMargin {
 wdLeftMargin = 0,
 wdRightMargin = 1
}
enum WdRevisionsBalloonPrintOrientation {
 wdBalloonPrintOrientationAuto = 0,
 wdBalloonPrintOrientationPreserve = 1,
 wdBalloonPrintOrientationForceLandscape = 2
}
enum WdRevisionsBalloonWidthType {
 wdBalloonWidthPercent = 0,
 wdBalloonWidthPoints = 1
}
enum WdRevisionsMode {
 wdBalloonRevisions = 0,
 wdInLineRevisions = 1,
 wdMixedRevisions = 2
}
enum WdRevisionsView {
 wdRevisionsViewFinal = 0,
 wdRevisionsViewOriginal = 1
}
enum WdRevisionsWrap {
 wdWrapNever = 0,
 wdWrapAlways = 1,
 wdWrapAsk = 2
}
enum WdRevisionType {
 wdNoRevision = 0,
 wdRevisionInsert = 1,
 wdRevisionDelete = 2,
 wdRevisionProperty = 3,
 wdRevisionParagraphNumber = 4,
 wdRevisionDisplayField = 5,
 wdRevisionReconcile = 6,
 wdRevisionConflict = 7,
 wdRevisionStyle = 8,
 wdRevisionReplace = 9,
 wdRevisionParagraphProperty = 10,
 wdRevisionTableProperty = 11,
 wdRevisionSectionProperty = 12,
 wdRevisionStyleDefinition = 13,
 wdRevisionMovedFrom = 14,
 wdRevisionMovedTo = 15,
 wdRevisionCellInsertion = 16,
 wdRevisionCellDeletion = 17,
 wdRevisionCellMerge = 18,
 wdRevisionCellSplit = 19,
 wdRevisionConflictInsert = 20,
 wdRevisionConflictDelete = 21
}
enum WdRoutingSlipDelivery {
 wdOneAfterAnother = 0,
 wdAllAtOnce = 1
}
enum WdRoutingSlipStatus {
 wdNotYetRouted = 0,
 wdRouteInProgress = 1,
 wdRouteComplete = 2
}
enum WdRowAlignment {
 wdAlignRowLeft = 0,
 wdAlignRowCenter = 1,
 wdAlignRowRight = 2
}
enum WdRowHeightRule {
 wdRowHeightAuto = 0,
 wdRowHeightAtLeast = 1,
 wdRowHeightExactly = 2
}
enum WdRulerStyle {
 wdAdjustNone = 0,
 wdAdjustProportional = 1,
 wdAdjustFirstColumn = 2,
 wdAdjustSameWidth = 3
}
enum WdSalutationGender {
 wdGenderFemale = 0,
 wdGenderMale = 1,
 wdGenderNeutral = 2,
 wdGenderUnknown = 3
}
enum WdSalutationType {
 wdSalutationInformal = 0,
 wdSalutationFormal = 1,
 wdSalutationBusiness = 2,
 wdSalutationOther = 3
}
enum WdSaveFormat {
 wdFormatDocument = 0,
 wdFormatDocument97 = 0,
 wdFormatTemplate = 1,
 wdFormatTemplate97 = 1,
 wdFormatText = 2,
 wdFormatTextLineBreaks = 3,
 wdFormatDOSText = 4,
 wdFormatDOSTextLineBreaks = 5,
 wdFormatRTF = 6,
 wdFormatUnicodeText = 7,
 wdFormatEncodedText = 7,
 wdFormatHTML = 8,
 wdFormatWebArchive = 9,
 wdFormatFilteredHTML = 10,
 wdFormatXML = 11,
 wdFormatXMLDocument = 12,
 wdFormatXMLDocumentMacroEnabled = 13,
 wdFormatXMLTemplate = 14,
 wdFormatXMLTemplateMacroEnabled = 15,
 wdFormatDocumentDefault = 16,
 wdFormatPDF = 17,
 wdFormatXPS = 18,
 wdFormatFlatXML = 19,
 wdFormatFlatXMLMacroEnabled = 20,
 wdFormatFlatXMLTemplate = 21,
 wdFormatFlatXMLTemplateMacroEnabled = 22,
 wdFormatOpenDocumentText = 23
}
enum WdSaveOptions {
 wdPromptToSaveChanges = -2,
 wdSaveChanges = -1,
 wdDoNotSaveChanges = 0
}
enum WdScrollbarType {
 wdScrollbarTypeAuto = 0,
 wdScrollbarTypeYes = 1,
 wdScrollbarTypeNo = 2
}
enum WdSectionDirection {
 wdSectionDirectionRtl = 0,
 wdSectionDirectionLtr = 1
}
enum WdSectionStart {
 wdSectionContinuous = 0,
 wdSectionNewColumn = 1,
 wdSectionNewPage = 2,
 wdSectionEvenPage = 3,
 wdSectionOddPage = 4
}
enum WdSeekView {
 wdSeekMainDocument = 0,
 wdSeekPrimaryHeader = 1,
 wdSeekFirstPageHeader = 2,
 wdSeekEvenPagesHeader = 3,
 wdSeekPrimaryFooter = 4,
 wdSeekFirstPageFooter = 5,
 wdSeekEvenPagesFooter = 6,
 wdSeekFootnotes = 7,
 wdSeekEndnotes = 8,
 wdSeekCurrentPageHeader = 9,
 wdSeekCurrentPageFooter = 10
}
enum WdSelectionFlags {
 wdSelStartActive = 1,
 wdSelAtEOL = 2,
 wdSelOvertype = 4,
 wdSelActive = 8,
 wdSelReplace = 16
}
enum WdSelectionType {
 wdNoSelection = 0,
 wdSelectionIP = 1,
 wdSelectionNormal = 2,
 wdSelectionFrame = 3,
 wdSelectionColumn = 4,
 wdSelectionRow = 5,
 wdSelectionBlock = 6,
 wdSelectionInlineShape = 7,
 wdSelectionShape = 8
}
enum WdSeparatorType {
 wdSeparatorHyphen = 0,
 wdSeparatorPeriod = 1,
 wdSeparatorColon = 2,
 wdSeparatorEmDash = 3,
 wdSeparatorEnDash = 4
}
enum WdShapePosition {
 wdShapeTop = -999999,
 wdShapeLeft = -999998,
 wdShapeBottom = -999997,
 wdShapeRight = -999996,
 wdShapeCenter = -999995,
 wdShapeInside = -999994,
 wdShapeOutside = -999993
}
enum WdShapePositionRelative {
 wdShapePositionRelativeNone = -999999
}
enum WdShapeSizeRelative {
 wdShapeSizeRelativeNone = -999999
}
enum WdShowFilter {
 wdShowFilterStylesAvailable = 0,
 wdShowFilterStylesInUse = 1,
 wdShowFilterStylesAll = 2,
 wdShowFilterFormattingInUse = 3,
 wdShowFilterFormattingAvailable = 4,
 wdShowFilterFormattingRecommended = 5
}
enum WdShowSourceDocuments {
 wdShowSourceDocumentsNone = 0,
 wdShowSourceDocumentsOriginal = 1,
 wdShowSourceDocumentsRevised = 2,
 wdShowSourceDocumentsBoth = 3
}
enum WdSmartTagControlType {
 wdControlSmartTag = 1,
 wdControlLink = 2,
 wdControlHelp = 3,
 wdControlHelpURL = 4,
 wdControlSeparator = 5,
 wdControlButton = 6,
 wdControlLabel = 7,
 wdControlImage = 8,
 wdControlCheckbox = 9,
 wdControlTextbox = 10,
 wdControlListbox = 11,
 wdControlCombo = 12,
 wdControlActiveX = 13,
 wdControlDocumentFragment = 14,
 wdControlDocumentFragmentURL = 15,
 wdControlRadioGroup = 16
}
enum WdSortFieldType {
 wdSortFieldAlphanumeric = 0,
 wdSortFieldNumeric = 1,
 wdSortFieldDate = 2,
 wdSortFieldSyllable = 3,
 wdSortFieldJapanJIS = 4,
 wdSortFieldStroke = 5,
 wdSortFieldKoreaKS = 6
}
enum WdSortFieldTypeHID {
 emptyenum = 0
}
enum WdSortOrder {
 wdSortOrderAscending = 0,
 wdSortOrderDescending = 1
}
enum WdSortSeparator {
 wdSortSeparateByTabs = 0,
 wdSortSeparateByCommas = 1,
 wdSortSeparateByDefaultTableSeparator = 2
}
enum WdSpanishSpeller {
 wdSpanishTuteoOnly = 0,
 wdSpanishTuteoAndVoseo = 1,
 wdSpanishVoseoOnly = 2
}
enum WdSpecialPane {
 wdPaneNone = 0,
 wdPanePrimaryHeader = 1,
 wdPaneFirstPageHeader = 2,
 wdPaneEvenPagesHeader = 3,
 wdPanePrimaryFooter = 4,
 wdPaneFirstPageFooter = 5,
 wdPaneEvenPagesFooter = 6,
 wdPaneFootnotes = 7,
 wdPaneEndnotes = 8,
 wdPaneFootnoteContinuationNotice = 9,
 wdPaneFootnoteContinuationSeparator = 10,
 wdPaneFootnoteSeparator = 11,
 wdPaneEndnoteContinuationNotice = 12,
 wdPaneEndnoteContinuationSeparator = 13,
 wdPaneEndnoteSeparator = 14,
 wdPaneComments = 15,
 wdPaneCurrentPageHeader = 16,
 wdPaneCurrentPageFooter = 17,
 wdPaneRevisions = 18,
 wdPaneRevisionsHoriz = 19,
 wdPaneRevisionsVert = 20
}
enum WdSpellingErrorType {
 wdSpellingCorrect = 0,
 wdSpellingNotInDictionary = 1,
 wdSpellingCapitalization = 2
}
enum WdSpellingWordType {
 wdSpellword = 0,
 wdWildcard = 1,
 wdAnagram = 2
}
enum WdStatistic {
 wdStatisticWords = 0,
 wdStatisticLines = 1,
 wdStatisticPages = 2,
 wdStatisticCharacters = 3,
 wdStatisticParagraphs = 4,
 wdStatisticCharactersWithSpaces = 5,
 wdStatisticFarEastCharacters = 6
}
enum WdStatisticHID {
 emptyenum = 0
}
enum WdStoryType {
 wdMainTextStory = 1,
 wdFootnotesStory = 2,
 wdEndnotesStory = 3,
 wdCommentsStory = 4,
 wdTextFrameStory = 5,
 wdEvenPagesHeaderStory = 6,
 wdPrimaryHeaderStory = 7,
 wdEvenPagesFooterStory = 8,
 wdPrimaryFooterStory = 9,
 wdFirstPageHeaderStory = 10,
 wdFirstPageFooterStory = 11,
 wdFootnoteSeparatorStory = 12,
 wdFootnoteContinuationSeparatorStory = 13,
 wdFootnoteContinuationNoticeStory = 14,
 wdEndnoteSeparatorStory = 15,
 wdEndnoteContinuationSeparatorStory = 16,
 wdEndnoteContinuationNoticeStory = 17
}
enum WdStyleSheetLinkType {
 wdStyleSheetLinkTypeLinked = 0,
 wdStyleSheetLinkTypeImported = 1
}
enum WdStyleSheetPrecedence {
 wdStyleSheetPrecedenceLower = -2,
 wdStyleSheetPrecedenceHigher = -1,
 wdStyleSheetPrecedenceLowest = 0,
 wdStyleSheetPrecedenceHighest = 1
}
enum WdStyleSort {
 wdStyleSortByName = 0,
 wdStyleSortRecommended = 1,
 wdStyleSortByFont = 2,
 wdStyleSortByBasedOn = 3,
 wdStyleSortByType = 4
}
enum WdStyleType {
 wdStyleTypeParagraph = 1,
 wdStyleTypeCharacter = 2,
 wdStyleTypeTable = 3,
 wdStyleTypeList = 4,
 wdStyleTypeParagraphOnly = 5,
 wdStyleTypeLinked = 6
}
enum WdStylisticSet {
 wdStylisticSetDefault = 0,
 wdStylisticSet01 = 1,
 wdStylisticSet02 = 2,
 wdStylisticSet03 = 4,
 wdStylisticSet04 = 8,
 wdStylisticSet05 = 16,
 wdStylisticSet06 = 32,
 wdStylisticSet07 = 64,
 wdStylisticSet08 = 128,
 wdStylisticSet09 = 256,
 wdStylisticSet10 = 512,
 wdStylisticSet11 = 1024,
 wdStylisticSet12 = 2048,
 wdStylisticSet13 = 4096,
 wdStylisticSet14 = 8192,
 wdStylisticSet15 = 16384,
 wdStylisticSet16 = 32768,
 wdStylisticSet17 = 65536,
 wdStylisticSet18 = 131072,
 wdStylisticSet19 = 262144,
 wdStylisticSet20 = 524288
}
enum WdSubscriberFormats {
 wdSubscriberBestFormat = 0,
 wdSubscriberRTF = 1,
 wdSubscriberText = 2,
 wdSubscriberPict = 4
}
enum WdSummaryLength {
 wd75Percent = -9,
 wd50Percent = -8,
 wd25Percent = -7,
 wd10Percent = -6,
 wd500Words = -5,
 wd100Words = -4,
 wd20Sentences = -3,
 wd10Sentences = -2
}
enum WdSummaryMode {
 wdSummaryModeHighlight = 0,
 wdSummaryModeHideAllButSummary = 1,
 wdSummaryModeInsert = 2,
 wdSummaryModeCreateNew = 3
}
enum WdTabAlignment {
 wdAlignTabLeft = 0,
 wdAlignTabCenter = 1,
 wdAlignTabRight = 2,
 wdAlignTabDecimal = 3,
 wdAlignTabBar = 4,
 wdAlignTabList = 6
}
enum WdTabLeader {
 wdTabLeaderSpaces = 0,
 wdTabLeaderDots = 1,
 wdTabLeaderDashes = 2,
 wdTabLeaderLines = 3,
 wdTabLeaderHeavy = 4,
 wdTabLeaderMiddleDot = 5
}
enum WdTabLeaderHID {
 emptyenum = 0
}
enum WdTableDirection {
 wdTableDirectionRtl = 0,
 wdTableDirectionLtr = 1
}
enum WdTableFieldSeparator {
 wdSeparateByParagraphs = 0,
 wdSeparateByTabs = 1,
 wdSeparateByCommas = 2,
 wdSeparateByDefaultListSeparator = 3
}
enum WdTableFormat {
 wdTableFormatNone = 0,
 wdTableFormatSimple1 = 1,
 wdTableFormatSimple2 = 2,
 wdTableFormatSimple3 = 3,
 wdTableFormatClassic1 = 4,
 wdTableFormatClassic2 = 5,
 wdTableFormatClassic3 = 6,
 wdTableFormatClassic4 = 7,
 wdTableFormatColorful1 = 8,
 wdTableFormatColorful2 = 9,
 wdTableFormatColorful3 = 10,
 wdTableFormatColumns1 = 11,
 wdTableFormatColumns2 = 12,
 wdTableFormatColumns3 = 13,
 wdTableFormatColumns4 = 14,
 wdTableFormatColumns5 = 15,
 wdTableFormatGrid1 = 16,
 wdTableFormatGrid2 = 17,
 wdTableFormatGrid3 = 18,
 wdTableFormatGrid4 = 19,
 wdTableFormatGrid5 = 20,
 wdTableFormatGrid6 = 21,
 wdTableFormatGrid7 = 22,
 wdTableFormatGrid8 = 23,
 wdTableFormatList1 = 24,
 wdTableFormatList2 = 25,
 wdTableFormatList3 = 26,
 wdTableFormatList4 = 27,
 wdTableFormatList5 = 28,
 wdTableFormatList6 = 29,
 wdTableFormatList7 = 30,
 wdTableFormatList8 = 31,
 wdTableFormat3DEffects1 = 32,
 wdTableFormat3DEffects2 = 33,
 wdTableFormat3DEffects3 = 34,
 wdTableFormatContemporary = 35,
 wdTableFormatElegant = 36,
 wdTableFormatProfessional = 37,
 wdTableFormatSubtle1 = 38,
 wdTableFormatSubtle2 = 39,
 wdTableFormatWeb1 = 40,
 wdTableFormatWeb2 = 41,
 wdTableFormatWeb3 = 42
}
enum WdTableFormatApply {
 wdTableFormatApplyBorders = 1,
 wdTableFormatApplyShading = 2,
 wdTableFormatApplyFont = 4,
 wdTableFormatApplyColor = 8,
 wdTableFormatApplyAutoFit = 16,
 wdTableFormatApplyHeadingRows = 32,
 wdTableFormatApplyLastRow = 64,
 wdTableFormatApplyFirstColumn = 128,
 wdTableFormatApplyLastColumn = 256
}
enum WdTablePosition {
 wdTableTop = -999999,
 wdTableLeft = -999998,
 wdTableBottom = -999997,
 wdTableRight = -999996,
 wdTableCenter = -999995,
 wdTableInside = -999994,
 wdTableOutside = -999993
}
enum WdTaskPanes {
 wdTaskPaneFormatting = 0,
 wdTaskPaneRevealFormatting = 1,
 wdTaskPaneMailMerge = 2,
 wdTaskPaneTranslate = 3,
 wdTaskPaneSearch = 4,
 wdTaskPaneXMLStructure = 5,
 wdTaskPaneDocumentProtection = 6,
 wdTaskPaneDocumentActions = 7,
 wdTaskPaneSharedWorkspace = 8,
 wdTaskPaneHelp = 9,
 wdTaskPaneResearch = 10,
 wdTaskPaneFaxService = 11,
 wdTaskPaneXMLDocument = 12,
 wdTaskPaneDocumentUpdates = 13,
 wdTaskPaneSignature = 14,
 wdTaskPaneStyleInspector = 15,
 wdTaskPaneDocumentManagement = 16,
 wdTaskPaneApplyStyles = 17,
 wdTaskPaneNav = 18,
 wdTaskPaneSelection = 19
}
enum WdTCSCConverterDirection {
 wdTCSCConverterDirectionSCTC = 0,
 wdTCSCConverterDirectionTCSC = 1,
 wdTCSCConverterDirectionAuto = 2
}
enum WdTemplateType {
 wdNormalTemplate = 0,
 wdGlobalTemplate = 1,
 wdAttachedTemplate = 2
}
enum WdTextboxTightWrap {
 wdTightNone = 0,
 wdTightAll = 1,
 wdTightFirstAndLastLines = 2,
 wdTightFirstLineOnly = 3,
 wdTightLastLineOnly = 4
}
enum WdTextFormFieldType {
 wdRegularText = 0,
 wdNumberText = 1,
 wdDateText = 2,
 wdCurrentDateText = 3,
 wdCurrentTimeText = 4,
 wdCalculationText = 5
}
enum WdTextOrientation {
 wdTextOrientationHorizontal = 0,
 wdTextOrientationVerticalFarEast = 1,
 wdTextOrientationUpward = 2,
 wdTextOrientationDownward = 3,
 wdTextOrientationHorizontalRotatedFarEast = 4,
 wdTextOrientationVertical = 5
}
enum WdTextOrientationHID {
 emptyenum = 0
}
enum WdTextureIndex {
 wdTextureDiagonalCross = -12,
 wdTextureCross = -11,
 wdTextureDiagonalUp = -10,
 wdTextureDiagonalDown = -9,
 wdTextureVertical = -8,
 wdTextureHorizontal = -7,
 wdTextureDarkDiagonalCross = -6,
 wdTextureDarkCross = -5,
 wdTextureDarkDiagonalUp = -4,
 wdTextureDarkDiagonalDown = -3,
 wdTextureDarkVertical = -2,
 wdTextureDarkHorizontal = -1,
 wdTextureNone = 0,
 wdTexture2Pt5Percent = 25,
 wdTexture5Percent = 50,
 wdTexture7Pt5Percent = 75,
 wdTexture10Percent = 100,
 wdTexture12Pt5Percent = 125,
 wdTexture15Percent = 150,
 wdTexture17Pt5Percent = 175,
 wdTexture20Percent = 200,
 wdTexture22Pt5Percent = 225,
 wdTexture25Percent = 250,
 wdTexture27Pt5Percent = 275,
 wdTexture30Percent = 300,
 wdTexture32Pt5Percent = 325,
 wdTexture35Percent = 350,
 wdTexture37Pt5Percent = 375,
 wdTexture40Percent = 400,
 wdTexture42Pt5Percent = 425,
 wdTexture45Percent = 450,
 wdTexture47Pt5Percent = 475,
 wdTexture50Percent = 500,
 wdTexture52Pt5Percent = 525,
 wdTexture55Percent = 550,
 wdTexture57Pt5Percent = 575,
 wdTexture60Percent = 600,
 wdTexture62Pt5Percent = 625,
 wdTexture65Percent = 650,
 wdTexture67Pt5Percent = 675,
 wdTexture70Percent = 700,
 wdTexture72Pt5Percent = 725,
 wdTexture75Percent = 750,
 wdTexture77Pt5Percent = 775,
 wdTexture80Percent = 800,
 wdTexture82Pt5Percent = 825,
 wdTexture85Percent = 850,
 wdTexture87Pt5Percent = 875,
 wdTexture90Percent = 900,
 wdTexture92Pt5Percent = 925,
 wdTexture95Percent = 950,
 wdTexture97Pt5Percent = 975,
 wdTextureSolid = 1000
}
enum WdThemeColorIndex {
 wdNotThemeColor = -1,
 wdThemeColorMainDark1 = 0,
 wdThemeColorMainLight1 = 1,
 wdThemeColorMainDark2 = 2,
 wdThemeColorMainLight2 = 3,
 wdThemeColorAccent1 = 4,
 wdThemeColorAccent2 = 5,
 wdThemeColorAccent3 = 6,
 wdThemeColorAccent4 = 7,
 wdThemeColorAccent5 = 8,
 wdThemeColorAccent6 = 9,
 wdThemeColorHyperlink = 10,
 wdThemeColorHyperlinkFollowed = 11,
 wdThemeColorBackground1 = 12,
 wdThemeColorText1 = 13,
 wdThemeColorBackground2 = 14,
 wdThemeColorText2 = 15
}
enum WdToaFormat {
 wdTOATemplate = 0,
 wdTOAClassic = 1,
 wdTOADistinctive = 2,
 wdTOAFormal = 3,
 wdTOASimple = 4
}
enum WdTocFormat {
 wdTOCTemplate = 0,
 wdTOCClassic = 1,
 wdTOCDistinctive = 2,
 wdTOCFancy = 3,
 wdTOCModern = 4,
 wdTOCFormal = 5,
 wdTOCSimple = 6
}
enum WdTofFormat {
 wdTOFTemplate = 0,
 wdTOFClassic = 1,
 wdTOFDistinctive = 2,
 wdTOFCentered = 3,
 wdTOFFormal = 4,
 wdTOFSimple = 5
}
enum WdTrailingCharacter {
 wdTrailingTab = 0,
 wdTrailingSpace = 1,
 wdTrailingNone = 2
}
enum WdTwoLinesInOneType {
 wdTwoLinesInOneNone = 0,
 wdTwoLinesInOneNoBrackets = 1,
 wdTwoLinesInOneParentheses = 2,
 wdTwoLinesInOneSquareBrackets = 3,
 wdTwoLinesInOneAngleBrackets = 4,
 wdTwoLinesInOneCurlyBrackets = 5
}
enum WdUnderline {
 wdUnderlineNone = 0,
 wdUnderlineSingle = 1,
 wdUnderlineWords = 2,
 wdUnderlineDouble = 3,
 wdUnderlineDotted = 4,
 wdUnderlineThick = 6,
 wdUnderlineDash = 7,
 wdUnderlineDotDash = 9,
 wdUnderlineDotDotDash = 10,
 wdUnderlineWavy = 11,
 wdUnderlineDottedHeavy = 20,
 wdUnderlineDashHeavy = 23,
 wdUnderlineDotDashHeavy = 25,
 wdUnderlineDotDotDashHeavy = 26,
 wdUnderlineWavyHeavy = 27,
 wdUnderlineDashLong = 39,
 wdUnderlineWavyDouble = 43,
 wdUnderlineDashLongHeavy = 55
}
enum WdUnits {
 wdCharacter = 1,
 wdWord = 2,
 wdSentence = 3,
 wdParagraph = 4,
 wdLine = 5,
 wdStory = 6,
 wdScreen = 7,
 wdSection = 8,
 wdColumn = 9,
 wdRow = 10,
 wdWindow = 11,
 wdCell = 12,
 wdCharacterFormatting = 13,
 wdParagraphFormatting = 14,
 wdTable = 15,
 wdItem = 16
}
enum WdUpdateStyleListBehavior {
 wdListBehaviorKeepPreviousPattern = 0,
 wdListBehaviorAddBulletsNumbering = 1
}
enum WdUseFormattingFrom {
 wdFormattingFromCurrent = 0,
 wdFormattingFromSelected = 1,
 wdFormattingFromPrompt = 2
}
enum WdVerticalAlignment {
 wdAlignVerticalTop = 0,
 wdAlignVerticalCenter = 1,
 wdAlignVerticalJustify = 2,
 wdAlignVerticalBottom = 3
}
enum WdViewType {
 wdNormalView = 1,
 wdOutlineView = 2,
 wdPrintView = 3,
 wdPrintPreview = 4,
 wdMasterView = 5,
 wdWebView = 6,
 wdReadingView = 7,
 wdConflictView = 8
}
enum WdViewTypeOld {
 wdPageView = 3,
 wdOnlineView = 6
}
enum WdVisualSelection {
 wdVisualSelectionBlock = 0,
 wdVisualSelectionContinuous = 1
}
enum WdWindowState {
 wdWindowStateNormal = 0,
 wdWindowStateMaximize = 1,
 wdWindowStateMinimize = 2
}
enum WdWindowType {
 wdWindowDocument = 0,
 wdWindowTemplate = 1
}
enum WdWordDialog {
 wdDialogHelpAbout = 9,
 wdDialogHelpWordPerfectHelp = 10,
 wdDialogDocumentStatistics = 78,
 wdDialogFileNew = 79,
 wdDialogFileOpen = 80,
 wdDialogMailMergeOpenDataSource = 81,
 wdDialogMailMergeOpenHeaderSource = 82,
 wdDialogFileSaveAs = 84,
 wdDialogFileSummaryInfo = 86,
 wdDialogToolsTemplates = 87,
 wdDialogFilePrint = 88,
 wdDialogFilePrintSetup = 97,
 wdDialogFileFind = 99,
 wdDialogFormatAddrFonts = 103,
 wdDialogEditPasteSpecial = 111,
 wdDialogEditFind = 112,
 wdDialogEditReplace = 117,
 wdDialogEditStyle = 120,
 wdDialogEditLinks = 124,
 wdDialogEditObject = 125,
 wdDialogTextToTable = 127,
 wdDialogTableToText = 128,
 wdDialogTableInsertTable = 129,
 wdDialogTableInsertCells = 130,
 wdDialogTableInsertRow = 131,
 wdDialogTableDeleteCells = 133,
 wdDialogTableSplitCells = 137,
 wdDialogTableRowHeight = 142,
 wdDialogTableColumnWidth = 143,
 wdDialogToolsCustomize = 152,
 wdDialogInsertBreak = 159,
 wdDialogInsertSymbol = 162,
 wdDialogInsertPicture = 163,
 wdDialogInsertFile = 164,
 wdDialogInsertDateTime = 165,
 wdDialogInsertField = 166,
 wdDialogInsertMergeField = 167,
 wdDialogInsertBookmark = 168,
 wdDialogMarkIndexEntry = 169,
 wdDialogInsertIndex = 170,
 wdDialogInsertTableOfContents = 171,
 wdDialogInsertObject = 172,
 wdDialogToolsCreateEnvelope = 173,
 wdDialogFormatFont = 174,
 wdDialogFormatParagraph = 175,
 wdDialogFormatSectionLayout = 176,
 wdDialogFormatColumns = 177,
 wdDialogFileDocumentLayout = 178,
 wdDialogFilePageSetup = 178,
 wdDialogFormatTabs = 179,
 wdDialogFormatStyle = 180,
 wdDialogFormatDefineStyleFont = 181,
 wdDialogFormatDefineStylePara = 182,
 wdDialogFormatDefineStyleTabs = 183,
 wdDialogFormatDefineStyleFrame = 184,
 wdDialogFormatDefineStyleBorders = 185,
 wdDialogFormatDefineStyleLang = 186,
 wdDialogFormatPicture = 187,
 wdDialogToolsLanguage = 188,
 wdDialogFormatBordersAndShading = 189,
 wdDialogFormatFrame = 190,
 wdDialogToolsThesaurus = 194,
 wdDialogToolsHyphenation = 195,
 wdDialogToolsBulletsNumbers = 196,
 wdDialogToolsHighlightChanges = 197,
 wdDialogToolsRevisions = 197,
 wdDialogToolsCompareDocuments = 198,
 wdDialogTableSort = 199,
 wdDialogToolsOptionsGeneral = 203,
 wdDialogToolsOptionsView = 204,
 wdDialogToolsAdvancedSettings = 206,
 wdDialogToolsOptionsPrint = 208,
 wdDialogToolsOptionsSave = 209,
 wdDialogToolsOptionsSpellingAndGrammar = 211,
 wdDialogToolsOptionsUserInfo = 213,
 wdDialogToolsMacroRecord = 214,
 wdDialogToolsMacro = 215,
 wdDialogWindowActivate = 220,
 wdDialogFormatRetAddrFonts = 221,
 wdDialogOrganizer = 222,
 wdDialogToolsOptionsEdit = 224,
 wdDialogToolsOptionsFileLocations = 225,
 wdDialogToolsWordCount = 228,
 wdDialogControlRun = 235,
 wdDialogInsertPageNumbers = 294,
 wdDialogFormatPageNumber = 298,
 wdDialogCopyFile = 300,
 wdDialogFormatChangeCase = 322,
 wdDialogUpdateTOC = 331,
 wdDialogInsertDatabase = 341,
 wdDialogTableFormula = 348,
 wdDialogFormFieldOptions = 353,
 wdDialogInsertCaption = 357,
 wdDialogInsertCaptionNumbering = 358,
 wdDialogInsertAutoCaption = 359,
 wdDialogFormFieldHelp = 361,
 wdDialogInsertCrossReference = 367,
 wdDialogInsertFootnote = 370,
 wdDialogNoteOptions = 373,
 wdDialogToolsAutoCorrect = 378,
 wdDialogToolsOptionsTrackChanges = 386,
 wdDialogConvertObject = 392,
 wdDialogInsertAddCaption = 402,
 wdDialogConnect = 420,
 wdDialogToolsCustomizeKeyboard = 432,
 wdDialogToolsCustomizeMenus = 433,
 wdDialogToolsMergeDocuments = 435,
 wdDialogMarkTableOfContentsEntry = 442,
 wdDialogFileMacPageSetupGX = 444,
 wdDialogFilePrintOneCopy = 445,
 wdDialogEditFrame = 458,
 wdDialogMarkCitation = 463,
 wdDialogTableOfContentsOptions = 470,
 wdDialogInsertTableOfAuthorities = 471,
 wdDialogInsertTableOfFigures = 472,
 wdDialogInsertIndexAndTables = 473,
 wdDialogInsertFormField = 483,
 wdDialogFormatDropCap = 488,
 wdDialogToolsCreateLabels = 489,
 wdDialogToolsProtectDocument = 503,
 wdDialogFormatStyleGallery = 505,
 wdDialogToolsAcceptRejectChanges = 506,
 wdDialogHelpWordPerfectHelpOptions = 511,
 wdDialogToolsUnprotectDocument = 521,
 wdDialogToolsOptionsCompatibility = 525,
 wdDialogTableOfCaptionsOptions = 551,
 wdDialogTableAutoFormat = 563,
 wdDialogMailMergeFindRecord = 569,
 wdDialogReviewAfmtRevisions = 570,
 wdDialogViewZoom = 577,
 wdDialogToolsProtectSection = 578,
 wdDialogFontSubstitution = 581,
 wdDialogInsertSubdocument = 583,
 wdDialogNewToolbar = 586,
 wdDialogToolsEnvelopesAndLabels = 607,
 wdDialogFormatCallout = 610,
 wdDialogTableFormatCell = 612,
 wdDialogToolsCustomizeMenuBar = 615,
 wdDialogFileRoutingSlip = 624,
 wdDialogEditTOACategory = 625,
 wdDialogToolsManageFields = 631,
 wdDialogDrawSnapToGrid = 633,
 wdDialogDrawAlign = 634,
 wdDialogMailMergeCreateDataSource = 642,
 wdDialogMailMergeCreateHeaderSource = 643,
 wdDialogMailMerge = 676,
 wdDialogMailMergeCheck = 677,
 wdDialogMailMergeHelper = 680,
 wdDialogMailMergeQueryOptions = 681,
 wdDialogFileMacPageSetup = 685,
 wdDialogListCommands = 723,
 wdDialogEditCreatePublisher = 732,
 wdDialogEditSubscribeTo = 733,
 wdDialogEditPublishOptions = 735,
 wdDialogEditSubscribeOptions = 736,
 wdDialogFileMacCustomPageSetupGX = 737,
 wdDialogToolsOptionsTypography = 739,
 wdDialogToolsAutoCorrectExceptions = 762,
 wdDialogToolsOptionsAutoFormatAsYouType = 778,
 wdDialogMailMergeUseAddressBook = 779,
 wdDialogToolsHangulHanjaConversion = 784,
 wdDialogToolsOptionsFuzzy = 790,
 wdDialogEditGoToOld = 811,
 wdDialogInsertNumber = 812,
 wdDialogLetterWizard = 821,
 wdDialogFormatBulletsAndNumbering = 824,
 wdDialogToolsSpellingAndGrammar = 828,
 wdDialogToolsCreateDirectory = 833,
 wdDialogTableWrapping = 854,
 wdDialogFormatTheme = 855,
 wdDialogTableProperties = 861,
 wdDialogEmailOptions = 863,
 wdDialogCreateAutoText = 872,
 wdDialogToolsAutoSummarize = 874,
 wdDialogToolsGrammarSettings = 885,
 wdDialogEditGoTo = 896,
 wdDialogWebOptions = 898,
 wdDialogToolsAutoManager = 915,
 wdDialogInsertHyperlink = 925,
 wdDialogFileVersions = 945,
 wdDialogToolsOptionsAutoFormat = 959,
 wdDialogFormatDrawingObject = 960,
 wdDialogToolsOptions = 974,
 wdDialogFitText = 983,
 wdDialogEditAutoText = 985,
 wdDialogPhoneticGuide = 986,
 wdDialogToolsDictionary = 989,
 wdDialogFileSaveVersion = 1007,
 wdDialogToolsOptionsBidi = 1029,
 wdDialogFrameSetProperties = 1074,
 wdDialogTableTableOptions = 1080,
 wdDialogTableCellOptions = 1081,
 wdDialogIMESetDefault = 1094,
 wdDialogFileNew2007 = 1116,
 wdDialogConsistencyChecker = 1121,
 wdDialogTCSCTranslator = 1156,
 wdDialogHorizontalInVertical = 1160,
 wdDialogTwoLinesInOne = 1161,
 wdDialogFormatEncloseCharacters = 1162,
 wdDialogFormatStylesCustom = 1248,
 wdDialogCSSLinks = 1261,
 wdDialogMailMergeFieldMapping = 1304,
 wdDialogMailMergeInsertAddressBlock = 1305,
 wdDialogMailMergeInsertGreetingLine = 1306,
 wdDialogMailMergeInsertFields = 1307,
 wdDialogMailMergeRecipients = 1308,
 wdDialogInsertWebComponent = 1324,
 wdDialogMailMergeFindRecipient = 1326,
 wdDialogMailMergeSetDocumentType = 1339,
 wdDialogToolsOptionsEditCopyPaste = 1356,
 wdDialogToolsOptionsSecurity = 1361,
 wdDialogSearch = 1363,
 wdDialogLabelOptions = 1367,
 wdDialogShowRepairs = 1381,
 wdDialogToolsOptionsSmartTag = 1395,
 wdDialogSchemaLibrary = 1417,
 wdDialogXMLOptions = 1425,
 wdDialogFormattingRestrictions = 1427,
 wdDialogMyPermission = 1437,
 wdDialogXMLElementAttributes = 1460,
 wdDialogPermission = 1469,
 wdDialogDocumentInspector = 1482,
 wdDialogSourceManager = 1920,
 wdDialogCreateSource = 1922,
 wdDialogStyleManagement = 1948,
 wdDialogBuildingBlockOrganizer = 2067,
 wdDialogInsertSource = 2120,
 wdDialogOMathRecognizedFunctions = 2165,
 wdDialogInsertPlaceholder = 2348,
 wdDialogExportAsFixedFormat = 2349,
 wdDialogContentControlProperties = 2394,
 wdDialogCompatibilityChecker = 2439,
 wdDialogMailMergeInsertAsk = 4047,
 wdDialogMailMergeInsertFillIn = 4048,
 wdDialogMailMergeInsertIf = 4049,
 wdDialogMailMergeInsertNextIf = 4053,
 wdDialogMailMergeInsertSet = 4054,
 wdDialogMailMergeInsertSkipIf = 4055
}
enum WdWordDialogHID {
 emptyenum = 0
}
enum WdWordDialogTab {
 wdDialogToolsOptionsTabGeneral = 203,
 wdDialogToolsOptionsTabView = 204,
 wdDialogToolsOptionsTabPrint = 208,
 wdDialogToolsOptionsTabSave = 209,
 wdDialogToolsOptionsTabProofread = 211,
 wdDialogToolsOptionsTabUserInfo = 213,
 wdDialogToolsOptionsTabEdit = 224,
 wdDialogToolsOptionsTabFileLocations = 225,
 wdDialogToolsOptionsTabTrackChanges = 386,
 wdDialogToolsOptionsTabCompatibility = 525,
 wdDialogToolsOptionsTabTypography = 739,
 wdDialogToolsOptionsTabHangulHanjaConversion = 786,
 wdDialogToolsOptionsTabFuzzy = 790,
 wdDialogToolsOptionsTabBidi = 1029,
 wdDialogToolsOptionsTabAcetate = 1266,
 wdDialogToolsOptionsTabSecurity = 1361,
 wdDialogFilePageSetupTabMargins = 150000,
 wdDialogFilePageSetupTabPaper = 150001,
 wdDialogFilePageSetupTabLayout = 150003,
 wdDialogFilePageSetupTabCharsLines = 150004,
 wdDialogInsertSymbolTabSymbols = 200000,
 wdDialogInsertSymbolTabSpecialCharacters = 200001,
 wdDialogNoteOptionsTabAllFootnotes = 300000,
 wdDialogNoteOptionsTabAllEndnotes = 300001,
 wdDialogInsertIndexAndTablesTabIndex = 400000,
 wdDialogInsertIndexAndTablesTabTableOfContents = 400001,
 wdDialogInsertIndexAndTablesTabTableOfFigures = 400002,
 wdDialogInsertIndexAndTablesTabTableOfAuthorities = 400003,
 wdDialogOrganizerTabStyles = 500000,
 wdDialogOrganizerTabAutoText = 500001,
 wdDialogOrganizerTabCommandBars = 500002,
 wdDialogOrganizerTabMacros = 500003,
 wdDialogFormatFontTabFont = 600000,
 wdDialogFormatFontTabCharacterSpacing = 600001,
 wdDialogFormatFontTabAnimation = 600002,
 wdDialogFormatBordersAndShadingTabBorders = 700000,
 wdDialogFormatBordersAndShadingTabPageBorder = 700001,
 wdDialogFormatBordersAndShadingTabShading = 700002,
 wdDialogToolsEnvelopesAndLabelsTabEnvelopes = 800000,
 wdDialogToolsEnvelopesAndLabelsTabLabels = 800001,
 wdDialogFormatParagraphTabIndentsAndSpacing = 1000000,
 wdDialogFormatParagraphTabTextFlow = 1000001,
 wdDialogFormatParagraphTabTeisai = 1000002,
 wdDialogFormatDrawingObjectTabColorsAndLines = 1200000,
 wdDialogFormatDrawingObjectTabSize = 1200001,
 wdDialogFormatDrawingObjectTabPosition = 1200002,
 wdDialogFormatDrawingObjectTabWrapping = 1200003,
 wdDialogFormatDrawingObjectTabPicture = 1200004,
 wdDialogFormatDrawingObjectTabTextbox = 1200005,
 wdDialogFormatDrawingObjectTabWeb = 1200006,
 wdDialogFormatDrawingObjectTabHR = 1200007,
 wdDialogToolsAutoCorrectExceptionsTabFirstLetter = 1400000,
 wdDialogToolsAutoCorrectExceptionsTabInitialCaps = 1400001,
 wdDialogToolsAutoCorrectExceptionsTabHangulAndAlphabet = 1400002,
 wdDialogToolsAutoCorrectExceptionsTabIac = 1400003,
 wdDialogFormatBulletsAndNumberingTabBulleted = 1500000,
 wdDialogFormatBulletsAndNumberingTabNumbered = 1500001,
 wdDialogFormatBulletsAndNumberingTabOutlineNumbered = 1500002,
 wdDialogLetterWizardTabLetterFormat = 1600000,
 wdDialogLetterWizardTabRecipientInfo = 1600001,
 wdDialogLetterWizardTabOtherElements = 1600002,
 wdDialogLetterWizardTabSenderInfo = 1600003,
 wdDialogToolsAutoManagerTabAutoCorrect = 1700000,
 wdDialogToolsAutoManagerTabAutoFormatAsYouType = 1700001,
 wdDialogToolsAutoManagerTabAutoText = 1700002,
 wdDialogToolsAutoManagerTabAutoFormat = 1700003,
 wdDialogToolsAutoManagerTabSmartTags = 1700004,
 wdDialogTablePropertiesTabTable = 1800000,
 wdDialogTablePropertiesTabRow = 1800001,
 wdDialogTablePropertiesTabColumn = 1800002,
 wdDialogTablePropertiesTabCell = 1800003,
 wdDialogEmailOptionsTabSignature = 1900000,
 wdDialogEmailOptionsTabStationary = 1900001,
 wdDialogEmailOptionsTabQuoting = 1900002,
 wdDialogWebOptionsBrowsers = 2000000,
 wdDialogWebOptionsGeneral = 2000000,
 wdDialogWebOptionsFiles = 2000001,
 wdDialogWebOptionsPictures = 2000002,
 wdDialogWebOptionsEncoding = 2000003,
 wdDialogWebOptionsFonts = 2000004,
 wdDialogTemplates = 2100000,
 wdDialogTemplatesXMLSchema = 2100001,
 wdDialogTemplatesXMLExpansionPacks = 2100002,
 wdDialogTemplatesLinkedCSS = 2100003,
 wdDialogStyleManagementTabEdit = 2200000,
 wdDialogStyleManagementTabRecommend = 2200001,
 wdDialogStyleManagementTabRestrict = 2200002
}
enum WdWordDialogTabHID {
 wdDialogFilePageSetupTabPaperSize = 150001,
 wdDialogFilePageSetupTabPaperSource = 150002
}
enum WdWrapSideType {
 wdWrapBoth = 0,
 wdWrapLeft = 1,
 wdWrapRight = 2,
 wdWrapLargest = 3
}
enum WdWrapType {
 wdWrapSquare = 0,
 wdWrapTight = 1,
 wdWrapThrough = 2,
 wdWrapNone = 3,
 wdWrapFront = 3,
 wdWrapTopBottom = 4,
 wdWrapBehind = 5,
 wdWrapInline = 7
}
enum WdWrapTypeMerged {
 wdWrapMergeInline = 0,
 wdWrapMergeSquare = 1,
 wdWrapMergeTight = 2,
 wdWrapMergeBehind = 3,
 wdWrapMergeFront = 4,
 wdWrapMergeThrough = 5,
 wdWrapMergeTopBottom = 6
}
enum WdXMLNodeLevel {
 wdXMLNodeLevelInline = 0,
 wdXMLNodeLevelParagraph = 1,
 wdXMLNodeLevelRow = 2,
 wdXMLNodeLevelCell = 3
}
enum WdXMLNodeType {
 wdXMLNodeElement = 1,
 wdXMLNodeAttribute = 2
}
enum WdXMLSelectionChangeReason {
 wdXMLSelectionChangeReasonMove = 0,
 wdXMLSelectionChangeReasonInsert = 1,
 wdXMLSelectionChangeReasonDelete = 2
}
enum WdXMLValidationStatus {
 wdXMLValidationStatusCustom = -1072898048,
 wdXMLValidationStatusOK = 0
}
enum XactAttributeEnum {
 adXactCommitRetaining = 131072,
 adXactAbortRetaining = 262144,
 adXactAsyncPhaseOne = 524288,
 adXactSyncPhaseOne = 1048576
}

enum Constants {
 xlRTL = -5004,
 xlLTR = -5003,
 xlContext = -5002,
 xlLatin = -5001,
 xlBidi = -5000,
 xlTop = -4160,
 xlSimple = -4154,
 xlRight = -4152,
 xlOff = -4146,
 xlNotes = -4144,
 xlDefault = -4143,
 xlNone = -4142,
 xlModule = -4141,
 xlManual = -4135,
 xlLow = -4134,
 xlLeft = -4131,
 xlJustify = -4130,
 xlHigh = -4127,
 xlGray75 = -4126,
 xlGray50 = -4125,
 xlGray25 = -4124,
 xlFormats = -4122,
 xlDistributed = -4117,
 xlCustom = -4114,
 xlCombination = -4111,
 xlCenter = -4108,
 xlBottom = -4107,
 xlAutomatic = -4105,
 xlAll = -4104,
 xl3DSurface = -4103,
 xl3DBar = -4099,
 xlDefaultAutoFormat = -1,
 xlWizardDisplayDefault = 0,
 xlAbove = 0,
 xlFirst = 0,
 xlBoth = 1,
 xlFixedValue = 1,
 xlOn = 1,
 xlSolid = 1,
 xlSquare = 1,
 xlFullScript = 1,
 xlLogicalCursor = 1,
 xlSystem = 1,
 xlWizardDisplayAlways = 1,
 xlBelow = 1,
 xlClassic1 = 1,
 xlDirect = 1,
 xlDoubleQuote = 1,
 xlExcelMenus = 1,
 xlGeneral = 1,
 xlIcons = 1,
 xlLast = 1,
 xlNarrow = 1,
 xlShort = 1,
 xlTiled = 1,
 xlToolbar = 1,
 xlWorksheet4 = 1,
 xlTopToBottom = 1,
 xlCorner = 2,
 xlDiamond = 2,
 xlInside = 2,
 xlPercent = 2,
 xlPlusValues = 2,
 xlShowValue = 2,
 xlSingle = 2,
 xlToolbarButton = 2,
 xlBar = 2,
 xlMaximum = 2,
 xlTransparent = 2,
 xlPartialScript = 2,
 xlVisualCursor = 2,
 xlGregorian = 2,
 xlWizardDisplayNever = 2,
 xlConstants = 2,
 xlContents = 2,
 xlChart4 = 2,
 xlClassic2 = 2,
 xlAdd = 2,
 xlInteger = 2,
 xlLotusHelp = 2,
 xlMixed = 2,
 xlOpen = 2,
 xlSemiautomatic = 2,
 xlSingleQuote = 2,
 xlStrict = 2,
 xlLeftToRight = 2,
 xlVeryHidden = 2,
 xlMinusValues = 3,
 xlShowPercent = 3,
 xlTriangle = 3,
 xlColumn = 3,
 xlOpaque = 3,
 xlMixedScript = 3,
 xlPartial = 3,
 xlHindiNumerals = 3,
 xlBidiCalendar = 3,
 xlScale = 3,
 xlClosed = 3,
 xlClassic3 = 3,
 xlExtended = 3,
 xlLong = 3,
 xlNoDocuments = 3,
 xlOutside = 3,
 xlSubtract = 3,
 xlWide = 3,
 xlWorksheetCell = 3,
 xlCross = 4,
 xlNextToAxis = 4,
 xlShowLabel = 4,
 xlSingleAccounting = 4,
 xlStError = 4,
 xlMinimum = 4,
 xlMixedAuthorizedScript = 4,
 xlComplete = 4,
 xlAccounting1 = 4,
 xlDoubleOpen = 4,
 xlMultiply = 4,
 xlReference = 4,
 xlDoubleAccounting = 5,
 xlShowLabelAndPercent = 5,
 xlStar = 5,
 xlAccounting2 = 5,
 xlDivide = 5,
 xlDoubleClosed = 5,
 xlFill = 5,
 xlFloating = 5,
 xlFormula = 5,
 xlWorksheetShort = 5,
 xlChartShort = 6,
 xlAccounting3 = 6,
 xlWorkbookTab = 6,
 xlColor1 = 7,
 xlCascade = 7,
 xlCenterAcrossSelection = 7,
 xlMacrosheetCell = 7,
 xlAllExceptBorders = 7,
 xlCircle = 8,
 xlColor2 = 8,
 xlTitleBar = 8,
 xlChecker = 9,
 xlPlus = 9,
 xlColor3 = 9,
 xlDesktop = 9,
 xlSemiGray75 = 10,
 xlList1 = 10,
 xlLightHorizontal = 11,
 xlLastCell = 11,
 xlList2 = 11,
 xlWatchPane = 11,
 xlLightVertical = 12,
 xlImmediatePane = 12,
 xlList3 = 12,
 xlVisible = 12,
 xlLightDown = 13,
 xl3DEffects1 = 13,
 xlDebugCodePane = 13,
 xlLightUp = 14,
 xl3DEffects2 = 14,
 xlDrawingObject = 14,
 xlGrid = 15,
 xlLocalFormat1 = 15,
 xlCrissCross = 16,
 xlLocalFormat2 = 16,
 xlTextBox = 16,
 xlGray16 = 17,
 xlChartSeries = 17,
 xlAccounting4 = 17,
 xlGray8 = 18,
 xlChartTitles = 18,
 xlEntireChart = 20,
 xlGridline = 22
}
enum XlAboveBelow {
 xlAboveAverage = 0,
 xlBelowAverage = 1,
 xlEqualAboveAverage = 2,
 xlEqualBelowAverage = 3,
 xlAboveStdDev = 4,
 xlBelowStdDev = 5
}
enum XlActionType {
 xlActionTypeUrl = 1,
 xlActionTypeRowset = 16,
 xlActionTypeReport = 128,
 xlActionTypeDrillthrough = 256
}
enum XlAllocation {
 xlManualAllocation = 1,
 xlAutomaticAllocation = 2
}
enum XlAllocationMethod {
 xlEqualAllocation = 1,
 xlWeightedAllocation = 2
}
enum XlAllocationValue {
 xlAllocateValue = 1,
 xlAllocateIncrement = 2
}
enum XlApplicationInternational {
 xlCountryCode = 1,
 xlCountrySetting = 2,
 xlDecimalSeparator = 3,
 xlThousandsSeparator = 4,
 xlListSeparator = 5,
 xlUpperCaseRowLetter = 6,
 xlUpperCaseColumnLetter = 7,
 xlLowerCaseRowLetter = 8,
 xlLowerCaseColumnLetter = 9,
 xlLeftBracket = 10,
 xlRightBracket = 11,
 xlLeftBrace = 12,
 xlRightBrace = 13,
 xlColumnSeparator = 14,
 xlRowSeparator = 15,
 xlAlternateArraySeparator = 16,
 xlDateSeparator = 17,
 xlTimeSeparator = 18,
 xlYearCode = 19,
 xlMonthCode = 20,
 xlDayCode = 21,
 xlHourCode = 22,
 xlMinuteCode = 23,
 xlSecondCode = 24,
 xlCurrencyCode = 25,
 xlGeneralFormatName = 26,
 xlCurrencyDigits = 27,
 xlCurrencyNegative = 28,
 xlNoncurrencyDigits = 29,
 xlMonthNameChars = 30,
 xlWeekdayNameChars = 31,
 xlDateOrder = 32,
 xl24HourClock = 33,
 xlNonEnglishFunctions = 34,
 xlMetric = 35,
 xlCurrencySpaceBefore = 36,
 xlCurrencyBefore = 37,
 xlCurrencyMinusSign = 38,
 xlCurrencyTrailingZeros = 39,
 xlCurrencyLeadingZeros = 40,
 xlMonthLeadingZero = 41,
 xlDayLeadingZero = 42,
 xl4DigitYears = 43,
 xlMDY = 44,
 xlTimeLeadingZero = 45
}
enum XlApplyNamesOrder {
 xlRowThenColumn = 1,
 xlColumnThenRow = 2
}
enum XlArabicModes {
 xlArabicNone = 0,
 xlArabicStrictAlefHamza = 1,
 xlArabicStrictFinalYaa = 2,
 xlArabicBothStrict = 3
}
enum XlArrangeStyle {
 xlArrangeStyleVertical = -4166,
 xlArrangeStyleHorizontal = -4128,
 xlArrangeStyleTiled = 1,
 xlArrangeStyleCascade = 7
}
enum XlArrowHeadLength {
 xlArrowHeadLengthMedium = -4138,
 xlArrowHeadLengthShort = 1,
 xlArrowHeadLengthLong = 3
}
enum XlArrowHeadStyle {
 xlArrowHeadStyleNone = -4142,
 xlArrowHeadStyleOpen = 2,
 xlArrowHeadStyleClosed = 3,
 xlArrowHeadStyleDoubleOpen = 4,
 xlArrowHeadStyleDoubleClosed = 5
}
enum XlArrowHeadWidth {
 xlArrowHeadWidthMedium = -4138,
 xlArrowHeadWidthNarrow = 1,
 xlArrowHeadWidthWide = 3
}
enum XlAutoFillType {
 xlFillDefault = 0,
 xlFillCopy = 1,
 xlFillSeries = 2,
 xlFillFormats = 3,
 xlFillValues = 4,
 xlFillDays = 5,
 xlFillWeekdays = 6,
 xlFillMonths = 7,
 xlFillYears = 8,
 xlLinearTrend = 9,
 xlGrowthTrend = 10
}
enum XlAutoFilterOperator {
 xlAnd = 1,
 xlOr = 2,
 xlTop10Items = 3,
 xlBottom10Items = 4,
 xlTop10Percent = 5,
 xlBottom10Percent = 6,
 xlFilterValues = 7,
 xlFilterCellColor = 8,
 xlFilterFontColor = 9,
 xlFilterIcon = 10,
 xlFilterDynamic = 11,
 xlFilterNoFill = 12,
 xlFilterAutomaticFontColor = 13,
 xlFilterNoIcon = 14
}
enum XlAxisCrosses {
 xlAxisCrossesCustom = -4114,
 xlAxisCrossesAutomatic = -4105,
 xlAxisCrossesMaximum = 2,
 xlAxisCrossesMinimum = 4
}
enum XlAxisGroup {
 xlPrimary = 1,
 xlSecondary = 2
}
enum XlAxisType {
 xlCategory = 1,
 xlValue = 2,
 xlSeriesAxis = 3
}
enum XlBackground {
 xlBackgroundAutomatic = -4105,
 xlBackgroundTransparent = 2,
 xlBackgroundOpaque = 3
}
enum XlBarShape {
 xlBox = 0,
 xlPyramidToPoint = 1,
 xlPyramidToMax = 2,
 xlCylinder = 3,
 xlConeToPoint = 4,
 xlConeToMax = 5
}
enum XlBordersIndex {
 xlDiagonalDown = 5,
 xlDiagonalUp = 6,
 xlEdgeLeft = 7,
 xlEdgeTop = 8,
 xlEdgeBottom = 9,
 xlEdgeRight = 10,
 xlInsideVertical = 11,
 xlInsideHorizontal = 12
}
enum XlBorderWeight {
 xlMedium = -4138,
 xlHairline = 1,
 xlThin = 2,
 xlThick = 4
}
enum XlBuiltInDialog {
 xlDialogOpen = 1,
 xlDialogOpenLinks = 2,
 xlDialogSaveAs = 5,
 xlDialogFileDelete = 6,
 xlDialogPageSetup = 7,
 xlDialogPrint = 8,
 xlDialogPrinterSetup = 9,
 xlDialogArrangeAll = 12,
 xlDialogWindowSize = 13,
 xlDialogWindowMove = 14,
 xlDialogRun = 17,
 xlDialogSetPrintTitles = 23,
 xlDialogFont = 26,
 xlDialogDisplay = 27,
 xlDialogProtectDocument = 28,
 xlDialogCalculation = 32,
 xlDialogExtract = 35,
 xlDialogDataDelete = 36,
 xlDialogSort = 39,
 xlDialogDataSeries = 40,
 xlDialogTable = 41,
 xlDialogFormatNumber = 42,
 xlDialogAlignment = 43,
 xlDialogStyle = 44,
 xlDialogBorder = 45,
 xlDialogCellProtection = 46,
 xlDialogColumnWidth = 47,
 xlDialogClear = 52,
 xlDialogPasteSpecial = 53,
 xlDialogEditDelete = 54,
 xlDialogInsert = 55,
 xlDialogPasteNames = 58,
 xlDialogDefineName = 61,
 xlDialogCreateNames = 62,
 xlDialogFormulaGoto = 63,
 xlDialogFormulaFind = 64,
 xlDialogGalleryArea = 67,
 xlDialogGalleryBar = 68,
 xlDialogGalleryColumn = 69,
 xlDialogGalleryLine = 70,
 xlDialogGalleryPie = 71,
 xlDialogGalleryScatter = 72,
 xlDialogCombination = 73,
 xlDialogGridlines = 76,
 xlDialogAxes = 78,
 xlDialogAttachText = 80,
 xlDialogPatterns = 84,
 xlDialogMainChart = 85,
 xlDialogOverlay = 86,
 xlDialogScale = 87,
 xlDialogFormatLegend = 88,
 xlDialogFormatText = 89,
 xlDialogParse = 91,
 xlDialogUnhide = 94,
 xlDialogWorkspace = 95,
 xlDialogActivate = 103,
 xlDialogCopyPicture = 108,
 xlDialogDeleteName = 110,
 xlDialogDeleteFormat = 111,
 xlDialogNew = 119,
 xlDialogRowHeight = 127,
 xlDialogFormatMove = 128,
 xlDialogFormatSize = 129,
 xlDialogFormulaReplace = 130,
 xlDialogSelectSpecial = 132,
 xlDialogApplyNames = 133,
 xlDialogReplaceFont = 134,
 xlDialogSplit = 137,
 xlDialogOutline = 142,
 xlDialogSaveWorkbook = 145,
 xlDialogCopyChart = 147,
 xlDialogFormatFont = 150,
 xlDialogNote = 154,
 xlDialogSetUpdateStatus = 159,
 xlDialogColorPalette = 161,
 xlDialogChangeLink = 166,
 xlDialogAppMove = 170,
 xlDialogAppSize = 171,
 xlDialogMainChartType = 185,
 xlDialogOverlayChartType = 186,
 xlDialogOpenMail = 188,
 xlDialogSendMail = 189,
 xlDialogStandardFont = 190,
 xlDialogConsolidate = 191,
 xlDialogSortSpecial = 192,
 xlDialogGallery3dArea = 193,
 xlDialogGallery3dColumn = 194,
 xlDialogGallery3dLine = 195,
 xlDialogGallery3dPie = 196,
 xlDialogView3d = 197,
 xlDialogGoalSeek = 198,
 xlDialogWorkgroup = 199,
 xlDialogFillGroup = 200,
 xlDialogUpdateLink = 201,
 xlDialogPromote = 202,
 xlDialogDemote = 203,
 xlDialogShowDetail = 204,
 xlDialogObjectProperties = 207,
 xlDialogSaveNewObject = 208,
 xlDialogApplyStyle = 212,
 xlDialogAssignToObject = 213,
 xlDialogObjectProtection = 214,
 xlDialogCreatePublisher = 217,
 xlDialogSubscribeTo = 218,
 xlDialogShowToolbar = 220,
 xlDialogPrintPreview = 222,
 xlDialogEditColor = 223,
 xlDialogFormatMain = 225,
 xlDialogFormatOverlay = 226,
 xlDialogEditSeries = 228,
 xlDialogDefineStyle = 229,
 xlDialogGalleryRadar = 249,
 xlDialogEditionOptions = 251,
 xlDialogZoom = 256,
 xlDialogInsertObject = 259,
 xlDialogSize = 261,
 xlDialogMove = 262,
 xlDialogFormatAuto = 269,
 xlDialogGallery3dBar = 272,
 xlDialogGallery3dSurface = 273,
 xlDialogCustomizeToolbar = 276,
 xlDialogWorkbookAdd = 281,
 xlDialogWorkbookMove = 282,
 xlDialogWorkbookCopy = 283,
 xlDialogWorkbookOptions = 284,
 xlDialogSaveWorkspace = 285,
 xlDialogChartWizard = 288,
 xlDialogAssignToTool = 293,
 xlDialogPlacement = 300,
 xlDialogFillWorkgroup = 301,
 xlDialogWorkbookNew = 302,
 xlDialogScenarioCells = 305,
 xlDialogScenarioAdd = 307,
 xlDialogScenarioEdit = 308,
 xlDialogScenarioSummary = 311,
 xlDialogPivotTableWizard = 312,
 xlDialogPivotFieldProperties = 313,
 xlDialogOptionsCalculation = 318,
 xlDialogOptionsEdit = 319,
 xlDialogOptionsView = 320,
 xlDialogAddinManager = 321,
 xlDialogMenuEditor = 322,
 xlDialogAttachToolbars = 323,
 xlDialogOptionsChart = 325,
 xlDialogVbaInsertFile = 328,
 xlDialogVbaProcedureDefinition = 330,
 xlDialogRoutingSlip = 336,
 xlDialogMailLogon = 339,
 xlDialogInsertPicture = 342,
 xlDialogGalleryDoughnut = 344,
 xlDialogChartTrend = 350,
 xlDialogWorkbookInsert = 354,
 xlDialogOptionsTransition = 355,
 xlDialogOptionsGeneral = 356,
 xlDialogFilterAdvanced = 370,
 xlDialogMailNextLetter = 378,
 xlDialogDataLabel = 379,
 xlDialogInsertTitle = 380,
 xlDialogFontProperties = 381,
 xlDialogMacroOptions = 382,
 xlDialogWorkbookUnhide = 384,
 xlDialogWorkbookName = 386,
 xlDialogGalleryCustom = 388,
 xlDialogAddChartAutoformat = 390,
 xlDialogChartAddData = 392,
 xlDialogTabOrder = 394,
 xlDialogSubtotalCreate = 398,
 xlDialogWorkbookTabSplit = 415,
 xlDialogWorkbookProtect = 417,
 xlDialogScrollbarProperties = 420,
 xlDialogPivotShowPages = 421,
 xlDialogTextToColumns = 422,
 xlDialogFormatCharttype = 423,
 xlDialogPivotFieldGroup = 433,
 xlDialogPivotFieldUngroup = 434,
 xlDialogCheckboxProperties = 435,
 xlDialogLabelProperties = 436,
 xlDialogListboxProperties = 437,
 xlDialogEditboxProperties = 438,
 xlDialogOpenText = 441,
 xlDialogPushbuttonProperties = 445,
 xlDialogFilter = 447,
 xlDialogFunctionWizard = 450,
 xlDialogSaveCopyAs = 456,
 xlDialogOptionsListsAdd = 458,
 xlDialogSeriesAxes = 460,
 xlDialogSeriesX = 461,
 xlDialogSeriesY = 462,
 xlDialogErrorbarX = 463,
 xlDialogErrorbarY = 464,
 xlDialogFormatChart = 465,
 xlDialogSeriesOrder = 466,
 xlDialogMailEditMailer = 470,
 xlDialogStandardWidth = 472,
 xlDialogScenarioMerge = 473,
 xlDialogProperties = 474,
 xlDialogSummaryInfo = 474,
 xlDialogFindFile = 475,
 xlDialogActiveCellFont = 476,
 xlDialogVbaMakeAddin = 478,
 xlDialogFileSharing = 481,
 xlDialogAutoCorrect = 485,
 xlDialogCustomViews = 493,
 xlDialogInsertNameLabel = 496,
 xlDialogSeriesShape = 504,
 xlDialogChartOptionsDataLabels = 505,
 xlDialogChartOptionsDataTable = 506,
 xlDialogSetBackgroundPicture = 509,
 xlDialogDataValidation = 525,
 xlDialogChartType = 526,
 xlDialogChartLocation = 527,
 xlDialogExternalDataProperties = 530,
 _xlDialogPhonetic = 538,
 xlDialogChartSourceData = 540,
 _xlDialogChartSourceData = 541,
 xlDialogSeriesOptions = 557,
 xlDialogPivotTableOptions = 567,
 xlDialogPivotSolveOrder = 568,
 xlDialogPivotCalculatedField = 570,
 xlDialogPivotCalculatedItem = 572,
 xlDialogConditionalFormatting = 583,
 xlDialogInsertHyperlink = 596,
 xlDialogProtectSharing = 620,
 xlDialogOptionsME = 647,
 xlDialogPublishAsWebPage = 653,
 xlDialogPhonetic = 656,
 xlDialogImportTextFile = 666,
 xlDialogNewWebQuery = 667,
 xlDialogWebOptionsGeneral = 683,
 xlDialogWebOptionsFiles = 684,
 xlDialogWebOptionsPictures = 685,
 xlDialogWebOptionsEncoding = 686,
 xlDialogWebOptionsFonts = 687,
 xlDialogPivotClientServerSet = 689,
 xlDialogEvaluateFormula = 709,
 xlDialogDataLabelMultiple = 723,
 xlDialogChartOptionsDataLabelMultiple = 724,
 xlDialogSearch = 731,
 xlDialogErrorChecking = 732,
 xlDialogPropertyFields = 754,
 xlDialogWebOptionsBrowsers = 773,
 xlDialogCreateList = 796,
 xlDialogPermission = 832,
 xlDialogMyPermission = 834,
 xlDialogDocumentInspector = 862,
 xlDialogNameManager = 977,
 xlDialogNewName = 978,
 xlDialogSetTupleEditorOnRows = 1107,
 xlDialogSetTupleEditorOnColumns = 1108,
 xlDialogSetManager = 1109,
 xlDialogSparklineInsertLine = 1133,
 xlDialogSparklineInsertColumn = 1134,
 xlDialogSparklineInsertWinLoss = 1135,
 xlDialogPivotTableWhatIfAnalysisSettings = 1153,
 xlDialogSlicerSettings = 1179,
 xlDialogSlicerCreation = 1182,
 xlDialogPivotTableSlicerConnections = 1183,
 xlDialogSlicerPivotTableConnections = 1184,
 xlDialogSetMDXEditor = 1208
}
enum XlCalcFor {
 xlAllValues = 0,
 xlRowGroups = 1,
 xlColGroups = 2
}
enum XlCalculatedMemberType {
 xlCalculatedMember = 0,
 xlCalculatedSet = 1
}
enum XlCalculation {
 xlCalculationManual = -4135,
 xlCalculationAutomatic = -4105,
 xlCalculationSemiautomatic = 2
}
enum XlCalculationInterruptKey {
 xlNoKey = 0,
 xlEscKey = 1,
 xlAnyKey = 2
}
enum XlCalculationState {
 xlDone = 0,
 xlCalculating = 1,
 xlPending = 2
}
enum XlCategoryType {
 xlAutomaticScale = -4105,
 xlCategoryScale = 2,
 xlTimeScale = 3
}
enum XlCellChangedState {
 xlCellNotChanged = 1,
 xlCellChanged = 2,
 xlCellChangeApplied = 3
}
enum XlCellInsertionMode {
 xlOverwriteCells = 0,
 xlInsertDeleteCells = 1,
 xlInsertEntireRows = 2
}
enum XlCellType {
 xlCellTypeSameValidation = -4175,
 xlCellTypeAllValidation = -4174,
 xlCellTypeSameFormatConditions = -4173,
 xlCellTypeAllFormatConditions = -4172,
 xlCellTypeComments = -4144,
 xlCellTypeFormulas = -4123,
 xlCellTypeConstants = 2,
 xlCellTypeBlanks = 4,
 xlCellTypeLastCell = 11,
 xlCellTypeVisible = 12
}
enum XlChartElementPosition {
 xlChartElementPositionCustom = -4114,
 xlChartElementPositionAutomatic = -4105
}
enum XlChartGallery {
 xlBuiltIn = 21,
 xlUserDefined = 22,
 xlAnyGallery = 23
}
enum XlChartItem {
 xlDataLabel = 0,
 xlChartArea = 2,
 xlSeries = 3,
 xlChartTitle = 4,
 xlWalls = 5,
 xlCorners = 6,
 xlDataTable = 7,
 xlTrendline = 8,
 xlErrorBars = 9,
 xlXErrorBars = 10,
 xlYErrorBars = 11,
 xlLegendEntry = 12,
 xlLegendKey = 13,
 xlShape = 14,
 xlMajorGridlines = 15,
 xlMinorGridlines = 16,
 xlAxisTitle = 17,
 xlUpBars = 18,
 xlPlotArea = 19,
 xlDownBars = 20,
 xlAxis = 21,
 xlSeriesLines = 22,
 xlFloor = 23,
 xlLegend = 24,
 xlHiLoLines = 25,
 xlDropLines = 26,
 xlRadarAxisLabels = 27,
 xlNothing = 28,
 xlLeaderLines = 29,
 xlDisplayUnitLabel = 30,
 xlPivotChartFieldButton = 31,
 xlPivotChartDropZone = 32
}
enum XlChartLocation {
 xlLocationAsNewSheet = 1,
 xlLocationAsObject = 2,
 xlLocationAutomatic = 3
}
enum XlChartOrientation {
 xlUpward = -4171,
 xlDownward = -4170,
 xlVertical = -4166,
 xlHorizontal = -4128
}
enum XlChartPicturePlacement {
 xlSides = 1,
 xlEnd = 2,
 xlEndSides = 3,
 xlFront = 4,
 xlFrontSides = 5,
 xlFrontEnd = 6,
 xlAllFaces = 7
}
enum XlChartPictureType {
 xlStretch = 1,
 xlStack = 2,
 xlStackScale = 3
}
enum XlChartSplitType {
 xlSplitByPosition = 1,
 xlSplitByValue = 2,
 xlSplitByPercentValue = 3,
 xlSplitByCustomSplit = 4
}
enum XlChartType {
 xlXYScatter = -4169,
 xlRadar = -4151,
 xlDoughnut = -4120,
 xl3DPie = -4102,
 xl3DLine = -4101,
 xl3DColumn = -4100,
 xl3DArea = -4098,
 xlArea = 1,
 xlLine = 4,
 xlPie = 5,
 xlBubble = 15,
 xlColumnClustered = 51,
 xlColumnStacked = 52,
 xlColumnStacked100 = 53,
 xl3DColumnClustered = 54,
 xl3DColumnStacked = 55,
 xl3DColumnStacked100 = 56,
 xlBarClustered = 57,
 xlBarStacked = 58,
 xlBarStacked100 = 59,
 xl3DBarClustered = 60,
 xl3DBarStacked = 61,
 xl3DBarStacked100 = 62,
 xlLineStacked = 63,
 xlLineStacked100 = 64,
 xlLineMarkers = 65,
 xlLineMarkersStacked = 66,
 xlLineMarkersStacked100 = 67,
 xlPieOfPie = 68,
 xlPieExploded = 69,
 xl3DPieExploded = 70,
 xlBarOfPie = 71,
 xlXYScatterSmooth = 72,
 xlXYScatterSmoothNoMarkers = 73,
 xlXYScatterLines = 74,
 xlXYScatterLinesNoMarkers = 75,
 xlAreaStacked = 76,
 xlAreaStacked100 = 77,
 xl3DAreaStacked = 78,
 xl3DAreaStacked100 = 79,
 xlDoughnutExploded = 80,
 xlRadarMarkers = 81,
 xlRadarFilled = 82,
 xlSurface = 83,
 xlSurfaceWireframe = 84,
 xlSurfaceTopView = 85,
 xlSurfaceTopViewWireframe = 86,
 xlBubble3DEffect = 87,
 xlStockHLC = 88,
 xlStockOHLC = 89,
 xlStockVHLC = 90,
 xlStockVOHLC = 91,
 xlCylinderColClustered = 92,
 xlCylinderColStacked = 93,
 xlCylinderColStacked100 = 94,
 xlCylinderBarClustered = 95,
 xlCylinderBarStacked = 96,
 xlCylinderBarStacked100 = 97,
 xlCylinderCol = 98,
 xlConeColClustered = 99,
 xlConeColStacked = 100,
 xlConeColStacked100 = 101,
 xlConeBarClustered = 102,
 xlConeBarStacked = 103,
 xlConeBarStacked100 = 104,
 xlConeCol = 105,
 xlPyramidColClustered = 106,
 xlPyramidColStacked = 107,
 xlPyramidColStacked100 = 108,
 xlPyramidBarClustered = 109,
 xlPyramidBarStacked = 110,
 xlPyramidBarStacked100 = 111,
 xlPyramidCol = 112
}
enum XlCheckInVersionType {
 xlCheckInMinorVersion = 0,
 xlCheckInMajorVersion = 1,
 xlCheckInOverwriteVersion = 2
}
enum XlClipboardFormat {
 xlClipboardFormatText = 0,
 xlClipboardFormatVALU = 1,
 xlClipboardFormatPICT = 2,
 xlClipboardFormatPrintPICT = 3,
 xlClipboardFormatDIF = 4,
 xlClipboardFormatCSV = 5,
 xlClipboardFormatSYLK = 6,
 xlClipboardFormatRTF = 7,
 xlClipboardFormatBIFF = 8,
 xlClipboardFormatBitmap = 9,
 xlClipboardFormatWK1 = 10,
 xlClipboardFormatLink = 11,
 xlClipboardFormatDspText = 12,
 xlClipboardFormatCGM = 13,
 xlClipboardFormatNative = 14,
 xlClipboardFormatBinary = 15,
 xlClipboardFormatTable = 16,
 xlClipboardFormatOwnerLink = 17,
 xlClipboardFormatBIFF2 = 18,
 xlClipboardFormatObjectLink = 19,
 xlClipboardFormatBIFF3 = 20,
 xlClipboardFormatEmbeddedObject = 21,
 xlClipboardFormatEmbedSource = 22,
 xlClipboardFormatLinkSource = 23,
 xlClipboardFormatMovie = 24,
 xlClipboardFormatToolFace = 25,
 xlClipboardFormatToolFacePICT = 26,
 xlClipboardFormatStandardScale = 27,
 xlClipboardFormatStandardFont = 28,
 xlClipboardFormatScreenPICT = 29,
 xlClipboardFormatBIFF4 = 30,
 xlClipboardFormatObjectDesc = 31,
 xlClipboardFormatLinkSourceDesc = 32,
 xlClipboardFormatBIFF12 = 63
}
enum XlCmdType {
 xlCmdCube = 1,
 xlCmdSql = 2,
 xlCmdTable = 3,
 xlCmdDefault = 4,
 xlCmdList = 5
}
enum XlColorIndex {
 xlColorIndexNone = -4142,
 xlColorIndexAutomatic = -4105
}
enum XlColumnDataType {
 xlGeneralFormat = 1,
 xlTextFormat = 2,
 xlMDYFormat = 3,
 xlDMYFormat = 4,
 xlYMDFormat = 5,
 xlMYDFormat = 6,
 xlDYMFormat = 7,
 xlYDMFormat = 8,
 xlSkipColumn = 9,
 xlEMDFormat = 10
}
enum XlCommandUnderlines {
 xlCommandUnderlinesOff = -4146,
 xlCommandUnderlinesAutomatic = -4105,
 xlCommandUnderlinesOn = 1
}
enum XlCommentDisplayMode {
 xlCommentIndicatorOnly = -1,
 xlNoIndicator = 0,
 xlCommentAndIndicator = 1
}
enum XlConditionValueTypes {
 xlConditionValueNone = -1,
 xlConditionValueNumber = 0,
 xlConditionValueLowestValue = 1,
 xlConditionValueHighestValue = 2,
 xlConditionValuePercent = 3,
 xlConditionValueFormula = 4,
 xlConditionValuePercentile = 5,
 xlConditionValueAutomaticMin = 6,
 xlConditionValueAutomaticMax = 7
}
enum XlConnectionType {
 xlConnectionTypeOLEDB = 1,
 xlConnectionTypeODBC = 2,
 xlConnectionTypeXMLMAP = 3,
 xlConnectionTypeTEXT = 4,
 xlConnectionTypeWEB = 5
}
enum XlConsolidationFunction {
 xlVarP = -4165,
 xlVar = -4164,
 xlSum = -4157,
 xlStDevP = -4156,
 xlStDev = -4155,
 xlProduct = -4149,
 xlMin = -4139,
 xlMax = -4136,
 xlCountNums = -4113,
 xlCount = -4112,
 xlAverage = -4106,
 xlUnknown = 1000
}
enum XlConstants {
 xlTop = -4160,
 xlRight = -4152,
 xlNone = -4142,
 xlLow = -4134,
 xlLeft = -4131,
 xlJustify = -4130,
 xlHigh = -4127,
 xlGray75 = -4126,
 xlGray50 = -4125,
 xlGray25 = -4124,
 xlDistributed = -4117,
 xlCustom = -4114,
 xlCombination = -4111,
 xlCenter = -4108,
 xlBottom = -4107,
 xlAutomatic = -4105,
 xl3DSurface = -4103,
 xl3DBar = -4099,
 xlDefaultAutoFormat = -1,
 xlAbove = 0,
 xlBelow = 1,
 xlBoth = 1,
 xlFixedValue = 1,
 xlGeneral = 1,
 xlSolid = 1,
 xlSquare = 1,
 xlBar = 2,
 xlCorner = 2,
 xlDiamond = 2,
 xlInside = 2,
 xlMaximum = 2,
 xlPercent = 2,
 xlPlusValues = 2,
 xlShowValue = 2,
 xlSingle = 2,
 xlTransparent = 2,
 xlColumn = 3,
 xlMinusValues = 3,
 xlOpaque = 3,
 xlOutside = 3,
 xlScale = 3,
 xlShowPercent = 3,
 xlTriangle = 3,
 xlCross = 4,
 xlMinimum = 4,
 xlNextToAxis = 4,
 xlShowLabel = 4,
 xlStError = 4,
 xlFill = 5,
 xlShowLabelAndPercent = 5,
 xlStar = 5,
 xlCircle = 8,
 xlChecker = 9,
 xlPlus = 9,
 xlSemiGray75 = 10,
 xlLightHorizontal = 11,
 xlLightVertical = 12,
 xlLightDown = 13,
 xlLightUp = 14,
 xlGrid = 15,
 xlCrissCross = 16,
 xlGray16 = 17,
 xlGray8 = 18
}
enum XlContainsOperator {
 xlContains = 0,
 xlDoesNotContain = 1,
 xlBeginsWith = 2,
 xlEndsWith = 3
}
enum XlCopyPictureFormat {
 xlPicture = -4147,
 xlBitmap = 2
}
enum XlCorruptLoad {
 xlNormalLoad = 0,
 xlRepairFile = 1,
 xlExtractData = 2
}
enum XlCreator {
 xlCreatorCode = 1480803660
}
enum XlCredentialsMethod {
 xlCredentialsMethodIntegrated = 0,
 xlCredentialsMethodNone = 1,
 xlCredentialsMethodStored = 2
}
enum XlCubeFieldSubType {
 xlCubeHierarchy = 1,
 xlCubeMeasure = 2,
 xlCubeSet = 3,
 xlCubeAttribute = 4,
 xlCubeCalculatedMeasure = 5,
 xlCubeKPIValue = 6,
 xlCubeKPIGoal = 7,
 xlCubeKPIStatus = 8,
 xlCubeKPITrend = 9,
 xlCubeKPIWeight = 10
}
enum XlCubeFieldType {
 xlHierarchy = 1,
 xlMeasure = 2,
 xlSet = 3
}
enum XlCutCopyMode {
 xlCopy = 1,
 xlCut = 2
}
enum XlCVError {
 xlErrNull = 2000,
 xlErrDiv0 = 2007,
 xlErrValue = 2015,
 xlErrRef = 2023,
 xlErrName = 2029,
 xlErrNum = 2036,
 xlErrNA = 2042
}
enum XlDataBarAxisPosition {
 xlDataBarAxisAutomatic = 0,
 xlDataBarAxisMidpoint = 1,
 xlDataBarAxisNone = 2
}
enum XlDataBarBorderType {
 xlDataBarBorderNone = 0,
 xlDataBarBorderSolid = 1
}
enum XlDataBarFillType {
 xlDataBarFillSolid = 0,
 xlDataBarFillGradient = 1
}
enum XlDataBarNegativeColorType {
 xlDataBarColor = 0,
 xlDataBarSameAsPositive = 1
}
enum XlDataLabelPosition {
 xlLabelPositionRight = -4152,
 xlLabelPositionLeft = -4131,
 xlLabelPositionCenter = -4108,
 xlLabelPositionAbove = 0,
 xlLabelPositionBelow = 1,
 xlLabelPositionOutsideEnd = 2,
 xlLabelPositionInsideEnd = 3,
 xlLabelPositionInsideBase = 4,
 xlLabelPositionBestFit = 5,
 xlLabelPositionMixed = 6,
 xlLabelPositionCustom = 7
}
enum XlDataLabelSeparator {
 xlDataLabelSeparatorDefault = 1
}
enum XlDataLabelsType {
 xlDataLabelsShowNone = -4142,
 xlDataLabelsShowValue = 2,
 xlDataLabelsShowPercent = 3,
 xlDataLabelsShowLabel = 4,
 xlDataLabelsShowLabelAndPercent = 5,
 xlDataLabelsShowBubbleSizes = 6
}
enum XlDataSeriesDate {
 xlDay = 1,
 xlWeekday = 2,
 xlMonth = 3,
 xlYear = 4
}
enum XlDataSeriesType {
 xlDataSeriesLinear = -4132,
 xlGrowth = 2,
 xlChronological = 3,
 xlAutoFill = 4
}
enum XlDeleteShiftDirection {
 xlShiftUp = -4162,
 xlShiftToLeft = -4159
}
enum XlDirection {
 xlUp = -4162,
 xlToRight = -4161,
 xlToLeft = -4159,
 xlDown = -4121
}
enum XlDisplayBlanksAs {
 xlNotPlotted = 1,
 xlZero = 2,
 xlInterpolated = 3
}
enum XlDisplayDrawingObjects {
 xlDisplayShapes = -4104,
 xlPlaceholders = 2,
 xlHide = 3
}
enum XlDisplayUnit {
 xlDisplayUnitNone = -4142,
 xlDisplayUnitCustom = -4114,
 xlMillionMillions = -10,
 xlThousandMillions = -9,
 xlHundredMillions = -8,
 xlTenMillions = -7,
 xlMillions = -6,
 xlHundredThousands = -5,
 xlTenThousands = -4,
 xlThousands = -3,
 xlHundreds = -2
}
enum XlDupeUnique {
 xlUnique = 0,
 xlDuplicate = 1
}
enum XlDVAlertStyle {
 xlValidAlertStop = 1,
 xlValidAlertWarning = 2,
 xlValidAlertInformation = 3
}
enum XlDVType {
 xlValidateInputOnly = 0,
 xlValidateWholeNumber = 1,
 xlValidateDecimal = 2,
 xlValidateList = 3,
 xlValidateDate = 4,
 xlValidateTime = 5,
 xlValidateTextLength = 6,
 xlValidateCustom = 7
}
enum XlDynamicFilterCriteria {
 xlFilterToday = 1,
 xlFilterYesterday = 2,
 xlFilterTomorrow = 3,
 xlFilterThisWeek = 4,
 xlFilterLastWeek = 5,
 xlFilterNextWeek = 6,
 xlFilterThisMonth = 7,
 xlFilterLastMonth = 8,
 xlFilterNextMonth = 9,
 xlFilterThisQuarter = 10,
 xlFilterLastQuarter = 11,
 xlFilterNextQuarter = 12,
 xlFilterThisYear = 13,
 xlFilterLastYear = 14,
 xlFilterNextYear = 15,
 xlFilterYearToDate = 16,
 xlFilterAllDatesInPeriodQuarter1 = 17,
 xlFilterAllDatesInPeriodQuarter2 = 18,
 xlFilterAllDatesInPeriodQuarter3 = 19,
 xlFilterAllDatesInPeriodQuarter4 = 20,
 xlFilterAllDatesInPeriodJanuary = 21,
 xlFilterAllDatesInPeriodFebruray = 22,
 xlFilterAllDatesInPeriodMarch = 23,
 xlFilterAllDatesInPeriodApril = 24,
 xlFilterAllDatesInPeriodMay = 25,
 xlFilterAllDatesInPeriodJune = 26,
 xlFilterAllDatesInPeriodJuly = 27,
 xlFilterAllDatesInPeriodAugust = 28,
 xlFilterAllDatesInPeriodSeptember = 29,
 xlFilterAllDatesInPeriodOctober = 30,
 xlFilterAllDatesInPeriodNovember = 31,
 xlFilterAllDatesInPeriodDecember = 32,
 xlFilterAboveAverage = 33,
 xlFilterBelowAverage = 34
}
enum XlEditionFormat {
 xlPICT = 1,
 xlBIFF = 2,
 xlRTF = 4,
 xlVALU = 8
}
enum XlEditionOptionsOption {
 xlCancel = 1,
 xlSendPublisher = 2,
 xlUpdateSubscriber = 2,
 xlOpenSource = 3,
 xlSelect = 3,
 xlAutomaticUpdate = 4,
 xlManualUpdate = 5,
 xlChangeAttributes = 6
}
enum XlEditionType {
 xlPublisher = 1,
 xlSubscriber = 2
}
enum XlEnableCancelKey {
 xlDisabled = 0,
 xlInterrupt = 1,
 xlErrorHandler = 2
}
enum XlEnableSelection {
 xlNoSelection = -4142,
 xlNoRestrictions = 0,
 xlUnlockedCells = 1
}
enum XlEndStyleCap {
 xlCap = 1,
 xlNoCap = 2
}
enum XlErrorBarDirection {
 xlChartX = -4168,
 xlX = -4168,
 xlChartY = 1,
 xlY = 1
}
enum XlErrorBarInclude {
 xlErrorBarIncludeNone = -4142,
 xlErrorBarIncludeBoth = 1,
 xlErrorBarIncludePlusValues = 2,
 xlErrorBarIncludeMinusValues = 3
}
enum XlErrorBarType {
 xlErrorBarTypeStDev = -4155,
 xlErrorBarTypeCustom = -4114,
 xlErrorBarTypeFixedValue = 1,
 xlErrorBarTypePercent = 2,
 xlErrorBarTypeStError = 4
}
enum XlErrorChecks {
 xlEvaluateToError = 1,
 xlTextDate = 2,
 xlNumberAsText = 3,
 xlInconsistentFormula = 4,
 xlOmittedCells = 5,
 xlUnlockedFormulaCells = 6,
 xlEmptyCellReferences = 7,
 xlListDataValidation = 8,
 xlInconsistentListFormula = 9
}
enum XlFileAccess {
 xlReadWrite = 2,
 xlReadOnly = 3
}
enum XlFileFormat {
 xlCurrentPlatformText = -4158,
 xlWorkbookNormal = -4143,
 xlSYLK = 2,
 xlWKS = 4,
 xlWK1 = 5,
 xlCSV = 6,
 xlDBF2 = 7,
 xlDBF3 = 8,
 xlDIF = 9,
 xlDBF4 = 11,
 xlWJ2WD1 = 14,
 xlWK3 = 15,
 xlExcel2 = 16,
 xlTemplate = 17,
 xlTemplate8 = 17,
 xlAddIn = 18,
 xlAddIn8 = 18,
 xlTextMac = 19,
 xlTextWindows = 20,
 xlTextMSDOS = 21,
 xlCSVMac = 22,
 xlCSVWindows = 23,
 xlCSVMSDOS = 24,
 xlIntlMacro = 25,
 xlIntlAddIn = 26,
 xlExcel2FarEast = 27,
 xlWorks2FarEast = 28,
 xlExcel3 = 29,
 xlWK1FMT = 30,
 xlWK1ALL = 31,
 xlWK3FM3 = 32,
 xlExcel4 = 33,
 xlWQ1 = 34,
 xlExcel4Workbook = 35,
 xlTextPrinter = 36,
 xlWK4 = 38,
 xlExcel5 = 39,
 xlExcel7 = 39,
 xlWJ3 = 40,
 xlWJ3FJ3 = 41,
 xlUnicodeText = 42,
 xlExcel9795 = 43,
 xlHtml = 44,
 xlWebArchive = 45,
 xlXMLSpreadsheet = 46,
 xlExcel12 = 50,
 xlOpenXMLWorkbook = 51,
 xlWorkbookDefault = 51,
 xlOpenXMLWorkbookMacroEnabled = 52,
 xlOpenXMLTemplateMacroEnabled = 53,
 xlOpenXMLTemplate = 54,
 xlOpenXMLAddIn = 55,
 xlExcel8 = 56,
 xlOpenDocumentSpreadsheet = 60
}
enum XlFileValidationPivotMode {
 xlFileValidationPivotDefault = 0,
 xlFileValidationPivotRun = 1,
 xlFileValidationPivotSkip = 2
}
enum XlFillWith {
 xlFillWithFormats = -4122,
 xlFillWithAll = -4104,
 xlFillWithContents = 2
}
enum XlFilterAction {
 xlFilterInPlace = 1,
 xlFilterCopy = 2
}
enum XlFilterAllDatesInPeriod {
 xlFilterAllDatesInPeriodYear = 0,
 xlFilterAllDatesInPeriodMonth = 1,
 xlFilterAllDatesInPeriodDay = 2,
 xlFilterAllDatesInPeriodHour = 3,
 xlFilterAllDatesInPeriodMinute = 4,
 xlFilterAllDatesInPeriodSecond = 5
}
enum XlFindLookIn {
 xlValues = -4163,
 xlComments = -4144,
 xlFormulas = -4123
}
enum XlFixedFormatQuality {
 xlQualityStandard = 0,
 xlQualityMinimum = 1
}
enum XlFixedFormatType {
 xlTypePDF = 0,
 xlTypeXPS = 1
}
enum XlFormatConditionOperator {
 xlBetween = 1,
 xlNotBetween = 2,
 xlEqual = 3,
 xlNotEqual = 4,
 xlGreater = 5,
 xlLess = 6,
 xlGreaterEqual = 7,
 xlLessEqual = 8
}
enum XlFormatConditionType {
 xlCellValue = 1,
 xlExpression = 2,
 xlColorScale = 3,
 xlDatabar = 4,
 xlTop10 = 5,
 xlIconSets = 6,
 xlUniqueValues = 8,
 xlTextString = 9,
 xlBlanksCondition = 10,
 xlTimePeriod = 11,
 xlAboveAverageCondition = 12,
 xlNoBlanksCondition = 13,
 xlErrorsCondition = 16,
 xlNoErrorsCondition = 17
}
enum XlFormatFilterTypes {
 xlFilterBottom = 0,
 xlFilterTop = 1,
 xlFilterBottomPercent = 2,
 xlFilterTopPercent = 3
}
enum XlFormControl {
 xlButtonControl = 0,
 xlCheckBox = 1,
 xlDropDown = 2,
 xlEditBox = 3,
 xlGroupBox = 4,
 xlLabel = 5,
 xlListBox = 6,
 xlOptionButton = 7,
 xlScrollBar = 8,
 xlSpinner = 9
}
enum XlFormulaLabel {
 xlNoLabels = -4142,
 xlRowLabels = 1,
 xlColumnLabels = 2,
 xlMixedLabels = 3
}
enum XlGenerateTableRefs {
 xlGenerateTableRefA1 = 0,
 xlGenerateTableRefStruct = 1
}
enum XlGradientFillType {
 xlGradientFillLinear = 0,
 xlGradientFillPath = 1
}
enum XlHAlign {
 xlHAlignRight = -4152,
 xlHAlignLeft = -4131,
 xlHAlignJustify = -4130,
 xlHAlignDistributed = -4117,
 xlHAlignCenter = -4108,
 xlHAlignGeneral = 1,
 xlHAlignFill = 5,
 xlHAlignCenterAcrossSelection = 7
}
enum XlHebrewModes {
 xlHebrewFullScript = 0,
 xlHebrewPartialScript = 1,
 xlHebrewMixedScript = 2,
 xlHebrewMixedAuthorizedScript = 3
}
enum XlHighlightChangesTime {
 xlSinceMyLastSave = 1,
 xlAllChanges = 2,
 xlNotYetReviewed = 3
}
enum XlHtmlType {
 xlHtmlStatic = 0,
 xlHtmlCalc = 1,
 xlHtmlList = 2,
 xlHtmlChart = 3
}
enum XlIcon {
 xlIconNoCellIcon = -1,
 xlIconGreenUpArrow = 1,
 xlIconYellowSideArrow = 2,
 xlIconRedDownArrow = 3,
 xlIconGrayUpArrow = 4,
 xlIconGraySideArrow = 5,
 xlIconGrayDownArrow = 6,
 xlIconGreenFlag = 7,
 xlIconYellowFlag = 8,
 xlIconRedFlag = 9,
 xlIconGreenCircle = 10,
 xlIconYellowCircle = 11,
 xlIconRedCircleWithBorder = 12,
 xlIconBlackCircleWithBorder = 13,
 xlIconGreenTrafficLight = 14,
 xlIconYellowTrafficLight = 15,
 xlIconRedTrafficLight = 16,
 xlIconYellowTriangle = 17,
 xlIconRedDiamond = 18,
 xlIconGreenCheckSymbol = 19,
 xlIconYellowExclamationSymbol = 20,
 xlIconRedCrossSymbol = 21,
 xlIconGreenCheck = 22,
 xlIconYellowExclamation = 23,
 xlIconRedCross = 24,
 xlIconYellowUpInclineArrow = 25,
 xlIconYellowDownInclineArrow = 26,
 xlIconGrayUpInclineArrow = 27,
 xlIconGrayDownInclineArrow = 28,
 xlIconRedCircle = 29,
 xlIconPinkCircle = 30,
 xlIconGrayCircle = 31,
 xlIconBlackCircle = 32,
 xlIconCircleWithOneWhiteQuarter = 33,
 xlIconCircleWithTwoWhiteQuarters = 34,
 xlIconCircleWithThreeWhiteQuarters = 35,
 xlIconWhiteCircleAllWhiteQuarters = 36,
 xlIcon0Bars = 37,
 xlIcon1Bar = 38,
 xlIcon2Bars = 39,
 xlIcon3Bars = 40,
 xlIcon4Bars = 41,
 xlIconGoldStar = 42,
 xlIconHalfGoldStar = 43,
 xlIconSilverStar = 44,
 xlIconGreenUpTriangle = 45,
 xlIconYellowDash = 46,
 xlIconRedDownTriangle = 47,
 xlIcon4FilledBoxes = 48,
 xlIcon3FilledBoxes = 49,
 xlIcon2FilledBoxes = 50,
 xlIcon1FilledBox = 51,
 xlIcon0FilledBoxes = 52
}
enum XlIconSet {
 xlCustomSet = -1,
 xl3Arrows = 1,
 xl3ArrowsGray = 2,
 xl3Flags = 3,
 xl3TrafficLights1 = 4,
 xl3TrafficLights2 = 5,
 xl3Signs = 6,
 xl3Symbols = 7,
 xl3Symbols2 = 8,
 xl4Arrows = 9,
 xl4ArrowsGray = 10,
 xl4RedToBlack = 11,
 xl4CRV = 12,
 xl4TrafficLights = 13,
 xl5Arrows = 14,
 xl5ArrowsGray = 15,
 xl5CRV = 16,
 xl5Quarters = 17,
 xl3Stars = 18,
 xl3Triangles = 19,
 xl5Boxes = 20
}
enum XlIMEMode {
 xlIMEModeNoControl = 0,
 xlIMEModeOn = 1,
 xlIMEModeOff = 2,
 xlIMEModeDisable = 3,
 xlIMEModeHiragana = 4,
 xlIMEModeKatakana = 5,
 xlIMEModeKatakanaHalf = 6,
 xlIMEModeAlphaFull = 7,
 xlIMEModeAlpha = 8,
 xlIMEModeHangulFull = 9,
 xlIMEModeHangul = 10
}
enum XlImportDataAs {
 xlQueryTable = 0,
 xlPivotTableReport = 1,
 xlTable = 2
}
enum XlInsertFormatOrigin {
 xlFormatFromLeftOrAbove = 0,
 xlFormatFromRightOrBelow = 1
}
enum XlInsertShiftDirection {
 xlShiftToRight = -4161,
 xlShiftDown = -4121
}
enum XlLayoutFormType {
 xlTabular = 0,
 xlOutline = 1
}
enum XlLayoutRowType {
 xlCompactRow = 0,
 xlTabularRow = 1,
 xlOutlineRow = 2
}
enum XlLegendPosition {
 xlLegendPositionCustom = -4161,
 xlLegendPositionTop = -4160,
 xlLegendPositionRight = -4152,
 xlLegendPositionLeft = -4131,
 xlLegendPositionBottom = -4107,
 xlLegendPositionCorner = 2
}
enum XlLineStyle {
 xlLineStyleNone = -4142,
 xlDouble = -4119,
 xlDot = -4118,
 xlDash = -4115,
 xlContinuous = 1,
 xlDashDot = 4,
 xlDashDotDot = 5,
 xlSlantDashDot = 13
}
enum XlLink {
 xlExcelLinks = 1,
 xlOLELinks = 2,
 xlPublishers = 5,
 xlSubscribers = 6
}
enum XlLinkInfo {
 xlUpdateState = 1,
 xlEditionDate = 2,
 xlLinkInfoStatus = 3
}
enum XlLinkInfoType {
 xlLinkInfoOLELinks = 2,
 xlLinkInfoPublishers = 5,
 xlLinkInfoSubscribers = 6
}
enum XlLinkStatus {
 xlLinkStatusOK = 0,
 xlLinkStatusMissingFile = 1,
 xlLinkStatusMissingSheet = 2,
 xlLinkStatusOld = 3,
 xlLinkStatusSourceNotCalculated = 4,
 xlLinkStatusIndeterminate = 5,
 xlLinkStatusNotStarted = 6,
 xlLinkStatusInvalidName = 7,
 xlLinkStatusSourceNotOpen = 8,
 xlLinkStatusSourceOpen = 9,
 xlLinkStatusCopiedValues = 10
}
enum XlLinkType {
 xlLinkTypeExcelLinks = 1,
 xlLinkTypeOLELinks = 2
}
enum XlListConflict {
 xlListConflictDialog = 0,
 xlListConflictRetryAllConflicts = 1,
 xlListConflictDiscardAllConflicts = 2,
 xlListConflictError = 3
}
enum XlListDataType {
 xlListDataTypeNone = 0,
 xlListDataTypeText = 1,
 xlListDataTypeMultiLineText = 2,
 xlListDataTypeNumber = 3,
 xlListDataTypeCurrency = 4,
 xlListDataTypeDateTime = 5,
 xlListDataTypeChoice = 6,
 xlListDataTypeChoiceMulti = 7,
 xlListDataTypeListLookup = 8,
 xlListDataTypeCheckbox = 9,
 xlListDataTypeHyperLink = 10,
 xlListDataTypeCounter = 11,
 xlListDataTypeMultiLineRichText = 12
}
enum XlListObjectSourceType {
 xlSrcExternal = 0,
 xlSrcRange = 1,
 xlSrcXml = 2,
 xlSrcQuery = 3
}
enum XlLocationInTable {
 xlRowHeader = -4153,
 xlColumnHeader = -4110,
 xlPageHeader = 2,
 xlDataHeader = 3,
 xlRowItem = 4,
 xlColumnItem = 5,
 xlPageItem = 6,
 xlDataItem = 7,
 xlTableBody = 8
}
enum XlLookAt {
 xlWhole = 1,
 xlPart = 2
}
enum XlLookFor {
 xlLookForBlanks = 0,
 xlLookForErrors = 1,
 xlLookForFormulas = 2
}
enum XlMailSystem {
 xlNoMailSystem = 0,
 xlMAPI = 1,
 xlPowerTalk = 2
}
enum XlMarkerStyle {
 xlMarkerStyleX = -4168,
 xlMarkerStylePicture = -4147,
 xlMarkerStyleNone = -4142,
 xlMarkerStyleDot = -4118,
 xlMarkerStyleDash = -4115,
 xlMarkerStyleAutomatic = -4105,
 xlMarkerStyleSquare = 1,
 xlMarkerStyleDiamond = 2,
 xlMarkerStyleTriangle = 3,
 xlMarkerStyleStar = 5,
 xlMarkerStyleCircle = 8,
 xlMarkerStylePlus = 9
}
enum XlMeasurementUnits {
 xlInches = 0,
 xlCentimeters = 1,
 xlMillimeters = 2
}
enum XlMouseButton {
 xlNoButton = 0,
 xlPrimaryButton = 1,
 xlSecondaryButton = 2
}
enum XlMousePointer {
 xlDefault = -4143,
 xlNorthwestArrow = 1,
 xlWait = 2,
 xlIBeam = 3
}
enum XlMSApplication {
 xlMicrosoftWord = 1,
 xlMicrosoftPowerPoint = 2,
 xlMicrosoftMail = 3,
 xlMicrosoftAccess = 4,
 xlMicrosoftFoxPro = 5,
 xlMicrosoftProject = 6,
 xlMicrosoftSchedulePlus = 7
}
enum XlOartHorizontalOverflow {
 xlOartHorizontalOverflowOverflow = 0,
 xlOartHorizontalOverflowClip = 1
}
enum XlOartVerticalOverflow {
 xlOartVerticalOverflowOverflow = 0,
 xlOartVerticalOverflowClip = 1,
 xlOartVerticalOverflowEllipsis = 2
}
enum XlObjectSize {
 xlScreenSize = 1,
 xlFitToPage = 2,
 xlFullPage = 3
}
enum XlOLEType {
 xlOLELink = 0,
 xlOLEEmbed = 1,
 xlOLEControl = 2
}
enum XlOLEVerb {
 xlVerbPrimary = 1,
 xlVerbOpen = 2
}
enum XlOrder {
 xlDownThenOver = 1,
 xlOverThenDown = 2
}
enum XlOrientation {
 xlUpward = -4171,
 xlDownward = -4170,
 xlVertical = -4166,
 xlHorizontal = -4128
}
enum XlPageBreak {
 xlPageBreakNone = -4142,
 xlPageBreakManual = -4135,
 xlPageBreakAutomatic = -4105
}
enum XlPageBreakExtent {
 xlPageBreakFull = 1,
 xlPageBreakPartial = 2
}
enum XlPageOrientation {
 xlPortrait = 1,
 xlLandscape = 2
}
enum XlPaperSize {
 xlPaperLetter = 1,
 xlPaperLetterSmall = 2,
 xlPaperTabloid = 3,
 xlPaperLedger = 4,
 xlPaperLegal = 5,
 xlPaperStatement = 6,
 xlPaperExecutive = 7,
 xlPaperA3 = 8,
 xlPaperA4 = 9,
 xlPaperA4Small = 10,
 xlPaperA5 = 11,
 xlPaperB4 = 12,
 xlPaperB5 = 13,
 xlPaperFolio = 14,
 xlPaperQuarto = 15,
 xlPaper10x14 = 16,
 xlPaper11x17 = 17,
 xlPaperNote = 18,
 xlPaperEnvelope9 = 19,
 xlPaperEnvelope10 = 20,
 xlPaperEnvelope11 = 21,
 xlPaperEnvelope12 = 22,
 xlPaperEnvelope14 = 23,
 xlPaperCsheet = 24,
 xlPaperDsheet = 25,
 xlPaperEsheet = 26,
 xlPaperEnvelopeDL = 27,
 xlPaperEnvelopeC5 = 28,
 xlPaperEnvelopeC3 = 29,
 xlPaperEnvelopeC4 = 30,
 xlPaperEnvelopeC6 = 31,
 xlPaperEnvelopeC65 = 32,
 xlPaperEnvelopeB4 = 33,
 xlPaperEnvelopeB5 = 34,
 xlPaperEnvelopeB6 = 35,
 xlPaperEnvelopeItaly = 36,
 xlPaperEnvelopeMonarch = 37,
 xlPaperEnvelopePersonal = 38,
 xlPaperFanfoldUS = 39,
 xlPaperFanfoldStdGerman = 40,
 xlPaperFanfoldLegalGerman = 41,
 xlPaperUser = 256
}
enum XlParameterDataType {
 xlParamTypeWChar = -8,
 xlParamTypeBit = -7,
 xlParamTypeTinyInt = -6,
 xlParamTypeBigInt = -5,
 xlParamTypeLongVarBinary = -4,
 xlParamTypeVarBinary = -3,
 xlParamTypeBinary = -2,
 xlParamTypeLongVarChar = -1,
 xlParamTypeUnknown = 0,
 xlParamTypeChar = 1,
 xlParamTypeNumeric = 2,
 xlParamTypeDecimal = 3,
 xlParamTypeInteger = 4,
 xlParamTypeSmallInt = 5,
 xlParamTypeFloat = 6,
 xlParamTypeReal = 7,
 xlParamTypeDouble = 8,
 xlParamTypeDate = 9,
 xlParamTypeTime = 10,
 xlParamTypeTimestamp = 11,
 xlParamTypeVarChar = 12
}
enum XlParameterType {
 xlPrompt = 0,
 xlConstant = 1,
 xlRange = 2
}
enum XlPasteSpecialOperation {
 xlPasteSpecialOperationNone = -4142,
 xlPasteSpecialOperationAdd = 2,
 xlPasteSpecialOperationSubtract = 3,
 xlPasteSpecialOperationMultiply = 4,
 xlPasteSpecialOperationDivide = 5
}
enum XlPasteType {
 xlPasteValues = -4163,
 xlPasteComments = -4144,
 xlPasteFormulas = -4123,
 xlPasteFormats = -4122,
 xlPasteAll = -4104,
 xlPasteValidation = 6,
 xlPasteAllExceptBorders = 7,
 xlPasteColumnWidths = 8,
 xlPasteFormulasAndNumberFormats = 11,
 xlPasteValuesAndNumberFormats = 12,
 xlPasteAllUsingSourceTheme = 13,
 xlPasteAllMergingConditionalFormats = 14
}
enum XlPattern {
 xlPatternVertical = -4166,
 xlPatternUp = -4162,
 xlPatternNone = -4142,
 xlPatternHorizontal = -4128,
 xlPatternGray75 = -4126,
 xlPatternGray50 = -4125,
 xlPatternGray25 = -4124,
 xlPatternDown = -4121,
 xlPatternAutomatic = -4105,
 xlPatternSolid = 1,
 xlPatternChecker = 9,
 xlPatternSemiGray75 = 10,
 xlPatternLightHorizontal = 11,
 xlPatternLightVertical = 12,
 xlPatternLightDown = 13,
 xlPatternLightUp = 14,
 xlPatternGrid = 15,
 xlPatternCrissCross = 16,
 xlPatternGray16 = 17,
 xlPatternGray8 = 18,
 xlPatternLinearGradient = 4000,
 xlPatternRectangularGradient = 4001
}
enum XlPhoneticAlignment {
 xlPhoneticAlignNoControl = 0,
 xlPhoneticAlignLeft = 1,
 xlPhoneticAlignCenter = 2,
 xlPhoneticAlignDistributed = 3
}
enum XlPhoneticCharacterType {
 xlKatakanaHalf = 0,
 xlKatakana = 1,
 xlHiragana = 2,
 xlNoConversion = 3
}
enum XlPictureAppearance {
 xlScreen = 1,
 xlPrinter = 2
}
enum XlPictureConvertorType {
 xlBMP = 1,
 xlWMF = 2,
 xlWPG = 3,
 xlDRW = 4,
 xlDXF = 5,
 xlHGL = 6,
 xlCGM = 7,
 xlEPS = 8,
 xlTIF = 9,
 xlPCX = 10,
 xlPIC = 11,
 xlPLT = 12,
 xlPCT = 13
}
enum XlPieSliceIndex {
 xlOuterCounterClockwisePoint = 1,
 xlOuterCenterPoint = 2,
 xlOuterClockwisePoint = 3,
 xlMidClockwiseRadiusPoint = 4,
 xlCenterPoint = 5,
 xlMidCounterClockwiseRadiusPoint = 6,
 xlInnerClockwisePoint = 7,
 xlInnerCenterPoint = 8,
 xlInnerCounterClockwisePoint = 9
}
enum XlPieSliceLocation {
 xlHorizontalCoordinate = 1,
 xlVerticalCoordinate = 2
}
enum XlPivotCellType {
 xlPivotCellValue = 0,
 xlPivotCellPivotItem = 1,
 xlPivotCellSubtotal = 2,
 xlPivotCellGrandTotal = 3,
 xlPivotCellDataField = 4,
 xlPivotCellPivotField = 5,
 xlPivotCellPageFieldItem = 6,
 xlPivotCellCustomSubtotal = 7,
 xlPivotCellDataPivotField = 8,
 xlPivotCellBlankCell = 9
}
enum XlPivotConditionScope {
 xlSelectionScope = 0,
 xlFieldsScope = 1,
 xlDataFieldScope = 2
}
enum XlPivotFieldCalculation {
 xlNoAdditionalCalculation = -4143,
 xlDifferenceFrom = 2,
 xlPercentOf = 3,
 xlPercentDifferenceFrom = 4,
 xlRunningTotal = 5,
 xlPercentOfRow = 6,
 xlPercentOfColumn = 7,
 xlPercentOfTotal = 8,
 xlIndex = 9,
 xlPercentOfParentRow = 10,
 xlPercentOfParentColumn = 11,
 xlPercentOfParent = 12,
 xlPercentRunningTotal = 13,
 xlRankAscending = 14,
 xlRankDecending = 15
}
enum XlPivotFieldDataType {
 xlText = -4158,
 xlNumber = -4145,
 xlDate = 2
}
enum XlPivotFieldOrientation {
 xlHidden = 0,
 xlRowField = 1,
 xlColumnField = 2,
 xlPageField = 3,
 xlDataField = 4
}
enum XlPivotFieldRepeatLabels {
 xlDoNotRepeatLabels = 1,
 xlRepeatLabels = 2
}
enum XlPivotFilterType {
 xlTopCount = 1,
 xlBottomCount = 2,
 xlTopPercent = 3,
 xlBottomPercent = 4,
 xlTopSum = 5,
 xlBottomSum = 6,
 xlValueEquals = 7,
 xlValueDoesNotEqual = 8,
 xlValueIsGreaterThan = 9,
 xlValueIsGreaterThanOrEqualTo = 10,
 xlValueIsLessThan = 11,
 xlValueIsLessThanOrEqualTo = 12,
 xlValueIsBetween = 13,
 xlValueIsNotBetween = 14,
 xlCaptionEquals = 15,
 xlCaptionDoesNotEqual = 16,
 xlCaptionBeginsWith = 17,
 xlCaptionDoesNotBeginWith = 18,
 xlCaptionEndsWith = 19,
 xlCaptionDoesNotEndWith = 20,
 xlCaptionContains = 21,
 xlCaptionDoesNotContain = 22,
 xlCaptionIsGreaterThan = 23,
 xlCaptionIsGreaterThanOrEqualTo = 24,
 xlCaptionIsLessThan = 25,
 xlCaptionIsLessThanOrEqualTo = 26,
 xlCaptionIsBetween = 27,
 xlCaptionIsNotBetween = 28,
 xlSpecificDate = 29,
 xlNotSpecificDate = 30,
 xlBefore = 31,
 xlBeforeOrEqualTo = 32,
 xlAfter = 33,
 xlAfterOrEqualTo = 34,
 xlDateBetween = 35,
 xlDateNotBetween = 36,
 xlDateTomorrow = 37,
 xlDateToday = 38,
 xlDateYesterday = 39,
 xlDateNextWeek = 40,
 xlDateThisWeek = 41,
 xlDateLastWeek = 42,
 xlDateNextMonth = 43,
 xlDateThisMonth = 44,
 xlDateLastMonth = 45,
 xlDateNextQuarter = 46,
 xlDateThisQuarter = 47,
 xlDateLastQuarter = 48,
 xlDateNextYear = 49,
 xlDateThisYear = 50,
 xlDateLastYear = 51,
 xlYearToDate = 52,
 xlAllDatesInPeriodQuarter1 = 53,
 xlAllDatesInPeriodQuarter2 = 54,
 xlAllDatesInPeriodQuarter3 = 55,
 xlAllDatesInPeriodQuarter4 = 56,
 xlAllDatesInPeriodJanuary = 57,
 xlAllDatesInPeriodFebruary = 58,
 xlAllDatesInPeriodMarch = 59,
 xlAllDatesInPeriodApril = 60,
 xlAllDatesInPeriodMay = 61,
 xlAllDatesInPeriodJune = 62,
 xlAllDatesInPeriodJuly = 63,
 xlAllDatesInPeriodAugust = 64,
 xlAllDatesInPeriodSeptember = 65,
 xlAllDatesInPeriodOctober = 66,
 xlAllDatesInPeriodNovember = 67,
 xlAllDatesInPeriodDecember = 68
}
enum XlPivotFormatType {
 xlReport1 = 0,
 xlReport2 = 1,
 xlReport3 = 2,
 xlReport4 = 3,
 xlReport5 = 4,
 xlReport6 = 5,
 xlReport7 = 6,
 xlReport8 = 7,
 xlReport9 = 8,
 xlReport10 = 9,
 xlTable1 = 10,
 xlTable2 = 11,
 xlTable3 = 12,
 xlTable4 = 13,
 xlTable5 = 14,
 xlTable6 = 15,
 xlTable7 = 16,
 xlTable8 = 17,
 xlTable9 = 18,
 xlTable10 = 19,
 xlPTClassic = 20,
 xlPTNone = 21
}
enum XlPivotLineType {
 xlPivotLineRegular = 0,
 xlPivotLineSubtotal = 1,
 xlPivotLineGrandTotal = 2,
 xlPivotLineBlank = 3
}
enum XlPivotTableMissingItems {
 xlMissingItemsDefault = -1,
 xlMissingItemsNone = 0,
 xlMissingItemsMax = 32500,
 xlMissingItemsMax2 = 1048576
}
enum XlPivotTableSourceType {
 xlPivotTable = -4148,
 xlDatabase = 1,
 xlExternal = 2,
 xlConsolidation = 3,
 xlScenario = 4
}
enum XlPivotTableVersionList {
 xlPivotTableVersionCurrent = -1,
 xlPivotTableVersion2000 = 0,
 xlPivotTableVersion10 = 1,
 xlPivotTableVersion11 = 2,
 xlPivotTableVersion12 = 3,
 xlPivotTableVersion14 = 4
}
enum XlPlacement {
 xlMoveAndSize = 1,
 xlMove = 2,
 xlFreeFloating = 3
}
enum XlPlatform {
 xlMacintosh = 1,
 xlWindows = 2,
 xlMSDOS = 3
}
enum XlPortugueseReform {
 xlPortuguesePreReform = 1,
 xlPortuguesePostReform = 2,
 xlPortugueseBoth = 3
}
enum XlPrintErrors {
 xlPrintErrorsDisplayed = 0,
 xlPrintErrorsBlank = 1,
 xlPrintErrorsDash = 2,
 xlPrintErrorsNA = 3
}
enum XlPrintLocation {
 xlPrintNoComments = -4142,
 xlPrintSheetEnd = 1,
 xlPrintInPlace = 16
}
enum XlPriority {
 xlPriorityNormal = -4143,
 xlPriorityLow = -4134,
 xlPriorityHigh = -4127
}
enum XlPropertyDisplayedIn {
 xlDisplayPropertyInPivotTable = 1,
 xlDisplayPropertyInTooltip = 2,
 xlDisplayPropertyInPivotTableAndTooltip = 3
}
enum XlProtectedViewCloseReason {
 xlProtectedViewCloseNormal = 0,
 xlProtectedViewCloseEdit = 1,
 xlProtectedViewCloseForced = 2
}
enum XlProtectedViewWindowState {
 xlProtectedViewWindowNormal = 0,
 xlProtectedViewWindowMinimized = 1,
 xlProtectedViewWindowMaximized = 2
}
enum XlPTSelectionMode {
 xlDataAndLabel = 0,
 xlLabelOnly = 1,
 xlDataOnly = 2,
 xlOrigin = 3,
 xlBlanks = 4,
 xlButton = 15,
 xlFirstRow = 256
}
enum XlQueryType {
 xlODBCQuery = 1,
 xlDAORecordset = 2,
 xlWebQuery = 4,
 xlOLEDBQuery = 5,
 xlTextImport = 6,
 xlADORecordset = 7
}
enum XlRangeAutoFormat {
 xlRangeAutoFormatSimple = -4154,
 xlRangeAutoFormatNone = -4142,
 xlRangeAutoFormatClassic1 = 1,
 xlRangeAutoFormatClassic2 = 2,
 xlRangeAutoFormatClassic3 = 3,
 xlRangeAutoFormatAccounting1 = 4,
 xlRangeAutoFormatAccounting2 = 5,
 xlRangeAutoFormatAccounting3 = 6,
 xlRangeAutoFormatColor1 = 7,
 xlRangeAutoFormatColor2 = 8,
 xlRangeAutoFormatColor3 = 9,
 xlRangeAutoFormatList1 = 10,
 xlRangeAutoFormatList2 = 11,
 xlRangeAutoFormatList3 = 12,
 xlRangeAutoFormat3DEffects1 = 13,
 xlRangeAutoFormat3DEffects2 = 14,
 xlRangeAutoFormatLocalFormat1 = 15,
 xlRangeAutoFormatLocalFormat2 = 16,
 xlRangeAutoFormatAccounting4 = 17,
 xlRangeAutoFormatLocalFormat3 = 19,
 xlRangeAutoFormatLocalFormat4 = 20,
 xlRangeAutoFormatReport1 = 21,
 xlRangeAutoFormatReport2 = 22,
 xlRangeAutoFormatReport3 = 23,
 xlRangeAutoFormatReport4 = 24,
 xlRangeAutoFormatReport5 = 25,
 xlRangeAutoFormatReport6 = 26,
 xlRangeAutoFormatReport7 = 27,
 xlRangeAutoFormatReport8 = 28,
 xlRangeAutoFormatReport9 = 29,
 xlRangeAutoFormatReport10 = 30,
 xlRangeAutoFormatClassicPivotTable = 31,
 xlRangeAutoFormatTable1 = 32,
 xlRangeAutoFormatTable2 = 33,
 xlRangeAutoFormatTable3 = 34,
 xlRangeAutoFormatTable4 = 35,
 xlRangeAutoFormatTable5 = 36,
 xlRangeAutoFormatTable6 = 37,
 xlRangeAutoFormatTable7 = 38,
 xlRangeAutoFormatTable8 = 39,
 xlRangeAutoFormatTable9 = 40,
 xlRangeAutoFormatTable10 = 41,
 xlRangeAutoFormatPTNone = 42
}
enum XlRangeValueDataType {
 xlRangeValueDefault = 10,
 xlRangeValueXMLSpreadsheet = 11,
 xlRangeValueMSPersistXML = 12
}
enum XlReadingOrder {
 xlRTL = -5004,
 xlLTR = -5003,
 xlContext = -5002
}
enum XlReferenceStyle {
 xlR1C1 = -4150,
 xlA1 = 1
}
enum XlReferenceType {
 xlAbsolute = 1,
 xlAbsRowRelColumn = 2,
 xlRelRowAbsColumn = 3,
 xlRelative = 4
}
enum XlRemoveDocInfoType {
 xlRDIComments = 1,
 xlRDIRemovePersonalInformation = 4,
 xlRDIEmailHeader = 5,
 xlRDIRoutingSlip = 6,
 xlRDISendForReview = 7,
 xlRDIDocumentProperties = 8,
 xlRDIDocumentWorkspace = 10,
 xlRDIInkAnnotations = 11,
 xlRDIScenarioComments = 12,
 xlRDIPublishInfo = 13,
 xlRDIDocumentServerProperties = 14,
 xlRDIDocumentManagementPolicy = 15,
 xlRDIContentType = 16,
 xlRDIDefinedNameComments = 18,
 xlRDIInactiveDataConnections = 19,
 xlRDIPrinterPath = 20,
 xlRDIAll = 99
}
enum XlRgbColor {
 rgbBlack = 0,
 xlBlack = 0,
 rgbMaroon = 128,
 xlMaroon = 128,
 rgbDarkRed = 139,
 xlDarkRed = 139,
 rgbRed = 255,
 xlRed = 255,
 rgbOrangeRed = 17919,
 xlOrangeRed = 17919,
 rgbDarkGreen = 25600,
 xlDarkGreen = 25600,
 rgbGreen = 32768,
 xlGreen = 32768,
 rgbOlive = 32896,
 xlOlive = 32896,
 rgbDarkOrange = 36095,
 xlDarkOrange = 36095,
 rgbOrange = 42495,
 xlOrange = 42495,
 rgbGold = 55295,
 xlGold = 55295,
 rgbLawnGreen = 64636,
 xlLawnGreen = 64636,
 rgbLime = 65280,
 xlLime = 65280,
 rgbChartreuse = 65407,
 xlChartreuse = 65407,
 rgbYellow = 65535,
 xlYellow = 65535,
 rgbDarkGoldenrod = 755384,
 xlDarkGoldenrod = 755384,
 rgbGoldenrod = 2139610,
 xlGoldenrod = 2139610,
 rgbFireBrick = 2237106,
 xlFireBrick = 2237106,
 rgbForestGreen = 2263842,
 xlForestGreen = 2263842,
 rgbOliveDrab = 2330219,
 xlOliveDrab = 2330219,
 rgbBrown = 2763429,
 xlBrown = 2763429,
 rgbSienna = 2970272,
 xlSienna = 2970272,
 rgbDarkOliveGreen = 3107669,
 xlDarkOliveGreen = 3107669,
 rgbGreenYellow = 3145645,
 xlGreenYellow = 3145645,
 rgbLimeGreen = 3329330,
 xlLimeGreen = 3329330,
 rgbYellowGreen = 3329434,
 xlYellowGreen = 3329434,
 rgbCrimson = 3937500,
 xlCrimson = 3937500,
 rgbPeru = 4163021,
 xlPeru = 4163021,
 rgbTomato = 4678655,
 xlTomato = 4678655,
 rgbDarkSlateGray = 5197615,
 rgbDarkSlateGrey = 5197615,
 xlDarkSlateGray = 5197615,
 xlDarkSlateGrey = 5197615,
 rgbCoral = 5275647,
 xlCoral = 5275647,
 rgbSeaGreen = 5737262,
 xlSeaGreen = 5737262,
 rgbIndianRed = 6053069,
 xlIndianRed = 6053069,
 rgbSandyBrown = 6333684,
 xlSandyBrown = 6333684,
 rgbDimGray = 6908265,
 rgbDimGrey = 6908265,
 xlDimGray = 6908265,
 xlDimGrey = 6908265,
 rgbDarkKhaki = 7059389,
 xlDarkKhaki = 7059389,
 rgbPaleGoldenrod = 7071982,
 xlPaleGoldenrod = 7071982,
 rgbMidnightBlue = 7346457,
 xlMidnightBlue = 7346457,
 rgbMediumSeaGreen = 7451452,
 xlMediumSeaGreen = 7451452,
 rgbSalmon = 7504122,
 xlSalmon = 7504122,
 rgbDarkSalmon = 8034025,
 xlDarkSalmon = 8034025,
 rgbLightSalmon = 8036607,
 xlLightSalmon = 8036607,
 rgbSpringGreen = 8388352,
 xlSpringGreen = 8388352,
 rgbNavy = 8388608,
 rgbNavyBlue = 8388608,
 xlNavy = 8388608,
 xlNavyBlue = 8388608,
 rgbPurple = 8388736,
 xlPurple = 8388736,
 rgbTeal = 8421376,
 xlTeal = 8421376,
 rgbGray = 8421504,
 rgbGrey = 8421504,
 xlGray = 8421504,
 xlGrey = 8421504,
 rgbLightCoral = 8421616,
 xlLightCoral = 8421616,
 rgbIndigo = 8519755,
 xlIndigo = 8519755,
 rgbMediumVioletRed = 8721863,
 xlMediumVioletRed = 8721863,
 rgbBurlyWood = 8894686,
 xlBurlyWood = 8894686,
 rgbDarkBlue = 9109504,
 xlDarkBlue = 9109504,
 rgbDarkMagenta = 9109643,
 xlDarkMagenta = 9109643,
 rgbDarkSlateBlue = 9125192,
 xlDarkSlateBlue = 9125192,
 rgbDarkCyan = 9145088,
 rgbLightCyan = 9145088,
 xlDarkCyan = 9145088,
 xlLightCyan = 9145088,
 rgbTan = 9221330,
 xlTan = 9221330,
 rgbKhaki = 9234160,
 xlKhaki = 9234160,
 rgbRosyBrown = 9408444,
 xlRosyBrown = 9408444,
 rgbDarkSeaGreen = 9419919,
 xlDarkSeaGreen = 9419919,
 rgbSlateGray = 9470064,
 rgbSlateGrey = 9470064,
 xlSlateGray = 9470064,
 xlSlateGrey = 9470064,
 rgbLightGreen = 9498256,
 xlLightGreen = 9498256,
 rgbDeepPink = 9639167,
 xlDeepPink = 9639167,
 rgbPaleVioletRed = 9662683,
 xlPaleVioletRed = 9662683,
 rgbPaleGreen = 10025880,
 xlPaleGreen = 10025880,
 rgbLightSlateGray = 10061943,
 rgbLightSlateGrey = 10061943,
 xlLightSlateGray = 10061943,
 xlLightSlateGrey = 10061943,
 rgbMediumSpringGreen = 10156544,
 xlMediumSpringGreen = 10156544,
 rgbCadetBlue = 10526303,
 xlCadetBlue = 10526303,
 rgbDarkGray = 11119017,
 rgbDarkGrey = 11119017,
 xlDarkGray = 11119017,
 xlDarkGrey = 11119017,
 rgbLightSeaGreen = 11186720,
 xlLightSeaGreen = 11186720,
 rgbMediumAquamarine = 11206502,
 xlMediumAquamarine = 11206502,
 rgbNavajoWhite = 11394815,
 xlNavajoWhite = 11394815,
 rgbWheat = 11788021,
 xlWheat = 11788021,
 rgbHotPink = 11823615,
 xlHotPink = 11823615,
 rgbSteelBlue = 11829830,
 xlSteelBlue = 11829830,
 rgbMoccasin = 11920639,
 xlMoccasin = 11920639,
 rgbPeachPuff = 12180223,
 xlPeachPuff = 12180223,
 rgbSilver = 12632256,
 xlSilver = 12632256,
 rgbLightPink = 12695295,
 xlLightPink = 12695295,
 rgbBisque = 12903679,
 xlBisque = 12903679,
 rgbPink = 13353215,
 xlPink = 13353215,
 rgbDarkOrchid = 13382297,
 xlDarkOrchid = 13382297,
 rgbMediumTurquoise = 13422920,
 xlMediumTurquoise = 13422920,
 rgbMediumBlue = 13434880,
 xlMediumBlue = 13434880,
 rgbSlateBlue = 13458026,
 xlSlateBlue = 13458026,
 rgbBlanchedAlmond = 13495295,
 xlBlanchedAlmond = 13495295,
 rgbLemonChiffon = 13499135,
 xlLemonChiffon = 13499135,
 rgbTurquoise = 13688896,
 xlTurquoise = 13688896,
 rgbDarkTurquoise = 13749760,
 xlDarkTurquoise = 13749760,
 rgbLightGoldenrodYellow = 13826810,
 xlLightGoldenrodYellow = 13826810,
 rgbDarkViolet = 13828244,
 xlDarkViolet = 13828244,
 rgbMediumOrchid = 13850042,
 xlMediumOrchid = 13850042,
 rgbLightGray = 13882323,
 rgbLightGrey = 13882323,
 xlLightGray = 13882323,
 xlLightGrey = 13882323,
 rgbAquamarine = 13959039,
 xlAquamarine = 13959039,
 rgbPapayaWhip = 14020607,
 xlPapayaWhip = 14020607,
 rgbOrchid = 14053594,
 xlOrchid = 14053594,
 rgbAntiqueWhite = 14150650,
 xlAntiqueWhite = 14150650,
 rgbThistle = 14204888,
 xlThistle = 14204888,
 rgbMediumPurple = 14381203,
 xlMediumPurple = 14381203,
 rgbGainsboro = 14474460,
 xlGainsboro = 14474460,
 rgbBeige = 14480885,
 xlBeige = 14480885,
 rgbCornsilk = 14481663,
 xlCornsilk = 14481663,
 rgbPlum = 14524637,
 xlPlum = 14524637,
 rgbLightSteelBlue = 14599344,
 xlLightSteelBlue = 14599344,
 rgbLightYellow = 14745599,
 xlLightYellow = 14745599,
 rgbRoyalBlue = 14772545,
 xlRoyalBlue = 14772545,
 rgbMistyRose = 14804223,
 xlMistyRose = 14804223,
 rgbBlueViolet = 14822282,
 xlBlueViolet = 14822282,
 rgbLightBlue = 15128749,
 xlLightBlue = 15128749,
 rgbPowderBlue = 15130800,
 xlPowderBlue = 15130800,
 rgbLinen = 15134970,
 xlLinen = 15134970,
 rgbOldLace = 15136253,
 xlOldLace = 15136253,
 rgbSkyBlue = 15453831,
 xlSkyBlue = 15453831,
 rgbCornflowerBlue = 15570276,
 xlCornflowerBlue = 15570276,
 rgbMediumSlateBlue = 15624315,
 xlMediumSlateBlue = 15624315,
 rgbViolet = 15631086,
 xlViolet = 15631086,
 rgbPaleTurquoise = 15658671,
 xlPaleTurquoise = 15658671,
 rgbSeashell = 15660543,
 xlSeashell = 15660543,
 rgbFloralWhite = 15792895,
 xlFloralWhite = 15792895,
 rgbHoneydew = 15794160,
 xlHoneydew = 15794160,
 rgbIvory = 15794175,
 xlIvory = 15794175,
 rgbLavenderBlush = 16118015,
 xlLavenderBlush = 16118015,
 rgbWhiteSmoke = 16119285,
 xlWhiteSmoke = 16119285,
 rgbLightSkyBlue = 16436871,
 xlLightSkyBlue = 16436871,
 rgbLavender = 16443110,
 xlLavender = 16443110,
 rgbSnow = 16448255,
 xlSnow = 16448255,
 rgbMintCream = 16449525,
 xlMintCream = 16449525,
 rgbBlue = 16711680,
 xlBlue = 16711680,
 rgbFuchsia = 16711935,
 xlFuchsia = 16711935,
 rgbDodgerBlue = 16748574,
 xlDodgerBlue = 16748574,
 rgbDeepSkyBlue = 16760576,
 xlDeepSkyBlue = 16760576,
 rgbAliceBlue = 16775408,
 xlAliceBlue = 16775408,
 rgbGhostWhite = 16775416,
 xlGhostWhite = 16775416,
 rgbAqua = 16776960,
 xlAqua = 16776960,
 rgbAzure = 16777200,
 xlAzure = 16777200,
 rgbWhite = 16777215,
 xlWhite = 16777215
}
enum XlRobustConnect {
 xlAsRequired = 0,
 xlAlways = 1,
 xlNever = 2
}
enum XlRoutingSlipDelivery {
 xlOneAfterAnother = 1,
 xlAllAtOnce = 2
}
enum XlRoutingSlipStatus {
 xlNotYetRouted = 0,
 xlRoutingInProgress = 1,
 xlRoutingComplete = 2
}
enum XlRowCol {
 xlRows = 1,
 xlColumns = 2
}
enum XlRunAutoMacro {
 xlAutoOpen = 1,
 xlAutoClose = 2,
 xlAutoActivate = 3,
 xlAutoDeactivate = 4
}
enum XlSaveAction {
 xlSaveChanges = 1,
 xlDoNotSaveChanges = 2
}
enum XlSaveAsAccessMode {
 xlNoChange = 1,
 xlShared = 2,
 xlExclusive = 3
}
enum XlSaveConflictResolution {
 xlUserResolution = 1,
 xlLocalSessionChanges = 2,
 xlOtherSessionChanges = 3
}
enum XlScaleType {
 xlScaleLogarithmic = -4133,
 xlScaleLinear = -4132
}
enum XlSearchDirection {
 xlNext = 1,
 xlPrevious = 2
}
enum XlSearchOrder {
 xlByRows = 1,
 xlByColumns = 2
}
enum XlSearchWithin {
 xlWithinSheet = 1,
 xlWithinWorkbook = 2
}
enum XlSheetType {
 xlWorksheet = -4167,
 xlDialogSheet = -4116,
 xlChart = -4109,
 xlExcel4MacroSheet = 3,
 xlExcel4IntlMacroSheet = 4
}
enum XlSheetVisibility {
 xlSheetVisible = -1,
 xlSheetHidden = 0,
 xlSheetVeryHidden = 2
}
enum XlSizeRepresents {
 xlSizeIsArea = 1,
 xlSizeIsWidth = 2
}
enum XlSlicerCrossFilterType {
 xlSlicerNoCrossFilter = 1,
 xlSlicerCrossFilterShowItemsWithDataAtTop = 2,
 xlSlicerCrossFilterShowItemsWithNoData = 3
}
enum XlSlicerSort {
 xlSlicerSortDataSourceOrder = 1,
 xlSlicerSortAscending = 2,
 xlSlicerSortDescending = 3
}
enum XlSmartTagControlType {
 xlSmartTagControlSmartTag = 1,
 xlSmartTagControlLink = 2,
 xlSmartTagControlHelp = 3,
 xlSmartTagControlHelpURL = 4,
 xlSmartTagControlSeparator = 5,
 xlSmartTagControlButton = 6,
 xlSmartTagControlLabel = 7,
 xlSmartTagControlImage = 8,
 xlSmartTagControlCheckbox = 9,
 xlSmartTagControlTextbox = 10,
 xlSmartTagControlListbox = 11,
 xlSmartTagControlCombo = 12,
 xlSmartTagControlActiveX = 13,
 xlSmartTagControlRadioGroup = 14
}
enum XlSmartTagDisplayMode {
 xlIndicatorAndButton = 0,
 xlDisplayNone = 1,
 xlButtonOnly = 2
}
enum XlSortDataOption {
 xlSortNormal = 0,
 xlSortTextAsNumbers = 1
}
enum XlSortMethod {
 xlPinYin = 1,
 xlStroke = 2
}
enum XlSortMethodOld {
 xlSyllabary = 1,
 xlCodePage = 2
}
enum XlSortOn {
 xlSortOnValues = 0,
 xlSortOnCellColor = 1,
 xlSortOnFontColor = 2,
 xlSortOnIcon = 3
}
enum XlSortOrder {
 xlAscending = 1,
 xlDescending = 2
}
enum XlSortOrientation {
 xlSortColumns = 1,
 xlSortRows = 2
}
enum XlSortType {
 xlSortValues = 1,
 xlSortLabels = 2
}
enum XlSourceType {
 xlSourceWorkbook = 0,
 xlSourceSheet = 1,
 xlSourcePrintArea = 2,
 xlSourceAutoFilter = 3,
 xlSourceRange = 4,
 xlSourceChart = 5,
 xlSourcePivotTable = 6,
 xlSourceQuery = 7
}
enum XlSpanishModes {
 xlSpanishTuteoOnly = 0,
 xlSpanishTuteoAndVoseo = 1,
 xlSpanishVoseoOnly = 2
}
enum XlSparklineRowCol {
 xlSparklineNonSquare = 0,
 xlSparklineRowsSquare = 1,
 xlSparklineColumnsSquare = 2
}
enum XlSparkScale {
 xlSparkScaleGroup = 1,
 xlSparkScaleSingle = 2,
 xlSparkScaleCustom = 3
}
enum XlSparkType {
 xlSparkLine = 1,
 xlSparkColumn = 2,
 xlSparkColumnStacked100 = 3
}
enum XlSpeakDirection {
 xlSpeakByRows = 0,
 xlSpeakByColumns = 1
}
enum XlSpecialCellsValue {
 xlNumbers = 1,
 xlTextValues = 2,
 xlLogical = 4,
 xlErrors = 16
}
enum XlStdColorScale {
 xlColorScaleRYG = 1,
 xlColorScaleGYR = 2,
 xlColorScaleBlackWhite = 3,
 xlColorScaleWhiteBlack = 4
}
enum XlSubscribeToFormat {
 xlSubscribeToText = -4158,
 xlSubscribeToPicture = -4147
}
enum XlSubtototalLocationType {
 xlAtTop = 1,
 xlAtBottom = 2
}
enum XlSummaryColumn {
 xlSummaryOnRight = -4152,
 xlSummaryOnLeft = -4131
}
enum XlSummaryReportType {
 xlSummaryPivotTable = -4148,
 xlStandardSummary = 1
}
enum XlSummaryRow {
 xlSummaryAbove = 0,
 xlSummaryBelow = 1
}
enum XlTableStyleElementType {
 xlWholeTable = 0,
 xlHeaderRow = 1,
 xlTotalRow = 2,
 xlGrandTotalRow = 2,
 xlFirstColumn = 3,
 xlLastColumn = 4,
 xlGrandTotalColumn = 4,
 xlRowStripe1 = 5,
 xlRowStripe2 = 6,
 xlColumnStripe1 = 7,
 xlColumnStripe2 = 8,
 xlFirstHeaderCell = 9,
 xlLastHeaderCell = 10,
 xlFirstTotalCell = 11,
 xlLastTotalCell = 12,
 xlSubtotalColumn1 = 13,
 xlSubtotalColumn2 = 14,
 xlSubtotalColumn3 = 15,
 xlSubtotalRow1 = 16,
 xlSubtotalRow2 = 17,
 xlSubtotalRow3 = 18,
 xlBlankRow = 19,
 xlColumnSubheading1 = 20,
 xlColumnSubheading2 = 21,
 xlColumnSubheading3 = 22,
 xlRowSubheading1 = 23,
 xlRowSubheading2 = 24,
 xlRowSubheading3 = 25,
 xlPageFieldLabels = 26,
 xlPageFieldValues = 27,
 xlSlicerUnselectedItemWithData = 28,
 xlSlicerUnselectedItemWithNoData = 29,
 xlSlicerSelectedItemWithData = 30,
 xlSlicerSelectedItemWithNoData = 31,
 xlSlicerHoveredUnselectedItemWithData = 32,
 xlSlicerHoveredSelectedItemWithData = 33,
 xlSlicerHoveredUnselectedItemWithNoData = 34,
 xlSlicerHoveredSelectedItemWithNoData = 35
}
enum XlTabPosition {
 xlTabPositionFirst = 0,
 xlTabPositionLast = 1
}
enum XlTextParsingType {
 xlDelimited = 1,
 xlFixedWidth = 2
}
enum XlTextQualifier {
 xlTextQualifierNone = -4142,
 xlTextQualifierDoubleQuote = 1,
 xlTextQualifierSingleQuote = 2
}
enum XlTextVisualLayoutType {
 xlTextVisualLTR = 1,
 xlTextVisualRTL = 2
}
enum XlThemeColor {
 xlThemeColorDark1 = 1,
 xlThemeColorLight1 = 2,
 xlThemeColorDark2 = 3,
 xlThemeColorLight2 = 4,
 xlThemeColorAccent1 = 5,
 xlThemeColorAccent2 = 6,
 xlThemeColorAccent3 = 7,
 xlThemeColorAccent4 = 8,
 xlThemeColorAccent5 = 9,
 xlThemeColorAccent6 = 10,
 xlThemeColorHyperlink = 11,
 xlThemeColorFollowedHyperlink = 12
}
enum XlThemeFont {
 xlThemeFontNone = 0,
 xlThemeFontMajor = 1,
 xlThemeFontMinor = 2
}
enum XlThreadMode {
 xlThreadModeAutomatic = 0,
 xlThreadModeManual = 1
}
enum XlTickLabelOrientation {
 xlTickLabelOrientationUpward = -4171,
 xlTickLabelOrientationDownward = -4170,
 xlTickLabelOrientationVertical = -4166,
 xlTickLabelOrientationHorizontal = -4128,
 xlTickLabelOrientationAutomatic = -4105
}
enum XlTickLabelPosition {
 xlTickLabelPositionNone = -4142,
 xlTickLabelPositionLow = -4134,
 xlTickLabelPositionHigh = -4127,
 xlTickLabelPositionNextToAxis = 4
}
enum XlTickMark {
 xlTickMarkNone = -4142,
 xlTickMarkInside = 2,
 xlTickMarkOutside = 3,
 xlTickMarkCross = 4
}
enum XlTimePeriods {
 xlToday = 0,
 xlYesterday = 1,
 xlLast7Days = 2,
 xlThisWeek = 3,
 xlLastWeek = 4,
 xlLastMonth = 5,
 xlTomorrow = 6,
 xlNextWeek = 7,
 xlNextMonth = 8,
 xlThisMonth = 9
}
enum XlTimeUnit {
 xlDays = 0,
 xlMonths = 1,
 xlYears = 2
}
enum XlToolbarProtection {
 xlToolbarProtectionNone = -4143,
 xlNoButtonChanges = 1,
 xlNoShapeChanges = 2,
 xlNoDockingChanges = 3,
 xlNoChanges = 4
}
enum XlTopBottom {
 xlTop10Bottom = 0,
 xlTop10Top = 1
}
enum XlTotalsCalculation {
 xlTotalsCalculationNone = 0,
 xlTotalsCalculationSum = 1,
 xlTotalsCalculationAverage = 2,
 xlTotalsCalculationCount = 3,
 xlTotalsCalculationCountNums = 4,
 xlTotalsCalculationMin = 5,
 xlTotalsCalculationMax = 6,
 xlTotalsCalculationStdDev = 7,
 xlTotalsCalculationVar = 8,
 xlTotalsCalculationCustom = 9
}
enum XlTrendlineType {
 xlLogarithmic = -4133,
 xlLinear = -4132,
 xlPolynomial = 3,
 xlPower = 4,
 xlExponential = 5,
 xlMovingAvg = 6
}
enum XlUnderlineStyle {
 xlUnderlineStyleNone = -4142,
 xlUnderlineStyleDouble = -4119,
 xlUnderlineStyleSingle = 2,
 xlUnderlineStyleSingleAccounting = 4,
 xlUnderlineStyleDoubleAccounting = 5
}
enum XlUpdateLinks {
 xlUpdateLinksUserSetting = 1,
 xlUpdateLinksNever = 2,
 xlUpdateLinksAlways = 3
}
enum XlVAlign {
 xlVAlignTop = -4160,
 xlVAlignJustify = -4130,
 xlVAlignDistributed = -4117,
 xlVAlignCenter = -4108,
 xlVAlignBottom = -4107
}
enum XlWBATemplate {
 xlWBATWorksheet = -4167,
 xlWBATChart = -4109,
 xlWBATExcel4MacroSheet = 3,
 xlWBATExcel4IntlMacroSheet = 4
}
enum XlWebFormatting {
 xlWebFormattingAll = 1,
 xlWebFormattingRTF = 2,
 xlWebFormattingNone = 3
}
enum XlWebSelectionType {
 xlEntirePage = 1,
 xlAllTables = 2,
 xlSpecifiedTables = 3
}
enum XlWindowState {
 xlNormal = -4143,
 xlMinimized = -4140,
 xlMaximized = -4137
}
enum XlWindowType {
 xlInfo = -4129,
 xlWorkbook = 1,
 xlClipboard = 3,
 xlChartInPlace = 4,
 xlChartAsWindow = 5
}
enum XlWindowView {
 xlNormalView = 1,
 xlPageBreakPreview = 2,
 xlPageLayoutView = 3
}
enum XlXLMMacroType {
 xlFunction = 1,
 xlCommand = 2,
 xlNotXLM = 3
}
enum XlXmlExportResult {
 xlXmlExportSuccess = 0,
 xlXmlExportValidationFailed = 1
}
enum XlXmlImportResult {
 xlXmlImportSuccess = 0,
 xlXmlImportElementsTruncated = 1,
 xlXmlImportValidationFailed = 2
}
enum XlXmlLoadOption {
 xlXmlLoadPromptUser = 0,
 xlXmlLoadOpenXml = 1,
 xlXmlLoadImportToList = 2,
 xlXmlLoadMapXml = 3
}
enum XlYesNoGuess {
 xlGuess = 0,
 xlYes = 1,
 xlNo = 2
}
enum XMLSchema {
 xs2007 = 0,
 xs2010 = 1,
 xsCurrent = 1
}