From c51f6deb8af8b1f85b4212a06bc45a2354cc0981 Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Tue, 16 Aug 2022 19:48:14 +0200 Subject: [PATCH] Remove Microsoft Visio from the solution #342 --- BuildTools/ReferenceAnalyzer/Parser.cs | 246 - README.md | 2 +- RegAddin/RegAddin/Common/AddinRegAnalyzer.cs | 5 +- .../RegAddin/RegFile/RegFileOperationHost.cs | 5 +- .../ClientApplication.csproj | 1 - Source/NetOffice.sln | 6 - Source/NetOffice/Factory.cs | 1 - Source/NetOffice/KeyTokens.txt | 1 - Source/NetOffice/Loader/CurrentAppDomain.cs | 2 +- Source/Office/Tools/ApplicationIdentifiers.cs | 13 - Source/Office/Tools/MultiRegisterAttribute.cs | 5 - Source/Visio/AssemblyInfo.cs | 27 - Source/Visio/Classes/AccelItem.cs | 136 - Source/Visio/Classes/AccelItems.cs | 136 - Source/Visio/Classes/AccelTable.cs | 136 - Source/Visio/Classes/AccelTables.cs | 136 - Source/Visio/Classes/Addon.cs | 136 - Source/Visio/Classes/Addons.cs | 136 - Source/Visio/Classes/Application.cs | 2847 ---------- Source/Visio/Classes/ApplicationSettings.cs | 136 - Source/Visio/Classes/Cell.cs | 289 - Source/Visio/Classes/Characters.cs | 266 - Source/Visio/Classes/CoauthMergeEvent.cs | 134 - Source/Visio/Classes/Color.cs | 135 - Source/Visio/Classes/Colors.cs | 136 - Source/Visio/Classes/Comment.cs | 135 - Source/Visio/Classes/Comments.cs | 135 - Source/Visio/Classes/Connect.cs | 136 - Source/Visio/Classes/Connects.cs | 136 - Source/Visio/Classes/ContainerProperties.cs | 136 - Source/Visio/Classes/Curve.cs | 136 - Source/Visio/Classes/DataColumn.cs | 136 - Source/Visio/Classes/DataColumns.cs | 136 - Source/Visio/Classes/DataConnection.cs | 136 - Source/Visio/Classes/DataRecordset.cs | 290 - .../Classes/DataRecordsetChangedEvent.cs | 136 - Source/Visio/Classes/DataRecordsets.cs | 314 -- Source/Visio/Classes/Document.cs | 1345 ----- Source/Visio/Classes/Documents.cs | 1797 ------ Source/Visio/Classes/Event.cs | 136 - Source/Visio/Classes/EventList.cs | 136 - Source/Visio/Classes/Extender.cs | 747 --- Source/Visio/Classes/Font.cs | 136 - Source/Visio/Classes/Fonts.cs | 136 - Source/Visio/Classes/GraphicItem.cs | 136 - Source/Visio/Classes/GraphicItems.cs | 136 - Source/Visio/Classes/Hyperlink.cs | 136 - Source/Visio/Classes/Hyperlinks.cs | 136 - Source/Visio/Classes/InvisibleApp.cs | 2782 --------- Source/Visio/Classes/KeyboardEvent.cs | 136 - Source/Visio/Classes/Layer.cs | 136 - Source/Visio/Classes/Layers.cs | 136 - Source/Visio/Classes/MSGWrap.cs | 136 - Source/Visio/Classes/Master.cs | 866 --- Source/Visio/Classes/MasterShortcut.cs | 137 - Source/Visio/Classes/MasterShortcuts.cs | 136 - Source/Visio/Classes/Masters.cs | 890 --- Source/Visio/Classes/Menu.cs | 137 - Source/Visio/Classes/MenuItem.cs | 136 - Source/Visio/Classes/MenuItems.cs | 136 - Source/Visio/Classes/MenuSet.cs | 136 - Source/Visio/Classes/MenuSets.cs | 136 - Source/Visio/Classes/Menus.cs | 136 - Source/Visio/Classes/MouseEvent.cs | 136 - Source/Visio/Classes/MovedSelectionEvent.cs | 136 - Source/Visio/Classes/OLEObject.cs | 136 - Source/Visio/Classes/OLEObjects.cs | 137 - Source/Visio/Classes/Page.cs | 1102 ---- Source/Visio/Classes/Pages.cs | 1126 ---- Source/Visio/Classes/Path.cs | 136 - Source/Visio/Classes/Paths.cs | 136 - Source/Visio/Classes/RelatedShapePairEvent.cs | 136 - Source/Visio/Classes/ReplaceShapesEvent.cs | 135 - Source/Visio/Classes/Row.cs | 290 - Source/Visio/Classes/Section.cs | 290 - Source/Visio/Classes/Selection.cs | 136 - Source/Visio/Classes/ServerPublishOptions.cs | 136 - Source/Visio/Classes/Shape.cs | 770 --- Source/Visio/Classes/Shapes.cs | 136 - Source/Visio/Classes/StatusBar.cs | 135 - Source/Visio/Classes/StatusBarItem.cs | 135 - Source/Visio/Classes/StatusBarItems.cs | 135 - Source/Visio/Classes/StatusBars.cs | 135 - Source/Visio/Classes/Style.cs | 338 -- Source/Visio/Classes/Styles.cs | 362 -- Source/Visio/Classes/Toolbar.cs | 136 - Source/Visio/Classes/ToolbarItem.cs | 136 - Source/Visio/Classes/ToolbarItems.cs | 136 - Source/Visio/Classes/ToolbarSet.cs | 136 - Source/Visio/Classes/ToolbarSets.cs | 136 - Source/Visio/Classes/Toolbars.cs | 136 - Source/Visio/Classes/UIObject.cs | 136 - Source/Visio/Classes/Validation.cs | 136 - Source/Visio/Classes/ValidationIssue.cs | 136 - Source/Visio/Classes/ValidationIssues.cs | 136 - Source/Visio/Classes/ValidationRule.cs | 136 - Source/Visio/Classes/ValidationRuleSet.cs | 136 - Source/Visio/Classes/ValidationRuleSets.cs | 136 - Source/Visio/Classes/ValidationRules.cs | 136 - Source/Visio/Classes/Window.cs | 650 --- Source/Visio/Classes/Windows.cs | 673 --- .../Visio/DispatchInterfaces/IVAccelItem.cs | 274 - .../Visio/DispatchInterfaces/IVAccelItems.cs | 216 - .../Visio/DispatchInterfaces/IVAccelTable.cs | 199 - .../Visio/DispatchInterfaces/IVAccelTables.cs | 250 - Source/Visio/DispatchInterfaces/IVAddon.cs | 207 - Source/Visio/DispatchInterfaces/IVAddons.cs | 282 - Source/Visio/DispatchInterfaces/IVAmbients.cs | 370 -- .../Visio/DispatchInterfaces/IVApplication.cs | 1888 ------- .../IVApplicationSettings.cs | 1498 ----- .../DispatchInterfaces/IVBUndoManager.cs | 128 - .../Visio/DispatchInterfaces/IVBUndoUnit.cs | 196 - Source/Visio/DispatchInterfaces/IVCell.cs | 828 --- .../Visio/DispatchInterfaces/IVCharacters.cs | 691 --- .../DispatchInterfaces/IVCoauthMergeEvent.cs | 200 - Source/Visio/DispatchInterfaces/IVColor.cs | 284 - Source/Visio/DispatchInterfaces/IVColors.cs | 283 - Source/Visio/DispatchInterfaces/IVComment.cs | 307 - Source/Visio/DispatchInterfaces/IVComments.cs | 266 - Source/Visio/DispatchInterfaces/IVConnect.cs | 307 - Source/Visio/DispatchInterfaces/IVConnects.cs | 311 - .../IVContainerProperties.cs | 475 -- Source/Visio/DispatchInterfaces/IVCurve.cs | 249 - .../Visio/DispatchInterfaces/IVDataColumn.cs | 271 - .../Visio/DispatchInterfaces/IVDataColumns.cs | 273 - .../DispatchInterfaces/IVDataConnection.cs | 232 - .../DispatchInterfaces/IVDataRecordset.cs | 465 -- .../IVDataRecordsetChangedEvent.cs | 247 - .../DispatchInterfaces/IVDataRecordsets.cs | 384 -- .../DispatchInterfaces/IVDispExtender.cs | 1264 ----- Source/Visio/DispatchInterfaces/IVDocument.cs | 3471 ------------ .../Visio/DispatchInterfaces/IVDocuments.cs | 391 -- Source/Visio/DispatchInterfaces/IVEvent.cs | 407 -- .../Visio/DispatchInterfaces/IVEventList.cs | 270 - Source/Visio/DispatchInterfaces/IVExtender.cs | 1264 ----- Source/Visio/DispatchInterfaces/IVFont.cs | 264 - Source/Visio/DispatchInterfaces/IVFonts.cs | 269 - Source/Visio/DispatchInterfaces/IVGlobal.cs | 230 - .../Visio/DispatchInterfaces/IVGraphicItem.cs | 348 -- .../DispatchInterfaces/IVGraphicItems.cs | 294 - .../Visio/DispatchInterfaces/IVHyperlink.cs | 395 -- .../Visio/DispatchInterfaces/IVHyperlinks.cs | 279 - Source/Visio/DispatchInterfaces/IVLayer.cs | 342 -- Source/Visio/DispatchInterfaces/IVLayers.cs | 335 -- Source/Visio/DispatchInterfaces/IVMSGWrap.cs | 264 - Source/Visio/DispatchInterfaces/IVMaster.cs | 1396 ----- .../DispatchInterfaces/IVMasterShortcut.cs | 459 -- .../DispatchInterfaces/IVMasterShortcuts.cs | 354 -- Source/Visio/DispatchInterfaces/IVMasters.cs | 402 -- Source/Visio/DispatchInterfaces/IVMenu.cs | 612 -- Source/Visio/DispatchInterfaces/IVMenuItem.cs | 612 -- .../Visio/DispatchInterfaces/IVMenuItems.cs | 241 - Source/Visio/DispatchInterfaces/IVMenuSet.cs | 365 -- Source/Visio/DispatchInterfaces/IVMenuSets.cs | 250 - Source/Visio/DispatchInterfaces/IVMenus.cs | 227 - .../IVMovedSelectionEvent.cs | 200 - .../Visio/DispatchInterfaces/IVOLEObject.cs | 225 - .../Visio/DispatchInterfaces/IVOLEObjects.cs | 246 - Source/Visio/DispatchInterfaces/IVPage.cs | 1657 ------ Source/Visio/DispatchInterfaces/IVPages.cs | 358 -- Source/Visio/DispatchInterfaces/IVPath.cs | 285 - Source/Visio/DispatchInterfaces/IVPaths.cs | 256 - .../IVRelatedShapePairEvent.cs | 211 - .../IVReplaceShapesEvent.cs | 199 - Source/Visio/DispatchInterfaces/IVRow.cs | 375 -- Source/Visio/DispatchInterfaces/IVSection.cs | 288 - .../Visio/DispatchInterfaces/IVSelection.cs | 1611 ------ .../IVServerPublishOptions.cs | 280 - Source/Visio/DispatchInterfaces/IVShape.cs | 3240 ----------- Source/Visio/DispatchInterfaces/IVShapes.cs | 430 -- .../Visio/DispatchInterfaces/IVStatusBar.cs | 229 - .../DispatchInterfaces/IVStatusBarItem.cs | 595 -- .../DispatchInterfaces/IVStatusBarItems.cs | 241 - .../Visio/DispatchInterfaces/IVStatusBars.cs | 250 - Source/Visio/DispatchInterfaces/IVStyle.cs | 684 --- Source/Visio/DispatchInterfaces/IVStyles.cs | 400 -- Source/Visio/DispatchInterfaces/IVToolbar.cs | 365 -- .../Visio/DispatchInterfaces/IVToolbarItem.cs | 612 -- .../DispatchInterfaces/IVToolbarItems.cs | 241 - .../Visio/DispatchInterfaces/IVToolbarSet.cs | 199 - .../Visio/DispatchInterfaces/IVToolbarSets.cs | 250 - Source/Visio/DispatchInterfaces/IVToolbars.cs | 227 - Source/Visio/DispatchInterfaces/IVUIObject.cs | 345 -- .../Visio/DispatchInterfaces/IVValidation.cs | 262 - .../DispatchInterfaces/IVValidationIssue.cs | 266 - .../DispatchInterfaces/IVValidationIssues.cs | 278 - .../DispatchInterfaces/IVValidationRule.cs | 362 -- .../DispatchInterfaces/IVValidationRuleSet.cs | 293 - .../IVValidationRuleSets.cs | 304 - .../DispatchInterfaces/IVValidationRules.cs | 280 - Source/Visio/DispatchInterfaces/IVWindow.cs | 1472 ----- Source/Visio/DispatchInterfaces/IVWindows.cs | 620 -- .../Visio/DispatchInterfaces/IVisEventProc.cs | 135 - Source/Visio/Enums/VisArcSweepFlags.cs | 27 - Source/Visio/Enums/VisAutoConnectDir.cs | 48 - Source/Visio/Enums/VisAutoLinkBehaviors.cs | 62 - Source/Visio/Enums/VisAutoLinkFieldTypes.cs | 132 - Source/Visio/Enums/VisBoundingBoxArgs.cs | 76 - Source/Visio/Enums/VisBuiltInStencilTypes.cs | 49 - Source/Visio/Enums/VisCellError.cs | 62 - Source/Visio/Enums/VisCellIndices.cs | 3436 ----------- Source/Visio/Enums/VisCellVals.cs | 2393 -------- Source/Visio/Enums/VisCenterViewFlags.cs | 35 - Source/Visio/Enums/VisCharsBias.cs | 34 - Source/Visio/Enums/VisConnectedShapesFlags.cs | 35 - Source/Visio/Enums/VisConnectorEnds.cs | 35 - Source/Visio/Enums/VisContainerAutoResize.cs | 35 - Source/Visio/Enums/VisContainerFlags.cs | 63 - Source/Visio/Enums/VisContainerFormatType.cs | 35 - Source/Visio/Enums/VisContainerMemberState.cs | 49 - Source/Visio/Enums/VisContainerNested.cs | 28 - Source/Visio/Enums/VisContainerTypes.cs | 28 - Source/Visio/Enums/VisCutCopyPasteCodes.cs | 69 - Source/Visio/Enums/VisDataColumnProperties.cs | 69 - .../Visio/Enums/VisDataRecordsetAddOptions.cs | 48 - Source/Visio/Enums/VisDefaultColors.cs | 195 - Source/Visio/Enums/VisDefaultSaveFormats.cs | 48 - Source/Visio/Enums/VisDeleteFlags.cs | 49 - Source/Visio/Enums/VisDiagramServices.cs | 70 - Source/Visio/Enums/VisDistributeTypes.cs | 69 - Source/Visio/Enums/VisDocCleanActions.cs | 139 - Source/Visio/Enums/VisDocCleanTargets.cs | 69 - Source/Visio/Enums/VisDocExIntent.cs | 27 - Source/Visio/Enums/VisDocModeArgs.cs | 34 - Source/Visio/Enums/VisDocVersions.cs | 97 - Source/Visio/Enums/VisDocumentTypes.cs | 41 - Source/Visio/Enums/VisDrawRegionFlags.cs | 41 - Source/Visio/Enums/VisDrawSplineFlags.cs | 55 - Source/Visio/Enums/VisEdition.cs | 35 - Source/Visio/Enums/VisEventCodes.cs | 797 --- Source/Visio/Enums/VisExistsFlags.cs | 27 - Source/Visio/Enums/VisFieldCategories.cs | 62 - Source/Visio/Enums/VisFieldCodes.cs | 244 - Source/Visio/Enums/VisFieldFormats.cs | 783 --- Source/Visio/Enums/VisFilterActions.cs | 55 - Source/Visio/Enums/VisFixedFormatTypes.cs | 27 - Source/Visio/Enums/VisFlipDirection.cs | 27 - Source/Visio/Enums/VisFlipTypes.cs | 34 - Source/Visio/Enums/VisFontAttributes.cs | 41 - Source/Visio/Enums/VisFromParts.cs | 132 - Source/Visio/Enums/VisGeomFlags.cs | 34 - Source/Visio/Enums/VisGetSetArgs.cs | 83 - Source/Visio/Enums/VisGlueSettings.cs | 62 - Source/Visio/Enums/VisGluedShapesFlags.cs | 56 - Source/Visio/Enums/VisGraphicField.cs | 27 - Source/Visio/Enums/VisGraphicItemTypes.cs | 48 - .../Enums/VisGraphicPositionHorizontal.cs | 62 - .../Visio/Enums/VisGraphicPositionVertical.cs | 62 - Source/Visio/Enums/VisGuideTypes.cs | 34 - Source/Visio/Enums/VisHitTestResults.cs | 34 - Source/Visio/Enums/VisHorizontalAlignTypes.cs | 42 - Source/Visio/Enums/VisInsertObjArgs.cs | 55 - Source/Visio/Enums/VisKeyButtonFlags.cs | 48 - Source/Visio/Enums/VisLangFlags.cs | 28 - Source/Visio/Enums/VisLayoutDirection.cs | 42 - Source/Visio/Enums/VisLayoutHorzAlignType.cs | 49 - .../Visio/Enums/VisLayoutIncrementalType.cs | 28 - Source/Visio/Enums/VisLayoutVertAlignType.cs | 49 - Source/Visio/Enums/VisLegendFlags.cs | 28 - Source/Visio/Enums/VisLinkReplaceBehavior.cs | 34 - Source/Visio/Enums/VisListAlignment.cs | 35 - Source/Visio/Enums/VisListDirection.cs | 42 - Source/Visio/Enums/VisMasterProperties.cs | 195 - Source/Visio/Enums/VisMasterTypes.cs | 62 - Source/Visio/Enums/VisMeasurementSystem.cs | 34 - Source/Visio/Enums/VisMemberAddOptions.cs | 35 - Source/Visio/Enums/VisMouseMoveDragStates.cs | 55 - Source/Visio/Enums/VisObjectTypes.cs | 483 -- .../Visio/Enums/VisOnComponentEnterCodes.cs | 48 - Source/Visio/Enums/VisOpenSaveArgs.cs | 202 - Source/Visio/Enums/VisPageAndMasterIDs.cs | 27 - Source/Visio/Enums/VisPageSizingBehaviors.cs | 27 - Source/Visio/Enums/VisPageTypes.cs | 41 - Source/Visio/Enums/VisPaperSizes.cs | 104 - Source/Visio/Enums/VisPasteSpecialCodes.cs | 139 - Source/Visio/Enums/VisPrimaryKeySettings.cs | 34 - Source/Visio/Enums/VisPrintOutRange.cs | 48 - Source/Visio/Enums/VisProtection.cs | 55 - .../Visio/Enums/VisPublishDataRecordsets.cs | 35 - Source/Visio/Enums/VisPublishPages.cs | 28 - Source/Visio/Enums/VisQuickStyleColors.cs | 125 - .../Visio/Enums/VisQuickStyleMatrixIndices.cs | 90 - .../Visio/Enums/VisRasterExportColorFormat.cs | 91 - .../Enums/VisRasterExportColorReduction.cs | 35 - .../Enums/VisRasterExportDataCompression.cs | 63 - .../Visio/Enums/VisRasterExportDataFormat.cs | 28 - Source/Visio/Enums/VisRasterExportFlip.cs | 35 - .../Visio/Enums/VisRasterExportOperation.cs | 28 - .../Visio/Enums/VisRasterExportResolution.cs | 42 - .../Enums/VisRasterExportResolutionUnits.cs | 28 - Source/Visio/Enums/VisRasterExportRotation.cs | 35 - Source/Visio/Enums/VisRasterExportSize.cs | 42 - .../Visio/Enums/VisRasterExportSizeUnits.cs | 35 - Source/Visio/Enums/VisRefreshSettings.cs | 27 - Source/Visio/Enums/VisRegionalUIOptions.cs | 34 - .../Visio/Enums/VisRemoveHiddenInfoItems.cs | 62 - Source/Visio/Enums/VisReplaceFlags.cs | 48 - Source/Visio/Enums/VisResizeDirection.cs | 70 - Source/Visio/Enums/VisRibbonXModes.cs | 42 - Source/Visio/Enums/VisRoleSelectionTypes.cs | 35 - Source/Visio/Enums/VisRotationTypes.cs | 34 - Source/Visio/Enums/VisRoundFlags.cs | 27 - Source/Visio/Enums/VisRowIndices.cs | 419 -- Source/Visio/Enums/VisRowTags.cs | 223 - Source/Visio/Enums/VisRuleSetFlags.cs | 28 - Source/Visio/Enums/VisRuleTargets.cs | 35 - Source/Visio/Enums/VisRunTypes.cs | 55 - Source/Visio/Enums/VisSVGExportFormat.cs | 27 - Source/Visio/Enums/VisSavePreviewMode.cs | 48 - Source/Visio/Enums/VisScrollbarStates.cs | 41 - Source/Visio/Enums/VisSectionIndices.cs | 202 - Source/Visio/Enums/VisSelectArgs.cs | 48 - Source/Visio/Enums/VisSelectItemStatus.cs | 34 - Source/Visio/Enums/VisSelectMode.cs | 41 - Source/Visio/Enums/VisSelectionTypes.cs | 69 - Source/Visio/Enums/VisShapeIDs.cs | 27 - Source/Visio/Enums/VisShapeTypes.cs | 111 - Source/Visio/Enums/VisSnapExtensions.cs | 111 - Source/Visio/Enums/VisSnapSettings.cs | 97 - Source/Visio/Enums/VisSpatialRelationCodes.cs | 41 - Source/Visio/Enums/VisSpatialRelationFlags.cs | 62 - Source/Visio/Enums/VisStatCodes.cs | 55 - .../Visio/Enums/VisTextDisplayQualityTypes.cs | 34 - Source/Visio/Enums/VisThemeColors.cs | 412 -- Source/Visio/Enums/VisThemeEffects.cs | 132 - Source/Visio/Enums/VisThemeTypes.cs | 48 - Source/Visio/Enums/VisToParts.cs | 83 - Source/Visio/Enums/VisToolbarFlavors.cs | 41 - Source/Visio/Enums/VisTraceFlags.cs | 41 - Source/Visio/Enums/VisTypeSelectionTypes.cs | 62 - Source/Visio/Enums/VisUIBarPosition.cs | 62 - Source/Visio/Enums/VisUIBarProtection.cs | 62 - Source/Visio/Enums/VisUIBarRow.cs | 27 - Source/Visio/Enums/VisUIButtonState.cs | 34 - Source/Visio/Enums/VisUIButtonStyle.cs | 41 - Source/Visio/Enums/VisUICmds.cs | 5004 ----------------- Source/Visio/Enums/VisUICtrlAtts.cs | 62 - Source/Visio/Enums/VisUICtrlIDs.cs | 1371 ----- Source/Visio/Enums/VisUICtrlTypes.cs | 251 - Source/Visio/Enums/VisUIIconIDs.cs | 1735 ------ Source/Visio/Enums/VisUIMenuAnimation.cs | 41 - Source/Visio/Enums/VisUIObjSets.cs | 559 -- Source/Visio/Enums/VisUISpacingTypes.cs | 76 - Source/Visio/Enums/VisUIStringIDs.cs | 20 - Source/Visio/Enums/VisUniqueIDArgs.cs | 48 - Source/Visio/Enums/VisUnitCodes.cs | 342 -- Source/Visio/Enums/VisValidationFlags.cs | 28 - Source/Visio/Enums/VisVerticalAlignTypes.cs | 41 - Source/Visio/Enums/VisWinTypes.cs | 202 - Source/Visio/Enums/VisWindowArrange.cs | 34 - Source/Visio/Enums/VisWindowFit.cs | 34 - Source/Visio/Enums/VisWindowScrollX.cs | 62 - Source/Visio/Enums/VisWindowScrollY.cs | 62 - Source/Visio/Enums/VisWindowStates.cs | 132 - Source/Visio/Enums/VisZoomBehavior.cs | 41 - Source/Visio/Events/EApplication.cs | 2149 ------- Source/Visio/Events/ECell.cs | 89 - Source/Visio/Events/ECharacters.cs | 70 - Source/Visio/Events/EDataRecordset.cs | 89 - Source/Visio/Events/EDataRecordsets.cs | 108 - Source/Visio/Events/EDocument.cs | 925 --- Source/Visio/Events/EDocuments.cs | 1298 ----- Source/Visio/Events/EMaster.cs | 545 -- Source/Visio/Events/EMasters.cs | 564 -- Source/Visio/Events/EPage.cs | 746 --- Source/Visio/Events/EPages.cs | 765 --- Source/Visio/Events/ERow.cs | 89 - Source/Visio/Events/ESection.cs | 89 - Source/Visio/Events/EShape.cs | 481 -- Source/Visio/Events/EStyle.cs | 127 - Source/Visio/Events/EStyles.cs | 146 - Source/Visio/Events/EWindow.cs | 431 -- Source/Visio/Events/EWindows.cs | 450 -- Source/Visio/Interfaces/IEnumVAccelItem.cs | 172 - Source/Visio/Interfaces/IEnumVAccelTable.cs | 172 - Source/Visio/Interfaces/IEnumVMenu.cs | 172 - Source/Visio/Interfaces/IEnumVMenuItem.cs | 172 - Source/Visio/Interfaces/IEnumVMenuSet.cs | 172 - Source/Visio/Interfaces/IEnumVStatusBar.cs | 172 - .../Visio/Interfaces/IEnumVStatusBarItem.cs | 172 - Source/Visio/Interfaces/IEnumVToolbar.cs | 172 - Source/Visio/Interfaces/IEnumVToolbarItem.cs | 172 - Source/Visio/Interfaces/IEnumVToolbarSet.cs | 172 - Source/Visio/Interfaces/IVClientSite.cs | 132 - Source/Visio/Interfaces/IVInvisibleApp.cs | 1889 ------- Source/Visio/Interfaces/IVKeyboardEvent.cs | 224 - Source/Visio/Interfaces/IVMouseEvent.cs | 250 - Source/Visio/Interfaces/IVisLibOcxSupport.cs | 240 - .../Interfaces/LPSERVERPUBLISHOPTIONS.cs | 278 - Source/Visio/Interfaces/LPVISIOACCELITEM.cs | 274 - Source/Visio/Interfaces/LPVISIOACCELITEMS.cs | 216 - Source/Visio/Interfaces/LPVISIOACCELTABLE.cs | 199 - Source/Visio/Interfaces/LPVISIOACCELTABLES.cs | 250 - Source/Visio/Interfaces/LPVISIOADDON.cs | 207 - Source/Visio/Interfaces/LPVISIOADDONS.cs | 282 - Source/Visio/Interfaces/LPVISIOAPPLICATION.cs | 1888 ------- Source/Visio/Interfaces/LPVISIOAPPSETTINGS.cs | 1498 ----- Source/Visio/Interfaces/LPVISIOCELL.cs | 828 --- Source/Visio/Interfaces/LPVISIOCHARS.cs | 691 --- .../Interfaces/LPVISIOCOAUTHMERGEEVENT.cs | 200 - Source/Visio/Interfaces/LPVISIOCOLOR.cs | 284 - Source/Visio/Interfaces/LPVISIOCOLORS.cs | 283 - Source/Visio/Interfaces/LPVISIOCONNECT.cs | 307 - Source/Visio/Interfaces/LPVISIOCONNECTS.cs | 311 - .../Interfaces/LPVISIOCONTAINERPROPERTIES.cs | 475 -- Source/Visio/Interfaces/LPVISIOCURVE.cs | 249 - Source/Visio/Interfaces/LPVISIODATACOLUMN.cs | 271 - Source/Visio/Interfaces/LPVISIODATACOLUMNS.cs | 272 - .../Visio/Interfaces/LPVISIODATACONNECTION.cs | 232 - .../Visio/Interfaces/LPVISIODATARECORDSET.cs | 465 -- .../LPVISIODATARECORDSETCHANGEDEVENT.cs | 247 - .../Visio/Interfaces/LPVISIODATARECORDSETS.cs | 384 -- Source/Visio/Interfaces/LPVISIODOCUMENT.cs | 3472 ------------ Source/Visio/Interfaces/LPVISIODOCUMENTS.cs | 391 -- .../Visio/Interfaces/LPVISIOENUMVACCELITEM.cs | 172 - .../Interfaces/LPVISIOENUMVACCELTABLE.cs | 172 - Source/Visio/Interfaces/LPVISIOENUMVMENU.cs | 172 - .../Visio/Interfaces/LPVISIOENUMVMENUITEM.cs | 172 - .../Visio/Interfaces/LPVISIOENUMVMENUSET.cs | 172 - .../Visio/Interfaces/LPVISIOENUMVSTATUSBAR.cs | 172 - .../Interfaces/LPVISIOENUMVSTATUSBARITEM.cs | 172 - .../Visio/Interfaces/LPVISIOENUMVTOOLBAR.cs | 172 - .../Interfaces/LPVISIOENUMVTOOLBARITEM.cs | 172 - .../Interfaces/LPVISIOENUMVTOOLBARSET.cs | 172 - Source/Visio/Interfaces/LPVISIOEVENT.cs | 407 -- Source/Visio/Interfaces/LPVISIOEVENTS.cs | 270 - Source/Visio/Interfaces/LPVISIOFONT.cs | 264 - Source/Visio/Interfaces/LPVISIOFONTS.cs | 269 - Source/Visio/Interfaces/LPVISIOGRAPHICITEM.cs | 348 -- .../Visio/Interfaces/LPVISIOGRAPHICITEMS.cs | 294 - Source/Visio/Interfaces/LPVISIOHYPERLINK.cs | 395 -- Source/Visio/Interfaces/LPVISIOHYPERLINKS.cs | 279 - Source/Visio/Interfaces/LPVISIOLAYER.cs | 342 -- Source/Visio/Interfaces/LPVISIOLAYERS.cs | 335 -- Source/Visio/Interfaces/LPVISIOMASTER.cs | 1396 ----- Source/Visio/Interfaces/LPVISIOMASTERS.cs | 402 -- .../Visio/Interfaces/LPVISIOMASTERSHORTCUT.cs | 459 -- .../Interfaces/LPVISIOMASTERSHORTCUTS.cs | 354 -- Source/Visio/Interfaces/LPVISIOMENU.cs | 612 -- Source/Visio/Interfaces/LPVISIOMENUITEM.cs | 612 -- Source/Visio/Interfaces/LPVISIOMENUITEMS.cs | 241 - Source/Visio/Interfaces/LPVISIOMENUS.cs | 227 - Source/Visio/Interfaces/LPVISIOMENUSET.cs | 365 -- Source/Visio/Interfaces/LPVISIOMENUSETS.cs | 250 - .../Interfaces/LPVISIOMOVEDSELECTIONEVENT.cs | 200 - Source/Visio/Interfaces/LPVISIOMSGWRAP.cs | 264 - Source/Visio/Interfaces/LPVISIOOBJECT.cs | 225 - Source/Visio/Interfaces/LPVISIOOBJECTS.cs | 246 - Source/Visio/Interfaces/LPVISIOPAGE.cs | 1659 ------ Source/Visio/Interfaces/LPVISIOPAGES.cs | 358 -- Source/Visio/Interfaces/LPVISIOPATH.cs | 270 - Source/Visio/Interfaces/LPVISIOPATHS.cs | 256 - .../LPVISIORELATEDSHAPEPAIREVENT.cs | 211 - .../Interfaces/LPVISIOREPLACESHAPESEVENT.cs | 199 - Source/Visio/Interfaces/LPVISIOROW.cs | 375 -- Source/Visio/Interfaces/LPVISIOSECTION.cs | 288 - Source/Visio/Interfaces/LPVISIOSELECTION.cs | 1611 ------ Source/Visio/Interfaces/LPVISIOSHAPE.cs | 3240 ----------- Source/Visio/Interfaces/LPVISIOSHAPES.cs | 430 -- Source/Visio/Interfaces/LPVISIOSTATUSBAR.cs | 229 - .../Visio/Interfaces/LPVISIOSTATUSBARITEM.cs | 595 -- .../Visio/Interfaces/LPVISIOSTATUSBARITEMS.cs | 241 - Source/Visio/Interfaces/LPVISIOSTATUSBARS.cs | 250 - Source/Visio/Interfaces/LPVISIOSTYLE.cs | 684 --- Source/Visio/Interfaces/LPVISIOSTYLES.cs | 400 -- Source/Visio/Interfaces/LPVISIOTOOLBAR.cs | 365 -- Source/Visio/Interfaces/LPVISIOTOOLBARITEM.cs | 612 -- .../Visio/Interfaces/LPVISIOTOOLBARITEMS.cs | 241 - Source/Visio/Interfaces/LPVISIOTOOLBARS.cs | 227 - Source/Visio/Interfaces/LPVISIOTOOLBARSET.cs | 199 - Source/Visio/Interfaces/LPVISIOTOOLBARSETS.cs | 250 - Source/Visio/Interfaces/LPVISIOUIOBJECT.cs | 345 -- Source/Visio/Interfaces/LPVISIOVALIDATION.cs | 262 - .../Interfaces/LPVISIOVALIDATIONISSUE.cs | 266 - .../Interfaces/LPVISIOVALIDATIONISSUES.cs | 278 - .../Visio/Interfaces/LPVISIOVALIDATIONRULE.cs | 362 -- .../Interfaces/LPVISIOVALIDATIONRULES.cs | 280 - .../Interfaces/LPVISIOVALIDATIONRULESET.cs | 293 - .../Interfaces/LPVISIOVALIDATIONRULESETS.cs | 304 - Source/Visio/Interfaces/LPVISIOWINDOW.cs | 1473 ----- Source/Visio/Interfaces/LPVISIOWINDOWS.cs | 620 -- Source/Visio/Modules/Global.cs | 1839 ------ Source/Visio/Tools/COMAddin.cs | 506 -- Source/Visio/Utils/ProjectInfo.cs | 128 - Source/Visio/VisioApi.csproj | 30 - Source/Visio/VisioApi_v4.0.snk | Bin 596 -> 0 bytes .../CommonUtils/ConsoleApplication1.sln | 12 - .../ConsoleApplication1.csproj | 4 - .../ConsoleApplication1.sln | 12 - .../ConsoleApplication1.csproj | 4 - .../Out Parameters2/Out Parameters2.sln | 34 - .../Out Parameters2/Form1.Designer.cs | 47 - .../Out Parameters2/Out Parameters2/Form1.cs | 57 - .../Out Parameters2/Form1.resx | 120 - .../Out Parameters2/IVPageExtensions.cs | 48 - .../Out Parameters2/Out Parameters2.csproj | 132 - .../Out Parameters2/Program.cs | 20 - .../Properties/AssemblyInfo.cs | 36 - .../Properties/Resources.Designer.cs | 63 - .../Out Parameters2/Properties/Resources.resx | 117 - .../Properties/Settings.Designer.cs | 26 - .../Properties/Settings.settings | 7 - .../Out Parameters2/app.config | 3 - .../PerformanceTrace/ConsoleApplication1.sln | 12 - .../ConsoleApplication1.csproj | 4 - .../Toolbox/NetOffice.DeveloperToolbox.csproj | 4 - Toolbox/Toolbox/Program.cs | 2 +- .../ApplicationObserverControl.Designer.cs | 8 +- .../ApplicationObserverControl.cs | 9 - .../IconsAndConfig/DefaultConfiguration.txt | 1 - .../OfficeProcessKiller.cs | 17 - .../OfficeCompatibility/AnalyzerResult.cs | 14 - .../OfficeCompatibility/AssemblyAnalyzer.cs | 2 - .../NetOfficeSupportTable.cs | 10 - .../OfficeCompatibilityControl.Designer.cs | 15 - .../OfficeCompatibilityControl.cs | 3 +- .../OfficeUI/ApplicationWrapper.cs | 13 - .../SelectOfficeAppControl.Designer.cs | 5 +- .../Controls/HostControl.Designer.cs | 14 - .../ProjectWizard/Controls/HostControl.cs | 22 - .../ProjectConverters/Converter.cs | 2 - .../ProjectWizard/ProjectOptions.cs | 2 - 522 files changed, 10 insertions(+), 159729 deletions(-) delete mode 100644 Source/Visio/AssemblyInfo.cs delete mode 100644 Source/Visio/Classes/AccelItem.cs delete mode 100644 Source/Visio/Classes/AccelItems.cs delete mode 100644 Source/Visio/Classes/AccelTable.cs delete mode 100644 Source/Visio/Classes/AccelTables.cs delete mode 100644 Source/Visio/Classes/Addon.cs delete mode 100644 Source/Visio/Classes/Addons.cs delete mode 100644 Source/Visio/Classes/Application.cs delete mode 100644 Source/Visio/Classes/ApplicationSettings.cs delete mode 100644 Source/Visio/Classes/Cell.cs delete mode 100644 Source/Visio/Classes/Characters.cs delete mode 100644 Source/Visio/Classes/CoauthMergeEvent.cs delete mode 100644 Source/Visio/Classes/Color.cs delete mode 100644 Source/Visio/Classes/Colors.cs delete mode 100644 Source/Visio/Classes/Comment.cs delete mode 100644 Source/Visio/Classes/Comments.cs delete mode 100644 Source/Visio/Classes/Connect.cs delete mode 100644 Source/Visio/Classes/Connects.cs delete mode 100644 Source/Visio/Classes/ContainerProperties.cs delete mode 100644 Source/Visio/Classes/Curve.cs delete mode 100644 Source/Visio/Classes/DataColumn.cs delete mode 100644 Source/Visio/Classes/DataColumns.cs delete mode 100644 Source/Visio/Classes/DataConnection.cs delete mode 100644 Source/Visio/Classes/DataRecordset.cs delete mode 100644 Source/Visio/Classes/DataRecordsetChangedEvent.cs delete mode 100644 Source/Visio/Classes/DataRecordsets.cs delete mode 100644 Source/Visio/Classes/Document.cs delete mode 100644 Source/Visio/Classes/Documents.cs delete mode 100644 Source/Visio/Classes/Event.cs delete mode 100644 Source/Visio/Classes/EventList.cs delete mode 100644 Source/Visio/Classes/Extender.cs delete mode 100644 Source/Visio/Classes/Font.cs delete mode 100644 Source/Visio/Classes/Fonts.cs delete mode 100644 Source/Visio/Classes/GraphicItem.cs delete mode 100644 Source/Visio/Classes/GraphicItems.cs delete mode 100644 Source/Visio/Classes/Hyperlink.cs delete mode 100644 Source/Visio/Classes/Hyperlinks.cs delete mode 100644 Source/Visio/Classes/InvisibleApp.cs delete mode 100644 Source/Visio/Classes/KeyboardEvent.cs delete mode 100644 Source/Visio/Classes/Layer.cs delete mode 100644 Source/Visio/Classes/Layers.cs delete mode 100644 Source/Visio/Classes/MSGWrap.cs delete mode 100644 Source/Visio/Classes/Master.cs delete mode 100644 Source/Visio/Classes/MasterShortcut.cs delete mode 100644 Source/Visio/Classes/MasterShortcuts.cs delete mode 100644 Source/Visio/Classes/Masters.cs delete mode 100644 Source/Visio/Classes/Menu.cs delete mode 100644 Source/Visio/Classes/MenuItem.cs delete mode 100644 Source/Visio/Classes/MenuItems.cs delete mode 100644 Source/Visio/Classes/MenuSet.cs delete mode 100644 Source/Visio/Classes/MenuSets.cs delete mode 100644 Source/Visio/Classes/Menus.cs delete mode 100644 Source/Visio/Classes/MouseEvent.cs delete mode 100644 Source/Visio/Classes/MovedSelectionEvent.cs delete mode 100644 Source/Visio/Classes/OLEObject.cs delete mode 100644 Source/Visio/Classes/OLEObjects.cs delete mode 100644 Source/Visio/Classes/Page.cs delete mode 100644 Source/Visio/Classes/Pages.cs delete mode 100644 Source/Visio/Classes/Path.cs delete mode 100644 Source/Visio/Classes/Paths.cs delete mode 100644 Source/Visio/Classes/RelatedShapePairEvent.cs delete mode 100644 Source/Visio/Classes/ReplaceShapesEvent.cs delete mode 100644 Source/Visio/Classes/Row.cs delete mode 100644 Source/Visio/Classes/Section.cs delete mode 100644 Source/Visio/Classes/Selection.cs delete mode 100644 Source/Visio/Classes/ServerPublishOptions.cs delete mode 100644 Source/Visio/Classes/Shape.cs delete mode 100644 Source/Visio/Classes/Shapes.cs delete mode 100644 Source/Visio/Classes/StatusBar.cs delete mode 100644 Source/Visio/Classes/StatusBarItem.cs delete mode 100644 Source/Visio/Classes/StatusBarItems.cs delete mode 100644 Source/Visio/Classes/StatusBars.cs delete mode 100644 Source/Visio/Classes/Style.cs delete mode 100644 Source/Visio/Classes/Styles.cs delete mode 100644 Source/Visio/Classes/Toolbar.cs delete mode 100644 Source/Visio/Classes/ToolbarItem.cs delete mode 100644 Source/Visio/Classes/ToolbarItems.cs delete mode 100644 Source/Visio/Classes/ToolbarSet.cs delete mode 100644 Source/Visio/Classes/ToolbarSets.cs delete mode 100644 Source/Visio/Classes/Toolbars.cs delete mode 100644 Source/Visio/Classes/UIObject.cs delete mode 100644 Source/Visio/Classes/Validation.cs delete mode 100644 Source/Visio/Classes/ValidationIssue.cs delete mode 100644 Source/Visio/Classes/ValidationIssues.cs delete mode 100644 Source/Visio/Classes/ValidationRule.cs delete mode 100644 Source/Visio/Classes/ValidationRuleSet.cs delete mode 100644 Source/Visio/Classes/ValidationRuleSets.cs delete mode 100644 Source/Visio/Classes/ValidationRules.cs delete mode 100644 Source/Visio/Classes/Window.cs delete mode 100644 Source/Visio/Classes/Windows.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVAccelItem.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVAccelItems.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVAccelTable.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVAccelTables.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVAddon.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVAddons.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVAmbients.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVApplication.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVApplicationSettings.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVBUndoManager.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVBUndoUnit.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVCell.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVCharacters.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVCoauthMergeEvent.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVColor.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVColors.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVComment.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVComments.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVConnect.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVConnects.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVContainerProperties.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVCurve.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVDataColumn.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVDataColumns.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVDataConnection.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVDataRecordset.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVDataRecordsetChangedEvent.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVDataRecordsets.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVDispExtender.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVDocument.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVDocuments.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVEvent.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVEventList.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVExtender.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVFont.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVFonts.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVGlobal.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVGraphicItem.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVGraphicItems.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVHyperlink.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVHyperlinks.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVLayer.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVLayers.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVMSGWrap.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVMaster.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVMasterShortcut.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVMasterShortcuts.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVMasters.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVMenu.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVMenuItem.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVMenuItems.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVMenuSet.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVMenuSets.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVMenus.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVMovedSelectionEvent.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVOLEObject.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVOLEObjects.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVPage.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVPages.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVPath.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVPaths.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVRelatedShapePairEvent.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVReplaceShapesEvent.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVRow.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVSection.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVSelection.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVServerPublishOptions.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVShape.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVShapes.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVStatusBar.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVStatusBarItem.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVStatusBarItems.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVStatusBars.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVStyle.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVStyles.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVToolbar.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVToolbarItem.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVToolbarItems.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVToolbarSet.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVToolbarSets.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVToolbars.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVUIObject.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVValidation.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVValidationIssue.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVValidationIssues.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVValidationRule.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVValidationRuleSet.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVValidationRuleSets.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVValidationRules.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVWindow.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVWindows.cs delete mode 100644 Source/Visio/DispatchInterfaces/IVisEventProc.cs delete mode 100644 Source/Visio/Enums/VisArcSweepFlags.cs delete mode 100644 Source/Visio/Enums/VisAutoConnectDir.cs delete mode 100644 Source/Visio/Enums/VisAutoLinkBehaviors.cs delete mode 100644 Source/Visio/Enums/VisAutoLinkFieldTypes.cs delete mode 100644 Source/Visio/Enums/VisBoundingBoxArgs.cs delete mode 100644 Source/Visio/Enums/VisBuiltInStencilTypes.cs delete mode 100644 Source/Visio/Enums/VisCellError.cs delete mode 100644 Source/Visio/Enums/VisCellIndices.cs delete mode 100644 Source/Visio/Enums/VisCellVals.cs delete mode 100644 Source/Visio/Enums/VisCenterViewFlags.cs delete mode 100644 Source/Visio/Enums/VisCharsBias.cs delete mode 100644 Source/Visio/Enums/VisConnectedShapesFlags.cs delete mode 100644 Source/Visio/Enums/VisConnectorEnds.cs delete mode 100644 Source/Visio/Enums/VisContainerAutoResize.cs delete mode 100644 Source/Visio/Enums/VisContainerFlags.cs delete mode 100644 Source/Visio/Enums/VisContainerFormatType.cs delete mode 100644 Source/Visio/Enums/VisContainerMemberState.cs delete mode 100644 Source/Visio/Enums/VisContainerNested.cs delete mode 100644 Source/Visio/Enums/VisContainerTypes.cs delete mode 100644 Source/Visio/Enums/VisCutCopyPasteCodes.cs delete mode 100644 Source/Visio/Enums/VisDataColumnProperties.cs delete mode 100644 Source/Visio/Enums/VisDataRecordsetAddOptions.cs delete mode 100644 Source/Visio/Enums/VisDefaultColors.cs delete mode 100644 Source/Visio/Enums/VisDefaultSaveFormats.cs delete mode 100644 Source/Visio/Enums/VisDeleteFlags.cs delete mode 100644 Source/Visio/Enums/VisDiagramServices.cs delete mode 100644 Source/Visio/Enums/VisDistributeTypes.cs delete mode 100644 Source/Visio/Enums/VisDocCleanActions.cs delete mode 100644 Source/Visio/Enums/VisDocCleanTargets.cs delete mode 100644 Source/Visio/Enums/VisDocExIntent.cs delete mode 100644 Source/Visio/Enums/VisDocModeArgs.cs delete mode 100644 Source/Visio/Enums/VisDocVersions.cs delete mode 100644 Source/Visio/Enums/VisDocumentTypes.cs delete mode 100644 Source/Visio/Enums/VisDrawRegionFlags.cs delete mode 100644 Source/Visio/Enums/VisDrawSplineFlags.cs delete mode 100644 Source/Visio/Enums/VisEdition.cs delete mode 100644 Source/Visio/Enums/VisEventCodes.cs delete mode 100644 Source/Visio/Enums/VisExistsFlags.cs delete mode 100644 Source/Visio/Enums/VisFieldCategories.cs delete mode 100644 Source/Visio/Enums/VisFieldCodes.cs delete mode 100644 Source/Visio/Enums/VisFieldFormats.cs delete mode 100644 Source/Visio/Enums/VisFilterActions.cs delete mode 100644 Source/Visio/Enums/VisFixedFormatTypes.cs delete mode 100644 Source/Visio/Enums/VisFlipDirection.cs delete mode 100644 Source/Visio/Enums/VisFlipTypes.cs delete mode 100644 Source/Visio/Enums/VisFontAttributes.cs delete mode 100644 Source/Visio/Enums/VisFromParts.cs delete mode 100644 Source/Visio/Enums/VisGeomFlags.cs delete mode 100644 Source/Visio/Enums/VisGetSetArgs.cs delete mode 100644 Source/Visio/Enums/VisGlueSettings.cs delete mode 100644 Source/Visio/Enums/VisGluedShapesFlags.cs delete mode 100644 Source/Visio/Enums/VisGraphicField.cs delete mode 100644 Source/Visio/Enums/VisGraphicItemTypes.cs delete mode 100644 Source/Visio/Enums/VisGraphicPositionHorizontal.cs delete mode 100644 Source/Visio/Enums/VisGraphicPositionVertical.cs delete mode 100644 Source/Visio/Enums/VisGuideTypes.cs delete mode 100644 Source/Visio/Enums/VisHitTestResults.cs delete mode 100644 Source/Visio/Enums/VisHorizontalAlignTypes.cs delete mode 100644 Source/Visio/Enums/VisInsertObjArgs.cs delete mode 100644 Source/Visio/Enums/VisKeyButtonFlags.cs delete mode 100644 Source/Visio/Enums/VisLangFlags.cs delete mode 100644 Source/Visio/Enums/VisLayoutDirection.cs delete mode 100644 Source/Visio/Enums/VisLayoutHorzAlignType.cs delete mode 100644 Source/Visio/Enums/VisLayoutIncrementalType.cs delete mode 100644 Source/Visio/Enums/VisLayoutVertAlignType.cs delete mode 100644 Source/Visio/Enums/VisLegendFlags.cs delete mode 100644 Source/Visio/Enums/VisLinkReplaceBehavior.cs delete mode 100644 Source/Visio/Enums/VisListAlignment.cs delete mode 100644 Source/Visio/Enums/VisListDirection.cs delete mode 100644 Source/Visio/Enums/VisMasterProperties.cs delete mode 100644 Source/Visio/Enums/VisMasterTypes.cs delete mode 100644 Source/Visio/Enums/VisMeasurementSystem.cs delete mode 100644 Source/Visio/Enums/VisMemberAddOptions.cs delete mode 100644 Source/Visio/Enums/VisMouseMoveDragStates.cs delete mode 100644 Source/Visio/Enums/VisObjectTypes.cs delete mode 100644 Source/Visio/Enums/VisOnComponentEnterCodes.cs delete mode 100644 Source/Visio/Enums/VisOpenSaveArgs.cs delete mode 100644 Source/Visio/Enums/VisPageAndMasterIDs.cs delete mode 100644 Source/Visio/Enums/VisPageSizingBehaviors.cs delete mode 100644 Source/Visio/Enums/VisPageTypes.cs delete mode 100644 Source/Visio/Enums/VisPaperSizes.cs delete mode 100644 Source/Visio/Enums/VisPasteSpecialCodes.cs delete mode 100644 Source/Visio/Enums/VisPrimaryKeySettings.cs delete mode 100644 Source/Visio/Enums/VisPrintOutRange.cs delete mode 100644 Source/Visio/Enums/VisProtection.cs delete mode 100644 Source/Visio/Enums/VisPublishDataRecordsets.cs delete mode 100644 Source/Visio/Enums/VisPublishPages.cs delete mode 100644 Source/Visio/Enums/VisQuickStyleColors.cs delete mode 100644 Source/Visio/Enums/VisQuickStyleMatrixIndices.cs delete mode 100644 Source/Visio/Enums/VisRasterExportColorFormat.cs delete mode 100644 Source/Visio/Enums/VisRasterExportColorReduction.cs delete mode 100644 Source/Visio/Enums/VisRasterExportDataCompression.cs delete mode 100644 Source/Visio/Enums/VisRasterExportDataFormat.cs delete mode 100644 Source/Visio/Enums/VisRasterExportFlip.cs delete mode 100644 Source/Visio/Enums/VisRasterExportOperation.cs delete mode 100644 Source/Visio/Enums/VisRasterExportResolution.cs delete mode 100644 Source/Visio/Enums/VisRasterExportResolutionUnits.cs delete mode 100644 Source/Visio/Enums/VisRasterExportRotation.cs delete mode 100644 Source/Visio/Enums/VisRasterExportSize.cs delete mode 100644 Source/Visio/Enums/VisRasterExportSizeUnits.cs delete mode 100644 Source/Visio/Enums/VisRefreshSettings.cs delete mode 100644 Source/Visio/Enums/VisRegionalUIOptions.cs delete mode 100644 Source/Visio/Enums/VisRemoveHiddenInfoItems.cs delete mode 100644 Source/Visio/Enums/VisReplaceFlags.cs delete mode 100644 Source/Visio/Enums/VisResizeDirection.cs delete mode 100644 Source/Visio/Enums/VisRibbonXModes.cs delete mode 100644 Source/Visio/Enums/VisRoleSelectionTypes.cs delete mode 100644 Source/Visio/Enums/VisRotationTypes.cs delete mode 100644 Source/Visio/Enums/VisRoundFlags.cs delete mode 100644 Source/Visio/Enums/VisRowIndices.cs delete mode 100644 Source/Visio/Enums/VisRowTags.cs delete mode 100644 Source/Visio/Enums/VisRuleSetFlags.cs delete mode 100644 Source/Visio/Enums/VisRuleTargets.cs delete mode 100644 Source/Visio/Enums/VisRunTypes.cs delete mode 100644 Source/Visio/Enums/VisSVGExportFormat.cs delete mode 100644 Source/Visio/Enums/VisSavePreviewMode.cs delete mode 100644 Source/Visio/Enums/VisScrollbarStates.cs delete mode 100644 Source/Visio/Enums/VisSectionIndices.cs delete mode 100644 Source/Visio/Enums/VisSelectArgs.cs delete mode 100644 Source/Visio/Enums/VisSelectItemStatus.cs delete mode 100644 Source/Visio/Enums/VisSelectMode.cs delete mode 100644 Source/Visio/Enums/VisSelectionTypes.cs delete mode 100644 Source/Visio/Enums/VisShapeIDs.cs delete mode 100644 Source/Visio/Enums/VisShapeTypes.cs delete mode 100644 Source/Visio/Enums/VisSnapExtensions.cs delete mode 100644 Source/Visio/Enums/VisSnapSettings.cs delete mode 100644 Source/Visio/Enums/VisSpatialRelationCodes.cs delete mode 100644 Source/Visio/Enums/VisSpatialRelationFlags.cs delete mode 100644 Source/Visio/Enums/VisStatCodes.cs delete mode 100644 Source/Visio/Enums/VisTextDisplayQualityTypes.cs delete mode 100644 Source/Visio/Enums/VisThemeColors.cs delete mode 100644 Source/Visio/Enums/VisThemeEffects.cs delete mode 100644 Source/Visio/Enums/VisThemeTypes.cs delete mode 100644 Source/Visio/Enums/VisToParts.cs delete mode 100644 Source/Visio/Enums/VisToolbarFlavors.cs delete mode 100644 Source/Visio/Enums/VisTraceFlags.cs delete mode 100644 Source/Visio/Enums/VisTypeSelectionTypes.cs delete mode 100644 Source/Visio/Enums/VisUIBarPosition.cs delete mode 100644 Source/Visio/Enums/VisUIBarProtection.cs delete mode 100644 Source/Visio/Enums/VisUIBarRow.cs delete mode 100644 Source/Visio/Enums/VisUIButtonState.cs delete mode 100644 Source/Visio/Enums/VisUIButtonStyle.cs delete mode 100644 Source/Visio/Enums/VisUICmds.cs delete mode 100644 Source/Visio/Enums/VisUICtrlAtts.cs delete mode 100644 Source/Visio/Enums/VisUICtrlIDs.cs delete mode 100644 Source/Visio/Enums/VisUICtrlTypes.cs delete mode 100644 Source/Visio/Enums/VisUIIconIDs.cs delete mode 100644 Source/Visio/Enums/VisUIMenuAnimation.cs delete mode 100644 Source/Visio/Enums/VisUIObjSets.cs delete mode 100644 Source/Visio/Enums/VisUISpacingTypes.cs delete mode 100644 Source/Visio/Enums/VisUIStringIDs.cs delete mode 100644 Source/Visio/Enums/VisUniqueIDArgs.cs delete mode 100644 Source/Visio/Enums/VisUnitCodes.cs delete mode 100644 Source/Visio/Enums/VisValidationFlags.cs delete mode 100644 Source/Visio/Enums/VisVerticalAlignTypes.cs delete mode 100644 Source/Visio/Enums/VisWinTypes.cs delete mode 100644 Source/Visio/Enums/VisWindowArrange.cs delete mode 100644 Source/Visio/Enums/VisWindowFit.cs delete mode 100644 Source/Visio/Enums/VisWindowScrollX.cs delete mode 100644 Source/Visio/Enums/VisWindowScrollY.cs delete mode 100644 Source/Visio/Enums/VisWindowStates.cs delete mode 100644 Source/Visio/Enums/VisZoomBehavior.cs delete mode 100644 Source/Visio/Events/EApplication.cs delete mode 100644 Source/Visio/Events/ECell.cs delete mode 100644 Source/Visio/Events/ECharacters.cs delete mode 100644 Source/Visio/Events/EDataRecordset.cs delete mode 100644 Source/Visio/Events/EDataRecordsets.cs delete mode 100644 Source/Visio/Events/EDocument.cs delete mode 100644 Source/Visio/Events/EDocuments.cs delete mode 100644 Source/Visio/Events/EMaster.cs delete mode 100644 Source/Visio/Events/EMasters.cs delete mode 100644 Source/Visio/Events/EPage.cs delete mode 100644 Source/Visio/Events/EPages.cs delete mode 100644 Source/Visio/Events/ERow.cs delete mode 100644 Source/Visio/Events/ESection.cs delete mode 100644 Source/Visio/Events/EShape.cs delete mode 100644 Source/Visio/Events/EStyle.cs delete mode 100644 Source/Visio/Events/EStyles.cs delete mode 100644 Source/Visio/Events/EWindow.cs delete mode 100644 Source/Visio/Events/EWindows.cs delete mode 100644 Source/Visio/Interfaces/IEnumVAccelItem.cs delete mode 100644 Source/Visio/Interfaces/IEnumVAccelTable.cs delete mode 100644 Source/Visio/Interfaces/IEnumVMenu.cs delete mode 100644 Source/Visio/Interfaces/IEnumVMenuItem.cs delete mode 100644 Source/Visio/Interfaces/IEnumVMenuSet.cs delete mode 100644 Source/Visio/Interfaces/IEnumVStatusBar.cs delete mode 100644 Source/Visio/Interfaces/IEnumVStatusBarItem.cs delete mode 100644 Source/Visio/Interfaces/IEnumVToolbar.cs delete mode 100644 Source/Visio/Interfaces/IEnumVToolbarItem.cs delete mode 100644 Source/Visio/Interfaces/IEnumVToolbarSet.cs delete mode 100644 Source/Visio/Interfaces/IVClientSite.cs delete mode 100644 Source/Visio/Interfaces/IVInvisibleApp.cs delete mode 100644 Source/Visio/Interfaces/IVKeyboardEvent.cs delete mode 100644 Source/Visio/Interfaces/IVMouseEvent.cs delete mode 100644 Source/Visio/Interfaces/IVisLibOcxSupport.cs delete mode 100644 Source/Visio/Interfaces/LPSERVERPUBLISHOPTIONS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOACCELITEM.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOACCELITEMS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOACCELTABLE.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOACCELTABLES.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOADDON.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOADDONS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOAPPLICATION.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOAPPSETTINGS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOCELL.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOCHARS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOCOAUTHMERGEEVENT.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOCOLOR.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOCOLORS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOCONNECT.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOCONNECTS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOCONTAINERPROPERTIES.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOCURVE.cs delete mode 100644 Source/Visio/Interfaces/LPVISIODATACOLUMN.cs delete mode 100644 Source/Visio/Interfaces/LPVISIODATACOLUMNS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIODATACONNECTION.cs delete mode 100644 Source/Visio/Interfaces/LPVISIODATARECORDSET.cs delete mode 100644 Source/Visio/Interfaces/LPVISIODATARECORDSETCHANGEDEVENT.cs delete mode 100644 Source/Visio/Interfaces/LPVISIODATARECORDSETS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIODOCUMENT.cs delete mode 100644 Source/Visio/Interfaces/LPVISIODOCUMENTS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOENUMVACCELITEM.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOENUMVACCELTABLE.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOENUMVMENU.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOENUMVMENUITEM.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOENUMVMENUSET.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOENUMVSTATUSBAR.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOENUMVSTATUSBARITEM.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOENUMVTOOLBAR.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOENUMVTOOLBARITEM.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOENUMVTOOLBARSET.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOEVENT.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOEVENTS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOFONT.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOFONTS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOGRAPHICITEM.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOGRAPHICITEMS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOHYPERLINK.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOHYPERLINKS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOLAYER.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOLAYERS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOMASTER.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOMASTERS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOMASTERSHORTCUT.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOMASTERSHORTCUTS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOMENU.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOMENUITEM.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOMENUITEMS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOMENUS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOMENUSET.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOMENUSETS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOMOVEDSELECTIONEVENT.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOMSGWRAP.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOOBJECT.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOOBJECTS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOPAGE.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOPAGES.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOPATH.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOPATHS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIORELATEDSHAPEPAIREVENT.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOREPLACESHAPESEVENT.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOROW.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOSECTION.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOSELECTION.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOSHAPE.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOSHAPES.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOSTATUSBAR.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOSTATUSBARITEM.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOSTATUSBARITEMS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOSTATUSBARS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOSTYLE.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOSTYLES.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOTOOLBAR.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOTOOLBARITEM.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOTOOLBARITEMS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOTOOLBARS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOTOOLBARSET.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOTOOLBARSETS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOUIOBJECT.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOVALIDATION.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOVALIDATIONISSUE.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOVALIDATIONISSUES.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOVALIDATIONRULE.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOVALIDATIONRULES.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOVALIDATIONRULESET.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOVALIDATIONRULESETS.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOWINDOW.cs delete mode 100644 Source/Visio/Interfaces/LPVISIOWINDOWS.cs delete mode 100644 Source/Visio/Modules/Global.cs delete mode 100644 Source/Visio/Tools/COMAddin.cs delete mode 100644 Source/Visio/Utils/ProjectInfo.cs delete mode 100644 Source/Visio/VisioApi.csproj delete mode 100644 Source/Visio/VisioApi_v4.0.snk delete mode 100644 Tests/Concept Tests/Out Parameters2/Out Parameters2.sln delete mode 100644 Tests/Concept Tests/Out Parameters2/Out Parameters2/Form1.Designer.cs delete mode 100644 Tests/Concept Tests/Out Parameters2/Out Parameters2/Form1.cs delete mode 100644 Tests/Concept Tests/Out Parameters2/Out Parameters2/Form1.resx delete mode 100644 Tests/Concept Tests/Out Parameters2/Out Parameters2/IVPageExtensions.cs delete mode 100644 Tests/Concept Tests/Out Parameters2/Out Parameters2/Out Parameters2.csproj delete mode 100644 Tests/Concept Tests/Out Parameters2/Out Parameters2/Program.cs delete mode 100644 Tests/Concept Tests/Out Parameters2/Out Parameters2/Properties/AssemblyInfo.cs delete mode 100644 Tests/Concept Tests/Out Parameters2/Out Parameters2/Properties/Resources.Designer.cs delete mode 100644 Tests/Concept Tests/Out Parameters2/Out Parameters2/Properties/Resources.resx delete mode 100644 Tests/Concept Tests/Out Parameters2/Out Parameters2/Properties/Settings.Designer.cs delete mode 100644 Tests/Concept Tests/Out Parameters2/Out Parameters2/Properties/Settings.settings delete mode 100644 Tests/Concept Tests/Out Parameters2/Out Parameters2/app.config diff --git a/BuildTools/ReferenceAnalyzer/Parser.cs b/BuildTools/ReferenceAnalyzer/Parser.cs index 2fed739d24..3a07d296f3 100644 --- a/BuildTools/ReferenceAnalyzer/Parser.cs +++ b/BuildTools/ReferenceAnalyzer/Parser.cs @@ -292,251 +292,6 @@ private static void ParseWordTypeEvents(XElement propertiesNode, LogAction func) #endregion - #region Parse Visio - - /// - /// Parse Visio Docu pages - /// - /// document to fill - /// progress handler - internal static void ParseVisio(XDocument document, LogAction func) - { - XElement VisioNode = new XElement("Visio"); - (document.FirstNode as XElement).Add(VisioNode); - ParseVisioTypes(VisioNode, func); - ParseVisioEnums(VisioNode, func); - ParseVisioTypesMembers(VisioNode, func); - } - - private static void ParseVisioTypes(XElement excelNode, LogAction func) - { - func("Parse Visio Types"); - - XElement rootNode = new XElement("Types"); - excelNode.Add(rootNode); - - int counter = 0; - string excelRootReferencePage = _rootAdress + _visioTypesRelative; - using (var client = new System.Net.WebClient()) - { - string pageContent = DownloadPage(client, excelRootReferencePage); - HtmlDocument doc = new HtmlDocument(); - doc.LoadHtml(pageContent); - var root = doc.DocumentNode; - - var divNodes = root.Descendants("div").ToList(); - foreach (var item in divNodes) - { - string className = item.GetAttributeValue("class", null); - if (className == "toclevel2") - { - string href = item.FirstChild.NextSibling.GetAttributeValue("href", null); - string name = item.FirstChild.NextSibling.GetAttributeValue("title", null); - if (null != href && null != name) - { - if (name.EndsWith(" Object", StringComparison.InvariantCultureIgnoreCase)) - { - name = name.Substring(0, name.Length - " Object".Length); - rootNode.Add(new XElement("Type", new XElement("Name", name), new XElement("Link", _rootAdress + href))); - counter++; - } - } - } - - } - } - - func(String.Format("{0} Visio Types recieved", counter)); - } - - private static void ParseVisioEnums(XElement excelNode, LogAction func) - { - func("Parse Visio Enums"); - - XElement rootNode = new XElement("Enums"); - excelNode.Add(rootNode); - - int counter = 0; - string excelRootReferencePage = _rootAdress + _visioEnumsRelative; - using (var client = new System.Net.WebClient()) - { - string pageContent = DownloadPage(client, excelRootReferencePage); - HtmlDocument doc = new HtmlDocument(); - doc.LoadHtml(pageContent); - var root = doc.DocumentNode; - - var divNodes = root.Descendants("div").ToList(); - foreach (var item in divNodes) - { - string className = item.GetAttributeValue("class", null); - if (className == "toclevel2") - { - string href = item.FirstChild.NextSibling.GetAttributeValue("href", null); - string name = item.FirstChild.NextSibling.GetAttributeValue("title", null); - if (null != href && null != name) - { - name = name.Substring(0, name.Length - " Enumeration".Length); - rootNode.Add(new XElement("Enum", new XElement("Name", name), new XElement("Link", _rootAdress + href))); - counter++; - } - } - - } - - } - - func(String.Format("{0} Visio Enums recieved", counter)); - } - - private static void ParseVisioTypesMembers(XElement typeNode, LogAction func) - { - func("Parse Visio Type Members"); - foreach (XElement item in typeNode.Element("Types").Elements("Type")) - { - ParseOfficeTypeMembers(item, func); - } - } - - private static void ParseVisioTypeMembers(XElement typeNode, LogAction func) - { - XElement propsNode = new XElement("Properties"); - XElement methodsNode = new XElement("Methods"); - XElement eventsNode = new XElement("Events"); - typeNode.Add(propsNode); - typeNode.Add(methodsNode); - typeNode.Add(eventsNode); - - using (var client = new System.Net.WebClient()) - { - string pageLink = typeNode.Element("Link").Value; - string pageContent = DownloadPage(client, pageLink); - HtmlDocument doc = new HtmlDocument(); - doc.LoadHtml(pageContent); - var root = doc.DocumentNode; - - var divNodes = root.Descendants("div").ToList(); - foreach (var item in divNodes) - { - string className = item.GetAttributeValue("class", null); - if (className == "toclevel2") - { - string href = item.FirstChild.NextSibling.GetAttributeValue("href", null); - string name = item.FirstChild.NextSibling.GetAttributeValue("title", null); - if (null != href && null != name) - { - name = name.ToLower().Trim(); - switch (name) - { - case "properties": - propsNode.Add(new XAttribute("Link", XmlConvert.EncodeName(_rootAdress + href))); - ParseVisioTypeProperties(propsNode, func); - break; - case "methods": - methodsNode.Add(new XAttribute("Link", XmlConvert.EncodeName(_rootAdress + href))); - ParseVisioTypeMethods(methodsNode, func); - break; - case "events": - eventsNode.Add(new XAttribute("Link", XmlConvert.EncodeName(_rootAdress + href))); - ParseVisioTypeEvents(eventsNode, func); - break; - default: - break; - } - } - } - } - } - } - - private static void ParseVisioTypeProperties(XElement propertiesNode, LogAction func) - { - using (var client = new System.Net.WebClient()) - { - string pageLink = XmlConvert.DecodeName(propertiesNode.Attribute("Link").Value); - string pageContent = DownloadPage(client, pageLink); - HtmlDocument doc = new HtmlDocument(); - doc.LoadHtml(pageContent); - var root = doc.DocumentNode; - var divNodes = root.Descendants("div").ToList(); - foreach (var item in divNodes) - { - string className = item.GetAttributeValue("class", null); - if (className == "toclevel2") - { - string href = item.FirstChild.NextSibling.GetAttributeValue("href", null); - string name = item.FirstChild.NextSibling.GetAttributeValue("title", null); - if (null != href && null != name) - { - if (name.IndexOf(" ") > -1) - name = name.Split(new string[] { " " }, StringSplitOptions.RemoveEmptyEntries)[0]; - propertiesNode.Add(new XElement("Property", new XElement("Name", name), new XElement("Link", _rootAdress + href))); - func(""); - } - } - } - } - } - - private static void ParseVisioTypeMethods(XElement propertiesNode, LogAction func) - { - using (var client = new System.Net.WebClient()) - { - string pageLink = XmlConvert.DecodeName(propertiesNode.Attribute("Link").Value); - string pageContent = DownloadPage(client, pageLink); - HtmlDocument doc = new HtmlDocument(); - doc.LoadHtml(pageContent); - var root = doc.DocumentNode; - var divNodes = root.Descendants("div").ToList(); - foreach (var item in divNodes) - { - string className = item.GetAttributeValue("class", null); - if (className == "toclevel2") - { - string href = item.FirstChild.NextSibling.GetAttributeValue("href", null); - string name = item.FirstChild.NextSibling.GetAttributeValue("title", null); - if (null != href && null != name) - { - if (name.IndexOf(" ") > -1) - name = name.Split(new string[] { " " }, StringSplitOptions.RemoveEmptyEntries)[0]; - propertiesNode.Add(new XElement("Method", new XElement("Name", name), new XElement("Link", _rootAdress + href))); - func(""); - } - } - } - } - } - - private static void ParseVisioTypeEvents(XElement propertiesNode, LogAction func) - { - using (var client = new System.Net.WebClient()) - { - string pageLink = XmlConvert.DecodeName(propertiesNode.Attribute("Link").Value); - string pageContent = DownloadPage(client, pageLink); - HtmlDocument doc = new HtmlDocument(); - doc.LoadHtml(pageContent); - var root = doc.DocumentNode; - var divNodes = root.Descendants("div").ToList(); - foreach (var item in divNodes) - { - string className = item.GetAttributeValue("class", null); - if (className == "toclevel2") - { - string href = item.FirstChild.NextSibling.GetAttributeValue("href", null); - string name = item.FirstChild.NextSibling.GetAttributeValue("title", null); - if (null != href && null != name) - { - if (name.IndexOf(" ") > -1) - name = name.Split(new string[] { " " }, StringSplitOptions.RemoveEmptyEntries)[0]; - propertiesNode.Add(new XElement("Event", new XElement("Name", name), new XElement("Link", _rootAdress + href))); - func(""); - } - } - } - } - } - - #endregion - #region Parse Project private static void ParseProjectTypes(XElement excelNode, LogAction func) @@ -2023,7 +1778,6 @@ internal static XDocument ParseReference(LogAction func) ParseOffice(document, func); ParseOutlook(document, func); ParsePowerPoint(document, func); - ParseVisio(document, func); ParseWord(document, func); func("Done!"); diff --git a/README.md b/README.md index 6140a74541..3153533211 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ > NetOffice is a set of libraries for building Microsoft Office Addins and automation of Microsoft Office applications. -Use NetOffice to extend and automate Microsoft Office applications: Excel, Word, Outlook, PowerPoint, Access and Visio. +Use NetOffice to extend and automate Microsoft Office applications: Excel, Word, Outlook, PowerPoint and Access. :rotating_light: **Notice**: Use official packages with [__NetOfficeFw.*__ prefix](https://www.nuget.org/packages?q=NetOfficeFw). Using old 1.7.4 packages? [Learn how to migrate.](https://netoffice.io/migrate-notice/) diff --git a/RegAddin/RegAddin/Common/AddinRegAnalyzer.cs b/RegAddin/RegAddin/Common/AddinRegAnalyzer.cs index 678713abdc..f7093c3da7 100644 --- a/RegAddin/RegAddin/Common/AddinRegAnalyzer.cs +++ b/RegAddin/RegAddin/Common/AddinRegAnalyzer.cs @@ -10,7 +10,7 @@ namespace RegAddin.Common { internal class AddinRegAnalyzer { - public static string[] _multiRegisterIn = new string[] { "Excel", "Word", "Outlook", "PowerPoint", "Access", "Visio" }; + public static string[] _multiRegisterIn = new string[] { "Excel", "Word", "Outlook", "PowerPoint", "Access" }; private static string _systemObject = "System.Object"; @@ -26,10 +26,9 @@ internal class AddinRegAnalyzer "NetOffice.OutlookApi.Tools.COMAddin", "NetOffice.PowerPointApi.Tools.COMAddin", "NetOffice.AccessApi.Tools.COMAddin", - "NetOffice.VisioApi.Tools.COMAddin", "NetOffice.OfficeApi.Tools.COMAddin"}; - private static string[] _classKeys = new string[] { "Excel", "Word", "Outlook", "PowerPoint", "Access", "Visio"}; + private static string[] _classKeys = new string[] { "Excel", "Word", "Outlook", "PowerPoint", "Access" }; private static string _multiClassName = "NetOffice.OfficeApi.Tools.COMAddin"; diff --git a/RegAddin/RegAddin/RegFile/RegFileOperationHost.cs b/RegAddin/RegAddin/RegFile/RegFileOperationHost.cs index c9c9776cff..85a9db4016 100644 --- a/RegAddin/RegAddin/RegFile/RegFileOperationHost.cs +++ b/RegAddin/RegAddin/RegFile/RegFileOperationHost.cs @@ -229,7 +229,7 @@ private void WriteRegistryContentToLocalFileSystem(List contentTable) File.AppendAllText(Settings.RegFilePath, fullContent.ToString(), Encoding.Unicode); } - public static string[] _multiRegisterIn = new string[] { "Excel", "Word", "Outlook", "PowerPoint", "Access", "Visio" }; + public static string[] _multiRegisterIn = new string[] { "Excel", "Word", "Outlook", "PowerPoint", "Access" }; private string CreateRegistryFileContent(Assembly addinAssembly, IEnumerable assemblyAttributes, SingletonSettings.RegisterMode mode, Type addinClassType, IEnumerable addinClassAttributes) @@ -325,7 +325,6 @@ private string CreateRegistryFileContent(Assembly addinAssembly, IEnumerable - diff --git a/Source/NetOffice.sln b/Source/NetOffice.sln index d1192399ab..76275dc3b5 100644 --- a/Source/NetOffice.sln +++ b/Source/NetOffice.sln @@ -43,8 +43,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MSComctlLibApi", "MSComctlL EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MSDATASRCApi", "MSDATASRC\MSDATASRCApi.csproj", "{9D83E8F2-4EFD-4A2E-88CE-9F5943620DB6}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VisioApi", "Visio\VisioApi.csproj", "{581B0DB6-8146-4729-9AE6-61B27F53B3E6}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PublisherApi", "Publisher\PublisherApi.csproj", "{044A2BC3-7F84-4BEC-8B99-9E3432FAD88E}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetOffice.Tests", "NetOffice.Tests\NetOffice.Tests.csproj", "{67372CD1-E220-44DA-AB36-F489A593923C}" @@ -112,10 +110,6 @@ Global {9D83E8F2-4EFD-4A2E-88CE-9F5943620DB6}.Debug|Any CPU.Build.0 = Debug|Any CPU {9D83E8F2-4EFD-4A2E-88CE-9F5943620DB6}.Release|Any CPU.ActiveCfg = Release|Any CPU {9D83E8F2-4EFD-4A2E-88CE-9F5943620DB6}.Release|Any CPU.Build.0 = Release|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Release|Any CPU.Build.0 = Release|Any CPU {044A2BC3-7F84-4BEC-8B99-9E3432FAD88E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {044A2BC3-7F84-4BEC-8B99-9E3432FAD88E}.Debug|Any CPU.Build.0 = Debug|Any CPU {044A2BC3-7F84-4BEC-8B99-9E3432FAD88E}.Release|Any CPU.ActiveCfg = Release|Any CPU diff --git a/Source/NetOffice/Factory.cs b/Source/NetOffice/Factory.cs index 711cafb5aa..29fcf4d668 100644 --- a/Source/NetOffice/Factory.cs +++ b/Source/NetOffice/Factory.cs @@ -165,7 +165,6 @@ public static void Initialize() TryLoadAssembly("OutlookApi.dll"); TryLoadAssembly("PowerPointApi.dll"); TryLoadAssembly("AccessApi.dll"); - TryLoadAssembly("VisioApi.dll"); if (!_assemblyResolveEventConnected) { diff --git a/Source/NetOffice/KeyTokens.txt b/Source/NetOffice/KeyTokens.txt index 9505122996..4e4c774a26 100644 --- a/Source/NetOffice/KeyTokens.txt +++ b/Source/NetOffice/KeyTokens.txt @@ -10,7 +10,6 @@ OutlookApi, Version=1.8.1.0, Culture=neutral, PublicKeyToken=b118031aaa1097f3 OWC10Api, Version=1.8.1.0, Culture=neutral, PublicKeyToken=a2b945645f1c78b9 PowerPointApi, Version=1.8.1.0, Culture=neutral, PublicKeyToken=f3aefb8851e52dd2 VBIDEApi, Version=1.8.1.0, Culture=neutral, PublicKeyToken=931cec8882205047 -VisioApi, Version=1.8.1.0, Culture=neutral, PublicKeyToken=bfcd37a3a83f1609 WordApi, Version=1.8.1.0, Culture=neutral, PublicKeyToken=f66d74591aaf8089 PublisherApi, Version=1.8.1.0, Culture=neutral, PublicKeyToken=2133a4c2cfc56bf6 IExcelApi, Version=1.8.1.0, Culture=neutral, PublicKeyToken=c507a5667bd1b6bd \ No newline at end of file diff --git a/Source/NetOffice/Loader/CurrentAppDomain.cs b/Source/NetOffice/Loader/CurrentAppDomain.cs index 257ec06ac8..ccc812f8f8 100644 --- a/Source/NetOffice/Loader/CurrentAppDomain.cs +++ b/Source/NetOffice/Loader/CurrentAppDomain.cs @@ -16,7 +16,7 @@ internal class CurrentAppDomain private static readonly string[] _assemblyNames = new string[] { "OfficeApi.dll", "ExcelApi.dll", "WordApi.dll", "OutlookApi.dll", "PowerPointApi.dll", "AccessApi.dll", - "VisioApi.dll", "PublisherApi.dll", + "PublisherApi.dll", "VBIDEApi.dll" }; #endregion diff --git a/Source/Office/Tools/ApplicationIdentifiers.cs b/Source/Office/Tools/ApplicationIdentifiers.cs index 957d6b96a7..72fc623630 100644 --- a/Source/Office/Tools/ApplicationIdentifiers.cs +++ b/Source/Office/Tools/ApplicationIdentifiers.cs @@ -46,11 +46,6 @@ public enum ApplicationType /// Access = 5, - /// - /// Visio - /// - Visio = 6, - /// /// MS Project /// @@ -69,7 +64,6 @@ static ApplicationIdentifiers() Outlook = new Guid("00063001-0000-0000-C000-000000000046"); PowerPoint = new Guid("91493442-5A91-11CF-8700-00AA0060263B"); Access = new Guid("68CCE6C0-6129-101B-AF4E-00AA003F0F07"); - Visio = new Guid("000D0700-0000-0000-C000-000000000046"); MS_Project = new Guid("00020AFF-0000-0000-C000-000000000046"); Publisher = new Guid("0002123E-0000-0000-C000-000000000046"); } @@ -98,11 +92,6 @@ static ApplicationIdentifiers() /// 68CCE6C0-6129-101B-AF4E-00AA003F0F07 /// public static Guid Access { get; private set; } - - /// - /// 000D0700-0000-0000-C000-000000000046 - /// - public static Guid Visio { get; private set; } /// /// 00020AFF-0000-0000-C000-000000000046 @@ -132,8 +121,6 @@ public static ApplicationType IsApplication(Guid id) return ApplicationType.PowerPoint; if (id == Access) return ApplicationType.Access; - if (id == Visio) - return ApplicationType.Visio; if (id == MS_Project) return ApplicationType.MS_Project; if (id == Publisher) diff --git a/Source/Office/Tools/MultiRegisterAttribute.cs b/Source/Office/Tools/MultiRegisterAttribute.cs index 2cbabcf953..496715eedd 100644 --- a/Source/Office/Tools/MultiRegisterAttribute.cs +++ b/Source/Office/Tools/MultiRegisterAttribute.cs @@ -32,11 +32,6 @@ public enum RegisterIn /// Access = 4, - /// - /// MS Visio in any version - /// - Visio = 6, - /// /// MS Publisher /// diff --git a/Source/Visio/AssemblyInfo.cs b/Source/Visio/AssemblyInfo.cs deleted file mode 100644 index 5320c1dccd..0000000000 --- a/Source/Visio/AssemblyInfo.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using NetOffice; -using NetOffice.Attributes; - -/* - Contains the following Type Libraries: - Name - Description - SupportByVersion - Visio - - 11 - Visio - - 12 - Visio - - 14 - Visio - - 15 - Visio - - 16 -*/ - -[assembly: PrimaryInteropAssembly(1, 0)] -[assembly: ImportedFromTypeLib("Visio")] -[assembly: Guid("00021A98-0000-0000-C000-000000000046")] -[assembly: NetOfficeAssemblyAttribute("1.8.1.0")] -[assembly: Dependency("NetOffice.dll", LoadHint.Default)] - - -/* -Alias Table - -*/ \ No newline at end of file diff --git a/Source/Visio/Classes/AccelItem.cs b/Source/Visio/Classes/AccelItem.cs deleted file mode 100644 index 18e4179079..0000000000 --- a/Source/Visio/Classes/AccelItem.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass AccelItem - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769205(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class AccelItem : IVAccelItem - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(AccelItem); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public AccelItem(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public AccelItem(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public AccelItem(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public AccelItem(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public AccelItem(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of AccelItem - /// - public AccelItem():base("Visio.AccelItem") - { - - } - - /// - /// Creates a new instance of AccelItem - /// - ///registered ProgID - public AccelItem(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/AccelItems.cs b/Source/Visio/Classes/AccelItems.cs deleted file mode 100644 index aefa77a213..0000000000 --- a/Source/Visio/Classes/AccelItems.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass AccelItems - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769202(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class AccelItems : IVAccelItems - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(AccelItems); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public AccelItems(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public AccelItems(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public AccelItems(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public AccelItems(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public AccelItems(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of AccelItems - /// - public AccelItems():base("Visio.AccelItems") - { - - } - - /// - /// Creates a new instance of AccelItems - /// - ///registered ProgID - public AccelItems(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/AccelTable.cs b/Source/Visio/Classes/AccelTable.cs deleted file mode 100644 index ffe3fa6c90..0000000000 --- a/Source/Visio/Classes/AccelTable.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass AccelTable - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769208(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class AccelTable : IVAccelTable - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(AccelTable); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public AccelTable(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public AccelTable(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public AccelTable(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public AccelTable(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public AccelTable(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of AccelTable - /// - public AccelTable():base("Visio.AccelTable") - { - - } - - /// - /// Creates a new instance of AccelTable - /// - ///registered ProgID - public AccelTable(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/AccelTables.cs b/Source/Visio/Classes/AccelTables.cs deleted file mode 100644 index 29d17b1124..0000000000 --- a/Source/Visio/Classes/AccelTables.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass AccelTables - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769211(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class AccelTables : IVAccelTables - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(AccelTables); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public AccelTables(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public AccelTables(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public AccelTables(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public AccelTables(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public AccelTables(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of AccelTables - /// - public AccelTables():base("Visio.AccelTables") - { - - } - - /// - /// Creates a new instance of AccelTables - /// - ///registered ProgID - public AccelTables(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Addon.cs b/Source/Visio/Classes/Addon.cs deleted file mode 100644 index 75a7b6e129..0000000000 --- a/Source/Visio/Classes/Addon.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Addon - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769214(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class Addon : IVAddon - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Addon); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Addon(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Addon(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Addon(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Addon(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Addon(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Addon - /// - public Addon():base("Visio.Addon") - { - - } - - /// - /// Creates a new instance of Addon - /// - ///registered ProgID - public Addon(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Addons.cs b/Source/Visio/Classes/Addons.cs deleted file mode 100644 index 973416b040..0000000000 --- a/Source/Visio/Classes/Addons.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Addons - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769217(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class Addons : IVAddons - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Addons); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Addons(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Addons(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Addons(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Addons(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Addons(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Addons - /// - public Addons():base("Visio.Addons") - { - - } - - /// - /// Creates a new instance of Addons - /// - ///registered ProgID - public Addons(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Application.cs b/Source/Visio/Classes/Application.cs deleted file mode 100644 index b2a7431989..0000000000 --- a/Source/Visio/Classes/Application.cs +++ /dev/null @@ -1,2847 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - public delegate void Application_AppActivatedEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void Application_AppDeactivatedEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void Application_AppObjActivatedEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void Application_AppObjDeactivatedEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void Application_BeforeQuitEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void Application_BeforeModalEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void Application_AfterModalEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void Application_WindowOpenedEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Application_SelectionChangedEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Application_BeforeWindowClosedEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Application_WindowActivatedEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Application_BeforeWindowSelDeleteEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Application_BeforeWindowPageTurnEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Application_WindowTurnedToPageEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Application_DocumentOpenedEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Application_DocumentCreatedEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Application_DocumentSavedEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Application_DocumentSavedAsEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Application_DocumentChangedEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Application_BeforeDocumentCloseEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Application_StyleAddedEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void Application_StyleChangedEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void Application_BeforeStyleDeleteEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void Application_MasterAddedEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Application_MasterChangedEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Application_BeforeMasterDeleteEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Application_PageAddedEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Application_PageChangedEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Application_BeforePageDeleteEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Application_ShapeAddedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Application_BeforeSelectionDeleteEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Application_ShapeChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Application_SelectionAddedEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Application_BeforeShapeDeleteEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Application_TextChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Application_CellChangedEventHandler(NetOffice.VisioApi.IVCell cell); - public delegate void Application_MarkerEventEventHandler(NetOffice.VisioApi.IVApplication app, Int32 sequenceNum, string contextString); - public delegate void Application_NoEventsPendingEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void Application_VisioIsIdleEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void Application_MustFlushScopeBeginningEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void Application_MustFlushScopeEndedEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void Application_RunModeEnteredEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Application_DesignModeEnteredEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Application_BeforeDocumentSaveEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Application_BeforeDocumentSaveAsEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Application_FormulaChangedEventHandler(NetOffice.VisioApi.IVCell Cell); - public delegate void Application_ConnectionsAddedEventHandler(NetOffice.VisioApi.IVConnects connects); - public delegate void Application_ConnectionsDeletedEventHandler(NetOffice.VisioApi.IVConnects connects); - public delegate void Application_EnterScopeEventHandler(NetOffice.VisioApi.IVApplication app, Int32 nScopeID, string bstrDescription); - public delegate void Application_ExitScopeEventHandler(NetOffice.VisioApi.IVApplication app, Int32 nScopeID, string bstrDescription, bool bErrOrCancelled); - public delegate void Application_QueryCancelQuitEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void Application_QuitCanceledEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void Application_WindowChangedEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Application_ViewChangedEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Application_QueryCancelWindowCloseEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Application_WindowCloseCanceledEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Application_QueryCancelDocumentCloseEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Application_DocumentCloseCanceledEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Application_QueryCancelStyleDeleteEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void Application_StyleDeleteCanceledEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void Application_QueryCancelMasterDeleteEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Application_MasterDeleteCanceledEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Application_QueryCancelPageDeleteEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Application_PageDeleteCanceledEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Application_ShapeParentChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Application_BeforeShapeTextEditEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Application_ShapeExitedTextEditEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Application_QueryCancelSelectionDeleteEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Application_SelectionDeleteCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Application_QueryCancelUngroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Application_UngroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Application_QueryCancelConvertToGroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Application_ConvertToGroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Application_QueryCancelSuspendEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void Application_SuspendCanceledEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void Application_BeforeSuspendEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void Application_AfterResumeEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void Application_OnKeystrokeMessageForAddonEventHandler(NetOffice.VisioApi.IVMSGWrap msg); - public delegate void Application_MouseDownEventHandler(Int32 button, Int32 KeyButtonState, Double x, Double y, ref bool cancelDefault); - public delegate void Application_MouseMoveEventHandler(Int32 button, Int32 KeyButtonState, Double x, Double y, ref bool cancelDefault); - public delegate void Application_MouseUpEventHandler(Int32 button, Int32 KeyButtonState, Double x, Double y, ref bool cancelDefault); - public delegate void Application_KeyDownEventHandler(Int32 keyCode, Int32 KeyButtonState, ref bool CancelDefault); - public delegate void Application_KeyPressEventHandler(Int32 keyAscii, ref bool CancelDefault); - public delegate void Application_KeyUpEventHandler(Int32 keyCode, Int32 keyButtonState, ref bool cancelDefault); - public delegate void Application_QueryCancelSuspendEventsEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void Application_SuspendEventsCanceledEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void Application_BeforeSuspendEventsEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void Application_AfterResumeEventsEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void Application_QueryCancelGroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Application_GroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Application_ShapeDataGraphicChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Application_BeforeDataRecordsetDeleteEventHandler(NetOffice.VisioApi.IVDataRecordset dataRecordset); - public delegate void Application_DataRecordsetChangedEventHandler(NetOffice.VisioApi.IVDataRecordsetChangedEvent dataRecordsetChanged); - public delegate void Application_DataRecordsetAddedEventHandler(NetOffice.VisioApi.IVDataRecordset dataRecordset); - public delegate void Application_ShapeLinkAddedEventHandler(NetOffice.VisioApi.IVShape shape, Int32 dataRecordsetID, Int32 dataRowID); - public delegate void Application_ShapeLinkDeletedEventHandler(NetOffice.VisioApi.IVShape shape, Int32 dataRecordsetID, Int32 dataRowID); - public delegate void Application_AfterRemoveHiddenInformationEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Application_ContainerRelationshipAddedEventHandler(NetOffice.VisioApi.IVRelatedShapePairEvent shapePair); - public delegate void Application_ContainerRelationshipDeletedEventHandler(NetOffice.VisioApi.IVRelatedShapePairEvent shapePair); - public delegate void Application_CalloutRelationshipAddedEventHandler(NetOffice.VisioApi.IVRelatedShapePairEvent shapePair); - public delegate void Application_CalloutRelationshipDeletedEventHandler(NetOffice.VisioApi.IVRelatedShapePairEvent shapePair); - public delegate void Application_RuleSetValidatedEventHandler(NetOffice.VisioApi.IVValidationRuleSet ruleSet); - public delegate void Application_QueryCancelReplaceShapesEventHandler(NetOffice.VisioApi.IVReplaceShapesEvent replaceShapes); - public delegate void Application_ReplaceShapesCanceledEventHandler(NetOffice.VisioApi.IVReplaceShapesEvent replaceShapes); - public delegate void Application_BeforeReplaceShapesEventHandler(NetOffice.VisioApi.IVReplaceShapesEvent replaceShapes); - public delegate void Application_AfterReplaceShapesEventHandler(NetOffice.VisioApi.IVSelection sel); - #pragma warning restore - - #endregion - - /// - /// CoClass Application - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769220(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass), ComProgId("Visio.Application"), ModuleProvider(typeof(GlobalHelperModules.GlobalModule))] - [EventSink(typeof(Events.EApplication_SinkHelper))] - [ComEventInterface(typeof(Events.EApplication))] - public class Application : IVApplication, ICloneable, IEventBinding - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - private Events.EApplication_SinkHelper _eApplication_SinkHelper; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Application); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public Application(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - _callQuitInDispose = true; - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Application(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - GlobalHelperModules.GlobalModule.Instance = this; - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Application(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - GlobalHelperModules.GlobalModule.Instance = this; - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Application(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Application(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Application(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Application - /// - public Application():base("Visio.Application") - { - GlobalHelperModules.GlobalModule.Instance = this; - } - - /// - /// Creates a new instance of Application - /// - ///registered ProgID - public Application(string progId):base(progId) - { - GlobalHelperModules.GlobalModule.Instance = this; - } - - /// - /// NetOffice method: dispose instance and all child instances - /// - /// dispose event exported proxies with one or more event recipients - [Category("NetOffice"), CoreOverridden] - public override void Dispose(bool disposeEventBinding) - { - if(this.Equals(GlobalHelperModules.GlobalModule.Instance)) - GlobalHelperModules.GlobalModule.Instance = null; - base.Dispose(disposeEventBinding); - } - - /// - /// NetOffice method: dispose instance and all child instances - /// - [Category("NetOffice"), CoreOverridden] - public override void Dispose() - { - if(this.Equals(GlobalHelperModules.GlobalModule.Instance)) - GlobalHelperModules.GlobalModule.Instance = null; - base.Dispose(); - } - - #endregion - - #region Static CoClass Methods - - /// - /// Returns all running Visio.Application instances from the environment/system - /// - /// Visio.Application sequence - public static IDisposableSequence GetActiveInstances() - { - return Running.ProxyService.GetActiveInstances("Visio", "Application"); - } - - /// - /// Returns a running Visio.Application instance from the environment/system - /// - /// throw exception if unable to find an instance - /// Visio.Application instance or null - public static Application GetActiveInstance(bool throwExceptionIfNotFound = false) - { - return Running.ProxyService.GetActiveInstance("Visio", "Application", throwExceptionIfNotFound); - } - - #endregion - - #region Events - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_AppActivatedEventHandler _AppActivatedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765356(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_AppActivatedEventHandler AppActivatedEvent - { - add - { - CreateEventBridge(); - _AppActivatedEvent += value; - } - remove - { - _AppActivatedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_AppDeactivatedEventHandler _AppDeactivatedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765903(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_AppDeactivatedEventHandler AppDeactivatedEvent - { - add - { - CreateEventBridge(); - _AppDeactivatedEvent += value; - } - remove - { - _AppDeactivatedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_AppObjActivatedEventHandler _AppObjActivatedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767797(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_AppObjActivatedEventHandler AppObjActivatedEvent - { - add - { - CreateEventBridge(); - _AppObjActivatedEvent += value; - } - remove - { - _AppObjActivatedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_AppObjDeactivatedEventHandler _AppObjDeactivatedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765196(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_AppObjDeactivatedEventHandler AppObjDeactivatedEvent - { - add - { - CreateEventBridge(); - _AppObjDeactivatedEvent += value; - } - remove - { - _AppObjDeactivatedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_BeforeQuitEventHandler _BeforeQuitEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767832(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_BeforeQuitEventHandler BeforeQuitEvent - { - add - { - CreateEventBridge(); - _BeforeQuitEvent += value; - } - remove - { - _BeforeQuitEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_BeforeModalEventHandler _BeforeModalEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766316(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_BeforeModalEventHandler BeforeModalEvent - { - add - { - CreateEventBridge(); - _BeforeModalEvent += value; - } - remove - { - _BeforeModalEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_AfterModalEventHandler _AfterModalEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768670(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_AfterModalEventHandler AfterModalEvent - { - add - { - CreateEventBridge(); - _AfterModalEvent += value; - } - remove - { - _AfterModalEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_WindowOpenedEventHandler _WindowOpenedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767725(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_WindowOpenedEventHandler WindowOpenedEvent - { - add - { - CreateEventBridge(); - _WindowOpenedEvent += value; - } - remove - { - _WindowOpenedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_SelectionChangedEventHandler _SelectionChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768425(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_SelectionChangedEventHandler SelectionChangedEvent - { - add - { - CreateEventBridge(); - _SelectionChangedEvent += value; - } - remove - { - _SelectionChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_BeforeWindowClosedEventHandler _BeforeWindowClosedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768648(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_BeforeWindowClosedEventHandler BeforeWindowClosedEvent - { - add - { - CreateEventBridge(); - _BeforeWindowClosedEvent += value; - } - remove - { - _BeforeWindowClosedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_WindowActivatedEventHandler _WindowActivatedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768932(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_WindowActivatedEventHandler WindowActivatedEvent - { - add - { - CreateEventBridge(); - _WindowActivatedEvent += value; - } - remove - { - _WindowActivatedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_BeforeWindowSelDeleteEventHandler _BeforeWindowSelDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765921(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_BeforeWindowSelDeleteEventHandler BeforeWindowSelDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeWindowSelDeleteEvent += value; - } - remove - { - _BeforeWindowSelDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_BeforeWindowPageTurnEventHandler _BeforeWindowPageTurnEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768604(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_BeforeWindowPageTurnEventHandler BeforeWindowPageTurnEvent - { - add - { - CreateEventBridge(); - _BeforeWindowPageTurnEvent += value; - } - remove - { - _BeforeWindowPageTurnEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_WindowTurnedToPageEventHandler _WindowTurnedToPageEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769065(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_WindowTurnedToPageEventHandler WindowTurnedToPageEvent - { - add - { - CreateEventBridge(); - _WindowTurnedToPageEvent += value; - } - remove - { - _WindowTurnedToPageEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_DocumentOpenedEventHandler _DocumentOpenedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768552(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_DocumentOpenedEventHandler DocumentOpenedEvent - { - add - { - CreateEventBridge(); - _DocumentOpenedEvent += value; - } - remove - { - _DocumentOpenedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_DocumentCreatedEventHandler _DocumentCreatedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765843(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_DocumentCreatedEventHandler DocumentCreatedEvent - { - add - { - CreateEventBridge(); - _DocumentCreatedEvent += value; - } - remove - { - _DocumentCreatedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_DocumentSavedEventHandler _DocumentSavedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767627(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_DocumentSavedEventHandler DocumentSavedEvent - { - add - { - CreateEventBridge(); - _DocumentSavedEvent += value; - } - remove - { - _DocumentSavedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_DocumentSavedAsEventHandler _DocumentSavedAsEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768947(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_DocumentSavedAsEventHandler DocumentSavedAsEvent - { - add - { - CreateEventBridge(); - _DocumentSavedAsEvent += value; - } - remove - { - _DocumentSavedAsEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_DocumentChangedEventHandler _DocumentChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768119(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_DocumentChangedEventHandler DocumentChangedEvent - { - add - { - CreateEventBridge(); - _DocumentChangedEvent += value; - } - remove - { - _DocumentChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_BeforeDocumentCloseEventHandler _BeforeDocumentCloseEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768151(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_BeforeDocumentCloseEventHandler BeforeDocumentCloseEvent - { - add - { - CreateEventBridge(); - _BeforeDocumentCloseEvent += value; - } - remove - { - _BeforeDocumentCloseEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_StyleAddedEventHandler _StyleAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767751(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_StyleAddedEventHandler StyleAddedEvent - { - add - { - CreateEventBridge(); - _StyleAddedEvent += value; - } - remove - { - _StyleAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_StyleChangedEventHandler _StyleChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769029(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_StyleChangedEventHandler StyleChangedEvent - { - add - { - CreateEventBridge(); - _StyleChangedEvent += value; - } - remove - { - _StyleChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_BeforeStyleDeleteEventHandler _BeforeStyleDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766539(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_BeforeStyleDeleteEventHandler BeforeStyleDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeStyleDeleteEvent += value; - } - remove - { - _BeforeStyleDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_MasterAddedEventHandler _MasterAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768930(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_MasterAddedEventHandler MasterAddedEvent - { - add - { - CreateEventBridge(); - _MasterAddedEvent += value; - } - remove - { - _MasterAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_MasterChangedEventHandler _MasterChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769090(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_MasterChangedEventHandler MasterChangedEvent - { - add - { - CreateEventBridge(); - _MasterChangedEvent += value; - } - remove - { - _MasterChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_BeforeMasterDeleteEventHandler _BeforeMasterDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766726(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_BeforeMasterDeleteEventHandler BeforeMasterDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeMasterDeleteEvent += value; - } - remove - { - _BeforeMasterDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_PageAddedEventHandler _PageAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765378(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_PageAddedEventHandler PageAddedEvent - { - add - { - CreateEventBridge(); - _PageAddedEvent += value; - } - remove - { - _PageAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_PageChangedEventHandler _PageChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768083(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_PageChangedEventHandler PageChangedEvent - { - add - { - CreateEventBridge(); - _PageChangedEvent += value; - } - remove - { - _PageChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_BeforePageDeleteEventHandler _BeforePageDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766722(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_BeforePageDeleteEventHandler BeforePageDeleteEvent - { - add - { - CreateEventBridge(); - _BeforePageDeleteEvent += value; - } - remove - { - _BeforePageDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_ShapeAddedEventHandler _ShapeAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766392(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_ShapeAddedEventHandler ShapeAddedEvent - { - add - { - CreateEventBridge(); - _ShapeAddedEvent += value; - } - remove - { - _ShapeAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_BeforeSelectionDeleteEventHandler _BeforeSelectionDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766131(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_BeforeSelectionDeleteEventHandler BeforeSelectionDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeSelectionDeleteEvent += value; - } - remove - { - _BeforeSelectionDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_ShapeChangedEventHandler _ShapeChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767789(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_ShapeChangedEventHandler ShapeChangedEvent - { - add - { - CreateEventBridge(); - _ShapeChangedEvent += value; - } - remove - { - _ShapeChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_SelectionAddedEventHandler _SelectionAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766974(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_SelectionAddedEventHandler SelectionAddedEvent - { - add - { - CreateEventBridge(); - _SelectionAddedEvent += value; - } - remove - { - _SelectionAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_BeforeShapeDeleteEventHandler _BeforeShapeDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767938(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_BeforeShapeDeleteEventHandler BeforeShapeDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeShapeDeleteEvent += value; - } - remove - { - _BeforeShapeDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_TextChangedEventHandler _TextChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767908(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_TextChangedEventHandler TextChangedEvent - { - add - { - CreateEventBridge(); - _TextChangedEvent += value; - } - remove - { - _TextChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_CellChangedEventHandler _CellChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767326(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_CellChangedEventHandler CellChangedEvent - { - add - { - CreateEventBridge(); - _CellChangedEvent += value; - } - remove - { - _CellChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_MarkerEventEventHandler _MarkerEventEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765486(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_MarkerEventEventHandler MarkerEventEvent - { - add - { - CreateEventBridge(); - _MarkerEventEvent += value; - } - remove - { - _MarkerEventEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_NoEventsPendingEventHandler _NoEventsPendingEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767335(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_NoEventsPendingEventHandler NoEventsPendingEvent - { - add - { - CreateEventBridge(); - _NoEventsPendingEvent += value; - } - remove - { - _NoEventsPendingEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_VisioIsIdleEventHandler _VisioIsIdleEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766439(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_VisioIsIdleEventHandler VisioIsIdleEvent - { - add - { - CreateEventBridge(); - _VisioIsIdleEvent += value; - } - remove - { - _VisioIsIdleEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_MustFlushScopeBeginningEventHandler _MustFlushScopeBeginningEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767512(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_MustFlushScopeBeginningEventHandler MustFlushScopeBeginningEvent - { - add - { - CreateEventBridge(); - _MustFlushScopeBeginningEvent += value; - } - remove - { - _MustFlushScopeBeginningEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_MustFlushScopeEndedEventHandler _MustFlushScopeEndedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768052(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_MustFlushScopeEndedEventHandler MustFlushScopeEndedEvent - { - add - { - CreateEventBridge(); - _MustFlushScopeEndedEvent += value; - } - remove - { - _MustFlushScopeEndedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_RunModeEnteredEventHandler _RunModeEnteredEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765975(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_RunModeEnteredEventHandler RunModeEnteredEvent - { - add - { - CreateEventBridge(); - _RunModeEnteredEvent += value; - } - remove - { - _RunModeEnteredEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_DesignModeEnteredEventHandler _DesignModeEnteredEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765830(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_DesignModeEnteredEventHandler DesignModeEnteredEvent - { - add - { - CreateEventBridge(); - _DesignModeEnteredEvent += value; - } - remove - { - _DesignModeEnteredEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_BeforeDocumentSaveEventHandler _BeforeDocumentSaveEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768487(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_BeforeDocumentSaveEventHandler BeforeDocumentSaveEvent - { - add - { - CreateEventBridge(); - _BeforeDocumentSaveEvent += value; - } - remove - { - _BeforeDocumentSaveEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_BeforeDocumentSaveAsEventHandler _BeforeDocumentSaveAsEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768752(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_BeforeDocumentSaveAsEventHandler BeforeDocumentSaveAsEvent - { - add - { - CreateEventBridge(); - _BeforeDocumentSaveAsEvent += value; - } - remove - { - _BeforeDocumentSaveAsEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_FormulaChangedEventHandler _FormulaChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769046(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_FormulaChangedEventHandler FormulaChangedEvent - { - add - { - CreateEventBridge(); - _FormulaChangedEvent += value; - } - remove - { - _FormulaChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_ConnectionsAddedEventHandler _ConnectionsAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768100(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_ConnectionsAddedEventHandler ConnectionsAddedEvent - { - add - { - CreateEventBridge(); - _ConnectionsAddedEvent += value; - } - remove - { - _ConnectionsAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_ConnectionsDeletedEventHandler _ConnectionsDeletedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767479(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_ConnectionsDeletedEventHandler ConnectionsDeletedEvent - { - add - { - CreateEventBridge(); - _ConnectionsDeletedEvent += value; - } - remove - { - _ConnectionsDeletedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_EnterScopeEventHandler _EnterScopeEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769070(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_EnterScopeEventHandler EnterScopeEvent - { - add - { - CreateEventBridge(); - _EnterScopeEvent += value; - } - remove - { - _EnterScopeEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_ExitScopeEventHandler _ExitScopeEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767448(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_ExitScopeEventHandler ExitScopeEvent - { - add - { - CreateEventBridge(); - _ExitScopeEvent += value; - } - remove - { - _ExitScopeEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_QueryCancelQuitEventHandler _QueryCancelQuitEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765429(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_QueryCancelQuitEventHandler QueryCancelQuitEvent - { - add - { - CreateEventBridge(); - _QueryCancelQuitEvent += value; - } - remove - { - _QueryCancelQuitEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_QuitCanceledEventHandler _QuitCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765158(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_QuitCanceledEventHandler QuitCanceledEvent - { - add - { - CreateEventBridge(); - _QuitCanceledEvent += value; - } - remove - { - _QuitCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_WindowChangedEventHandler _WindowChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765706(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_WindowChangedEventHandler WindowChangedEvent - { - add - { - CreateEventBridge(); - _WindowChangedEvent += value; - } - remove - { - _WindowChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_ViewChangedEventHandler _ViewChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765751(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_ViewChangedEventHandler ViewChangedEvent - { - add - { - CreateEventBridge(); - _ViewChangedEvent += value; - } - remove - { - _ViewChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_QueryCancelWindowCloseEventHandler _QueryCancelWindowCloseEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769020(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_QueryCancelWindowCloseEventHandler QueryCancelWindowCloseEvent - { - add - { - CreateEventBridge(); - _QueryCancelWindowCloseEvent += value; - } - remove - { - _QueryCancelWindowCloseEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_WindowCloseCanceledEventHandler _WindowCloseCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765316(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_WindowCloseCanceledEventHandler WindowCloseCanceledEvent - { - add - { - CreateEventBridge(); - _WindowCloseCanceledEvent += value; - } - remove - { - _WindowCloseCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_QueryCancelDocumentCloseEventHandler _QueryCancelDocumentCloseEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766512(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_QueryCancelDocumentCloseEventHandler QueryCancelDocumentCloseEvent - { - add - { - CreateEventBridge(); - _QueryCancelDocumentCloseEvent += value; - } - remove - { - _QueryCancelDocumentCloseEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_DocumentCloseCanceledEventHandler _DocumentCloseCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765332(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_DocumentCloseCanceledEventHandler DocumentCloseCanceledEvent - { - add - { - CreateEventBridge(); - _DocumentCloseCanceledEvent += value; - } - remove - { - _DocumentCloseCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_QueryCancelStyleDeleteEventHandler _QueryCancelStyleDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767117(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_QueryCancelStyleDeleteEventHandler QueryCancelStyleDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelStyleDeleteEvent += value; - } - remove - { - _QueryCancelStyleDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_StyleDeleteCanceledEventHandler _StyleDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768236(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_StyleDeleteCanceledEventHandler StyleDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _StyleDeleteCanceledEvent += value; - } - remove - { - _StyleDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_QueryCancelMasterDeleteEventHandler _QueryCancelMasterDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767170(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_QueryCancelMasterDeleteEventHandler QueryCancelMasterDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelMasterDeleteEvent += value; - } - remove - { - _QueryCancelMasterDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_MasterDeleteCanceledEventHandler _MasterDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767357(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_MasterDeleteCanceledEventHandler MasterDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _MasterDeleteCanceledEvent += value; - } - remove - { - _MasterDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_QueryCancelPageDeleteEventHandler _QueryCancelPageDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767161(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_QueryCancelPageDeleteEventHandler QueryCancelPageDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelPageDeleteEvent += value; - } - remove - { - _QueryCancelPageDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_PageDeleteCanceledEventHandler _PageDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765525(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_PageDeleteCanceledEventHandler PageDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _PageDeleteCanceledEvent += value; - } - remove - { - _PageDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_ShapeParentChangedEventHandler _ShapeParentChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765842(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_ShapeParentChangedEventHandler ShapeParentChangedEvent - { - add - { - CreateEventBridge(); - _ShapeParentChangedEvent += value; - } - remove - { - _ShapeParentChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_BeforeShapeTextEditEventHandler _BeforeShapeTextEditEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768563(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_BeforeShapeTextEditEventHandler BeforeShapeTextEditEvent - { - add - { - CreateEventBridge(); - _BeforeShapeTextEditEvent += value; - } - remove - { - _BeforeShapeTextEditEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_ShapeExitedTextEditEventHandler _ShapeExitedTextEditEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767733(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_ShapeExitedTextEditEventHandler ShapeExitedTextEditEvent - { - add - { - CreateEventBridge(); - _ShapeExitedTextEditEvent += value; - } - remove - { - _ShapeExitedTextEditEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_QueryCancelSelectionDeleteEventHandler _QueryCancelSelectionDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768575(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_QueryCancelSelectionDeleteEventHandler QueryCancelSelectionDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelSelectionDeleteEvent += value; - } - remove - { - _QueryCancelSelectionDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_SelectionDeleteCanceledEventHandler _SelectionDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766557(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_SelectionDeleteCanceledEventHandler SelectionDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _SelectionDeleteCanceledEvent += value; - } - remove - { - _SelectionDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_QueryCancelUngroupEventHandler _QueryCancelUngroupEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766751(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_QueryCancelUngroupEventHandler QueryCancelUngroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelUngroupEvent += value; - } - remove - { - _QueryCancelUngroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_UngroupCanceledEventHandler _UngroupCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765728(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_UngroupCanceledEventHandler UngroupCanceledEvent - { - add - { - CreateEventBridge(); - _UngroupCanceledEvent += value; - } - remove - { - _UngroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_QueryCancelConvertToGroupEventHandler _QueryCancelConvertToGroupEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765456(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_QueryCancelConvertToGroupEventHandler QueryCancelConvertToGroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelConvertToGroupEvent += value; - } - remove - { - _QueryCancelConvertToGroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_ConvertToGroupCanceledEventHandler _ConvertToGroupCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765231(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_ConvertToGroupCanceledEventHandler ConvertToGroupCanceledEvent - { - add - { - CreateEventBridge(); - _ConvertToGroupCanceledEvent += value; - } - remove - { - _ConvertToGroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_QueryCancelSuspendEventHandler _QueryCancelSuspendEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765467(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_QueryCancelSuspendEventHandler QueryCancelSuspendEvent - { - add - { - CreateEventBridge(); - _QueryCancelSuspendEvent += value; - } - remove - { - _QueryCancelSuspendEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_SuspendCanceledEventHandler _SuspendCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766700(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_SuspendCanceledEventHandler SuspendCanceledEvent - { - add - { - CreateEventBridge(); - _SuspendCanceledEvent += value; - } - remove - { - _SuspendCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_BeforeSuspendEventHandler _BeforeSuspendEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766733(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_BeforeSuspendEventHandler BeforeSuspendEvent - { - add - { - CreateEventBridge(); - _BeforeSuspendEvent += value; - } - remove - { - _BeforeSuspendEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_AfterResumeEventHandler _AfterResumeEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766935(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_AfterResumeEventHandler AfterResumeEvent - { - add - { - CreateEventBridge(); - _AfterResumeEvent += value; - } - remove - { - _AfterResumeEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_OnKeystrokeMessageForAddonEventHandler _OnKeystrokeMessageForAddonEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765211(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_OnKeystrokeMessageForAddonEventHandler OnKeystrokeMessageForAddonEvent - { - add - { - CreateEventBridge(); - _OnKeystrokeMessageForAddonEvent += value; - } - remove - { - _OnKeystrokeMessageForAddonEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_MouseDownEventHandler _MouseDownEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769048(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_MouseDownEventHandler MouseDownEvent - { - add - { - CreateEventBridge(); - _MouseDownEvent += value; - } - remove - { - _MouseDownEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_MouseMoveEventHandler _MouseMoveEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766075(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_MouseMoveEventHandler MouseMoveEvent - { - add - { - CreateEventBridge(); - _MouseMoveEvent += value; - } - remove - { - _MouseMoveEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_MouseUpEventHandler _MouseUpEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767334(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_MouseUpEventHandler MouseUpEvent - { - add - { - CreateEventBridge(); - _MouseUpEvent += value; - } - remove - { - _MouseUpEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_KeyDownEventHandler _KeyDownEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766050(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_KeyDownEventHandler KeyDownEvent - { - add - { - CreateEventBridge(); - _KeyDownEvent += value; - } - remove - { - _KeyDownEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_KeyPressEventHandler _KeyPressEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768385(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_KeyPressEventHandler KeyPressEvent - { - add - { - CreateEventBridge(); - _KeyPressEvent += value; - } - remove - { - _KeyPressEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Application_KeyUpEventHandler _KeyUpEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769131(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Application_KeyUpEventHandler KeyUpEvent - { - add - { - CreateEventBridge(); - _KeyUpEvent += value; - } - remove - { - _KeyUpEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Application_QueryCancelSuspendEventsEventHandler _QueryCancelSuspendEventsEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767255(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Application_QueryCancelSuspendEventsEventHandler QueryCancelSuspendEventsEvent - { - add - { - CreateEventBridge(); - _QueryCancelSuspendEventsEvent += value; - } - remove - { - _QueryCancelSuspendEventsEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Application_SuspendEventsCanceledEventHandler _SuspendEventsCanceledEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765864(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Application_SuspendEventsCanceledEventHandler SuspendEventsCanceledEvent - { - add - { - CreateEventBridge(); - _SuspendEventsCanceledEvent += value; - } - remove - { - _SuspendEventsCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Application_BeforeSuspendEventsEventHandler _BeforeSuspendEventsEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767714(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Application_BeforeSuspendEventsEventHandler BeforeSuspendEventsEvent - { - add - { - CreateEventBridge(); - _BeforeSuspendEventsEvent += value; - } - remove - { - _BeforeSuspendEventsEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Application_AfterResumeEventsEventHandler _AfterResumeEventsEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768214(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Application_AfterResumeEventsEventHandler AfterResumeEventsEvent - { - add - { - CreateEventBridge(); - _AfterResumeEventsEvent += value; - } - remove - { - _AfterResumeEventsEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Application_QueryCancelGroupEventHandler _QueryCancelGroupEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767917(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Application_QueryCancelGroupEventHandler QueryCancelGroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelGroupEvent += value; - } - remove - { - _QueryCancelGroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Application_GroupCanceledEventHandler _GroupCanceledEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768118(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Application_GroupCanceledEventHandler GroupCanceledEvent - { - add - { - CreateEventBridge(); - _GroupCanceledEvent += value; - } - remove - { - _GroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Application_ShapeDataGraphicChangedEventHandler _ShapeDataGraphicChangedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765725(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Application_ShapeDataGraphicChangedEventHandler ShapeDataGraphicChangedEvent - { - add - { - CreateEventBridge(); - _ShapeDataGraphicChangedEvent += value; - } - remove - { - _ShapeDataGraphicChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Application_BeforeDataRecordsetDeleteEventHandler _BeforeDataRecordsetDeleteEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767894(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Application_BeforeDataRecordsetDeleteEventHandler BeforeDataRecordsetDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeDataRecordsetDeleteEvent += value; - } - remove - { - _BeforeDataRecordsetDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Application_DataRecordsetChangedEventHandler _DataRecordsetChangedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767322(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Application_DataRecordsetChangedEventHandler DataRecordsetChangedEvent - { - add - { - CreateEventBridge(); - _DataRecordsetChangedEvent += value; - } - remove - { - _DataRecordsetChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Application_DataRecordsetAddedEventHandler _DataRecordsetAddedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765105(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Application_DataRecordsetAddedEventHandler DataRecordsetAddedEvent - { - add - { - CreateEventBridge(); - _DataRecordsetAddedEvent += value; - } - remove - { - _DataRecordsetAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Application_ShapeLinkAddedEventHandler _ShapeLinkAddedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765626(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Application_ShapeLinkAddedEventHandler ShapeLinkAddedEvent - { - add - { - CreateEventBridge(); - _ShapeLinkAddedEvent += value; - } - remove - { - _ShapeLinkAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Application_ShapeLinkDeletedEventHandler _ShapeLinkDeletedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768165(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Application_ShapeLinkDeletedEventHandler ShapeLinkDeletedEvent - { - add - { - CreateEventBridge(); - _ShapeLinkDeletedEvent += value; - } - remove - { - _ShapeLinkDeletedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Application_AfterRemoveHiddenInformationEventHandler _AfterRemoveHiddenInformationEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767810(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Application_AfterRemoveHiddenInformationEventHandler AfterRemoveHiddenInformationEvent - { - add - { - CreateEventBridge(); - _AfterRemoveHiddenInformationEvent += value; - } - remove - { - _AfterRemoveHiddenInformationEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event Application_ContainerRelationshipAddedEventHandler _ContainerRelationshipAddedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767352(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event Application_ContainerRelationshipAddedEventHandler ContainerRelationshipAddedEvent - { - add - { - CreateEventBridge(); - _ContainerRelationshipAddedEvent += value; - } - remove - { - _ContainerRelationshipAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event Application_ContainerRelationshipDeletedEventHandler _ContainerRelationshipDeletedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765445(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event Application_ContainerRelationshipDeletedEventHandler ContainerRelationshipDeletedEvent - { - add - { - CreateEventBridge(); - _ContainerRelationshipDeletedEvent += value; - } - remove - { - _ContainerRelationshipDeletedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event Application_CalloutRelationshipAddedEventHandler _CalloutRelationshipAddedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769019(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event Application_CalloutRelationshipAddedEventHandler CalloutRelationshipAddedEvent - { - add - { - CreateEventBridge(); - _CalloutRelationshipAddedEvent += value; - } - remove - { - _CalloutRelationshipAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event Application_CalloutRelationshipDeletedEventHandler _CalloutRelationshipDeletedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766994(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event Application_CalloutRelationshipDeletedEventHandler CalloutRelationshipDeletedEvent - { - add - { - CreateEventBridge(); - _CalloutRelationshipDeletedEvent += value; - } - remove - { - _CalloutRelationshipDeletedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event Application_RuleSetValidatedEventHandler _RuleSetValidatedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768391(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event Application_RuleSetValidatedEventHandler RuleSetValidatedEvent - { - add - { - CreateEventBridge(); - _RuleSetValidatedEvent += value; - } - remove - { - _RuleSetValidatedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 15, 16 - /// - private event Application_QueryCancelReplaceShapesEventHandler _QueryCancelReplaceShapesEvent; - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public event Application_QueryCancelReplaceShapesEventHandler QueryCancelReplaceShapesEvent - { - add - { - CreateEventBridge(); - _QueryCancelReplaceShapesEvent += value; - } - remove - { - _QueryCancelReplaceShapesEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 15, 16 - /// - private event Application_ReplaceShapesCanceledEventHandler _ReplaceShapesCanceledEvent; - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public event Application_ReplaceShapesCanceledEventHandler ReplaceShapesCanceledEvent - { - add - { - CreateEventBridge(); - _ReplaceShapesCanceledEvent += value; - } - remove - { - _ReplaceShapesCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 15, 16 - /// - private event Application_BeforeReplaceShapesEventHandler _BeforeReplaceShapesEvent; - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public event Application_BeforeReplaceShapesEventHandler BeforeReplaceShapesEvent - { - add - { - CreateEventBridge(); - _BeforeReplaceShapesEvent += value; - } - remove - { - _BeforeReplaceShapesEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 15, 16 - /// - private event Application_AfterReplaceShapesEventHandler _AfterReplaceShapesEvent; - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public event Application_AfterReplaceShapesEventHandler AfterReplaceShapesEvent - { - add - { - CreateEventBridge(); - _AfterReplaceShapesEvent += value; - } - remove - { - _AfterReplaceShapesEvent -= value; - } - } - - #endregion - - #region IEventBinding - - /// - /// Creates active sink helper - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void CreateEventBridge() - { - if(false == Factory.Settings.EnableEvents) - return; - - if (null != _connectPoint) - return; - - if (null == _activeSinkId) - _activeSinkId = SinkHelper.GetConnectionPoint(this, ref _connectPoint, Events.EApplication_SinkHelper.Id); - - - if (Events.EApplication_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) - { - _eApplication_SinkHelper = new Events.EApplication_SinkHelper(this, _connectPoint); - return; - } - } - - /// - /// The instance use currently an event listener - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool EventBridgeInitialized - { - get - { - return (null != _connectPoint); - } - } - /// - /// Instance has one or more event recipients - /// - /// true if one or more event is active, otherwise false - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients() - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType); - } - - /// - /// Instance has one or more event recipients - /// - /// name of the event - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Target methods from its actual event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Delegate[] GetEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Returns the current count of event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int GetCountOfEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetCountOfEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Raise an instance event - /// - /// name of the event without 'Event' at the end - /// custom arguments for the event - /// count of called event recipients - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int RaiseCustomEvent(string eventName, ref object[] paramsArray) - { - return NetOffice.Events.CoClassEventReflector.RaiseCustomEvent(this, LateBindingApiWrapperType, eventName, ref paramsArray); - } - /// - /// Stop listening events for the instance - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void DisposeEventBridge() - { - if( null != _eApplication_SinkHelper) - { - _eApplication_SinkHelper.Dispose(); - _eApplication_SinkHelper = null; - } - - _connectPoint = null; - } - - #endregion - - #region ICloneable - - /// - /// Creates a new Application that is a copy of the current instance - /// - /// A new Application that is a copy of this instance - /// An unexpected error occured. See inner exception(s) for details. - public new virtual Application Clone() - { - return base.Clone() as Application; - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Classes/ApplicationSettings.cs b/Source/Visio/Classes/ApplicationSettings.cs deleted file mode 100644 index ebf508528f..0000000000 --- a/Source/Visio/Classes/ApplicationSettings.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass ApplicationSettings - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769225(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class ApplicationSettings : IVApplicationSettings - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(ApplicationSettings); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public ApplicationSettings(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public ApplicationSettings(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ApplicationSettings(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ApplicationSettings(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ApplicationSettings(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of ApplicationSettings - /// - public ApplicationSettings():base("Visio.ApplicationSettings") - { - - } - - /// - /// Creates a new instance of ApplicationSettings - /// - ///registered ProgID - public ApplicationSettings(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Cell.cs b/Source/Visio/Classes/Cell.cs deleted file mode 100644 index 25d6c826f8..0000000000 --- a/Source/Visio/Classes/Cell.cs +++ /dev/null @@ -1,289 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - public delegate void Cell_CellChangedEventHandler(NetOffice.VisioApi.IVCell cell); - public delegate void Cell_FormulaChangedEventHandler(NetOffice.VisioApi.IVCell cell); - #pragma warning restore - - #endregion - - /// - /// CoClass Cell - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769228(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - [EventSink(typeof(Events.ECell_SinkHelper))] - [ComEventInterface(typeof(Events.ECell))] - public class Cell : IVCell, IEventBinding - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - private Events.ECell_SinkHelper _eCell_SinkHelper; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Cell); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Cell(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Cell(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Cell(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Cell(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Cell(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Cell - /// - public Cell():base("Visio.Cell") - { - - } - - /// - /// Creates a new instance of Cell - /// - ///registered ProgID - public Cell(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Cell_CellChangedEventHandler _CellChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768996(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Cell_CellChangedEventHandler CellChangedEvent - { - add - { - CreateEventBridge(); - _CellChangedEvent += value; - } - remove - { - _CellChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Cell_FormulaChangedEventHandler _FormulaChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767123(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Cell_FormulaChangedEventHandler FormulaChangedEvent - { - add - { - CreateEventBridge(); - _FormulaChangedEvent += value; - } - remove - { - _FormulaChangedEvent -= value; - } - } - - #endregion - - #region IEventBinding - - /// - /// Creates active sink helper - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void CreateEventBridge() - { - if(false == Factory.Settings.EnableEvents) - return; - - if (null != _connectPoint) - return; - - if (null == _activeSinkId) - _activeSinkId = SinkHelper.GetConnectionPoint(this, ref _connectPoint, Events.ECell_SinkHelper.Id); - - - if (Events.ECell_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) - { - _eCell_SinkHelper = new Events.ECell_SinkHelper(this, _connectPoint); - return; - } - } - - /// - /// The instance use currently an event listener - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool EventBridgeInitialized - { - get - { - return (null != _connectPoint); - } - } - /// - /// Instance has one or more event recipients - /// - /// true if one or more event is active, otherwise false - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients() - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType); - } - - /// - /// Instance has one or more event recipients - /// - /// name of the event - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Target methods from its actual event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Delegate[] GetEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Returns the current count of event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int GetCountOfEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetCountOfEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Raise an instance event - /// - /// name of the event without 'Event' at the end - /// custom arguments for the event - /// count of called event recipients - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int RaiseCustomEvent(string eventName, ref object[] paramsArray) - { - return NetOffice.Events.CoClassEventReflector.RaiseCustomEvent(this, LateBindingApiWrapperType, eventName, ref paramsArray); - } - /// - /// Stop listening events for the instance - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void DisposeEventBridge() - { - if( null != _eCell_SinkHelper) - { - _eCell_SinkHelper.Dispose(); - _eCell_SinkHelper = null; - } - - _connectPoint = null; - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Classes/Characters.cs b/Source/Visio/Classes/Characters.cs deleted file mode 100644 index 71867a9584..0000000000 --- a/Source/Visio/Classes/Characters.cs +++ /dev/null @@ -1,266 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - public delegate void Characters_TextChangedEventHandler(NetOffice.VisioApi.IVShape shape); - #pragma warning restore - - #endregion - - /// - /// CoClass Characters - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769232(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - [EventSink(typeof(Events.ECharacters_SinkHelper))] - [ComEventInterface(typeof(Events.ECharacters))] - public class Characters : IVCharacters, IEventBinding - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - private Events.ECharacters_SinkHelper _eCharacters_SinkHelper; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Characters); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Characters(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Characters(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Characters(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Characters(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Characters(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Characters - /// - public Characters():base("Visio.Characters") - { - - } - - /// - /// Creates a new instance of Characters - /// - ///registered ProgID - public Characters(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Characters_TextChangedEventHandler _TextChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765602(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Characters_TextChangedEventHandler TextChangedEvent - { - add - { - CreateEventBridge(); - _TextChangedEvent += value; - } - remove - { - _TextChangedEvent -= value; - } - } - - #endregion - - #region IEventBinding - - /// - /// Creates active sink helper - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void CreateEventBridge() - { - if(false == Factory.Settings.EnableEvents) - return; - - if (null != _connectPoint) - return; - - if (null == _activeSinkId) - _activeSinkId = SinkHelper.GetConnectionPoint(this, ref _connectPoint, Events.ECharacters_SinkHelper.Id); - - - if (Events.ECharacters_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) - { - _eCharacters_SinkHelper = new Events.ECharacters_SinkHelper(this, _connectPoint); - return; - } - } - - /// - /// The instance use currently an event listener - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool EventBridgeInitialized - { - get - { - return (null != _connectPoint); - } - } - /// - /// Instance has one or more event recipients - /// - /// true if one or more event is active, otherwise false - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients() - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType); - } - - /// - /// Instance has one or more event recipients - /// - /// name of the event - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Target methods from its actual event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Delegate[] GetEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Returns the current count of event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int GetCountOfEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetCountOfEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Raise an instance event - /// - /// name of the event without 'Event' at the end - /// custom arguments for the event - /// count of called event recipients - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int RaiseCustomEvent(string eventName, ref object[] paramsArray) - { - return NetOffice.Events.CoClassEventReflector.RaiseCustomEvent(this, LateBindingApiWrapperType, eventName, ref paramsArray); - } - /// - /// Stop listening events for the instance - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void DisposeEventBridge() - { - if( null != _eCharacters_SinkHelper) - { - _eCharacters_SinkHelper.Dispose(); - _eCharacters_SinkHelper = null; - } - - _connectPoint = null; - } - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/CoauthMergeEvent.cs b/Source/Visio/Classes/CoauthMergeEvent.cs deleted file mode 100644 index debc2a390d..0000000000 --- a/Source/Visio/Classes/CoauthMergeEvent.cs +++ /dev/null @@ -1,134 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass CoauthMergeEvent - /// SupportByVersion Visio, 15, 16 - /// - [SupportByVersion("Visio", 15, 16)] - [EntityType(EntityType.IsCoClass)] - public class CoauthMergeEvent : IVCoauthMergeEvent - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(CoauthMergeEvent); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public CoauthMergeEvent(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public CoauthMergeEvent(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public CoauthMergeEvent(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public CoauthMergeEvent(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public CoauthMergeEvent(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of CoauthMergeEvent - /// - public CoauthMergeEvent():base("Visio.CoauthMergeEvent") - { - - } - - /// - /// Creates a new instance of CoauthMergeEvent - /// - ///registered ProgID - public CoauthMergeEvent(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Color.cs b/Source/Visio/Classes/Color.cs deleted file mode 100644 index 3309b04428..0000000000 --- a/Source/Visio/Classes/Color.cs +++ /dev/null @@ -1,135 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Color - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769236(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class Color : IVColor - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Color); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Color(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Color(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Color(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Color(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Color(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Color - /// - public Color():base("Visio.Color") - { - - } - - /// - /// Creates a new instance of Color - /// - ///registered ProgID - public Color(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Classes/Colors.cs b/Source/Visio/Classes/Colors.cs deleted file mode 100644 index 0da33f8f08..0000000000 --- a/Source/Visio/Classes/Colors.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Colors - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769238(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class Colors : IVColors - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Colors); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Colors(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Colors(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Colors(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Colors(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Colors(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Colors - /// - public Colors():base("Visio.Colors") - { - - } - - /// - /// Creates a new instance of Colors - /// - ///registered ProgID - public Colors(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Comment.cs b/Source/Visio/Classes/Comment.cs deleted file mode 100644 index 60fa2b997f..0000000000 --- a/Source/Visio/Classes/Comment.cs +++ /dev/null @@ -1,135 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Comment - /// SupportByVersion Visio, 15, 16 - /// - [SupportByVersion("Visio", 15, 16)] - [EntityType(EntityType.IsCoClass)] - public class Comment : IVComment - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Comment); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Comment(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Comment(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Comment(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Comment(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Comment(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Comment - /// - public Comment():base("Visio.Comment") - { - - } - - /// - /// Creates a new instance of Comment - /// - ///registered ProgID - public Comment(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Comments.cs b/Source/Visio/Classes/Comments.cs deleted file mode 100644 index d33dcd14f9..0000000000 --- a/Source/Visio/Classes/Comments.cs +++ /dev/null @@ -1,135 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Comments - /// SupportByVersion Visio, 15, 16 - /// - [SupportByVersion("Visio", 15, 16)] - [EntityType(EntityType.IsCoClass)] - public class Comments : IVComments - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Comments); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Comments(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Comments(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Comments(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Comments(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Comments(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Comments - /// - public Comments():base("Visio.Comments") - { - - } - - /// - /// Creates a new instance of Comments - /// - ///registered ProgID - public Comments(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Connect.cs b/Source/Visio/Classes/Connect.cs deleted file mode 100644 index 95176f1e7a..0000000000 --- a/Source/Visio/Classes/Connect.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Connect - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769240(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class Connect : IVConnect - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Connect); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Connect(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Connect(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Connect(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Connect(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Connect(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Connect - /// - public Connect():base("Visio.Connect") - { - - } - - /// - /// Creates a new instance of Connect - /// - ///registered ProgID - public Connect(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Connects.cs b/Source/Visio/Classes/Connects.cs deleted file mode 100644 index 960be3fb70..0000000000 --- a/Source/Visio/Classes/Connects.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Connects - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769242(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class Connects : IVConnects - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Connects); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Connects(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Connects(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Connects(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Connects(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Connects(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Connects - /// - public Connects():base("Visio.Connects") - { - - } - - /// - /// Creates a new instance of Connects - /// - ///registered ProgID - public Connects(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/ContainerProperties.cs b/Source/Visio/Classes/ContainerProperties.cs deleted file mode 100644 index ce47cbaf30..0000000000 --- a/Source/Visio/Classes/ContainerProperties.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass ContainerProperties - /// SupportByVersion Visio, 14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769244(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class ContainerProperties : IVContainerProperties - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(ContainerProperties); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public ContainerProperties(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public ContainerProperties(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ContainerProperties(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ContainerProperties(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ContainerProperties(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of ContainerProperties - /// - public ContainerProperties():base("Visio.ContainerProperties") - { - - } - - /// - /// Creates a new instance of ContainerProperties - /// - ///registered ProgID - public ContainerProperties(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Curve.cs b/Source/Visio/Classes/Curve.cs deleted file mode 100644 index 2ff039d844..0000000000 --- a/Source/Visio/Classes/Curve.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Curve - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769247(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class Curve : IVCurve - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Curve); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Curve(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Curve(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Curve(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Curve(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Curve(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Curve - /// - public Curve():base("Visio.Curve") - { - - } - - /// - /// Creates a new instance of Curve - /// - ///registered ProgID - public Curve(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/DataColumn.cs b/Source/Visio/Classes/DataColumn.cs deleted file mode 100644 index a3e59cb112..0000000000 --- a/Source/Visio/Classes/DataColumn.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass DataColumn - /// SupportByVersion Visio, 12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769250(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class DataColumn : IVDataColumn - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(DataColumn); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public DataColumn(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public DataColumn(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public DataColumn(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public DataColumn(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public DataColumn(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of DataColumn - /// - public DataColumn():base("Visio.DataColumn") - { - - } - - /// - /// Creates a new instance of DataColumn - /// - ///registered ProgID - public DataColumn(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/DataColumns.cs b/Source/Visio/Classes/DataColumns.cs deleted file mode 100644 index 1a55a6da97..0000000000 --- a/Source/Visio/Classes/DataColumns.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass DataColumns - /// SupportByVersion Visio, 12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769253(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class DataColumns : IVDataColumns - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(DataColumns); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public DataColumns(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public DataColumns(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public DataColumns(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public DataColumns(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public DataColumns(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of DataColumns - /// - public DataColumns():base("Visio.DataColumns") - { - - } - - /// - /// Creates a new instance of DataColumns - /// - ///registered ProgID - public DataColumns(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/DataConnection.cs b/Source/Visio/Classes/DataConnection.cs deleted file mode 100644 index 14ef2f358d..0000000000 --- a/Source/Visio/Classes/DataConnection.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass DataConnection - /// SupportByVersion Visio, 12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769256(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class DataConnection : IVDataConnection - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(DataConnection); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public DataConnection(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public DataConnection(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public DataConnection(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public DataConnection(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public DataConnection(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of DataConnection - /// - public DataConnection():base("Visio.DataConnection") - { - - } - - /// - /// Creates a new instance of DataConnection - /// - ///registered ProgID - public DataConnection(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/DataRecordset.cs b/Source/Visio/Classes/DataRecordset.cs deleted file mode 100644 index 548513af8d..0000000000 --- a/Source/Visio/Classes/DataRecordset.cs +++ /dev/null @@ -1,290 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - public delegate void DataRecordset_DataRecordsetChangedEventHandler(NetOffice.VisioApi.IVDataRecordsetChangedEvent dataRecordsetChanged); - public delegate void DataRecordset_BeforeDataRecordsetDeleteEventHandler(NetOffice.VisioApi.IVDataRecordset dataRecordset); - #pragma warning restore - - #endregion - - /// - /// CoClass DataRecordset - /// SupportByVersion Visio, 12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769258(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - [EventSink(typeof(Events.EDataRecordset_SinkHelper))] - [ComEventInterface(typeof(Events.EDataRecordset))] - public class DataRecordset : IVDataRecordset, IEventBinding - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - private Events.EDataRecordset_SinkHelper _eDataRecordset_SinkHelper; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(DataRecordset); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public DataRecordset(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public DataRecordset(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public DataRecordset(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public DataRecordset(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public DataRecordset(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of DataRecordset - /// - public DataRecordset():base("Visio.DataRecordset") - { - - } - - /// - /// Creates a new instance of DataRecordset - /// - ///registered ProgID - public DataRecordset(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event DataRecordset_DataRecordsetChangedEventHandler _DataRecordsetChangedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766153(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event DataRecordset_DataRecordsetChangedEventHandler DataRecordsetChangedEvent - { - add - { - CreateEventBridge(); - _DataRecordsetChangedEvent += value; - } - remove - { - _DataRecordsetChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event DataRecordset_BeforeDataRecordsetDeleteEventHandler _BeforeDataRecordsetDeleteEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766834(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event DataRecordset_BeforeDataRecordsetDeleteEventHandler BeforeDataRecordsetDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeDataRecordsetDeleteEvent += value; - } - remove - { - _BeforeDataRecordsetDeleteEvent -= value; - } - } - - #endregion - - #region IEventBinding - - /// - /// Creates active sink helper - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void CreateEventBridge() - { - if(false == Factory.Settings.EnableEvents) - return; - - if (null != _connectPoint) - return; - - if (null == _activeSinkId) - _activeSinkId = SinkHelper.GetConnectionPoint(this, ref _connectPoint, Events.EDataRecordset_SinkHelper.Id); - - - if (Events.EDataRecordset_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) - { - _eDataRecordset_SinkHelper = new Events.EDataRecordset_SinkHelper(this, _connectPoint); - return; - } - } - - /// - /// The instance use currently an event listener - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool EventBridgeInitialized - { - get - { - return (null != _connectPoint); - } - } - /// - /// Instance has one or more event recipients - /// - /// true if one or more event is active, otherwise false - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients() - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType); - } - - /// - /// Instance has one or more event recipients - /// - /// name of the event - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Target methods from its actual event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Delegate[] GetEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Returns the current count of event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int GetCountOfEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetCountOfEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Raise an instance event - /// - /// name of the event without 'Event' at the end - /// custom arguments for the event - /// count of called event recipients - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int RaiseCustomEvent(string eventName, ref object[] paramsArray) - { - return NetOffice.Events.CoClassEventReflector.RaiseCustomEvent(this, LateBindingApiWrapperType, eventName, ref paramsArray); - } - /// - /// Stop listening events for the instance - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void DisposeEventBridge() - { - if( null != _eDataRecordset_SinkHelper) - { - _eDataRecordset_SinkHelper.Dispose(); - _eDataRecordset_SinkHelper = null; - } - - _connectPoint = null; - } - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/DataRecordsetChangedEvent.cs b/Source/Visio/Classes/DataRecordsetChangedEvent.cs deleted file mode 100644 index e10981f186..0000000000 --- a/Source/Visio/Classes/DataRecordsetChangedEvent.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass DataRecordsetChangedEvent - /// SupportByVersion Visio, 12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769262(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class DataRecordsetChangedEvent : IVDataRecordsetChangedEvent - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(DataRecordsetChangedEvent); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public DataRecordsetChangedEvent(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public DataRecordsetChangedEvent(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public DataRecordsetChangedEvent(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public DataRecordsetChangedEvent(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public DataRecordsetChangedEvent(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of DataRecordsetChangedEvent - /// - public DataRecordsetChangedEvent():base("Visio.DataRecordsetChangedEvent") - { - - } - - /// - /// Creates a new instance of DataRecordsetChangedEvent - /// - ///registered ProgID - public DataRecordsetChangedEvent(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/DataRecordsets.cs b/Source/Visio/Classes/DataRecordsets.cs deleted file mode 100644 index fa4ff1549a..0000000000 --- a/Source/Visio/Classes/DataRecordsets.cs +++ /dev/null @@ -1,314 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - public delegate void DataRecordsets_DataRecordsetAddedEventHandler(NetOffice.VisioApi.IVDataRecordset dataRecordset); - public delegate void DataRecordsets_BeforeDataRecordsetDeleteEventHandler(NetOffice.VisioApi.IVDataRecordset dataRecordset); - public delegate void DataRecordsets_DataRecordsetChangedEventHandler(NetOffice.VisioApi.IVDataRecordsetChangedEvent dataRecordsetChanged); - #pragma warning restore - - #endregion - - /// - /// CoClass DataRecordsets - /// SupportByVersion Visio, 12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769264(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - [EventSink(typeof(Events.EDataRecordsets_SinkHelper))] - [ComEventInterface(typeof(Events.EDataRecordsets))] - public class DataRecordsets : IVDataRecordsets, IEventBinding - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - private Events.EDataRecordsets_SinkHelper _eDataRecordsets_SinkHelper; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(DataRecordsets); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public DataRecordsets(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public DataRecordsets(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public DataRecordsets(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public DataRecordsets(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public DataRecordsets(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of DataRecordsets - /// - public DataRecordsets():base("Visio.DataRecordsets") - { - - } - - /// - /// Creates a new instance of DataRecordsets - /// - ///registered ProgID - public DataRecordsets(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event DataRecordsets_DataRecordsetAddedEventHandler _DataRecordsetAddedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769186(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event DataRecordsets_DataRecordsetAddedEventHandler DataRecordsetAddedEvent - { - add - { - CreateEventBridge(); - _DataRecordsetAddedEvent += value; - } - remove - { - _DataRecordsetAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event DataRecordsets_BeforeDataRecordsetDeleteEventHandler _BeforeDataRecordsetDeleteEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769026(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event DataRecordsets_BeforeDataRecordsetDeleteEventHandler BeforeDataRecordsetDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeDataRecordsetDeleteEvent += value; - } - remove - { - _BeforeDataRecordsetDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event DataRecordsets_DataRecordsetChangedEventHandler _DataRecordsetChangedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767609(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event DataRecordsets_DataRecordsetChangedEventHandler DataRecordsetChangedEvent - { - add - { - CreateEventBridge(); - _DataRecordsetChangedEvent += value; - } - remove - { - _DataRecordsetChangedEvent -= value; - } - } - - #endregion - - #region IEventBinding - - /// - /// Creates active sink helper - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void CreateEventBridge() - { - if(false == Factory.Settings.EnableEvents) - return; - - if (null != _connectPoint) - return; - - if (null == _activeSinkId) - _activeSinkId = SinkHelper.GetConnectionPoint(this, ref _connectPoint, Events.EDataRecordsets_SinkHelper.Id); - - - if (Events.EDataRecordsets_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) - { - _eDataRecordsets_SinkHelper = new Events.EDataRecordsets_SinkHelper(this, _connectPoint); - return; - } - } - - /// - /// The instance use currently an event listener - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool EventBridgeInitialized - { - get - { - return (null != _connectPoint); - } - } - /// - /// Instance has one or more event recipients - /// - /// true if one or more event is active, otherwise false - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients() - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType); - } - - /// - /// Instance has one or more event recipients - /// - /// name of the event - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Target methods from its actual event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Delegate[] GetEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Returns the current count of event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int GetCountOfEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetCountOfEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Raise an instance event - /// - /// name of the event without 'Event' at the end - /// custom arguments for the event - /// count of called event recipients - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int RaiseCustomEvent(string eventName, ref object[] paramsArray) - { - return NetOffice.Events.CoClassEventReflector.RaiseCustomEvent(this, LateBindingApiWrapperType, eventName, ref paramsArray); - } - /// - /// Stop listening events for the instance - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void DisposeEventBridge() - { - if( null != _eDataRecordsets_SinkHelper) - { - _eDataRecordsets_SinkHelper.Dispose(); - _eDataRecordsets_SinkHelper = null; - } - - _connectPoint = null; - } - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Document.cs b/Source/Visio/Classes/Document.cs deleted file mode 100644 index 330164c89e..0000000000 --- a/Source/Visio/Classes/Document.cs +++ /dev/null @@ -1,1345 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - public delegate void Document_DocumentOpenedEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Document_DocumentCreatedEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Document_DocumentSavedEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Document_DocumentSavedAsEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Document_DocumentChangedEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Document_BeforeDocumentCloseEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Document_StyleAddedEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void Document_StyleChangedEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void Document_BeforeStyleDeleteEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void Document_MasterAddedEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Document_MasterChangedEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Document_BeforeMasterDeleteEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Document_PageAddedEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Document_PageChangedEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Document_BeforePageDeleteEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Document_ShapeAddedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Document_BeforeSelectionDeleteEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Document_RunModeEnteredEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Document_DesignModeEnteredEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Document_BeforeDocumentSaveEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Document_BeforeDocumentSaveAsEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Document_QueryCancelDocumentCloseEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Document_DocumentCloseCanceledEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Document_QueryCancelStyleDeleteEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void Document_StyleDeleteCanceledEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void Document_QueryCancelMasterDeleteEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Document_MasterDeleteCanceledEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Document_QueryCancelPageDeleteEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Document_PageDeleteCanceledEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Document_ShapeParentChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Document_BeforeShapeTextEditEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Document_ShapeExitedTextEditEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Document_QueryCancelSelectionDeleteEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Document_SelectionDeleteCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Document_QueryCancelUngroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Document_UngroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Document_QueryCancelConvertToGroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Document_ConvertToGroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Document_QueryCancelGroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Document_GroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Document_ShapeDataGraphicChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Document_BeforeDataRecordsetDeleteEventHandler(NetOffice.VisioApi.IVDataRecordset dataRecordset); - public delegate void Document_DataRecordsetAddedEventHandler(NetOffice.VisioApi.IVDataRecordset dataRecordset); - public delegate void Document_AfterRemoveHiddenInformationEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Document_RuleSetValidatedEventHandler(NetOffice.VisioApi.IVValidationRuleSet ruleSet); - public delegate void Document_AfterDocumentMergeEventHandler(NetOffice.VisioApi.IVCoauthMergeEvent coauthMergeObjects); - #pragma warning restore - - #endregion - - /// - /// CoClass Document - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769268(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - [EventSink(typeof(Events.EDocument_SinkHelper))] - [ComEventInterface(typeof(Events.EDocument))] - public class Document : IVDocument, IEventBinding - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - private Events.EDocument_SinkHelper _eDocument_SinkHelper; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Document); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Document(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Document(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Document(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Document(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Document(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Document - /// - public Document():base("Visio.Document") - { - - } - - /// - /// Creates a new instance of Document - /// - ///registered ProgID - public Document(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_DocumentOpenedEventHandler _DocumentOpenedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765849(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_DocumentOpenedEventHandler DocumentOpenedEvent - { - add - { - CreateEventBridge(); - _DocumentOpenedEvent += value; - } - remove - { - _DocumentOpenedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_DocumentCreatedEventHandler _DocumentCreatedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766513(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_DocumentCreatedEventHandler DocumentCreatedEvent - { - add - { - CreateEventBridge(); - _DocumentCreatedEvent += value; - } - remove - { - _DocumentCreatedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_DocumentSavedEventHandler _DocumentSavedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766220(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_DocumentSavedEventHandler DocumentSavedEvent - { - add - { - CreateEventBridge(); - _DocumentSavedEvent += value; - } - remove - { - _DocumentSavedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_DocumentSavedAsEventHandler _DocumentSavedAsEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765909(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_DocumentSavedAsEventHandler DocumentSavedAsEvent - { - add - { - CreateEventBridge(); - _DocumentSavedAsEvent += value; - } - remove - { - _DocumentSavedAsEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_DocumentChangedEventHandler _DocumentChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765974(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_DocumentChangedEventHandler DocumentChangedEvent - { - add - { - CreateEventBridge(); - _DocumentChangedEvent += value; - } - remove - { - _DocumentChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_BeforeDocumentCloseEventHandler _BeforeDocumentCloseEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768703(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_BeforeDocumentCloseEventHandler BeforeDocumentCloseEvent - { - add - { - CreateEventBridge(); - _BeforeDocumentCloseEvent += value; - } - remove - { - _BeforeDocumentCloseEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_StyleAddedEventHandler _StyleAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768761(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_StyleAddedEventHandler StyleAddedEvent - { - add - { - CreateEventBridge(); - _StyleAddedEvent += value; - } - remove - { - _StyleAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_StyleChangedEventHandler _StyleChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765506(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_StyleChangedEventHandler StyleChangedEvent - { - add - { - CreateEventBridge(); - _StyleChangedEvent += value; - } - remove - { - _StyleChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_BeforeStyleDeleteEventHandler _BeforeStyleDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768595(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_BeforeStyleDeleteEventHandler BeforeStyleDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeStyleDeleteEvent += value; - } - remove - { - _BeforeStyleDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_MasterAddedEventHandler _MasterAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766415(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_MasterAddedEventHandler MasterAddedEvent - { - add - { - CreateEventBridge(); - _MasterAddedEvent += value; - } - remove - { - _MasterAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_MasterChangedEventHandler _MasterChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766463(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_MasterChangedEventHandler MasterChangedEvent - { - add - { - CreateEventBridge(); - _MasterChangedEvent += value; - } - remove - { - _MasterChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_BeforeMasterDeleteEventHandler _BeforeMasterDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766537(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_BeforeMasterDeleteEventHandler BeforeMasterDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeMasterDeleteEvent += value; - } - remove - { - _BeforeMasterDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_PageAddedEventHandler _PageAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765970(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_PageAddedEventHandler PageAddedEvent - { - add - { - CreateEventBridge(); - _PageAddedEvent += value; - } - remove - { - _PageAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_PageChangedEventHandler _PageChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767800(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_PageChangedEventHandler PageChangedEvent - { - add - { - CreateEventBridge(); - _PageChangedEvent += value; - } - remove - { - _PageChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_BeforePageDeleteEventHandler _BeforePageDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768594(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_BeforePageDeleteEventHandler BeforePageDeleteEvent - { - add - { - CreateEventBridge(); - _BeforePageDeleteEvent += value; - } - remove - { - _BeforePageDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_ShapeAddedEventHandler _ShapeAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768510(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_ShapeAddedEventHandler ShapeAddedEvent - { - add - { - CreateEventBridge(); - _ShapeAddedEvent += value; - } - remove - { - _ShapeAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_BeforeSelectionDeleteEventHandler _BeforeSelectionDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765647(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_BeforeSelectionDeleteEventHandler BeforeSelectionDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeSelectionDeleteEvent += value; - } - remove - { - _BeforeSelectionDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_RunModeEnteredEventHandler _RunModeEnteredEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767371(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_RunModeEnteredEventHandler RunModeEnteredEvent - { - add - { - CreateEventBridge(); - _RunModeEnteredEvent += value; - } - remove - { - _RunModeEnteredEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_DesignModeEnteredEventHandler _DesignModeEnteredEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768278(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_DesignModeEnteredEventHandler DesignModeEnteredEvent - { - add - { - CreateEventBridge(); - _DesignModeEnteredEvent += value; - } - remove - { - _DesignModeEnteredEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_BeforeDocumentSaveEventHandler _BeforeDocumentSaveEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765091(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_BeforeDocumentSaveEventHandler BeforeDocumentSaveEvent - { - add - { - CreateEventBridge(); - _BeforeDocumentSaveEvent += value; - } - remove - { - _BeforeDocumentSaveEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_BeforeDocumentSaveAsEventHandler _BeforeDocumentSaveAsEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766754(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_BeforeDocumentSaveAsEventHandler BeforeDocumentSaveAsEvent - { - add - { - CreateEventBridge(); - _BeforeDocumentSaveAsEvent += value; - } - remove - { - _BeforeDocumentSaveAsEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_QueryCancelDocumentCloseEventHandler _QueryCancelDocumentCloseEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768645(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_QueryCancelDocumentCloseEventHandler QueryCancelDocumentCloseEvent - { - add - { - CreateEventBridge(); - _QueryCancelDocumentCloseEvent += value; - } - remove - { - _QueryCancelDocumentCloseEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_DocumentCloseCanceledEventHandler _DocumentCloseCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769024(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_DocumentCloseCanceledEventHandler DocumentCloseCanceledEvent - { - add - { - CreateEventBridge(); - _DocumentCloseCanceledEvent += value; - } - remove - { - _DocumentCloseCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_QueryCancelStyleDeleteEventHandler _QueryCancelStyleDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765142(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_QueryCancelStyleDeleteEventHandler QueryCancelStyleDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelStyleDeleteEvent += value; - } - remove - { - _QueryCancelStyleDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_StyleDeleteCanceledEventHandler _StyleDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768734(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_StyleDeleteCanceledEventHandler StyleDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _StyleDeleteCanceledEvent += value; - } - remove - { - _StyleDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_QueryCancelMasterDeleteEventHandler _QueryCancelMasterDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767941(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_QueryCancelMasterDeleteEventHandler QueryCancelMasterDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelMasterDeleteEvent += value; - } - remove - { - _QueryCancelMasterDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_MasterDeleteCanceledEventHandler _MasterDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768689(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_MasterDeleteCanceledEventHandler MasterDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _MasterDeleteCanceledEvent += value; - } - remove - { - _MasterDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_QueryCancelPageDeleteEventHandler _QueryCancelPageDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768471(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_QueryCancelPageDeleteEventHandler QueryCancelPageDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelPageDeleteEvent += value; - } - remove - { - _QueryCancelPageDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_PageDeleteCanceledEventHandler _PageDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769018(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_PageDeleteCanceledEventHandler PageDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _PageDeleteCanceledEvent += value; - } - remove - { - _PageDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_ShapeParentChangedEventHandler _ShapeParentChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765087(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_ShapeParentChangedEventHandler ShapeParentChangedEvent - { - add - { - CreateEventBridge(); - _ShapeParentChangedEvent += value; - } - remove - { - _ShapeParentChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_BeforeShapeTextEditEventHandler _BeforeShapeTextEditEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768822(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_BeforeShapeTextEditEventHandler BeforeShapeTextEditEvent - { - add - { - CreateEventBridge(); - _BeforeShapeTextEditEvent += value; - } - remove - { - _BeforeShapeTextEditEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_ShapeExitedTextEditEventHandler _ShapeExitedTextEditEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767328(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_ShapeExitedTextEditEventHandler ShapeExitedTextEditEvent - { - add - { - CreateEventBridge(); - _ShapeExitedTextEditEvent += value; - } - remove - { - _ShapeExitedTextEditEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_QueryCancelSelectionDeleteEventHandler _QueryCancelSelectionDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766813(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_QueryCancelSelectionDeleteEventHandler QueryCancelSelectionDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelSelectionDeleteEvent += value; - } - remove - { - _QueryCancelSelectionDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_SelectionDeleteCanceledEventHandler _SelectionDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766126(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_SelectionDeleteCanceledEventHandler SelectionDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _SelectionDeleteCanceledEvent += value; - } - remove - { - _SelectionDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_QueryCancelUngroupEventHandler _QueryCancelUngroupEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768683(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_QueryCancelUngroupEventHandler QueryCancelUngroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelUngroupEvent += value; - } - remove - { - _QueryCancelUngroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_UngroupCanceledEventHandler _UngroupCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768784(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_UngroupCanceledEventHandler UngroupCanceledEvent - { - add - { - CreateEventBridge(); - _UngroupCanceledEvent += value; - } - remove - { - _UngroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_QueryCancelConvertToGroupEventHandler _QueryCancelConvertToGroupEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765304(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_QueryCancelConvertToGroupEventHandler QueryCancelConvertToGroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelConvertToGroupEvent += value; - } - remove - { - _QueryCancelConvertToGroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Document_ConvertToGroupCanceledEventHandler _ConvertToGroupCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765971(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Document_ConvertToGroupCanceledEventHandler ConvertToGroupCanceledEvent - { - add - { - CreateEventBridge(); - _ConvertToGroupCanceledEvent += value; - } - remove - { - _ConvertToGroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Document_QueryCancelGroupEventHandler _QueryCancelGroupEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765279(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Document_QueryCancelGroupEventHandler QueryCancelGroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelGroupEvent += value; - } - remove - { - _QueryCancelGroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Document_GroupCanceledEventHandler _GroupCanceledEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765327(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Document_GroupCanceledEventHandler GroupCanceledEvent - { - add - { - CreateEventBridge(); - _GroupCanceledEvent += value; - } - remove - { - _GroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Document_ShapeDataGraphicChangedEventHandler _ShapeDataGraphicChangedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765116(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Document_ShapeDataGraphicChangedEventHandler ShapeDataGraphicChangedEvent - { - add - { - CreateEventBridge(); - _ShapeDataGraphicChangedEvent += value; - } - remove - { - _ShapeDataGraphicChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Document_BeforeDataRecordsetDeleteEventHandler _BeforeDataRecordsetDeleteEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766850(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Document_BeforeDataRecordsetDeleteEventHandler BeforeDataRecordsetDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeDataRecordsetDeleteEvent += value; - } - remove - { - _BeforeDataRecordsetDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Document_DataRecordsetAddedEventHandler _DataRecordsetAddedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766043(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Document_DataRecordsetAddedEventHandler DataRecordsetAddedEvent - { - add - { - CreateEventBridge(); - _DataRecordsetAddedEvent += value; - } - remove - { - _DataRecordsetAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Document_AfterRemoveHiddenInformationEventHandler _AfterRemoveHiddenInformationEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768457(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Document_AfterRemoveHiddenInformationEventHandler AfterRemoveHiddenInformationEvent - { - add - { - CreateEventBridge(); - _AfterRemoveHiddenInformationEvent += value; - } - remove - { - _AfterRemoveHiddenInformationEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event Document_RuleSetValidatedEventHandler _RuleSetValidatedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766756(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event Document_RuleSetValidatedEventHandler RuleSetValidatedEvent - { - add - { - CreateEventBridge(); - _RuleSetValidatedEvent += value; - } - remove - { - _RuleSetValidatedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 15, 16 - /// - private event Document_AfterDocumentMergeEventHandler _AfterDocumentMergeEvent; - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public event Document_AfterDocumentMergeEventHandler AfterDocumentMergeEvent - { - add - { - CreateEventBridge(); - _AfterDocumentMergeEvent += value; - } - remove - { - _AfterDocumentMergeEvent -= value; - } - } - - #endregion - - #region IEventBinding - - /// - /// Creates active sink helper - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void CreateEventBridge() - { - if(false == Factory.Settings.EnableEvents) - return; - - if (null != _connectPoint) - return; - - if (null == _activeSinkId) - _activeSinkId = SinkHelper.GetConnectionPoint(this, ref _connectPoint, Events.EDocument_SinkHelper.Id); - - - if (Events.EDocument_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) - { - _eDocument_SinkHelper = new Events.EDocument_SinkHelper(this, _connectPoint); - return; - } - } - - /// - /// The instance use currently an event listener - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool EventBridgeInitialized - { - get - { - return (null != _connectPoint); - } - } - /// - /// Instance has one or more event recipients - /// - /// true if one or more event is active, otherwise false - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients() - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType); - } - - /// - /// Instance has one or more event recipients - /// - /// name of the event - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Target methods from its actual event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Delegate[] GetEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Returns the current count of event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int GetCountOfEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetCountOfEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Raise an instance event - /// - /// name of the event without 'Event' at the end - /// custom arguments for the event - /// count of called event recipients - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int RaiseCustomEvent(string eventName, ref object[] paramsArray) - { - return NetOffice.Events.CoClassEventReflector.RaiseCustomEvent(this, LateBindingApiWrapperType, eventName, ref paramsArray); - } - /// - /// Stop listening events for the instance - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void DisposeEventBridge() - { - if( null != _eDocument_SinkHelper) - { - _eDocument_SinkHelper.Dispose(); - _eDocument_SinkHelper = null; - } - - _connectPoint = null; - } - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Documents.cs b/Source/Visio/Classes/Documents.cs deleted file mode 100644 index b2be8412d6..0000000000 --- a/Source/Visio/Classes/Documents.cs +++ /dev/null @@ -1,1797 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - public delegate void Documents_DocumentOpenedEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Documents_DocumentCreatedEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Documents_DocumentSavedEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Documents_DocumentSavedAsEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Documents_DocumentChangedEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Documents_BeforeDocumentCloseEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Documents_StyleAddedEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void Documents_StyleChangedEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void Documents_BeforeStyleDeleteEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void Documents_MasterAddedEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Documents_MasterChangedEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Documents_BeforeMasterDeleteEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Documents_PageAddedEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Documents_PageChangedEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Documents_BeforePageDeleteEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Documents_ShapeAddedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Documents_BeforeSelectionDeleteEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Documents_ShapeChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Documents_SelectionAddedEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Documents_BeforeShapeDeleteEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Documents_TextChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Documents_CellChangedEventHandler(NetOffice.VisioApi.IVCell cell); - public delegate void Documents_RunModeEnteredEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Documents_DesignModeEnteredEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Documents_BeforeDocumentSaveEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Documents_BeforeDocumentSaveAsEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Documents_FormulaChangedEventHandler(NetOffice.VisioApi.IVCell cell); - public delegate void Documents_ConnectionsAddedEventHandler(NetOffice.VisioApi.IVConnects connects); - public delegate void Documents_ConnectionsDeletedEventHandler(NetOffice.VisioApi.IVConnects connects); - public delegate void Documents_QueryCancelDocumentCloseEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Documents_DocumentCloseCanceledEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Documents_QueryCancelStyleDeleteEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void Documents_StyleDeleteCanceledEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void Documents_QueryCancelMasterDeleteEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Documents_MasterDeleteCanceledEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Documents_QueryCancelPageDeleteEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Documents_PageDeleteCanceledEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Documents_ShapeParentChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Documents_BeforeShapeTextEditEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Documents_ShapeExitedTextEditEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Documents_QueryCancelSelectionDeleteEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Documents_SelectionDeleteCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Documents_QueryCancelUngroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Documents_UngroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Documents_QueryCancelConvertToGroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Documents_ConvertToGroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Documents_QueryCancelGroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Documents_GroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Documents_ShapeDataGraphicChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Documents_BeforeDataRecordsetDeleteEventHandler(NetOffice.VisioApi.IVDataRecordset dataRecordset); - public delegate void Documents_DataRecordsetChangedEventHandler(NetOffice.VisioApi.IVDataRecordsetChangedEvent dataRecordsetChanged); - public delegate void Documents_DataRecordsetAddedEventHandler(NetOffice.VisioApi.IVDataRecordset dataRecordset); - public delegate void Documents_ShapeLinkAddedEventHandler(NetOffice.VisioApi.IVShape shape, Int32 dataRecordsetID, Int32 dataRowID); - public delegate void Documents_ShapeLinkDeletedEventHandler(NetOffice.VisioApi.IVShape shape, Int32 dataRecordsetID, Int32 dataRowID); - public delegate void Documents_AfterRemoveHiddenInformationEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void Documents_ContainerRelationshipAddedEventHandler(NetOffice.VisioApi.IVRelatedShapePairEvent shapePair); - public delegate void Documents_ContainerRelationshipDeletedEventHandler(NetOffice.VisioApi.IVRelatedShapePairEvent shapePair); - public delegate void Documents_CalloutRelationshipAddedEventHandler(NetOffice.VisioApi.IVRelatedShapePairEvent shapePair); - public delegate void Documents_CalloutRelationshipDeletedEventHandler(NetOffice.VisioApi.IVRelatedShapePairEvent shapePair); - public delegate void Documents_RuleSetValidatedEventHandler(NetOffice.VisioApi.IVValidationRuleSet ruleSet); - public delegate void Documents_QueryCancelReplaceShapesEventHandler(NetOffice.VisioApi.IVReplaceShapesEvent replaceShapes); - public delegate void Documents_ReplaceShapesCanceledEventHandler(NetOffice.VisioApi.IVReplaceShapesEvent replaceShapes); - public delegate void Documents_BeforeReplaceShapesEventHandler(NetOffice.VisioApi.IVReplaceShapesEvent replaceShapes); - public delegate void Documents_AfterReplaceShapesEventHandler(NetOffice.VisioApi.IVSelection sel); - public delegate void Documents_AfterDocumentMergeEventHandler(NetOffice.VisioApi.IVCoauthMergeEvent coauthMergeObjects); - #pragma warning restore - - #endregion - - /// - /// CoClass Documents - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769272(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - [EventSink(typeof(Events.EDocuments_SinkHelper))] - [ComEventInterface(typeof(Events.EDocuments))] - public class Documents : IVDocuments, IEventBinding - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - private Events.EDocuments_SinkHelper _eDocuments_SinkHelper; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Documents); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Documents(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Documents(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Documents(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Documents(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Documents(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Documents - /// - public Documents():base("Visio.Documents") - { - - } - - /// - /// Creates a new instance of Documents - /// - ///registered ProgID - public Documents(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_DocumentOpenedEventHandler _DocumentOpenedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768065(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_DocumentOpenedEventHandler DocumentOpenedEvent - { - add - { - CreateEventBridge(); - _DocumentOpenedEvent += value; - } - remove - { - _DocumentOpenedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_DocumentCreatedEventHandler _DocumentCreatedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765969(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_DocumentCreatedEventHandler DocumentCreatedEvent - { - add - { - CreateEventBridge(); - _DocumentCreatedEvent += value; - } - remove - { - _DocumentCreatedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_DocumentSavedEventHandler _DocumentSavedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767193(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_DocumentSavedEventHandler DocumentSavedEvent - { - add - { - CreateEventBridge(); - _DocumentSavedEvent += value; - } - remove - { - _DocumentSavedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_DocumentSavedAsEventHandler _DocumentSavedAsEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768614(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_DocumentSavedAsEventHandler DocumentSavedAsEvent - { - add - { - CreateEventBridge(); - _DocumentSavedAsEvent += value; - } - remove - { - _DocumentSavedAsEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_DocumentChangedEventHandler _DocumentChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767380(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_DocumentChangedEventHandler DocumentChangedEvent - { - add - { - CreateEventBridge(); - _DocumentChangedEvent += value; - } - remove - { - _DocumentChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_BeforeDocumentCloseEventHandler _BeforeDocumentCloseEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766591(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_BeforeDocumentCloseEventHandler BeforeDocumentCloseEvent - { - add - { - CreateEventBridge(); - _BeforeDocumentCloseEvent += value; - } - remove - { - _BeforeDocumentCloseEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_StyleAddedEventHandler _StyleAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768688(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_StyleAddedEventHandler StyleAddedEvent - { - add - { - CreateEventBridge(); - _StyleAddedEvent += value; - } - remove - { - _StyleAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_StyleChangedEventHandler _StyleChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765792(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_StyleChangedEventHandler StyleChangedEvent - { - add - { - CreateEventBridge(); - _StyleChangedEvent += value; - } - remove - { - _StyleChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_BeforeStyleDeleteEventHandler _BeforeStyleDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767015(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_BeforeStyleDeleteEventHandler BeforeStyleDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeStyleDeleteEvent += value; - } - remove - { - _BeforeStyleDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_MasterAddedEventHandler _MasterAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767785(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_MasterAddedEventHandler MasterAddedEvent - { - add - { - CreateEventBridge(); - _MasterAddedEvent += value; - } - remove - { - _MasterAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_MasterChangedEventHandler _MasterChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765685(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_MasterChangedEventHandler MasterChangedEvent - { - add - { - CreateEventBridge(); - _MasterChangedEvent += value; - } - remove - { - _MasterChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_BeforeMasterDeleteEventHandler _BeforeMasterDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768747(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_BeforeMasterDeleteEventHandler BeforeMasterDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeMasterDeleteEvent += value; - } - remove - { - _BeforeMasterDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_PageAddedEventHandler _PageAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767475(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_PageAddedEventHandler PageAddedEvent - { - add - { - CreateEventBridge(); - _PageAddedEvent += value; - } - remove - { - _PageAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_PageChangedEventHandler _PageChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765929(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_PageChangedEventHandler PageChangedEvent - { - add - { - CreateEventBridge(); - _PageChangedEvent += value; - } - remove - { - _PageChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_BeforePageDeleteEventHandler _BeforePageDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765416(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_BeforePageDeleteEventHandler BeforePageDeleteEvent - { - add - { - CreateEventBridge(); - _BeforePageDeleteEvent += value; - } - remove - { - _BeforePageDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_ShapeAddedEventHandler _ShapeAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768529(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_ShapeAddedEventHandler ShapeAddedEvent - { - add - { - CreateEventBridge(); - _ShapeAddedEvent += value; - } - remove - { - _ShapeAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_BeforeSelectionDeleteEventHandler _BeforeSelectionDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765195(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_BeforeSelectionDeleteEventHandler BeforeSelectionDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeSelectionDeleteEvent += value; - } - remove - { - _BeforeSelectionDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_ShapeChangedEventHandler _ShapeChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768191(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_ShapeChangedEventHandler ShapeChangedEvent - { - add - { - CreateEventBridge(); - _ShapeChangedEvent += value; - } - remove - { - _ShapeChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_SelectionAddedEventHandler _SelectionAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768506(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_SelectionAddedEventHandler SelectionAddedEvent - { - add - { - CreateEventBridge(); - _SelectionAddedEvent += value; - } - remove - { - _SelectionAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_BeforeShapeDeleteEventHandler _BeforeShapeDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767758(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_BeforeShapeDeleteEventHandler BeforeShapeDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeShapeDeleteEvent += value; - } - remove - { - _BeforeShapeDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_TextChangedEventHandler _TextChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767202(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_TextChangedEventHandler TextChangedEvent - { - add - { - CreateEventBridge(); - _TextChangedEvent += value; - } - remove - { - _TextChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_CellChangedEventHandler _CellChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767568(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_CellChangedEventHandler CellChangedEvent - { - add - { - CreateEventBridge(); - _CellChangedEvent += value; - } - remove - { - _CellChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_RunModeEnteredEventHandler _RunModeEnteredEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767625(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_RunModeEnteredEventHandler RunModeEnteredEvent - { - add - { - CreateEventBridge(); - _RunModeEnteredEvent += value; - } - remove - { - _RunModeEnteredEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_DesignModeEnteredEventHandler _DesignModeEnteredEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768448(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_DesignModeEnteredEventHandler DesignModeEnteredEvent - { - add - { - CreateEventBridge(); - _DesignModeEnteredEvent += value; - } - remove - { - _DesignModeEnteredEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_BeforeDocumentSaveEventHandler _BeforeDocumentSaveEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767086(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_BeforeDocumentSaveEventHandler BeforeDocumentSaveEvent - { - add - { - CreateEventBridge(); - _BeforeDocumentSaveEvent += value; - } - remove - { - _BeforeDocumentSaveEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_BeforeDocumentSaveAsEventHandler _BeforeDocumentSaveAsEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769043(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_BeforeDocumentSaveAsEventHandler BeforeDocumentSaveAsEvent - { - add - { - CreateEventBridge(); - _BeforeDocumentSaveAsEvent += value; - } - remove - { - _BeforeDocumentSaveAsEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_FormulaChangedEventHandler _FormulaChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765755(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_FormulaChangedEventHandler FormulaChangedEvent - { - add - { - CreateEventBridge(); - _FormulaChangedEvent += value; - } - remove - { - _FormulaChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_ConnectionsAddedEventHandler _ConnectionsAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768568(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_ConnectionsAddedEventHandler ConnectionsAddedEvent - { - add - { - CreateEventBridge(); - _ConnectionsAddedEvent += value; - } - remove - { - _ConnectionsAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_ConnectionsDeletedEventHandler _ConnectionsDeletedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767619(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_ConnectionsDeletedEventHandler ConnectionsDeletedEvent - { - add - { - CreateEventBridge(); - _ConnectionsDeletedEvent += value; - } - remove - { - _ConnectionsDeletedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_QueryCancelDocumentCloseEventHandler _QueryCancelDocumentCloseEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766172(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_QueryCancelDocumentCloseEventHandler QueryCancelDocumentCloseEvent - { - add - { - CreateEventBridge(); - _QueryCancelDocumentCloseEvent += value; - } - remove - { - _QueryCancelDocumentCloseEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_DocumentCloseCanceledEventHandler _DocumentCloseCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765090(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_DocumentCloseCanceledEventHandler DocumentCloseCanceledEvent - { - add - { - CreateEventBridge(); - _DocumentCloseCanceledEvent += value; - } - remove - { - _DocumentCloseCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_QueryCancelStyleDeleteEventHandler _QueryCancelStyleDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765860(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_QueryCancelStyleDeleteEventHandler QueryCancelStyleDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelStyleDeleteEvent += value; - } - remove - { - _QueryCancelStyleDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_StyleDeleteCanceledEventHandler _StyleDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767497(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_StyleDeleteCanceledEventHandler StyleDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _StyleDeleteCanceledEvent += value; - } - remove - { - _StyleDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_QueryCancelMasterDeleteEventHandler _QueryCancelMasterDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766142(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_QueryCancelMasterDeleteEventHandler QueryCancelMasterDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelMasterDeleteEvent += value; - } - remove - { - _QueryCancelMasterDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_MasterDeleteCanceledEventHandler _MasterDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766242(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_MasterDeleteCanceledEventHandler MasterDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _MasterDeleteCanceledEvent += value; - } - remove - { - _MasterDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_QueryCancelPageDeleteEventHandler _QueryCancelPageDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765447(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_QueryCancelPageDeleteEventHandler QueryCancelPageDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelPageDeleteEvent += value; - } - remove - { - _QueryCancelPageDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_PageDeleteCanceledEventHandler _PageDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768576(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_PageDeleteCanceledEventHandler PageDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _PageDeleteCanceledEvent += value; - } - remove - { - _PageDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_ShapeParentChangedEventHandler _ShapeParentChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768023(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_ShapeParentChangedEventHandler ShapeParentChangedEvent - { - add - { - CreateEventBridge(); - _ShapeParentChangedEvent += value; - } - remove - { - _ShapeParentChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_BeforeShapeTextEditEventHandler _BeforeShapeTextEditEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765928(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_BeforeShapeTextEditEventHandler BeforeShapeTextEditEvent - { - add - { - CreateEventBridge(); - _BeforeShapeTextEditEvent += value; - } - remove - { - _BeforeShapeTextEditEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_ShapeExitedTextEditEventHandler _ShapeExitedTextEditEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768072(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_ShapeExitedTextEditEventHandler ShapeExitedTextEditEvent - { - add - { - CreateEventBridge(); - _ShapeExitedTextEditEvent += value; - } - remove - { - _ShapeExitedTextEditEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_QueryCancelSelectionDeleteEventHandler _QueryCancelSelectionDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769042(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_QueryCancelSelectionDeleteEventHandler QueryCancelSelectionDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelSelectionDeleteEvent += value; - } - remove - { - _QueryCancelSelectionDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_SelectionDeleteCanceledEventHandler _SelectionDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765818(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_SelectionDeleteCanceledEventHandler SelectionDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _SelectionDeleteCanceledEvent += value; - } - remove - { - _SelectionDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_QueryCancelUngroupEventHandler _QueryCancelUngroupEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767895(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_QueryCancelUngroupEventHandler QueryCancelUngroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelUngroupEvent += value; - } - remove - { - _QueryCancelUngroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_UngroupCanceledEventHandler _UngroupCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767818(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_UngroupCanceledEventHandler UngroupCanceledEvent - { - add - { - CreateEventBridge(); - _UngroupCanceledEvent += value; - } - remove - { - _UngroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_QueryCancelConvertToGroupEventHandler _QueryCancelConvertToGroupEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765630(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_QueryCancelConvertToGroupEventHandler QueryCancelConvertToGroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelConvertToGroupEvent += value; - } - remove - { - _QueryCancelConvertToGroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Documents_ConvertToGroupCanceledEventHandler _ConvertToGroupCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767667(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Documents_ConvertToGroupCanceledEventHandler ConvertToGroupCanceledEvent - { - add - { - CreateEventBridge(); - _ConvertToGroupCanceledEvent += value; - } - remove - { - _ConvertToGroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Documents_QueryCancelGroupEventHandler _QueryCancelGroupEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767452(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Documents_QueryCancelGroupEventHandler QueryCancelGroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelGroupEvent += value; - } - remove - { - _QueryCancelGroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Documents_GroupCanceledEventHandler _GroupCanceledEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768212(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Documents_GroupCanceledEventHandler GroupCanceledEvent - { - add - { - CreateEventBridge(); - _GroupCanceledEvent += value; - } - remove - { - _GroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Documents_ShapeDataGraphicChangedEventHandler _ShapeDataGraphicChangedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766204(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Documents_ShapeDataGraphicChangedEventHandler ShapeDataGraphicChangedEvent - { - add - { - CreateEventBridge(); - _ShapeDataGraphicChangedEvent += value; - } - remove - { - _ShapeDataGraphicChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Documents_BeforeDataRecordsetDeleteEventHandler _BeforeDataRecordsetDeleteEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769192(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Documents_BeforeDataRecordsetDeleteEventHandler BeforeDataRecordsetDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeDataRecordsetDeleteEvent += value; - } - remove - { - _BeforeDataRecordsetDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Documents_DataRecordsetChangedEventHandler _DataRecordsetChangedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765966(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Documents_DataRecordsetChangedEventHandler DataRecordsetChangedEvent - { - add - { - CreateEventBridge(); - _DataRecordsetChangedEvent += value; - } - remove - { - _DataRecordsetChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Documents_DataRecordsetAddedEventHandler _DataRecordsetAddedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766714(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Documents_DataRecordsetAddedEventHandler DataRecordsetAddedEvent - { - add - { - CreateEventBridge(); - _DataRecordsetAddedEvent += value; - } - remove - { - _DataRecordsetAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Documents_ShapeLinkAddedEventHandler _ShapeLinkAddedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765797(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Documents_ShapeLinkAddedEventHandler ShapeLinkAddedEvent - { - add - { - CreateEventBridge(); - _ShapeLinkAddedEvent += value; - } - remove - { - _ShapeLinkAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Documents_ShapeLinkDeletedEventHandler _ShapeLinkDeletedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765391(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Documents_ShapeLinkDeletedEventHandler ShapeLinkDeletedEvent - { - add - { - CreateEventBridge(); - _ShapeLinkDeletedEvent += value; - } - remove - { - _ShapeLinkDeletedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Documents_AfterRemoveHiddenInformationEventHandler _AfterRemoveHiddenInformationEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766845(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Documents_AfterRemoveHiddenInformationEventHandler AfterRemoveHiddenInformationEvent - { - add - { - CreateEventBridge(); - _AfterRemoveHiddenInformationEvent += value; - } - remove - { - _AfterRemoveHiddenInformationEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event Documents_ContainerRelationshipAddedEventHandler _ContainerRelationshipAddedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767337(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event Documents_ContainerRelationshipAddedEventHandler ContainerRelationshipAddedEvent - { - add - { - CreateEventBridge(); - _ContainerRelationshipAddedEvent += value; - } - remove - { - _ContainerRelationshipAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event Documents_ContainerRelationshipDeletedEventHandler _ContainerRelationshipDeletedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765397(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event Documents_ContainerRelationshipDeletedEventHandler ContainerRelationshipDeletedEvent - { - add - { - CreateEventBridge(); - _ContainerRelationshipDeletedEvent += value; - } - remove - { - _ContainerRelationshipDeletedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event Documents_CalloutRelationshipAddedEventHandler _CalloutRelationshipAddedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768274(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event Documents_CalloutRelationshipAddedEventHandler CalloutRelationshipAddedEvent - { - add - { - CreateEventBridge(); - _CalloutRelationshipAddedEvent += value; - } - remove - { - _CalloutRelationshipAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event Documents_CalloutRelationshipDeletedEventHandler _CalloutRelationshipDeletedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765507(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event Documents_CalloutRelationshipDeletedEventHandler CalloutRelationshipDeletedEvent - { - add - { - CreateEventBridge(); - _CalloutRelationshipDeletedEvent += value; - } - remove - { - _CalloutRelationshipDeletedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event Documents_RuleSetValidatedEventHandler _RuleSetValidatedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766503(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event Documents_RuleSetValidatedEventHandler RuleSetValidatedEvent - { - add - { - CreateEventBridge(); - _RuleSetValidatedEvent += value; - } - remove - { - _RuleSetValidatedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 15, 16 - /// - private event Documents_QueryCancelReplaceShapesEventHandler _QueryCancelReplaceShapesEvent; - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public event Documents_QueryCancelReplaceShapesEventHandler QueryCancelReplaceShapesEvent - { - add - { - CreateEventBridge(); - _QueryCancelReplaceShapesEvent += value; - } - remove - { - _QueryCancelReplaceShapesEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 15, 16 - /// - private event Documents_ReplaceShapesCanceledEventHandler _ReplaceShapesCanceledEvent; - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public event Documents_ReplaceShapesCanceledEventHandler ReplaceShapesCanceledEvent - { - add - { - CreateEventBridge(); - _ReplaceShapesCanceledEvent += value; - } - remove - { - _ReplaceShapesCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 15, 16 - /// - private event Documents_BeforeReplaceShapesEventHandler _BeforeReplaceShapesEvent; - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public event Documents_BeforeReplaceShapesEventHandler BeforeReplaceShapesEvent - { - add - { - CreateEventBridge(); - _BeforeReplaceShapesEvent += value; - } - remove - { - _BeforeReplaceShapesEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 15, 16 - /// - private event Documents_AfterReplaceShapesEventHandler _AfterReplaceShapesEvent; - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public event Documents_AfterReplaceShapesEventHandler AfterReplaceShapesEvent - { - add - { - CreateEventBridge(); - _AfterReplaceShapesEvent += value; - } - remove - { - _AfterReplaceShapesEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 15, 16 - /// - private event Documents_AfterDocumentMergeEventHandler _AfterDocumentMergeEvent; - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public event Documents_AfterDocumentMergeEventHandler AfterDocumentMergeEvent - { - add - { - CreateEventBridge(); - _AfterDocumentMergeEvent += value; - } - remove - { - _AfterDocumentMergeEvent -= value; - } - } - - #endregion - - #region IEventBinding - - /// - /// Creates active sink helper - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void CreateEventBridge() - { - if(false == Factory.Settings.EnableEvents) - return; - - if (null != _connectPoint) - return; - - if (null == _activeSinkId) - _activeSinkId = SinkHelper.GetConnectionPoint(this, ref _connectPoint, Events.EDocuments_SinkHelper.Id); - - - if (Events.EDocuments_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) - { - _eDocuments_SinkHelper = new Events.EDocuments_SinkHelper(this, _connectPoint); - return; - } - } - - /// - /// The instance use currently an event listener - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool EventBridgeInitialized - { - get - { - return (null != _connectPoint); - } - } - /// - /// Instance has one or more event recipients - /// - /// true if one or more event is active, otherwise false - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients() - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType); - } - - /// - /// Instance has one or more event recipients - /// - /// name of the event - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Target methods from its actual event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Delegate[] GetEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Returns the current count of event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int GetCountOfEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetCountOfEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Raise an instance event - /// - /// name of the event without 'Event' at the end - /// custom arguments for the event - /// count of called event recipients - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int RaiseCustomEvent(string eventName, ref object[] paramsArray) - { - return NetOffice.Events.CoClassEventReflector.RaiseCustomEvent(this, LateBindingApiWrapperType, eventName, ref paramsArray); - } - /// - /// Stop listening events for the instance - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void DisposeEventBridge() - { - if( null != _eDocuments_SinkHelper) - { - _eDocuments_SinkHelper.Dispose(); - _eDocuments_SinkHelper = null; - } - - _connectPoint = null; - } - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Event.cs b/Source/Visio/Classes/Event.cs deleted file mode 100644 index 7ada626208..0000000000 --- a/Source/Visio/Classes/Event.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Event - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769279(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class Event : IVEvent - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Event); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Event(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Event(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Event(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Event(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Event(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Event - /// - public Event():base("Visio.Event") - { - - } - - /// - /// Creates a new instance of Event - /// - ///registered ProgID - public Event(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/EventList.cs b/Source/Visio/Classes/EventList.cs deleted file mode 100644 index 02985ed7f8..0000000000 --- a/Source/Visio/Classes/EventList.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass EventList - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769282(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class EventList : IVEventList - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(EventList); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public EventList(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public EventList(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public EventList(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public EventList(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public EventList(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of EventList - /// - public EventList():base("Visio.EventList") - { - - } - - /// - /// Creates a new instance of EventList - /// - ///registered ProgID - public EventList(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Extender.cs b/Source/Visio/Classes/Extender.cs deleted file mode 100644 index 9d28957cbf..0000000000 --- a/Source/Visio/Classes/Extender.cs +++ /dev/null @@ -1,747 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - public delegate void Extender_CellChangedEventHandler(NetOffice.VisioApi.IVCell cell); - public delegate void Extender_ShapeAddedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Extender_BeforeSelectionDeleteEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Extender_ShapeChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Extender_SelectionAddedEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Extender_BeforeShapeDeleteEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Extender_TextChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Extender_FormulaChangedEventHandler(NetOffice.VisioApi.IVCell cell); - public delegate void Extender_ShapeParentChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Extender_BeforeShapeTextEditEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Extender_ShapeExitedTextEditEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Extender_QueryCancelSelectionDeleteEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Extender_SelectionDeleteCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Extender_QueryCancelUngroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Extender_UngroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Extender_QueryCancelConvertToGroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Extender_ConvertToGroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Extender_QueryCancelGroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Extender_GroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Extender_ShapeDataGraphicChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Extender_ShapeLinkAddedEventHandler(NetOffice.VisioApi.IVShape shape, Int32 dataRecordsetID, Int32 dataRowID); - public delegate void Extender_ShapeLinkDeletedEventHandler(NetOffice.VisioApi.IVShape shape, Int32 dataRecordsetID, Int32 dataRowID); - #pragma warning restore - - #endregion - - /// - /// CoClass Extender - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - [EventSink(typeof(Events.EShape_SinkHelper))] - [ComEventInterface(typeof(Events.EShape))] - public class Extender : IVDispExtender, IEventBinding - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - private Events.EShape_SinkHelper _eShape_SinkHelper; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Extender); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Extender(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Extender(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Extender(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Extender(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Extender(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Extender - /// - public Extender():base("Visio.Extender") - { - - } - - /// - /// Creates a new instance of Extender - /// - ///registered ProgID - public Extender(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Extender_CellChangedEventHandler _CellChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Extender_CellChangedEventHandler CellChangedEvent - { - add - { - CreateEventBridge(); - _CellChangedEvent += value; - } - remove - { - _CellChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Extender_ShapeAddedEventHandler _ShapeAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Extender_ShapeAddedEventHandler ShapeAddedEvent - { - add - { - CreateEventBridge(); - _ShapeAddedEvent += value; - } - remove - { - _ShapeAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Extender_BeforeSelectionDeleteEventHandler _BeforeSelectionDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Extender_BeforeSelectionDeleteEventHandler BeforeSelectionDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeSelectionDeleteEvent += value; - } - remove - { - _BeforeSelectionDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Extender_ShapeChangedEventHandler _ShapeChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Extender_ShapeChangedEventHandler ShapeChangedEvent - { - add - { - CreateEventBridge(); - _ShapeChangedEvent += value; - } - remove - { - _ShapeChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Extender_SelectionAddedEventHandler _SelectionAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Extender_SelectionAddedEventHandler SelectionAddedEvent - { - add - { - CreateEventBridge(); - _SelectionAddedEvent += value; - } - remove - { - _SelectionAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Extender_BeforeShapeDeleteEventHandler _BeforeShapeDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Extender_BeforeShapeDeleteEventHandler BeforeShapeDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeShapeDeleteEvent += value; - } - remove - { - _BeforeShapeDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Extender_TextChangedEventHandler _TextChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Extender_TextChangedEventHandler TextChangedEvent - { - add - { - CreateEventBridge(); - _TextChangedEvent += value; - } - remove - { - _TextChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Extender_FormulaChangedEventHandler _FormulaChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Extender_FormulaChangedEventHandler FormulaChangedEvent - { - add - { - CreateEventBridge(); - _FormulaChangedEvent += value; - } - remove - { - _FormulaChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Extender_ShapeParentChangedEventHandler _ShapeParentChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Extender_ShapeParentChangedEventHandler ShapeParentChangedEvent - { - add - { - CreateEventBridge(); - _ShapeParentChangedEvent += value; - } - remove - { - _ShapeParentChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Extender_BeforeShapeTextEditEventHandler _BeforeShapeTextEditEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Extender_BeforeShapeTextEditEventHandler BeforeShapeTextEditEvent - { - add - { - CreateEventBridge(); - _BeforeShapeTextEditEvent += value; - } - remove - { - _BeforeShapeTextEditEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Extender_ShapeExitedTextEditEventHandler _ShapeExitedTextEditEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Extender_ShapeExitedTextEditEventHandler ShapeExitedTextEditEvent - { - add - { - CreateEventBridge(); - _ShapeExitedTextEditEvent += value; - } - remove - { - _ShapeExitedTextEditEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Extender_QueryCancelSelectionDeleteEventHandler _QueryCancelSelectionDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Extender_QueryCancelSelectionDeleteEventHandler QueryCancelSelectionDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelSelectionDeleteEvent += value; - } - remove - { - _QueryCancelSelectionDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Extender_SelectionDeleteCanceledEventHandler _SelectionDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Extender_SelectionDeleteCanceledEventHandler SelectionDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _SelectionDeleteCanceledEvent += value; - } - remove - { - _SelectionDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Extender_QueryCancelUngroupEventHandler _QueryCancelUngroupEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Extender_QueryCancelUngroupEventHandler QueryCancelUngroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelUngroupEvent += value; - } - remove - { - _QueryCancelUngroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Extender_UngroupCanceledEventHandler _UngroupCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Extender_UngroupCanceledEventHandler UngroupCanceledEvent - { - add - { - CreateEventBridge(); - _UngroupCanceledEvent += value; - } - remove - { - _UngroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Extender_QueryCancelConvertToGroupEventHandler _QueryCancelConvertToGroupEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Extender_QueryCancelConvertToGroupEventHandler QueryCancelConvertToGroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelConvertToGroupEvent += value; - } - remove - { - _QueryCancelConvertToGroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Extender_ConvertToGroupCanceledEventHandler _ConvertToGroupCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Extender_ConvertToGroupCanceledEventHandler ConvertToGroupCanceledEvent - { - add - { - CreateEventBridge(); - _ConvertToGroupCanceledEvent += value; - } - remove - { - _ConvertToGroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Extender_QueryCancelGroupEventHandler _QueryCancelGroupEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - public event Extender_QueryCancelGroupEventHandler QueryCancelGroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelGroupEvent += value; - } - remove - { - _QueryCancelGroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Extender_GroupCanceledEventHandler _GroupCanceledEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - public event Extender_GroupCanceledEventHandler GroupCanceledEvent - { - add - { - CreateEventBridge(); - _GroupCanceledEvent += value; - } - remove - { - _GroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Extender_ShapeDataGraphicChangedEventHandler _ShapeDataGraphicChangedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - public event Extender_ShapeDataGraphicChangedEventHandler ShapeDataGraphicChangedEvent - { - add - { - CreateEventBridge(); - _ShapeDataGraphicChangedEvent += value; - } - remove - { - _ShapeDataGraphicChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Extender_ShapeLinkAddedEventHandler _ShapeLinkAddedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - public event Extender_ShapeLinkAddedEventHandler ShapeLinkAddedEvent - { - add - { - CreateEventBridge(); - _ShapeLinkAddedEvent += value; - } - remove - { - _ShapeLinkAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Extender_ShapeLinkDeletedEventHandler _ShapeLinkDeletedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - public event Extender_ShapeLinkDeletedEventHandler ShapeLinkDeletedEvent - { - add - { - CreateEventBridge(); - _ShapeLinkDeletedEvent += value; - } - remove - { - _ShapeLinkDeletedEvent -= value; - } - } - - #endregion - - #region IEventBinding - - /// - /// Creates active sink helper - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void CreateEventBridge() - { - if(false == Factory.Settings.EnableEvents) - return; - - if (null != _connectPoint) - return; - - if (null == _activeSinkId) - _activeSinkId = SinkHelper.GetConnectionPoint(this, ref _connectPoint, Events.EShape_SinkHelper.Id); - - - if (Events.EShape_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) - { - _eShape_SinkHelper = new Events.EShape_SinkHelper(this, _connectPoint); - return; - } - } - - /// - /// The instance use currently an event listener - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool EventBridgeInitialized - { - get - { - return (null != _connectPoint); - } - } - /// - /// Instance has one or more event recipients - /// - /// true if one or more event is active, otherwise false - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients() - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType); - } - - /// - /// Instance has one or more event recipients - /// - /// name of the event - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Target methods from its actual event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Delegate[] GetEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Returns the current count of event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int GetCountOfEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetCountOfEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Raise an instance event - /// - /// name of the event without 'Event' at the end - /// custom arguments for the event - /// count of called event recipients - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int RaiseCustomEvent(string eventName, ref object[] paramsArray) - { - return NetOffice.Events.CoClassEventReflector.RaiseCustomEvent(this, LateBindingApiWrapperType, eventName, ref paramsArray); - } - /// - /// Stop listening events for the instance - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void DisposeEventBridge() - { - if( null != _eShape_SinkHelper) - { - _eShape_SinkHelper.Dispose(); - _eShape_SinkHelper = null; - } - - _connectPoint = null; - } - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Font.cs b/Source/Visio/Classes/Font.cs deleted file mode 100644 index a679cfd66a..0000000000 --- a/Source/Visio/Classes/Font.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Font - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769285(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class Font : IVFont - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Font); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Font(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Font(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Font(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Font(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Font(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Font - /// - public Font():base("Visio.Font") - { - - } - - /// - /// Creates a new instance of Font - /// - ///registered ProgID - public Font(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Fonts.cs b/Source/Visio/Classes/Fonts.cs deleted file mode 100644 index ee6d3cd1bd..0000000000 --- a/Source/Visio/Classes/Fonts.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Fonts - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769287(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class Fonts : IVFonts - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Fonts); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Fonts(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Fonts(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Fonts(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Fonts(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Fonts(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Fonts - /// - public Fonts():base("Visio.Fonts") - { - - } - - /// - /// Creates a new instance of Fonts - /// - ///registered ProgID - public Fonts(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/GraphicItem.cs b/Source/Visio/Classes/GraphicItem.cs deleted file mode 100644 index d50059144d..0000000000 --- a/Source/Visio/Classes/GraphicItem.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass GraphicItem - /// SupportByVersion Visio, 12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769291(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class GraphicItem : IVGraphicItem - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(GraphicItem); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public GraphicItem(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public GraphicItem(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public GraphicItem(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public GraphicItem(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public GraphicItem(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of GraphicItem - /// - public GraphicItem():base("Visio.GraphicItem") - { - - } - - /// - /// Creates a new instance of GraphicItem - /// - ///registered ProgID - public GraphicItem(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/GraphicItems.cs b/Source/Visio/Classes/GraphicItems.cs deleted file mode 100644 index 457976600e..0000000000 --- a/Source/Visio/Classes/GraphicItems.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass GraphicItems - /// SupportByVersion Visio, 12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769294(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class GraphicItems : IVGraphicItems - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(GraphicItems); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public GraphicItems(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public GraphicItems(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public GraphicItems(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public GraphicItems(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public GraphicItems(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of GraphicItems - /// - public GraphicItems():base("Visio.GraphicItems") - { - - } - - /// - /// Creates a new instance of GraphicItems - /// - ///registered ProgID - public GraphicItems(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Hyperlink.cs b/Source/Visio/Classes/Hyperlink.cs deleted file mode 100644 index f80d16c6b5..0000000000 --- a/Source/Visio/Classes/Hyperlink.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Hyperlink - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769297(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class Hyperlink : IVHyperlink - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Hyperlink); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Hyperlink(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Hyperlink(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Hyperlink(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Hyperlink(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Hyperlink(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Hyperlink - /// - public Hyperlink():base("Visio.Hyperlink") - { - - } - - /// - /// Creates a new instance of Hyperlink - /// - ///registered ProgID - public Hyperlink(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Hyperlinks.cs b/Source/Visio/Classes/Hyperlinks.cs deleted file mode 100644 index f110374063..0000000000 --- a/Source/Visio/Classes/Hyperlinks.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Hyperlinks - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769300(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class Hyperlinks : IVHyperlinks - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Hyperlinks); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Hyperlinks(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Hyperlinks(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Hyperlinks(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Hyperlinks(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Hyperlinks(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Hyperlinks - /// - public Hyperlinks():base("Visio.Hyperlinks") - { - - } - - /// - /// Creates a new instance of Hyperlinks - /// - ///registered ProgID - public Hyperlinks(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/InvisibleApp.cs b/Source/Visio/Classes/InvisibleApp.cs deleted file mode 100644 index df2ab5873b..0000000000 --- a/Source/Visio/Classes/InvisibleApp.cs +++ /dev/null @@ -1,2782 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - public delegate void InvisibleApp_AppActivatedEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void InvisibleApp_AppDeactivatedEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void InvisibleApp_AppObjActivatedEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void InvisibleApp_AppObjDeactivatedEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void InvisibleApp_BeforeQuitEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void InvisibleApp_BeforeModalEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void InvisibleApp_AfterModalEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void InvisibleApp_WindowOpenedEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void InvisibleApp_SelectionChangedEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void InvisibleApp_BeforeWindowClosedEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void InvisibleApp_WindowActivatedEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void InvisibleApp_BeforeWindowSelDeleteEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void InvisibleApp_BeforeWindowPageTurnEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void InvisibleApp_WindowTurnedToPageEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void InvisibleApp_DocumentOpenedEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void InvisibleApp_DocumentCreatedEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void InvisibleApp_DocumentSavedEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void InvisibleApp_DocumentSavedAsEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void InvisibleApp_DocumentChangedEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void InvisibleApp_BeforeDocumentCloseEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void InvisibleApp_StyleAddedEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void InvisibleApp_StyleChangedEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void InvisibleApp_BeforeStyleDeleteEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void InvisibleApp_MasterAddedEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void InvisibleApp_MasterChangedEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void InvisibleApp_BeforeMasterDeleteEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void InvisibleApp_PageAddedEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void InvisibleApp_PageChangedEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void InvisibleApp_BeforePageDeleteEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void InvisibleApp_ShapeAddedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void InvisibleApp_BeforeSelectionDeleteEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void InvisibleApp_ShapeChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void InvisibleApp_SelectionAddedEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void InvisibleApp_BeforeShapeDeleteEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void InvisibleApp_TextChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void InvisibleApp_CellChangedEventHandler(NetOffice.VisioApi.IVCell cell); - public delegate void InvisibleApp_MarkerEventEventHandler(NetOffice.VisioApi.IVApplication app, Int32 sequenceNum, string contextString); - public delegate void InvisibleApp_NoEventsPendingEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void InvisibleApp_VisioIsIdleEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void InvisibleApp_MustFlushScopeBeginningEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void InvisibleApp_MustFlushScopeEndedEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void InvisibleApp_RunModeEnteredEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void InvisibleApp_DesignModeEnteredEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void InvisibleApp_BeforeDocumentSaveEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void InvisibleApp_BeforeDocumentSaveAsEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void InvisibleApp_FormulaChangedEventHandler(NetOffice.VisioApi.IVCell cell); - public delegate void InvisibleApp_ConnectionsAddedEventHandler(NetOffice.VisioApi.IVConnects connects); - public delegate void InvisibleApp_ConnectionsDeletedEventHandler(NetOffice.VisioApi.IVConnects connects); - public delegate void InvisibleApp_EnterScopeEventHandler(NetOffice.VisioApi.IVApplication app, Int32 nScopeID, string bstrDescription); - public delegate void InvisibleApp_ExitScopeEventHandler(NetOffice.VisioApi.IVApplication app, Int32 nScopeID, string bstrDescription, bool bErrOrCancelled); - public delegate void InvisibleApp_QueryCancelQuitEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void InvisibleApp_QuitCanceledEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void InvisibleApp_WindowChangedEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void InvisibleApp_ViewChangedEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void InvisibleApp_QueryCancelWindowCloseEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void InvisibleApp_WindowCloseCanceledEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void InvisibleApp_QueryCancelDocumentCloseEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void InvisibleApp_DocumentCloseCanceledEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void InvisibleApp_QueryCancelStyleDeleteEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void InvisibleApp_StyleDeleteCanceledEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void InvisibleApp_QueryCancelMasterDeleteEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void InvisibleApp_MasterDeleteCanceledEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void InvisibleApp_QueryCancelPageDeleteEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void InvisibleApp_PageDeleteCanceledEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void InvisibleApp_ShapeParentChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void InvisibleApp_BeforeShapeTextEditEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void InvisibleApp_ShapeExitedTextEditEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void InvisibleApp_QueryCancelSelectionDeleteEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void InvisibleApp_SelectionDeleteCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void InvisibleApp_QueryCancelUngroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void InvisibleApp_UngroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void InvisibleApp_QueryCancelConvertToGroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void InvisibleApp_ConvertToGroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void InvisibleApp_QueryCancelSuspendEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void InvisibleApp_SuspendCanceledEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void InvisibleApp_BeforeSuspendEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void InvisibleApp_AfterResumeEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void InvisibleApp_OnKeystrokeMessageForAddonEventHandler(NetOffice.VisioApi.IVMSGWrap msg); - public delegate void InvisibleApp_MouseDownEventHandler(Int32 button, Int32 keyButtonState, Double x, Double y, ref bool cancelDefault); - public delegate void InvisibleApp_MouseMoveEventHandler(Int32 button, Int32 keyButtonState, Double x, Double y, ref bool cancelDefault); - public delegate void InvisibleApp_MouseUpEventHandler(Int32 button, Int32 keyButtonState, Double x, Double y, ref bool cancelDefault); - public delegate void InvisibleApp_KeyDownEventHandler(Int32 keyCode, Int32 keyButtonState, ref bool cancelDefault); - public delegate void InvisibleApp_KeyPressEventHandler(Int32 keyAscii, ref bool cancelDefault); - public delegate void InvisibleApp_KeyUpEventHandler(Int32 keyCode, Int32 keyButtonState, ref bool cancelDefault); - public delegate void InvisibleApp_QueryCancelSuspendEventsEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void InvisibleApp_SuspendEventsCanceledEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void InvisibleApp_BeforeSuspendEventsEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void InvisibleApp_AfterResumeEventsEventHandler(NetOffice.VisioApi.IVApplication app); - public delegate void InvisibleApp_QueryCancelGroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void InvisibleApp_GroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void InvisibleApp_ShapeDataGraphicChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void InvisibleApp_BeforeDataRecordsetDeleteEventHandler(NetOffice.VisioApi.IVDataRecordset dataRecordset); - public delegate void InvisibleApp_DataRecordsetChangedEventHandler(NetOffice.VisioApi.IVDataRecordsetChangedEvent dataRecordsetChanged); - public delegate void InvisibleApp_DataRecordsetAddedEventHandler(NetOffice.VisioApi.IVDataRecordset dataRecordset); - public delegate void InvisibleApp_ShapeLinkAddedEventHandler(NetOffice.VisioApi.IVShape shape, Int32 dataRecordsetID, Int32 dataRowID); - public delegate void InvisibleApp_ShapeLinkDeletedEventHandler(NetOffice.VisioApi.IVShape shape, Int32 dataRecordsetID, Int32 dataRowID); - public delegate void InvisibleApp_AfterRemoveHiddenInformationEventHandler(NetOffice.VisioApi.IVDocument doc); - public delegate void InvisibleApp_ContainerRelationshipAddedEventHandler(NetOffice.VisioApi.IVRelatedShapePairEvent shapePair); - public delegate void InvisibleApp_ContainerRelationshipDeletedEventHandler(NetOffice.VisioApi.IVRelatedShapePairEvent shapePair); - public delegate void InvisibleApp_CalloutRelationshipAddedEventHandler(NetOffice.VisioApi.IVRelatedShapePairEvent shapePair); - public delegate void InvisibleApp_CalloutRelationshipDeletedEventHandler(NetOffice.VisioApi.IVRelatedShapePairEvent shapePair); - public delegate void InvisibleApp_RuleSetValidatedEventHandler(NetOffice.VisioApi.IVValidationRuleSet ruleSet); - public delegate void InvisibleApp_QueryCancelReplaceShapesEventHandler(NetOffice.VisioApi.IVReplaceShapesEvent replaceShapes); - public delegate void InvisibleApp_ReplaceShapesCanceledEventHandler(NetOffice.VisioApi.IVReplaceShapesEvent replaceShapes); - public delegate void InvisibleApp_BeforeReplaceShapesEventHandler(NetOffice.VisioApi.IVReplaceShapesEvent replaceShapes); - public delegate void InvisibleApp_AfterReplaceShapesEventHandler(NetOffice.VisioApi.IVSelection sel); - #pragma warning restore - - #endregion - - /// - /// CoClass InvisibleApp - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769303(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - [EventSink(typeof(Events.EApplication_SinkHelper))] - [ComEventInterface(typeof(Events.EApplication))] - public class InvisibleApp : IVInvisibleApp, IEventBinding - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - private Events.EApplication_SinkHelper _eApplication_SinkHelper; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(InvisibleApp); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public InvisibleApp(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public InvisibleApp(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public InvisibleApp(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public InvisibleApp(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public InvisibleApp(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of InvisibleApp - /// - public InvisibleApp():base("Visio.InvisibleApp") - { - - } - - /// - /// Creates a new instance of InvisibleApp - /// - ///registered ProgID - public InvisibleApp(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_AppActivatedEventHandler _AppActivatedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767393(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_AppActivatedEventHandler AppActivatedEvent - { - add - { - CreateEventBridge(); - _AppActivatedEvent += value; - } - remove - { - _AppActivatedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_AppDeactivatedEventHandler _AppDeactivatedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765522(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_AppDeactivatedEventHandler AppDeactivatedEvent - { - add - { - CreateEventBridge(); - _AppDeactivatedEvent += value; - } - remove - { - _AppDeactivatedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_AppObjActivatedEventHandler _AppObjActivatedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768447(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_AppObjActivatedEventHandler AppObjActivatedEvent - { - add - { - CreateEventBridge(); - _AppObjActivatedEvent += value; - } - remove - { - _AppObjActivatedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_AppObjDeactivatedEventHandler _AppObjDeactivatedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765372(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_AppObjDeactivatedEventHandler AppObjDeactivatedEvent - { - add - { - CreateEventBridge(); - _AppObjDeactivatedEvent += value; - } - remove - { - _AppObjDeactivatedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_BeforeQuitEventHandler _BeforeQuitEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767922(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_BeforeQuitEventHandler BeforeQuitEvent - { - add - { - CreateEventBridge(); - _BeforeQuitEvent += value; - } - remove - { - _BeforeQuitEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_BeforeModalEventHandler _BeforeModalEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767572(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_BeforeModalEventHandler BeforeModalEvent - { - add - { - CreateEventBridge(); - _BeforeModalEvent += value; - } - remove - { - _BeforeModalEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_AfterModalEventHandler _AfterModalEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766355(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_AfterModalEventHandler AfterModalEvent - { - add - { - CreateEventBridge(); - _AfterModalEvent += value; - } - remove - { - _AfterModalEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_WindowOpenedEventHandler _WindowOpenedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767410(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_WindowOpenedEventHandler WindowOpenedEvent - { - add - { - CreateEventBridge(); - _WindowOpenedEvent += value; - } - remove - { - _WindowOpenedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_SelectionChangedEventHandler _SelectionChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766811(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_SelectionChangedEventHandler SelectionChangedEvent - { - add - { - CreateEventBridge(); - _SelectionChangedEvent += value; - } - remove - { - _SelectionChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_BeforeWindowClosedEventHandler _BeforeWindowClosedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768040(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_BeforeWindowClosedEventHandler BeforeWindowClosedEvent - { - add - { - CreateEventBridge(); - _BeforeWindowClosedEvent += value; - } - remove - { - _BeforeWindowClosedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_WindowActivatedEventHandler _WindowActivatedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767376(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_WindowActivatedEventHandler WindowActivatedEvent - { - add - { - CreateEventBridge(); - _WindowActivatedEvent += value; - } - remove - { - _WindowActivatedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_BeforeWindowSelDeleteEventHandler _BeforeWindowSelDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766033(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_BeforeWindowSelDeleteEventHandler BeforeWindowSelDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeWindowSelDeleteEvent += value; - } - remove - { - _BeforeWindowSelDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_BeforeWindowPageTurnEventHandler _BeforeWindowPageTurnEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767063(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_BeforeWindowPageTurnEventHandler BeforeWindowPageTurnEvent - { - add - { - CreateEventBridge(); - _BeforeWindowPageTurnEvent += value; - } - remove - { - _BeforeWindowPageTurnEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_WindowTurnedToPageEventHandler _WindowTurnedToPageEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767662(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_WindowTurnedToPageEventHandler WindowTurnedToPageEvent - { - add - { - CreateEventBridge(); - _WindowTurnedToPageEvent += value; - } - remove - { - _WindowTurnedToPageEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_DocumentOpenedEventHandler _DocumentOpenedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766381(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_DocumentOpenedEventHandler DocumentOpenedEvent - { - add - { - CreateEventBridge(); - _DocumentOpenedEvent += value; - } - remove - { - _DocumentOpenedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_DocumentCreatedEventHandler _DocumentCreatedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767356(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_DocumentCreatedEventHandler DocumentCreatedEvent - { - add - { - CreateEventBridge(); - _DocumentCreatedEvent += value; - } - remove - { - _DocumentCreatedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_DocumentSavedEventHandler _DocumentSavedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768368(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_DocumentSavedEventHandler DocumentSavedEvent - { - add - { - CreateEventBridge(); - _DocumentSavedEvent += value; - } - remove - { - _DocumentSavedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_DocumentSavedAsEventHandler _DocumentSavedAsEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769114(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_DocumentSavedAsEventHandler DocumentSavedAsEvent - { - add - { - CreateEventBridge(); - _DocumentSavedAsEvent += value; - } - remove - { - _DocumentSavedAsEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_DocumentChangedEventHandler _DocumentChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768511(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_DocumentChangedEventHandler DocumentChangedEvent - { - add - { - CreateEventBridge(); - _DocumentChangedEvent += value; - } - remove - { - _DocumentChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_BeforeDocumentCloseEventHandler _BeforeDocumentCloseEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766731(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_BeforeDocumentCloseEventHandler BeforeDocumentCloseEvent - { - add - { - CreateEventBridge(); - _BeforeDocumentCloseEvent += value; - } - remove - { - _BeforeDocumentCloseEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_StyleAddedEventHandler _StyleAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767954(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_StyleAddedEventHandler StyleAddedEvent - { - add - { - CreateEventBridge(); - _StyleAddedEvent += value; - } - remove - { - _StyleAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_StyleChangedEventHandler _StyleChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767281(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_StyleChangedEventHandler StyleChangedEvent - { - add - { - CreateEventBridge(); - _StyleChangedEvent += value; - } - remove - { - _StyleChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_BeforeStyleDeleteEventHandler _BeforeStyleDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765113(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_BeforeStyleDeleteEventHandler BeforeStyleDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeStyleDeleteEvent += value; - } - remove - { - _BeforeStyleDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_MasterAddedEventHandler _MasterAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766331(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_MasterAddedEventHandler MasterAddedEvent - { - add - { - CreateEventBridge(); - _MasterAddedEvent += value; - } - remove - { - _MasterAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_MasterChangedEventHandler _MasterChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768066(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_MasterChangedEventHandler MasterChangedEvent - { - add - { - CreateEventBridge(); - _MasterChangedEvent += value; - } - remove - { - _MasterChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_BeforeMasterDeleteEventHandler _BeforeMasterDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767032(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_BeforeMasterDeleteEventHandler BeforeMasterDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeMasterDeleteEvent += value; - } - remove - { - _BeforeMasterDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_PageAddedEventHandler _PageAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768709(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_PageAddedEventHandler PageAddedEvent - { - add - { - CreateEventBridge(); - _PageAddedEvent += value; - } - remove - { - _PageAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_PageChangedEventHandler _PageChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768785(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_PageChangedEventHandler PageChangedEvent - { - add - { - CreateEventBridge(); - _PageChangedEvent += value; - } - remove - { - _PageChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_BeforePageDeleteEventHandler _BeforePageDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768579(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_BeforePageDeleteEventHandler BeforePageDeleteEvent - { - add - { - CreateEventBridge(); - _BeforePageDeleteEvent += value; - } - remove - { - _BeforePageDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_ShapeAddedEventHandler _ShapeAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767730(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_ShapeAddedEventHandler ShapeAddedEvent - { - add - { - CreateEventBridge(); - _ShapeAddedEvent += value; - } - remove - { - _ShapeAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_BeforeSelectionDeleteEventHandler _BeforeSelectionDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767690(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_BeforeSelectionDeleteEventHandler BeforeSelectionDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeSelectionDeleteEvent += value; - } - remove - { - _BeforeSelectionDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_ShapeChangedEventHandler _ShapeChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767622(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_ShapeChangedEventHandler ShapeChangedEvent - { - add - { - CreateEventBridge(); - _ShapeChangedEvent += value; - } - remove - { - _ShapeChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_SelectionAddedEventHandler _SelectionAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769104(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_SelectionAddedEventHandler SelectionAddedEvent - { - add - { - CreateEventBridge(); - _SelectionAddedEvent += value; - } - remove - { - _SelectionAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_BeforeShapeDeleteEventHandler _BeforeShapeDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767037(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_BeforeShapeDeleteEventHandler BeforeShapeDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeShapeDeleteEvent += value; - } - remove - { - _BeforeShapeDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_TextChangedEventHandler _TextChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766913(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_TextChangedEventHandler TextChangedEvent - { - add - { - CreateEventBridge(); - _TextChangedEvent += value; - } - remove - { - _TextChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_CellChangedEventHandler _CellChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766877(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_CellChangedEventHandler CellChangedEvent - { - add - { - CreateEventBridge(); - _CellChangedEvent += value; - } - remove - { - _CellChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_MarkerEventEventHandler _MarkerEventEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765651(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_MarkerEventEventHandler MarkerEventEvent - { - add - { - CreateEventBridge(); - _MarkerEventEvent += value; - } - remove - { - _MarkerEventEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_NoEventsPendingEventHandler _NoEventsPendingEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766723(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_NoEventsPendingEventHandler NoEventsPendingEvent - { - add - { - CreateEventBridge(); - _NoEventsPendingEvent += value; - } - remove - { - _NoEventsPendingEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_VisioIsIdleEventHandler _VisioIsIdleEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766985(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_VisioIsIdleEventHandler VisioIsIdleEvent - { - add - { - CreateEventBridge(); - _VisioIsIdleEvent += value; - } - remove - { - _VisioIsIdleEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_MustFlushScopeBeginningEventHandler _MustFlushScopeBeginningEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768314(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_MustFlushScopeBeginningEventHandler MustFlushScopeBeginningEvent - { - add - { - CreateEventBridge(); - _MustFlushScopeBeginningEvent += value; - } - remove - { - _MustFlushScopeBeginningEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_MustFlushScopeEndedEventHandler _MustFlushScopeEndedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768618(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_MustFlushScopeEndedEventHandler MustFlushScopeEndedEvent - { - add - { - CreateEventBridge(); - _MustFlushScopeEndedEvent += value; - } - remove - { - _MustFlushScopeEndedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_RunModeEnteredEventHandler _RunModeEnteredEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766960(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_RunModeEnteredEventHandler RunModeEnteredEvent - { - add - { - CreateEventBridge(); - _RunModeEnteredEvent += value; - } - remove - { - _RunModeEnteredEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_DesignModeEnteredEventHandler _DesignModeEnteredEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768667(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_DesignModeEnteredEventHandler DesignModeEnteredEvent - { - add - { - CreateEventBridge(); - _DesignModeEnteredEvent += value; - } - remove - { - _DesignModeEnteredEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_BeforeDocumentSaveEventHandler _BeforeDocumentSaveEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768909(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_BeforeDocumentSaveEventHandler BeforeDocumentSaveEvent - { - add - { - CreateEventBridge(); - _BeforeDocumentSaveEvent += value; - } - remove - { - _BeforeDocumentSaveEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_BeforeDocumentSaveAsEventHandler _BeforeDocumentSaveAsEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767685(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_BeforeDocumentSaveAsEventHandler BeforeDocumentSaveAsEvent - { - add - { - CreateEventBridge(); - _BeforeDocumentSaveAsEvent += value; - } - remove - { - _BeforeDocumentSaveAsEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_FormulaChangedEventHandler _FormulaChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765269(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_FormulaChangedEventHandler FormulaChangedEvent - { - add - { - CreateEventBridge(); - _FormulaChangedEvent += value; - } - remove - { - _FormulaChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_ConnectionsAddedEventHandler _ConnectionsAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766595(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_ConnectionsAddedEventHandler ConnectionsAddedEvent - { - add - { - CreateEventBridge(); - _ConnectionsAddedEvent += value; - } - remove - { - _ConnectionsAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_ConnectionsDeletedEventHandler _ConnectionsDeletedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767251(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_ConnectionsDeletedEventHandler ConnectionsDeletedEvent - { - add - { - CreateEventBridge(); - _ConnectionsDeletedEvent += value; - } - remove - { - _ConnectionsDeletedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_EnterScopeEventHandler _EnterScopeEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766336(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_EnterScopeEventHandler EnterScopeEvent - { - add - { - CreateEventBridge(); - _EnterScopeEvent += value; - } - remove - { - _EnterScopeEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_ExitScopeEventHandler _ExitScopeEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768144(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_ExitScopeEventHandler ExitScopeEvent - { - add - { - CreateEventBridge(); - _ExitScopeEvent += value; - } - remove - { - _ExitScopeEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_QueryCancelQuitEventHandler _QueryCancelQuitEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768147(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_QueryCancelQuitEventHandler QueryCancelQuitEvent - { - add - { - CreateEventBridge(); - _QueryCancelQuitEvent += value; - } - remove - { - _QueryCancelQuitEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_QuitCanceledEventHandler _QuitCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766219(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_QuitCanceledEventHandler QuitCanceledEvent - { - add - { - CreateEventBridge(); - _QuitCanceledEvent += value; - } - remove - { - _QuitCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_WindowChangedEventHandler _WindowChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768984(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_WindowChangedEventHandler WindowChangedEvent - { - add - { - CreateEventBridge(); - _WindowChangedEvent += value; - } - remove - { - _WindowChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_ViewChangedEventHandler _ViewChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766826(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_ViewChangedEventHandler ViewChangedEvent - { - add - { - CreateEventBridge(); - _ViewChangedEvent += value; - } - remove - { - _ViewChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_QueryCancelWindowCloseEventHandler _QueryCancelWindowCloseEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767013(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_QueryCancelWindowCloseEventHandler QueryCancelWindowCloseEvent - { - add - { - CreateEventBridge(); - _QueryCancelWindowCloseEvent += value; - } - remove - { - _QueryCancelWindowCloseEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_WindowCloseCanceledEventHandler _WindowCloseCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766190(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_WindowCloseCanceledEventHandler WindowCloseCanceledEvent - { - add - { - CreateEventBridge(); - _WindowCloseCanceledEvent += value; - } - remove - { - _WindowCloseCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_QueryCancelDocumentCloseEventHandler _QueryCancelDocumentCloseEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766898(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_QueryCancelDocumentCloseEventHandler QueryCancelDocumentCloseEvent - { - add - { - CreateEventBridge(); - _QueryCancelDocumentCloseEvent += value; - } - remove - { - _QueryCancelDocumentCloseEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_DocumentCloseCanceledEventHandler _DocumentCloseCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765949(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_DocumentCloseCanceledEventHandler DocumentCloseCanceledEvent - { - add - { - CreateEventBridge(); - _DocumentCloseCanceledEvent += value; - } - remove - { - _DocumentCloseCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_QueryCancelStyleDeleteEventHandler _QueryCancelStyleDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767280(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_QueryCancelStyleDeleteEventHandler QueryCancelStyleDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelStyleDeleteEvent += value; - } - remove - { - _QueryCancelStyleDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_StyleDeleteCanceledEventHandler _StyleDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768716(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_StyleDeleteCanceledEventHandler StyleDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _StyleDeleteCanceledEvent += value; - } - remove - { - _StyleDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_QueryCancelMasterDeleteEventHandler _QueryCancelMasterDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768817(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_QueryCancelMasterDeleteEventHandler QueryCancelMasterDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelMasterDeleteEvent += value; - } - remove - { - _QueryCancelMasterDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_MasterDeleteCanceledEventHandler _MasterDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767706(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_MasterDeleteCanceledEventHandler MasterDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _MasterDeleteCanceledEvent += value; - } - remove - { - _MasterDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_QueryCancelPageDeleteEventHandler _QueryCancelPageDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768454(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_QueryCancelPageDeleteEventHandler QueryCancelPageDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelPageDeleteEvent += value; - } - remove - { - _QueryCancelPageDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_PageDeleteCanceledEventHandler _PageDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765889(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_PageDeleteCanceledEventHandler PageDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _PageDeleteCanceledEvent += value; - } - remove - { - _PageDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_ShapeParentChangedEventHandler _ShapeParentChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766348(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_ShapeParentChangedEventHandler ShapeParentChangedEvent - { - add - { - CreateEventBridge(); - _ShapeParentChangedEvent += value; - } - remove - { - _ShapeParentChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_BeforeShapeTextEditEventHandler _BeforeShapeTextEditEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766839(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_BeforeShapeTextEditEventHandler BeforeShapeTextEditEvent - { - add - { - CreateEventBridge(); - _BeforeShapeTextEditEvent += value; - } - remove - { - _BeforeShapeTextEditEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_ShapeExitedTextEditEventHandler _ShapeExitedTextEditEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766390(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_ShapeExitedTextEditEventHandler ShapeExitedTextEditEvent - { - add - { - CreateEventBridge(); - _ShapeExitedTextEditEvent += value; - } - remove - { - _ShapeExitedTextEditEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_QueryCancelSelectionDeleteEventHandler _QueryCancelSelectionDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768063(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_QueryCancelSelectionDeleteEventHandler QueryCancelSelectionDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelSelectionDeleteEvent += value; - } - remove - { - _QueryCancelSelectionDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_SelectionDeleteCanceledEventHandler _SelectionDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769183(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_SelectionDeleteCanceledEventHandler SelectionDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _SelectionDeleteCanceledEvent += value; - } - remove - { - _SelectionDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_QueryCancelUngroupEventHandler _QueryCancelUngroupEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767906(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_QueryCancelUngroupEventHandler QueryCancelUngroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelUngroupEvent += value; - } - remove - { - _QueryCancelUngroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_UngroupCanceledEventHandler _UngroupCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766810(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_UngroupCanceledEventHandler UngroupCanceledEvent - { - add - { - CreateEventBridge(); - _UngroupCanceledEvent += value; - } - remove - { - _UngroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_QueryCancelConvertToGroupEventHandler _QueryCancelConvertToGroupEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765068(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_QueryCancelConvertToGroupEventHandler QueryCancelConvertToGroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelConvertToGroupEvent += value; - } - remove - { - _QueryCancelConvertToGroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_ConvertToGroupCanceledEventHandler _ConvertToGroupCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765686(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_ConvertToGroupCanceledEventHandler ConvertToGroupCanceledEvent - { - add - { - CreateEventBridge(); - _ConvertToGroupCanceledEvent += value; - } - remove - { - _ConvertToGroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_QueryCancelSuspendEventHandler _QueryCancelSuspendEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766235(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_QueryCancelSuspendEventHandler QueryCancelSuspendEvent - { - add - { - CreateEventBridge(); - _QueryCancelSuspendEvent += value; - } - remove - { - _QueryCancelSuspendEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_SuspendCanceledEventHandler _SuspendCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766499(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_SuspendCanceledEventHandler SuspendCanceledEvent - { - add - { - CreateEventBridge(); - _SuspendCanceledEvent += value; - } - remove - { - _SuspendCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_BeforeSuspendEventHandler _BeforeSuspendEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769072(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_BeforeSuspendEventHandler BeforeSuspendEvent - { - add - { - CreateEventBridge(); - _BeforeSuspendEvent += value; - } - remove - { - _BeforeSuspendEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_AfterResumeEventHandler _AfterResumeEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765491(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_AfterResumeEventHandler AfterResumeEvent - { - add - { - CreateEventBridge(); - _AfterResumeEvent += value; - } - remove - { - _AfterResumeEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_OnKeystrokeMessageForAddonEventHandler _OnKeystrokeMessageForAddonEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767010(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_OnKeystrokeMessageForAddonEventHandler OnKeystrokeMessageForAddonEvent - { - add - { - CreateEventBridge(); - _OnKeystrokeMessageForAddonEvent += value; - } - remove - { - _OnKeystrokeMessageForAddonEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_MouseDownEventHandler _MouseDownEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768379(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_MouseDownEventHandler MouseDownEvent - { - add - { - CreateEventBridge(); - _MouseDownEvent += value; - } - remove - { - _MouseDownEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_MouseMoveEventHandler _MouseMoveEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767115(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_MouseMoveEventHandler MouseMoveEvent - { - add - { - CreateEventBridge(); - _MouseMoveEvent += value; - } - remove - { - _MouseMoveEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_MouseUpEventHandler _MouseUpEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767397(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_MouseUpEventHandler MouseUpEvent - { - add - { - CreateEventBridge(); - _MouseUpEvent += value; - } - remove - { - _MouseUpEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_KeyDownEventHandler _KeyDownEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767556(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_KeyDownEventHandler KeyDownEvent - { - add - { - CreateEventBridge(); - _KeyDownEvent += value; - } - remove - { - _KeyDownEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_KeyPressEventHandler _KeyPressEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768495(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_KeyPressEventHandler KeyPressEvent - { - add - { - CreateEventBridge(); - _KeyPressEvent += value; - } - remove - { - _KeyPressEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event InvisibleApp_KeyUpEventHandler _KeyUpEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766229(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event InvisibleApp_KeyUpEventHandler KeyUpEvent - { - add - { - CreateEventBridge(); - _KeyUpEvent += value; - } - remove - { - _KeyUpEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event InvisibleApp_QueryCancelSuspendEventsEventHandler _QueryCancelSuspendEventsEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765927(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event InvisibleApp_QueryCancelSuspendEventsEventHandler QueryCancelSuspendEventsEvent - { - add - { - CreateEventBridge(); - _QueryCancelSuspendEventsEvent += value; - } - remove - { - _QueryCancelSuspendEventsEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event InvisibleApp_SuspendEventsCanceledEventHandler _SuspendEventsCanceledEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765481(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event InvisibleApp_SuspendEventsCanceledEventHandler SuspendEventsCanceledEvent - { - add - { - CreateEventBridge(); - _SuspendEventsCanceledEvent += value; - } - remove - { - _SuspendEventsCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event InvisibleApp_BeforeSuspendEventsEventHandler _BeforeSuspendEventsEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766566(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event InvisibleApp_BeforeSuspendEventsEventHandler BeforeSuspendEventsEvent - { - add - { - CreateEventBridge(); - _BeforeSuspendEventsEvent += value; - } - remove - { - _BeforeSuspendEventsEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event InvisibleApp_AfterResumeEventsEventHandler _AfterResumeEventsEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765853(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event InvisibleApp_AfterResumeEventsEventHandler AfterResumeEventsEvent - { - add - { - CreateEventBridge(); - _AfterResumeEventsEvent += value; - } - remove - { - _AfterResumeEventsEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event InvisibleApp_QueryCancelGroupEventHandler _QueryCancelGroupEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765459(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event InvisibleApp_QueryCancelGroupEventHandler QueryCancelGroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelGroupEvent += value; - } - remove - { - _QueryCancelGroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event InvisibleApp_GroupCanceledEventHandler _GroupCanceledEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765402(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event InvisibleApp_GroupCanceledEventHandler GroupCanceledEvent - { - add - { - CreateEventBridge(); - _GroupCanceledEvent += value; - } - remove - { - _GroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event InvisibleApp_ShapeDataGraphicChangedEventHandler _ShapeDataGraphicChangedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765850(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event InvisibleApp_ShapeDataGraphicChangedEventHandler ShapeDataGraphicChangedEvent - { - add - { - CreateEventBridge(); - _ShapeDataGraphicChangedEvent += value; - } - remove - { - _ShapeDataGraphicChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event InvisibleApp_BeforeDataRecordsetDeleteEventHandler _BeforeDataRecordsetDeleteEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765236(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event InvisibleApp_BeforeDataRecordsetDeleteEventHandler BeforeDataRecordsetDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeDataRecordsetDeleteEvent += value; - } - remove - { - _BeforeDataRecordsetDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event InvisibleApp_DataRecordsetChangedEventHandler _DataRecordsetChangedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768548(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event InvisibleApp_DataRecordsetChangedEventHandler DataRecordsetChangedEvent - { - add - { - CreateEventBridge(); - _DataRecordsetChangedEvent += value; - } - remove - { - _DataRecordsetChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event InvisibleApp_DataRecordsetAddedEventHandler _DataRecordsetAddedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767031(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event InvisibleApp_DataRecordsetAddedEventHandler DataRecordsetAddedEvent - { - add - { - CreateEventBridge(); - _DataRecordsetAddedEvent += value; - } - remove - { - _DataRecordsetAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event InvisibleApp_ShapeLinkAddedEventHandler _ShapeLinkAddedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767994(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event InvisibleApp_ShapeLinkAddedEventHandler ShapeLinkAddedEvent - { - add - { - CreateEventBridge(); - _ShapeLinkAddedEvent += value; - } - remove - { - _ShapeLinkAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event InvisibleApp_ShapeLinkDeletedEventHandler _ShapeLinkDeletedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765058(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event InvisibleApp_ShapeLinkDeletedEventHandler ShapeLinkDeletedEvent - { - add - { - CreateEventBridge(); - _ShapeLinkDeletedEvent += value; - } - remove - { - _ShapeLinkDeletedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event InvisibleApp_AfterRemoveHiddenInformationEventHandler _AfterRemoveHiddenInformationEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767141(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event InvisibleApp_AfterRemoveHiddenInformationEventHandler AfterRemoveHiddenInformationEvent - { - add - { - CreateEventBridge(); - _AfterRemoveHiddenInformationEvent += value; - } - remove - { - _AfterRemoveHiddenInformationEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event InvisibleApp_ContainerRelationshipAddedEventHandler _ContainerRelationshipAddedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765415(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event InvisibleApp_ContainerRelationshipAddedEventHandler ContainerRelationshipAddedEvent - { - add - { - CreateEventBridge(); - _ContainerRelationshipAddedEvent += value; - } - remove - { - _ContainerRelationshipAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event InvisibleApp_ContainerRelationshipDeletedEventHandler _ContainerRelationshipDeletedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766762(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event InvisibleApp_ContainerRelationshipDeletedEventHandler ContainerRelationshipDeletedEvent - { - add - { - CreateEventBridge(); - _ContainerRelationshipDeletedEvent += value; - } - remove - { - _ContainerRelationshipDeletedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event InvisibleApp_CalloutRelationshipAddedEventHandler _CalloutRelationshipAddedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768554(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event InvisibleApp_CalloutRelationshipAddedEventHandler CalloutRelationshipAddedEvent - { - add - { - CreateEventBridge(); - _CalloutRelationshipAddedEvent += value; - } - remove - { - _CalloutRelationshipAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event InvisibleApp_CalloutRelationshipDeletedEventHandler _CalloutRelationshipDeletedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765438(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event InvisibleApp_CalloutRelationshipDeletedEventHandler CalloutRelationshipDeletedEvent - { - add - { - CreateEventBridge(); - _CalloutRelationshipDeletedEvent += value; - } - remove - { - _CalloutRelationshipDeletedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event InvisibleApp_RuleSetValidatedEventHandler _RuleSetValidatedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766746(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event InvisibleApp_RuleSetValidatedEventHandler RuleSetValidatedEvent - { - add - { - CreateEventBridge(); - _RuleSetValidatedEvent += value; - } - remove - { - _RuleSetValidatedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 15, 16 - /// - private event InvisibleApp_QueryCancelReplaceShapesEventHandler _QueryCancelReplaceShapesEvent; - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public event InvisibleApp_QueryCancelReplaceShapesEventHandler QueryCancelReplaceShapesEvent - { - add - { - CreateEventBridge(); - _QueryCancelReplaceShapesEvent += value; - } - remove - { - _QueryCancelReplaceShapesEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 15, 16 - /// - private event InvisibleApp_ReplaceShapesCanceledEventHandler _ReplaceShapesCanceledEvent; - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public event InvisibleApp_ReplaceShapesCanceledEventHandler ReplaceShapesCanceledEvent - { - add - { - CreateEventBridge(); - _ReplaceShapesCanceledEvent += value; - } - remove - { - _ReplaceShapesCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 15, 16 - /// - private event InvisibleApp_BeforeReplaceShapesEventHandler _BeforeReplaceShapesEvent; - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public event InvisibleApp_BeforeReplaceShapesEventHandler BeforeReplaceShapesEvent - { - add - { - CreateEventBridge(); - _BeforeReplaceShapesEvent += value; - } - remove - { - _BeforeReplaceShapesEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 15, 16 - /// - private event InvisibleApp_AfterReplaceShapesEventHandler _AfterReplaceShapesEvent; - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public event InvisibleApp_AfterReplaceShapesEventHandler AfterReplaceShapesEvent - { - add - { - CreateEventBridge(); - _AfterReplaceShapesEvent += value; - } - remove - { - _AfterReplaceShapesEvent -= value; - } - } - - #endregion - - #region IEventBinding - - /// - /// Creates active sink helper - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void CreateEventBridge() - { - if(false == Factory.Settings.EnableEvents) - return; - - if (null != _connectPoint) - return; - - if (null == _activeSinkId) - _activeSinkId = SinkHelper.GetConnectionPoint(this, ref _connectPoint, Events.EApplication_SinkHelper.Id); - - - if (Events.EApplication_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) - { - _eApplication_SinkHelper = new Events.EApplication_SinkHelper(this, _connectPoint); - return; - } - } - - /// - /// The instance use currently an event listener - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool EventBridgeInitialized - { - get - { - return (null != _connectPoint); - } - } - /// - /// Instance has one or more event recipients - /// - /// true if one or more event is active, otherwise false - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients() - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType); - } - - /// - /// Instance has one or more event recipients - /// - /// name of the event - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Target methods from its actual event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Delegate[] GetEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Returns the current count of event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int GetCountOfEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetCountOfEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Raise an instance event - /// - /// name of the event without 'Event' at the end - /// custom arguments for the event - /// count of called event recipients - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int RaiseCustomEvent(string eventName, ref object[] paramsArray) - { - return NetOffice.Events.CoClassEventReflector.RaiseCustomEvent(this, LateBindingApiWrapperType, eventName, ref paramsArray); - } - /// - /// Stop listening events for the instance - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void DisposeEventBridge() - { - if( null != _eApplication_SinkHelper) - { - _eApplication_SinkHelper.Dispose(); - _eApplication_SinkHelper = null; - } - - _connectPoint = null; - } - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/KeyboardEvent.cs b/Source/Visio/Classes/KeyboardEvent.cs deleted file mode 100644 index 8c8e03bee0..0000000000 --- a/Source/Visio/Classes/KeyboardEvent.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass KeyboardEvent - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769312(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class KeyboardEvent : IVKeyboardEvent - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(KeyboardEvent); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public KeyboardEvent(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public KeyboardEvent(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public KeyboardEvent(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public KeyboardEvent(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public KeyboardEvent(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of KeyboardEvent - /// - public KeyboardEvent():base("Visio.KeyboardEvent") - { - - } - - /// - /// Creates a new instance of KeyboardEvent - /// - ///registered ProgID - public KeyboardEvent(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Layer.cs b/Source/Visio/Classes/Layer.cs deleted file mode 100644 index 1587398892..0000000000 --- a/Source/Visio/Classes/Layer.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Layer - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769314(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class Layer : IVLayer - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Layer); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Layer(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Layer(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Layer(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Layer(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Layer(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Layer - /// - public Layer():base("Visio.Layer") - { - - } - - /// - /// Creates a new instance of Layer - /// - ///registered ProgID - public Layer(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Layers.cs b/Source/Visio/Classes/Layers.cs deleted file mode 100644 index 09ed062d96..0000000000 --- a/Source/Visio/Classes/Layers.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Layers - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769317(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class Layers : IVLayers - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Layers); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Layers(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Layers(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Layers(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Layers(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Layers(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Layers - /// - public Layers():base("Visio.Layers") - { - - } - - /// - /// Creates a new instance of Layers - /// - ///registered ProgID - public Layers(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/MSGWrap.cs b/Source/Visio/Classes/MSGWrap.cs deleted file mode 100644 index bd33684867..0000000000 --- a/Source/Visio/Classes/MSGWrap.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass MSGWrap - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769357(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class MSGWrap : IVMSGWrap - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(MSGWrap); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public MSGWrap(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public MSGWrap(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MSGWrap(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MSGWrap(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MSGWrap(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of MSGWrap - /// - public MSGWrap():base("Visio.MSGWrap") - { - - } - - /// - /// Creates a new instance of MSGWrap - /// - ///registered ProgID - public MSGWrap(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Master.cs b/Source/Visio/Classes/Master.cs deleted file mode 100644 index 7c4ab46267..0000000000 --- a/Source/Visio/Classes/Master.cs +++ /dev/null @@ -1,866 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - public delegate void Master_MasterChangedEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Master_BeforeMasterDeleteEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Master_ShapeAddedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Master_BeforeSelectionDeleteEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Master_ShapeChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Master_SelectionAddedEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Master_BeforeShapeDeleteEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Master_TextChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Master_CellChangedEventHandler(NetOffice.VisioApi.IVCell cell); - public delegate void Master_FormulaChangedEventHandler(NetOffice.VisioApi.IVCell cell); - public delegate void Master_ConnectionsAddedEventHandler(NetOffice.VisioApi.IVConnects connects); - public delegate void Master_ConnectionsDeletedEventHandler(NetOffice.VisioApi.IVConnects connects); - public delegate void Master_QueryCancelMasterDeleteEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Master_MasterDeleteCanceledEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Master_ShapeParentChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Master_BeforeShapeTextEditEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Master_ShapeExitedTextEditEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Master_QueryCancelSelectionDeleteEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Master_SelectionDeleteCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Master_QueryCancelUngroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Master_UngroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Master_QueryCancelConvertToGroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Master_ConvertToGroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Master_QueryCancelGroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Master_GroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Master_ShapeDataGraphicChangedEventHandler(NetOffice.VisioApi.IVShape shape); - #pragma warning restore - - #endregion - - /// - /// CoClass Master - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769320(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - [EventSink(typeof(Events.EMaster_SinkHelper))] - [ComEventInterface(typeof(Events.EMaster))] - public class Master : IVMaster, IEventBinding - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - private Events.EMaster_SinkHelper _eMaster_SinkHelper; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Master); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Master(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Master(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Master(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Master(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Master(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Master - /// - public Master():base("Visio.Master") - { - - } - - /// - /// Creates a new instance of Master - /// - ///registered ProgID - public Master(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Master_MasterChangedEventHandler _MasterChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767431(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Master_MasterChangedEventHandler MasterChangedEvent - { - add - { - CreateEventBridge(); - _MasterChangedEvent += value; - } - remove - { - _MasterChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Master_BeforeMasterDeleteEventHandler _BeforeMasterDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766183(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Master_BeforeMasterDeleteEventHandler BeforeMasterDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeMasterDeleteEvent += value; - } - remove - { - _BeforeMasterDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Master_ShapeAddedEventHandler _ShapeAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768493(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Master_ShapeAddedEventHandler ShapeAddedEvent - { - add - { - CreateEventBridge(); - _ShapeAddedEvent += value; - } - remove - { - _ShapeAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Master_BeforeSelectionDeleteEventHandler _BeforeSelectionDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768693(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Master_BeforeSelectionDeleteEventHandler BeforeSelectionDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeSelectionDeleteEvent += value; - } - remove - { - _BeforeSelectionDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Master_ShapeChangedEventHandler _ShapeChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768671(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Master_ShapeChangedEventHandler ShapeChangedEvent - { - add - { - CreateEventBridge(); - _ShapeChangedEvent += value; - } - remove - { - _ShapeChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Master_SelectionAddedEventHandler _SelectionAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768137(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Master_SelectionAddedEventHandler SelectionAddedEvent - { - add - { - CreateEventBridge(); - _SelectionAddedEvent += value; - } - remove - { - _SelectionAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Master_BeforeShapeDeleteEventHandler _BeforeShapeDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765579(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Master_BeforeShapeDeleteEventHandler BeforeShapeDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeShapeDeleteEvent += value; - } - remove - { - _BeforeShapeDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Master_TextChangedEventHandler _TextChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767432(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Master_TextChangedEventHandler TextChangedEvent - { - add - { - CreateEventBridge(); - _TextChangedEvent += value; - } - remove - { - _TextChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Master_CellChangedEventHandler _CellChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766365(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Master_CellChangedEventHandler CellChangedEvent - { - add - { - CreateEventBridge(); - _CellChangedEvent += value; - } - remove - { - _CellChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Master_FormulaChangedEventHandler _FormulaChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766841(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Master_FormulaChangedEventHandler FormulaChangedEvent - { - add - { - CreateEventBridge(); - _FormulaChangedEvent += value; - } - remove - { - _FormulaChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Master_ConnectionsAddedEventHandler _ConnectionsAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765369(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Master_ConnectionsAddedEventHandler ConnectionsAddedEvent - { - add - { - CreateEventBridge(); - _ConnectionsAddedEvent += value; - } - remove - { - _ConnectionsAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Master_ConnectionsDeletedEventHandler _ConnectionsDeletedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768574(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Master_ConnectionsDeletedEventHandler ConnectionsDeletedEvent - { - add - { - CreateEventBridge(); - _ConnectionsDeletedEvent += value; - } - remove - { - _ConnectionsDeletedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Master_QueryCancelMasterDeleteEventHandler _QueryCancelMasterDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765862(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Master_QueryCancelMasterDeleteEventHandler QueryCancelMasterDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelMasterDeleteEvent += value; - } - remove - { - _QueryCancelMasterDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Master_MasterDeleteCanceledEventHandler _MasterDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767713(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Master_MasterDeleteCanceledEventHandler MasterDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _MasterDeleteCanceledEvent += value; - } - remove - { - _MasterDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Master_ShapeParentChangedEventHandler _ShapeParentChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765936(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Master_ShapeParentChangedEventHandler ShapeParentChangedEvent - { - add - { - CreateEventBridge(); - _ShapeParentChangedEvent += value; - } - remove - { - _ShapeParentChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Master_BeforeShapeTextEditEventHandler _BeforeShapeTextEditEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765490(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Master_BeforeShapeTextEditEventHandler BeforeShapeTextEditEvent - { - add - { - CreateEventBridge(); - _BeforeShapeTextEditEvent += value; - } - remove - { - _BeforeShapeTextEditEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Master_ShapeExitedTextEditEventHandler _ShapeExitedTextEditEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766079(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Master_ShapeExitedTextEditEventHandler ShapeExitedTextEditEvent - { - add - { - CreateEventBridge(); - _ShapeExitedTextEditEvent += value; - } - remove - { - _ShapeExitedTextEditEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Master_QueryCancelSelectionDeleteEventHandler _QueryCancelSelectionDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768271(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Master_QueryCancelSelectionDeleteEventHandler QueryCancelSelectionDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelSelectionDeleteEvent += value; - } - remove - { - _QueryCancelSelectionDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Master_SelectionDeleteCanceledEventHandler _SelectionDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767249(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Master_SelectionDeleteCanceledEventHandler SelectionDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _SelectionDeleteCanceledEvent += value; - } - remove - { - _SelectionDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Master_QueryCancelUngroupEventHandler _QueryCancelUngroupEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766149(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Master_QueryCancelUngroupEventHandler QueryCancelUngroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelUngroupEvent += value; - } - remove - { - _QueryCancelUngroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Master_UngroupCanceledEventHandler _UngroupCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765218(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Master_UngroupCanceledEventHandler UngroupCanceledEvent - { - add - { - CreateEventBridge(); - _UngroupCanceledEvent += value; - } - remove - { - _UngroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Master_QueryCancelConvertToGroupEventHandler _QueryCancelConvertToGroupEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768175(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Master_QueryCancelConvertToGroupEventHandler QueryCancelConvertToGroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelConvertToGroupEvent += value; - } - remove - { - _QueryCancelConvertToGroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Master_ConvertToGroupCanceledEventHandler _ConvertToGroupCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767971(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Master_ConvertToGroupCanceledEventHandler ConvertToGroupCanceledEvent - { - add - { - CreateEventBridge(); - _ConvertToGroupCanceledEvent += value; - } - remove - { - _ConvertToGroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Master_QueryCancelGroupEventHandler _QueryCancelGroupEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765930(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Master_QueryCancelGroupEventHandler QueryCancelGroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelGroupEvent += value; - } - remove - { - _QueryCancelGroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Master_GroupCanceledEventHandler _GroupCanceledEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768872(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Master_GroupCanceledEventHandler GroupCanceledEvent - { - add - { - CreateEventBridge(); - _GroupCanceledEvent += value; - } - remove - { - _GroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Master_ShapeDataGraphicChangedEventHandler _ShapeDataGraphicChangedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766951(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Master_ShapeDataGraphicChangedEventHandler ShapeDataGraphicChangedEvent - { - add - { - CreateEventBridge(); - _ShapeDataGraphicChangedEvent += value; - } - remove - { - _ShapeDataGraphicChangedEvent -= value; - } - } - - #endregion - - #region IEventBinding - - /// - /// Creates active sink helper - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void CreateEventBridge() - { - if(false == Factory.Settings.EnableEvents) - return; - - if (null != _connectPoint) - return; - - if (null == _activeSinkId) - _activeSinkId = SinkHelper.GetConnectionPoint(this, ref _connectPoint, Events.EMaster_SinkHelper.Id); - - - if(Events.EMaster_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) - { - _eMaster_SinkHelper = new Events.EMaster_SinkHelper(this, _connectPoint); - return; - } - } - - /// - /// The instance use currently an event listener - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool EventBridgeInitialized - { - get - { - return (null != _connectPoint); - } - } - /// - /// Instance has one or more event recipients - /// - /// true if one or more event is active, otherwise false - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients() - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType); - } - - /// - /// Instance has one or more event recipients - /// - /// name of the event - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Target methods from its actual event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Delegate[] GetEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Returns the current count of event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int GetCountOfEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetCountOfEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Raise an instance event - /// - /// name of the event without 'Event' at the end - /// custom arguments for the event - /// count of called event recipients - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int RaiseCustomEvent(string eventName, ref object[] paramsArray) - { - return NetOffice.Events.CoClassEventReflector.RaiseCustomEvent(this, LateBindingApiWrapperType, eventName, ref paramsArray); - } - /// - /// Stop listening events for the instance - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void DisposeEventBridge() - { - if( null != _eMaster_SinkHelper) - { - _eMaster_SinkHelper.Dispose(); - _eMaster_SinkHelper = null; - } - - _connectPoint = null; - } - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/MasterShortcut.cs b/Source/Visio/Classes/MasterShortcut.cs deleted file mode 100644 index 58e75f97d6..0000000000 --- a/Source/Visio/Classes/MasterShortcut.cs +++ /dev/null @@ -1,137 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass MasterShortcut - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769328(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class MasterShortcut : IVMasterShortcut - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(MasterShortcut); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public MasterShortcut(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public MasterShortcut(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MasterShortcut(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MasterShortcut(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MasterShortcut(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of MasterShortcut - /// - public MasterShortcut():base("Visio.MasterShortcut") - { - - } - - /// - /// Creates a new instance of MasterShortcut - /// - ///registered ProgID - public MasterShortcut(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/MasterShortcuts.cs b/Source/Visio/Classes/MasterShortcuts.cs deleted file mode 100644 index d0671e520d..0000000000 --- a/Source/Visio/Classes/MasterShortcuts.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass MasterShortcuts - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769331(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class MasterShortcuts : IVMasterShortcuts - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(MasterShortcuts); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public MasterShortcuts(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public MasterShortcuts(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MasterShortcuts(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MasterShortcuts(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MasterShortcuts(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of MasterShortcuts - /// - public MasterShortcuts():base("Visio.MasterShortcuts") - { - - } - - /// - /// Creates a new instance of MasterShortcuts - /// - ///registered ProgID - public MasterShortcuts(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Masters.cs b/Source/Visio/Classes/Masters.cs deleted file mode 100644 index dfe28239d3..0000000000 --- a/Source/Visio/Classes/Masters.cs +++ /dev/null @@ -1,890 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - public delegate void Masters_MasterAddedEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Masters_MasterChangedEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Masters_BeforeMasterDeleteEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Masters_ShapeAddedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Masters_BeforeSelectionDeleteEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Masters_ShapeChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Masters_SelectionAddedEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Masters_BeforeShapeDeleteEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Masters_TextChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Masters_CellChangedEventHandler(NetOffice.VisioApi.IVCell cell); - public delegate void Masters_FormulaChangedEventHandler(NetOffice.VisioApi.IVCell cell); - public delegate void Masters_ConnectionsAddedEventHandler(NetOffice.VisioApi.IVConnects connects); - public delegate void Masters_ConnectionsDeletedEventHandler(NetOffice.VisioApi.IVConnects connects); - public delegate void Masters_QueryCancelMasterDeleteEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Masters_MasterDeleteCanceledEventHandler(NetOffice.VisioApi.IVMaster master); - public delegate void Masters_ShapeParentChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Masters_BeforeShapeTextEditEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Masters_ShapeExitedTextEditEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Masters_QueryCancelSelectionDeleteEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Masters_SelectionDeleteCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Masters_QueryCancelUngroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Masters_UngroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Masters_QueryCancelConvertToGroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Masters_ConvertToGroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Masters_QueryCancelGroupEventHandler(NetOffice.VisioApi.IVSelection delection); - public delegate void Masters_GroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Masters_ShapeDataGraphicChangedEventHandler(NetOffice.VisioApi.IVShape dhape); - #pragma warning restore - - #endregion - - /// - /// CoClass Masters - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769324(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - [EventSink(typeof(Events.EMasters_SinkHelper))] - [ComEventInterface(typeof(Events.EMasters))] - public class Masters : IVMasters, IEventBinding - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - private Events.EMasters_SinkHelper _eMasters_SinkHelper; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Masters); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Masters(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Masters(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Masters(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Masters(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Masters(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Masters - /// - public Masters():base("Visio.Masters") - { - - } - - /// - /// Creates a new instance of Masters - /// - ///registered ProgID - public Masters(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_MasterAddedEventHandler _MasterAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768490(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_MasterAddedEventHandler MasterAddedEvent - { - add - { - CreateEventBridge(); - _MasterAddedEvent += value; - } - remove - { - _MasterAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_MasterChangedEventHandler _MasterChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767167(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_MasterChangedEventHandler MasterChangedEvent - { - add - { - CreateEventBridge(); - _MasterChangedEvent += value; - } - remove - { - _MasterChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_BeforeMasterDeleteEventHandler _BeforeMasterDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766874(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_BeforeMasterDeleteEventHandler BeforeMasterDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeMasterDeleteEvent += value; - } - remove - { - _BeforeMasterDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_ShapeAddedEventHandler _ShapeAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765933(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_ShapeAddedEventHandler ShapeAddedEvent - { - add - { - CreateEventBridge(); - _ShapeAddedEvent += value; - } - remove - { - _ShapeAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_BeforeSelectionDeleteEventHandler _BeforeSelectionDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765985(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_BeforeSelectionDeleteEventHandler BeforeSelectionDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeSelectionDeleteEvent += value; - } - remove - { - _BeforeSelectionDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_ShapeChangedEventHandler _ShapeChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767163(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_ShapeChangedEventHandler ShapeChangedEvent - { - add - { - CreateEventBridge(); - _ShapeChangedEvent += value; - } - remove - { - _ShapeChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_SelectionAddedEventHandler _SelectionAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766340(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_SelectionAddedEventHandler SelectionAddedEvent - { - add - { - CreateEventBridge(); - _SelectionAddedEvent += value; - } - remove - { - _SelectionAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_BeforeShapeDeleteEventHandler _BeforeShapeDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766174(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_BeforeShapeDeleteEventHandler BeforeShapeDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeShapeDeleteEvent += value; - } - remove - { - _BeforeShapeDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_TextChangedEventHandler _TextChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767879(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_TextChangedEventHandler TextChangedEvent - { - add - { - CreateEventBridge(); - _TextChangedEvent += value; - } - remove - { - _TextChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_CellChangedEventHandler _CellChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765206(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_CellChangedEventHandler CellChangedEvent - { - add - { - CreateEventBridge(); - _CellChangedEvent += value; - } - remove - { - _CellChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_FormulaChangedEventHandler _FormulaChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768540(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_FormulaChangedEventHandler FormulaChangedEvent - { - add - { - CreateEventBridge(); - _FormulaChangedEvent += value; - } - remove - { - _FormulaChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_ConnectionsAddedEventHandler _ConnectionsAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765521(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_ConnectionsAddedEventHandler ConnectionsAddedEvent - { - add - { - CreateEventBridge(); - _ConnectionsAddedEvent += value; - } - remove - { - _ConnectionsAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_ConnectionsDeletedEventHandler _ConnectionsDeletedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768127(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_ConnectionsDeletedEventHandler ConnectionsDeletedEvent - { - add - { - CreateEventBridge(); - _ConnectionsDeletedEvent += value; - } - remove - { - _ConnectionsDeletedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_QueryCancelMasterDeleteEventHandler _QueryCancelMasterDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766778(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_QueryCancelMasterDeleteEventHandler QueryCancelMasterDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelMasterDeleteEvent += value; - } - remove - { - _QueryCancelMasterDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_MasterDeleteCanceledEventHandler _MasterDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767306(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_MasterDeleteCanceledEventHandler MasterDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _MasterDeleteCanceledEvent += value; - } - remove - { - _MasterDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_ShapeParentChangedEventHandler _ShapeParentChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766502(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_ShapeParentChangedEventHandler ShapeParentChangedEvent - { - add - { - CreateEventBridge(); - _ShapeParentChangedEvent += value; - } - remove - { - _ShapeParentChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_BeforeShapeTextEditEventHandler _BeforeShapeTextEditEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767806(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_BeforeShapeTextEditEventHandler BeforeShapeTextEditEvent - { - add - { - CreateEventBridge(); - _BeforeShapeTextEditEvent += value; - } - remove - { - _BeforeShapeTextEditEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_ShapeExitedTextEditEventHandler _ShapeExitedTextEditEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768458(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_ShapeExitedTextEditEventHandler ShapeExitedTextEditEvent - { - add - { - CreateEventBridge(); - _ShapeExitedTextEditEvent += value; - } - remove - { - _ShapeExitedTextEditEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_QueryCancelSelectionDeleteEventHandler _QueryCancelSelectionDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765749(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_QueryCancelSelectionDeleteEventHandler QueryCancelSelectionDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelSelectionDeleteEvent += value; - } - remove - { - _QueryCancelSelectionDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_SelectionDeleteCanceledEventHandler _SelectionDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768409(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_SelectionDeleteCanceledEventHandler SelectionDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _SelectionDeleteCanceledEvent += value; - } - remove - { - _SelectionDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_QueryCancelUngroupEventHandler _QueryCancelUngroupEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768098(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_QueryCancelUngroupEventHandler QueryCancelUngroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelUngroupEvent += value; - } - remove - { - _QueryCancelUngroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_UngroupCanceledEventHandler _UngroupCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768460(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_UngroupCanceledEventHandler UngroupCanceledEvent - { - add - { - CreateEventBridge(); - _UngroupCanceledEvent += value; - } - remove - { - _UngroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_QueryCancelConvertToGroupEventHandler _QueryCancelConvertToGroupEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765306(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_QueryCancelConvertToGroupEventHandler QueryCancelConvertToGroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelConvertToGroupEvent += value; - } - remove - { - _QueryCancelConvertToGroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Masters_ConvertToGroupCanceledEventHandler _ConvertToGroupCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766976(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Masters_ConvertToGroupCanceledEventHandler ConvertToGroupCanceledEvent - { - add - { - CreateEventBridge(); - _ConvertToGroupCanceledEvent += value; - } - remove - { - _ConvertToGroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Masters_QueryCancelGroupEventHandler _QueryCancelGroupEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768219(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Masters_QueryCancelGroupEventHandler QueryCancelGroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelGroupEvent += value; - } - remove - { - _QueryCancelGroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Masters_GroupCanceledEventHandler _GroupCanceledEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768572(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Masters_GroupCanceledEventHandler GroupCanceledEvent - { - add - { - CreateEventBridge(); - _GroupCanceledEvent += value; - } - remove - { - _GroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Masters_ShapeDataGraphicChangedEventHandler _ShapeDataGraphicChangedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767297(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Masters_ShapeDataGraphicChangedEventHandler ShapeDataGraphicChangedEvent - { - add - { - CreateEventBridge(); - _ShapeDataGraphicChangedEvent += value; - } - remove - { - _ShapeDataGraphicChangedEvent -= value; - } - } - - #endregion - - #region IEventBinding - - /// - /// Creates active sink helper - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void CreateEventBridge() - { - if(false == Factory.Settings.EnableEvents) - return; - - if (null != _connectPoint) - return; - - if (null == _activeSinkId) - _activeSinkId = SinkHelper.GetConnectionPoint(this, ref _connectPoint, Events.EMasters_SinkHelper.Id); - - - if(Events.EMasters_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) - { - _eMasters_SinkHelper = new Events.EMasters_SinkHelper(this, _connectPoint); - return; - } - } - - /// - /// The instance use currently an event listener - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool EventBridgeInitialized - { - get - { - return (null != _connectPoint); - } - } - /// - /// Instance has one or more event recipients - /// - /// true if one or more event is active, otherwise false - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients() - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType); - } - - /// - /// Instance has one or more event recipients - /// - /// name of the event - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Target methods from its actual event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Delegate[] GetEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Returns the current count of event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int GetCountOfEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetCountOfEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Raise an instance event - /// - /// name of the event without 'Event' at the end - /// custom arguments for the event - /// count of called event recipients - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int RaiseCustomEvent(string eventName, ref object[] paramsArray) - { - return NetOffice.Events.CoClassEventReflector.RaiseCustomEvent(this, LateBindingApiWrapperType, eventName, ref paramsArray); - } - /// - /// Stop listening events for the instance - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void DisposeEventBridge() - { - if( null != _eMasters_SinkHelper) - { - _eMasters_SinkHelper.Dispose(); - _eMasters_SinkHelper = null; - } - - _connectPoint = null; - } - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Menu.cs b/Source/Visio/Classes/Menu.cs deleted file mode 100644 index 0c77604af1..0000000000 --- a/Source/Visio/Classes/Menu.cs +++ /dev/null @@ -1,137 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Menu - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769335(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class Menu : IVMenu - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Menu); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Menu(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Menu(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Menu(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Menu(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Menu(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Menu - /// - public Menu():base("Visio.Menu") - { - - } - - /// - /// Creates a new instance of Menu - /// - ///registered ProgID - public Menu(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/MenuItem.cs b/Source/Visio/Classes/MenuItem.cs deleted file mode 100644 index 87db1c970d..0000000000 --- a/Source/Visio/Classes/MenuItem.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass MenuItem - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769338(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class MenuItem : IVMenuItem - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(MenuItem); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public MenuItem(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public MenuItem(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MenuItem(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MenuItem(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MenuItem(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of MenuItem - /// - public MenuItem():base("Visio.MenuItem") - { - - } - - /// - /// Creates a new instance of MenuItem - /// - ///registered ProgID - public MenuItem(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/MenuItems.cs b/Source/Visio/Classes/MenuItems.cs deleted file mode 100644 index b3caea46ea..0000000000 --- a/Source/Visio/Classes/MenuItems.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass MenuItems - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769341(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class MenuItems : IVMenuItems - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(MenuItems); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public MenuItems(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public MenuItems(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MenuItems(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MenuItems(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MenuItems(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of MenuItems - /// - public MenuItems():base("Visio.MenuItems") - { - - } - - /// - /// Creates a new instance of MenuItems - /// - ///registered ProgID - public MenuItems(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/MenuSet.cs b/Source/Visio/Classes/MenuSet.cs deleted file mode 100644 index 2984052e9d..0000000000 --- a/Source/Visio/Classes/MenuSet.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass MenuSet - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769347(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class MenuSet : IVMenuSet - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(MenuSet); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public MenuSet(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public MenuSet(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MenuSet(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MenuSet(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MenuSet(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of MenuSet - /// - public MenuSet():base("Visio.MenuSet") - { - - } - - /// - /// Creates a new instance of MenuSet - /// - ///registered ProgID - public MenuSet(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/MenuSets.cs b/Source/Visio/Classes/MenuSets.cs deleted file mode 100644 index e8047623d5..0000000000 --- a/Source/Visio/Classes/MenuSets.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass MenuSets - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769350(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class MenuSets : IVMenuSets - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(MenuSets); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public MenuSets(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public MenuSets(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MenuSets(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MenuSets(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MenuSets(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of MenuSets - /// - public MenuSets():base("Visio.MenuSets") - { - - } - - /// - /// Creates a new instance of MenuSets - /// - ///registered ProgID - public MenuSets(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Menus.cs b/Source/Visio/Classes/Menus.cs deleted file mode 100644 index 4ac62ff1fd..0000000000 --- a/Source/Visio/Classes/Menus.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Menus - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769344(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class Menus : IVMenus - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Menus); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Menus(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Menus(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Menus(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Menus(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Menus(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Menus - /// - public Menus():base("Visio.Menus") - { - - } - - /// - /// Creates a new instance of Menus - /// - ///registered ProgID - public Menus(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/MouseEvent.cs b/Source/Visio/Classes/MouseEvent.cs deleted file mode 100644 index 59cbf20d7f..0000000000 --- a/Source/Visio/Classes/MouseEvent.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass MouseEvent - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769353(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class MouseEvent : IVMouseEvent - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(MouseEvent); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public MouseEvent(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public MouseEvent(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MouseEvent(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MouseEvent(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MouseEvent(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of MouseEvent - /// - public MouseEvent():base("Visio.MouseEvent") - { - - } - - /// - /// Creates a new instance of MouseEvent - /// - ///registered ProgID - public MouseEvent(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/MovedSelectionEvent.cs b/Source/Visio/Classes/MovedSelectionEvent.cs deleted file mode 100644 index 37aa0b7249..0000000000 --- a/Source/Visio/Classes/MovedSelectionEvent.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass MovedSelectionEvent - /// SupportByVersion Visio, 14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769355(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class MovedSelectionEvent : IVMovedSelectionEvent - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(MovedSelectionEvent); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public MovedSelectionEvent(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public MovedSelectionEvent(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MovedSelectionEvent(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MovedSelectionEvent(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public MovedSelectionEvent(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of MovedSelectionEvent - /// - public MovedSelectionEvent():base("Visio.MovedSelectionEvent") - { - - } - - /// - /// Creates a new instance of MovedSelectionEvent - /// - ///registered ProgID - public MovedSelectionEvent(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/OLEObject.cs b/Source/Visio/Classes/OLEObject.cs deleted file mode 100644 index ef4300e7a1..0000000000 --- a/Source/Visio/Classes/OLEObject.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass OLEObject - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769359(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class OLEObject : IVOLEObject - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(OLEObject); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public OLEObject(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public OLEObject(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public OLEObject(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public OLEObject(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public OLEObject(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of OLEObject - /// - public OLEObject():base("Visio.OLEObject") - { - - } - - /// - /// Creates a new instance of OLEObject - /// - ///registered ProgID - public OLEObject(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/OLEObjects.cs b/Source/Visio/Classes/OLEObjects.cs deleted file mode 100644 index 2642348208..0000000000 --- a/Source/Visio/Classes/OLEObjects.cs +++ /dev/null @@ -1,137 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass OLEObjects - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769361(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class OLEObjects : IVOLEObjects - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(OLEObjects); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public OLEObjects(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public OLEObjects(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public OLEObjects(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public OLEObjects(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public OLEObjects(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of OLEObjects - /// - public OLEObjects():base("Visio.OLEObjects") - { - - } - - /// - /// Creates a new instance of OLEObjects - /// - ///registered ProgID - public OLEObjects(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Page.cs b/Source/Visio/Classes/Page.cs deleted file mode 100644 index 37775dd478..0000000000 --- a/Source/Visio/Classes/Page.cs +++ /dev/null @@ -1,1102 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - public delegate void Page_PageChangedEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Page_BeforePageDeleteEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Page_ShapeAddedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Page_BeforeSelectionDeleteEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Page_ShapeChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Page_SelectionAddedEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Page_BeforeShapeDeleteEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Page_TextChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Page_CellChangedEventHandler(NetOffice.VisioApi.IVCell cCell); - public delegate void Page_FormulaChangedEventHandler(NetOffice.VisioApi.IVCell cell); - public delegate void Page_ConnectionsAddedEventHandler(NetOffice.VisioApi.IVConnects connects); - public delegate void Page_ConnectionsDeletedEventHandler(NetOffice.VisioApi.IVConnects connects); - public delegate void Page_QueryCancelPageDeleteEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Page_PageDeleteCanceledEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Page_ShapeParentChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Page_BeforeShapeTextEditEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Page_ShapeExitedTextEditEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Page_QueryCancelSelectionDeleteEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Page_SelectionDeleteCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Page_QueryCancelUngroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Page_UngroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Page_QueryCancelConvertToGroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Page_ConvertToGroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Page_QueryCancelGroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Page_GroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Page_ShapeDataGraphicChangedEventHandler(NetOffice.VisioApi.IVShape Shape); - public delegate void Page_ShapeLinkAddedEventHandler(NetOffice.VisioApi.IVShape shape, Int32 dataRecordsetID, Int32 dataRowID); - public delegate void Page_ShapeLinkDeletedEventHandler(NetOffice.VisioApi.IVShape shape, Int32 dataRecordsetID, Int32 dtaRowID); - public delegate void Page_ContainerRelationshipAddedEventHandler(NetOffice.VisioApi.IVRelatedShapePairEvent shapePair); - public delegate void Page_ContainerRelationshipDeletedEventHandler(NetOffice.VisioApi.IVRelatedShapePairEvent shapePair); - public delegate void Page_CalloutRelationshipAddedEventHandler(NetOffice.VisioApi.IVRelatedShapePairEvent shapePair); - public delegate void Page_CalloutRelationshipDeletedEventHandler(NetOffice.VisioApi.IVRelatedShapePairEvent shapePair); - public delegate void Page_QueryCancelReplaceShapesEventHandler(NetOffice.VisioApi.IVReplaceShapesEvent replaceShapes); - public delegate void Page_ReplaceShapesCanceledEventHandler(NetOffice.VisioApi.IVReplaceShapesEvent replaceShapes); - public delegate void Page_BeforeReplaceShapesEventHandler(NetOffice.VisioApi.IVReplaceShapesEvent replaceShapes); - public delegate void Page_AfterReplaceShapesEventHandler(NetOffice.VisioApi.IVSelection sel); - #pragma warning restore - - #endregion - - /// - /// CoClass Page - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769363(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - [EventSink(typeof(Events.EPage_SinkHelper))] - [ComEventInterface(typeof(Events.EPage))] - public class Page : IVPage, IEventBinding - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - private Events.EPage_SinkHelper _ePage_SinkHelper; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Page); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Page(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Page(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Page(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Page(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Page(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Page - /// - public Page():base("Visio.Page") - { - - } - - /// - /// Creates a new instance of Page - /// - ///registered ProgID - public Page(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Page_PageChangedEventHandler _PageChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768718(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Page_PageChangedEventHandler PageChangedEvent - { - add - { - CreateEventBridge(); - _PageChangedEvent += value; - } - remove - { - _PageChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Page_BeforePageDeleteEventHandler _BeforePageDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766299(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Page_BeforePageDeleteEventHandler BeforePageDeleteEvent - { - add - { - CreateEventBridge(); - _BeforePageDeleteEvent += value; - } - remove - { - _BeforePageDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Page_ShapeAddedEventHandler _ShapeAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768077(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Page_ShapeAddedEventHandler ShapeAddedEvent - { - add - { - CreateEventBridge(); - _ShapeAddedEvent += value; - } - remove - { - _ShapeAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Page_BeforeSelectionDeleteEventHandler _BeforeSelectionDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765432(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Page_BeforeSelectionDeleteEventHandler BeforeSelectionDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeSelectionDeleteEvent += value; - } - remove - { - _BeforeSelectionDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Page_ShapeChangedEventHandler _ShapeChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768338(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Page_ShapeChangedEventHandler ShapeChangedEvent - { - add - { - CreateEventBridge(); - _ShapeChangedEvent += value; - } - remove - { - _ShapeChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Page_SelectionAddedEventHandler _SelectionAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765629(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Page_SelectionAddedEventHandler SelectionAddedEvent - { - add - { - CreateEventBridge(); - _SelectionAddedEvent += value; - } - remove - { - _SelectionAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Page_BeforeShapeDeleteEventHandler _BeforeShapeDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766984(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Page_BeforeShapeDeleteEventHandler BeforeShapeDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeShapeDeleteEvent += value; - } - remove - { - _BeforeShapeDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Page_TextChangedEventHandler _TextChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768194(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Page_TextChangedEventHandler TextChangedEvent - { - add - { - CreateEventBridge(); - _TextChangedEvent += value; - } - remove - { - _TextChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Page_CellChangedEventHandler _CellChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767008(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Page_CellChangedEventHandler CellChangedEvent - { - add - { - CreateEventBridge(); - _CellChangedEvent += value; - } - remove - { - _CellChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Page_FormulaChangedEventHandler _FormulaChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765978(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Page_FormulaChangedEventHandler FormulaChangedEvent - { - add - { - CreateEventBridge(); - _FormulaChangedEvent += value; - } - remove - { - _FormulaChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Page_ConnectionsAddedEventHandler _ConnectionsAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766580(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Page_ConnectionsAddedEventHandler ConnectionsAddedEvent - { - add - { - CreateEventBridge(); - _ConnectionsAddedEvent += value; - } - remove - { - _ConnectionsAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Page_ConnectionsDeletedEventHandler _ConnectionsDeletedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767066(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Page_ConnectionsDeletedEventHandler ConnectionsDeletedEvent - { - add - { - CreateEventBridge(); - _ConnectionsDeletedEvent += value; - } - remove - { - _ConnectionsDeletedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Page_QueryCancelPageDeleteEventHandler _QueryCancelPageDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769084(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Page_QueryCancelPageDeleteEventHandler QueryCancelPageDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelPageDeleteEvent += value; - } - remove - { - _QueryCancelPageDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Page_PageDeleteCanceledEventHandler _PageDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766538(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Page_PageDeleteCanceledEventHandler PageDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _PageDeleteCanceledEvent += value; - } - remove - { - _PageDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Page_ShapeParentChangedEventHandler _ShapeParentChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766718(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Page_ShapeParentChangedEventHandler ShapeParentChangedEvent - { - add - { - CreateEventBridge(); - _ShapeParentChangedEvent += value; - } - remove - { - _ShapeParentChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Page_BeforeShapeTextEditEventHandler _BeforeShapeTextEditEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767341(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Page_BeforeShapeTextEditEventHandler BeforeShapeTextEditEvent - { - add - { - CreateEventBridge(); - _BeforeShapeTextEditEvent += value; - } - remove - { - _BeforeShapeTextEditEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Page_ShapeExitedTextEditEventHandler _ShapeExitedTextEditEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769156(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Page_ShapeExitedTextEditEventHandler ShapeExitedTextEditEvent - { - add - { - CreateEventBridge(); - _ShapeExitedTextEditEvent += value; - } - remove - { - _ShapeExitedTextEditEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Page_QueryCancelSelectionDeleteEventHandler _QueryCancelSelectionDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767216(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Page_QueryCancelSelectionDeleteEventHandler QueryCancelSelectionDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelSelectionDeleteEvent += value; - } - remove - { - _QueryCancelSelectionDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Page_SelectionDeleteCanceledEventHandler _SelectionDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766237(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Page_SelectionDeleteCanceledEventHandler SelectionDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _SelectionDeleteCanceledEvent += value; - } - remove - { - _SelectionDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Page_QueryCancelUngroupEventHandler _QueryCancelUngroupEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767794(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Page_QueryCancelUngroupEventHandler QueryCancelUngroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelUngroupEvent += value; - } - remove - { - _QueryCancelUngroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Page_UngroupCanceledEventHandler _UngroupCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765963(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Page_UngroupCanceledEventHandler UngroupCanceledEvent - { - add - { - CreateEventBridge(); - _UngroupCanceledEvent += value; - } - remove - { - _UngroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Page_QueryCancelConvertToGroupEventHandler _QueryCancelConvertToGroupEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767759(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Page_QueryCancelConvertToGroupEventHandler QueryCancelConvertToGroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelConvertToGroupEvent += value; - } - remove - { - _QueryCancelConvertToGroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Page_ConvertToGroupCanceledEventHandler _ConvertToGroupCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768207(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Page_ConvertToGroupCanceledEventHandler ConvertToGroupCanceledEvent - { - add - { - CreateEventBridge(); - _ConvertToGroupCanceledEvent += value; - } - remove - { - _ConvertToGroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Page_QueryCancelGroupEventHandler _QueryCancelGroupEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768916(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Page_QueryCancelGroupEventHandler QueryCancelGroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelGroupEvent += value; - } - remove - { - _QueryCancelGroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Page_GroupCanceledEventHandler _GroupCanceledEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767856(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Page_GroupCanceledEventHandler GroupCanceledEvent - { - add - { - CreateEventBridge(); - _GroupCanceledEvent += value; - } - remove - { - _GroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Page_ShapeDataGraphicChangedEventHandler _ShapeDataGraphicChangedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768051(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Page_ShapeDataGraphicChangedEventHandler ShapeDataGraphicChangedEvent - { - add - { - CreateEventBridge(); - _ShapeDataGraphicChangedEvent += value; - } - remove - { - _ShapeDataGraphicChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Page_ShapeLinkAddedEventHandler _ShapeLinkAddedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766034(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Page_ShapeLinkAddedEventHandler ShapeLinkAddedEvent - { - add - { - CreateEventBridge(); - _ShapeLinkAddedEvent += value; - } - remove - { - _ShapeLinkAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Page_ShapeLinkDeletedEventHandler _ShapeLinkDeletedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768669(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Page_ShapeLinkDeletedEventHandler ShapeLinkDeletedEvent - { - add - { - CreateEventBridge(); - _ShapeLinkDeletedEvent += value; - } - remove - { - _ShapeLinkDeletedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event Page_ContainerRelationshipAddedEventHandler _ContainerRelationshipAddedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766275(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event Page_ContainerRelationshipAddedEventHandler ContainerRelationshipAddedEvent - { - add - { - CreateEventBridge(); - _ContainerRelationshipAddedEvent += value; - } - remove - { - _ContainerRelationshipAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event Page_ContainerRelationshipDeletedEventHandler _ContainerRelationshipDeletedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765745(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event Page_ContainerRelationshipDeletedEventHandler ContainerRelationshipDeletedEvent - { - add - { - CreateEventBridge(); - _ContainerRelationshipDeletedEvent += value; - } - remove - { - _ContainerRelationshipDeletedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event Page_CalloutRelationshipAddedEventHandler _CalloutRelationshipAddedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767961(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event Page_CalloutRelationshipAddedEventHandler CalloutRelationshipAddedEvent - { - add - { - CreateEventBridge(); - _CalloutRelationshipAddedEvent += value; - } - remove - { - _CalloutRelationshipAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event Page_CalloutRelationshipDeletedEventHandler _CalloutRelationshipDeletedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765135(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event Page_CalloutRelationshipDeletedEventHandler CalloutRelationshipDeletedEvent - { - add - { - CreateEventBridge(); - _CalloutRelationshipDeletedEvent += value; - } - remove - { - _CalloutRelationshipDeletedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 15, 16 - /// - private event Page_QueryCancelReplaceShapesEventHandler _QueryCancelReplaceShapesEvent; - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public event Page_QueryCancelReplaceShapesEventHandler QueryCancelReplaceShapesEvent - { - add - { - CreateEventBridge(); - _QueryCancelReplaceShapesEvent += value; - } - remove - { - _QueryCancelReplaceShapesEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 15, 16 - /// - private event Page_ReplaceShapesCanceledEventHandler _ReplaceShapesCanceledEvent; - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public event Page_ReplaceShapesCanceledEventHandler ReplaceShapesCanceledEvent - { - add - { - CreateEventBridge(); - _ReplaceShapesCanceledEvent += value; - } - remove - { - _ReplaceShapesCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 15, 16 - /// - private event Page_BeforeReplaceShapesEventHandler _BeforeReplaceShapesEvent; - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public event Page_BeforeReplaceShapesEventHandler BeforeReplaceShapesEvent - { - add - { - CreateEventBridge(); - _BeforeReplaceShapesEvent += value; - } - remove - { - _BeforeReplaceShapesEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 15, 16 - /// - private event Page_AfterReplaceShapesEventHandler _AfterReplaceShapesEvent; - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public event Page_AfterReplaceShapesEventHandler AfterReplaceShapesEvent - { - add - { - CreateEventBridge(); - _AfterReplaceShapesEvent += value; - } - remove - { - _AfterReplaceShapesEvent -= value; - } - } - - #endregion - - #region IEventBinding - - /// - /// Creates active sink helper - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void CreateEventBridge() - { - if(false == Factory.Settings.EnableEvents) - return; - - if (null != _connectPoint) - return; - - if (null == _activeSinkId) - _activeSinkId = SinkHelper.GetConnectionPoint(this, ref _connectPoint, Events.EPage_SinkHelper.Id); - - - if(Events.EPage_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) - { - _ePage_SinkHelper = new Events.EPage_SinkHelper(this, _connectPoint); - return; - } - } - - /// - /// The instance use currently an event listener - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool EventBridgeInitialized - { - get - { - return (null != _connectPoint); - } - } - /// - /// Instance has one or more event recipients - /// - /// true if one or more event is active, otherwise false - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients() - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType); - } - - /// - /// Instance has one or more event recipients - /// - /// name of the event - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Target methods from its actual event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Delegate[] GetEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Returns the current count of event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int GetCountOfEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetCountOfEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Raise an instance event - /// - /// name of the event without 'Event' at the end - /// custom arguments for the event - /// count of called event recipients - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int RaiseCustomEvent(string eventName, ref object[] paramsArray) - { - return NetOffice.Events.CoClassEventReflector.RaiseCustomEvent(this, LateBindingApiWrapperType, eventName, ref paramsArray); - } - /// - /// Stop listening events for the instance - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void DisposeEventBridge() - { - if( null != _ePage_SinkHelper) - { - _ePage_SinkHelper.Dispose(); - _ePage_SinkHelper = null; - } - - _connectPoint = null; - } - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Pages.cs b/Source/Visio/Classes/Pages.cs deleted file mode 100644 index 05718510c9..0000000000 --- a/Source/Visio/Classes/Pages.cs +++ /dev/null @@ -1,1126 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - public delegate void Pages_PageAddedEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Pages_PageChangedEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Pages_BeforePageDeleteEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Pages_ShapeAddedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Pages_BeforeSelectionDeleteEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Pages_ShapeChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Pages_SelectionAddedEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Pages_BeforeShapeDeleteEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Pages_TextChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Pages_CellChangedEventHandler(NetOffice.VisioApi.IVCell cell); - public delegate void Pages_FormulaChangedEventHandler(NetOffice.VisioApi.IVCell cell); - public delegate void Pages_ConnectionsAddedEventHandler(NetOffice.VisioApi.IVConnects cnnects); - public delegate void Pages_ConnectionsDeletedEventHandler(NetOffice.VisioApi.IVConnects connects); - public delegate void Pages_QueryCancelPageDeleteEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Pages_PageDeleteCanceledEventHandler(NetOffice.VisioApi.IVPage page); - public delegate void Pages_ShapeParentChangedEventHandler(NetOffice.VisioApi.IVShape sape); - public delegate void Pages_BeforeShapeTextEditEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Pages_ShapeExitedTextEditEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Pages_QueryCancelSelectionDeleteEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Pages_SelectionDeleteCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Pages_QueryCancelUngroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Pages_UngroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Pages_QueryCancelConvertToGroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Pages_ConvertToGroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Pages_QueryCancelGroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Pages_GroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Pages_ShapeDataGraphicChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Pages_ShapeLinkAddedEventHandler(NetOffice.VisioApi.IVShape shape, Int32 dataRecordsetID, Int32 dataRowID); - public delegate void Pages_ShapeLinkDeletedEventHandler(NetOffice.VisioApi.IVShape shape, Int32 dataRecordsetID, Int32 dataRowID); - public delegate void Pages_ContainerRelationshipAddedEventHandler(NetOffice.VisioApi.IVRelatedShapePairEvent shapePair); - public delegate void Pages_ContainerRelationshipDeletedEventHandler(NetOffice.VisioApi.IVRelatedShapePairEvent shapePair); - public delegate void Pages_CalloutRelationshipAddedEventHandler(NetOffice.VisioApi.IVRelatedShapePairEvent shapePair); - public delegate void Pages_CalloutRelationshipDeletedEventHandler(NetOffice.VisioApi.IVRelatedShapePairEvent shapePair); - public delegate void Pages_QueryCancelReplaceShapesEventHandler(NetOffice.VisioApi.IVReplaceShapesEvent replaceShapes); - public delegate void Pages_ReplaceShapesCanceledEventHandler(NetOffice.VisioApi.IVReplaceShapesEvent replaceShapes); - public delegate void Pages_BeforeReplaceShapesEventHandler(NetOffice.VisioApi.IVReplaceShapesEvent replaceShapes); - public delegate void Pages_AfterReplaceShapesEventHandler(NetOffice.VisioApi.IVSelection sel); - #pragma warning restore - - #endregion - - /// - /// CoClass Pages - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769367(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - [EventSink(typeof(Events.EPages_SinkHelper))] - [ComEventInterface(typeof(Events.EPages))] - public class Pages : IVPages, IEventBinding - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - private Events.EPages_SinkHelper _ePages_SinkHelper; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Pages); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Pages(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Pages(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Pages(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Pages(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Pages(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Pages - /// - public Pages():base("Visio.Pages") - { - - } - - /// - /// Creates a new instance of Pages - /// - ///registered ProgID - public Pages(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_PageAddedEventHandler _PageAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766451(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_PageAddedEventHandler PageAddedEvent - { - add - { - CreateEventBridge(); - _PageAddedEvent += value; - } - remove - { - _PageAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_PageChangedEventHandler _PageChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767106(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_PageChangedEventHandler PageChangedEvent - { - add - { - CreateEventBridge(); - _PageChangedEvent += value; - } - remove - { - _PageChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_BeforePageDeleteEventHandler _BeforePageDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766361(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_BeforePageDeleteEventHandler BeforePageDeleteEvent - { - add - { - CreateEventBridge(); - _BeforePageDeleteEvent += value; - } - remove - { - _BeforePageDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_ShapeAddedEventHandler _ShapeAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767033(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_ShapeAddedEventHandler ShapeAddedEvent - { - add - { - CreateEventBridge(); - _ShapeAddedEvent += value; - } - remove - { - _ShapeAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_BeforeSelectionDeleteEventHandler _BeforeSelectionDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765740(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_BeforeSelectionDeleteEventHandler BeforeSelectionDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeSelectionDeleteEvent += value; - } - remove - { - _BeforeSelectionDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_ShapeChangedEventHandler _ShapeChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767610(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_ShapeChangedEventHandler ShapeChangedEvent - { - add - { - CreateEventBridge(); - _ShapeChangedEvent += value; - } - remove - { - _ShapeChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_SelectionAddedEventHandler _SelectionAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766978(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_SelectionAddedEventHandler SelectionAddedEvent - { - add - { - CreateEventBridge(); - _SelectionAddedEvent += value; - } - remove - { - _SelectionAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_BeforeShapeDeleteEventHandler _BeforeShapeDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768792(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_BeforeShapeDeleteEventHandler BeforeShapeDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeShapeDeleteEvent += value; - } - remove - { - _BeforeShapeDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_TextChangedEventHandler _TextChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766559(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_TextChangedEventHandler TextChangedEvent - { - add - { - CreateEventBridge(); - _TextChangedEvent += value; - } - remove - { - _TextChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_CellChangedEventHandler _CellChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768852(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_CellChangedEventHandler CellChangedEvent - { - add - { - CreateEventBridge(); - _CellChangedEvent += value; - } - remove - { - _CellChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_FormulaChangedEventHandler _FormulaChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767501(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_FormulaChangedEventHandler FormulaChangedEvent - { - add - { - CreateEventBridge(); - _FormulaChangedEvent += value; - } - remove - { - _FormulaChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_ConnectionsAddedEventHandler _ConnectionsAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767051(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_ConnectionsAddedEventHandler ConnectionsAddedEvent - { - add - { - CreateEventBridge(); - _ConnectionsAddedEvent += value; - } - remove - { - _ConnectionsAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_ConnectionsDeletedEventHandler _ConnectionsDeletedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767866(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_ConnectionsDeletedEventHandler ConnectionsDeletedEvent - { - add - { - CreateEventBridge(); - _ConnectionsDeletedEvent += value; - } - remove - { - _ConnectionsDeletedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_QueryCancelPageDeleteEventHandler _QueryCancelPageDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768301(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_QueryCancelPageDeleteEventHandler QueryCancelPageDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelPageDeleteEvent += value; - } - remove - { - _QueryCancelPageDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_PageDeleteCanceledEventHandler _PageDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766924(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_PageDeleteCanceledEventHandler PageDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _PageDeleteCanceledEvent += value; - } - remove - { - _PageDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_ShapeParentChangedEventHandler _ShapeParentChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767530(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_ShapeParentChangedEventHandler ShapeParentChangedEvent - { - add - { - CreateEventBridge(); - _ShapeParentChangedEvent += value; - } - remove - { - _ShapeParentChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_BeforeShapeTextEditEventHandler _BeforeShapeTextEditEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765811(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_BeforeShapeTextEditEventHandler BeforeShapeTextEditEvent - { - add - { - CreateEventBridge(); - _BeforeShapeTextEditEvent += value; - } - remove - { - _BeforeShapeTextEditEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_ShapeExitedTextEditEventHandler _ShapeExitedTextEditEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768215(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_ShapeExitedTextEditEventHandler ShapeExitedTextEditEvent - { - add - { - CreateEventBridge(); - _ShapeExitedTextEditEvent += value; - } - remove - { - _ShapeExitedTextEditEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_QueryCancelSelectionDeleteEventHandler _QueryCancelSelectionDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768528(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_QueryCancelSelectionDeleteEventHandler QueryCancelSelectionDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelSelectionDeleteEvent += value; - } - remove - { - _QueryCancelSelectionDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_SelectionDeleteCanceledEventHandler _SelectionDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765905(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_SelectionDeleteCanceledEventHandler SelectionDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _SelectionDeleteCanceledEvent += value; - } - remove - { - _SelectionDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_QueryCancelUngroupEventHandler _QueryCancelUngroupEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767904(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_QueryCancelUngroupEventHandler QueryCancelUngroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelUngroupEvent += value; - } - remove - { - _QueryCancelUngroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_UngroupCanceledEventHandler _UngroupCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767587(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_UngroupCanceledEventHandler UngroupCanceledEvent - { - add - { - CreateEventBridge(); - _UngroupCanceledEvent += value; - } - remove - { - _UngroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_QueryCancelConvertToGroupEventHandler _QueryCancelConvertToGroupEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767504(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_QueryCancelConvertToGroupEventHandler QueryCancelConvertToGroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelConvertToGroupEvent += value; - } - remove - { - _QueryCancelConvertToGroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Pages_ConvertToGroupCanceledEventHandler _ConvertToGroupCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767711(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Pages_ConvertToGroupCanceledEventHandler ConvertToGroupCanceledEvent - { - add - { - CreateEventBridge(); - _ConvertToGroupCanceledEvent += value; - } - remove - { - _ConvertToGroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Pages_QueryCancelGroupEventHandler _QueryCancelGroupEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765076(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Pages_QueryCancelGroupEventHandler QueryCancelGroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelGroupEvent += value; - } - remove - { - _QueryCancelGroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Pages_GroupCanceledEventHandler _GroupCanceledEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765855(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Pages_GroupCanceledEventHandler GroupCanceledEvent - { - add - { - CreateEventBridge(); - _GroupCanceledEvent += value; - } - remove - { - _GroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Pages_ShapeDataGraphicChangedEventHandler _ShapeDataGraphicChangedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768287(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Pages_ShapeDataGraphicChangedEventHandler ShapeDataGraphicChangedEvent - { - add - { - CreateEventBridge(); - _ShapeDataGraphicChangedEvent += value; - } - remove - { - _ShapeDataGraphicChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Pages_ShapeLinkAddedEventHandler _ShapeLinkAddedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766120(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Pages_ShapeLinkAddedEventHandler ShapeLinkAddedEvent - { - add - { - CreateEventBridge(); - _ShapeLinkAddedEvent += value; - } - remove - { - _ShapeLinkAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Pages_ShapeLinkDeletedEventHandler _ShapeLinkDeletedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768997(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Pages_ShapeLinkDeletedEventHandler ShapeLinkDeletedEvent - { - add - { - CreateEventBridge(); - _ShapeLinkDeletedEvent += value; - } - remove - { - _ShapeLinkDeletedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event Pages_ContainerRelationshipAddedEventHandler _ContainerRelationshipAddedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767353(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event Pages_ContainerRelationshipAddedEventHandler ContainerRelationshipAddedEvent - { - add - { - CreateEventBridge(); - _ContainerRelationshipAddedEvent += value; - } - remove - { - _ContainerRelationshipAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event Pages_ContainerRelationshipDeletedEventHandler _ContainerRelationshipDeletedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768900(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event Pages_ContainerRelationshipDeletedEventHandler ContainerRelationshipDeletedEvent - { - add - { - CreateEventBridge(); - _ContainerRelationshipDeletedEvent += value; - } - remove - { - _ContainerRelationshipDeletedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event Pages_CalloutRelationshipAddedEventHandler _CalloutRelationshipAddedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766166(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event Pages_CalloutRelationshipAddedEventHandler CalloutRelationshipAddedEvent - { - add - { - CreateEventBridge(); - _CalloutRelationshipAddedEvent += value; - } - remove - { - _CalloutRelationshipAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 14,15,16 - /// - private event Pages_CalloutRelationshipDeletedEventHandler _CalloutRelationshipDeletedEvent; - - /// - /// SupportByVersion Visio 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766526(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - public event Pages_CalloutRelationshipDeletedEventHandler CalloutRelationshipDeletedEvent - { - add - { - CreateEventBridge(); - _CalloutRelationshipDeletedEvent += value; - } - remove - { - _CalloutRelationshipDeletedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 15, 16 - /// - private event Pages_QueryCancelReplaceShapesEventHandler _QueryCancelReplaceShapesEvent; - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public event Pages_QueryCancelReplaceShapesEventHandler QueryCancelReplaceShapesEvent - { - add - { - CreateEventBridge(); - _QueryCancelReplaceShapesEvent += value; - } - remove - { - _QueryCancelReplaceShapesEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 15, 16 - /// - private event Pages_ReplaceShapesCanceledEventHandler _ReplaceShapesCanceledEvent; - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public event Pages_ReplaceShapesCanceledEventHandler ReplaceShapesCanceledEvent - { - add - { - CreateEventBridge(); - _ReplaceShapesCanceledEvent += value; - } - remove - { - _ReplaceShapesCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 15, 16 - /// - private event Pages_BeforeReplaceShapesEventHandler _BeforeReplaceShapesEvent; - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public event Pages_BeforeReplaceShapesEventHandler BeforeReplaceShapesEvent - { - add - { - CreateEventBridge(); - _BeforeReplaceShapesEvent += value; - } - remove - { - _BeforeReplaceShapesEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 15, 16 - /// - private event Pages_AfterReplaceShapesEventHandler _AfterReplaceShapesEvent; - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public event Pages_AfterReplaceShapesEventHandler AfterReplaceShapesEvent - { - add - { - CreateEventBridge(); - _AfterReplaceShapesEvent += value; - } - remove - { - _AfterReplaceShapesEvent -= value; - } - } - - #endregion - - #region IEventBinding - - /// - /// Creates active sink helper - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void CreateEventBridge() - { - if(false == Factory.Settings.EnableEvents) - return; - - if (null != _connectPoint) - return; - - if (null == _activeSinkId) - _activeSinkId = SinkHelper.GetConnectionPoint(this, ref _connectPoint, Events.EPages_SinkHelper.Id); - - - if(Events.EPages_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) - { - _ePages_SinkHelper = new Events.EPages_SinkHelper(this, _connectPoint); - return; - } - } - - /// - /// The instance use currently an event listener - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool EventBridgeInitialized - { - get - { - return (null != _connectPoint); - } - } - /// - /// Instance has one or more event recipients - /// - /// true if one or more event is active, otherwise false - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients() - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType); - } - - /// - /// Instance has one or more event recipients - /// - /// name of the event - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Target methods from its actual event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Delegate[] GetEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Returns the current count of event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int GetCountOfEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetCountOfEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Raise an instance event - /// - /// name of the event without 'Event' at the end - /// custom arguments for the event - /// count of called event recipients - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int RaiseCustomEvent(string eventName, ref object[] paramsArray) - { - return NetOffice.Events.CoClassEventReflector.RaiseCustomEvent(this, LateBindingApiWrapperType, eventName, ref paramsArray); - } - /// - /// Stop listening events for the instance - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void DisposeEventBridge() - { - if( null != _ePages_SinkHelper) - { - _ePages_SinkHelper.Dispose(); - _ePages_SinkHelper = null; - } - - _connectPoint = null; - } - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Path.cs b/Source/Visio/Classes/Path.cs deleted file mode 100644 index e04c4f4a91..0000000000 --- a/Source/Visio/Classes/Path.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Path - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769371(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class Path : IVPath - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Path); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Path(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Path(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Path(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Path(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Path(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Path - /// - public Path():base("Visio.Path") - { - - } - - /// - /// Creates a new instance of Path - /// - ///registered ProgID - public Path(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Paths.cs b/Source/Visio/Classes/Paths.cs deleted file mode 100644 index 5c2af34611..0000000000 --- a/Source/Visio/Classes/Paths.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Paths - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769374(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class Paths : IVPaths - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Paths); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Paths(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Paths(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Paths(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Paths(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Paths(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Paths - /// - public Paths():base("Visio.Paths") - { - - } - - /// - /// Creates a new instance of Paths - /// - ///registered ProgID - public Paths(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/RelatedShapePairEvent.cs b/Source/Visio/Classes/RelatedShapePairEvent.cs deleted file mode 100644 index 249928e69e..0000000000 --- a/Source/Visio/Classes/RelatedShapePairEvent.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass RelatedShapePairEvent - /// SupportByVersion Visio, 14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769376(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class RelatedShapePairEvent : IVRelatedShapePairEvent - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(RelatedShapePairEvent); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public RelatedShapePairEvent(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public RelatedShapePairEvent(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public RelatedShapePairEvent(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public RelatedShapePairEvent(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public RelatedShapePairEvent(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of RelatedShapePairEvent - /// - public RelatedShapePairEvent():base("Visio.RelatedShapePairEvent") - { - - } - - /// - /// Creates a new instance of RelatedShapePairEvent - /// - ///registered ProgID - public RelatedShapePairEvent(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/ReplaceShapesEvent.cs b/Source/Visio/Classes/ReplaceShapesEvent.cs deleted file mode 100644 index fd7be24414..0000000000 --- a/Source/Visio/Classes/ReplaceShapesEvent.cs +++ /dev/null @@ -1,135 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass ReplaceShapesEvent - /// SupportByVersion Visio, 15, 16 - /// - [SupportByVersion("Visio", 15, 16)] - [EntityType(EntityType.IsCoClass)] - public class ReplaceShapesEvent : IVReplaceShapesEvent - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(ReplaceShapesEvent); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public ReplaceShapesEvent(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public ReplaceShapesEvent(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ReplaceShapesEvent(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ReplaceShapesEvent(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ReplaceShapesEvent(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of ReplaceShapesEvent - /// - public ReplaceShapesEvent():base("Visio.ReplaceShapesEvent") - { - - } - - /// - /// Creates a new instance of ReplaceShapesEvent - /// - ///registered ProgID - public ReplaceShapesEvent(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Row.cs b/Source/Visio/Classes/Row.cs deleted file mode 100644 index 8ef2b80915..0000000000 --- a/Source/Visio/Classes/Row.cs +++ /dev/null @@ -1,290 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - public delegate void Row_CellChangedEventHandler(NetOffice.VisioApi.IVCell cell); - public delegate void Row_FormulaChangedEventHandler(NetOffice.VisioApi.IVCell cell); - #pragma warning restore - - #endregion - - /// - /// CoClass Row - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769378(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - [EventSink(typeof(Events.ERow_SinkHelper))] - [ComEventInterface(typeof(Events.ERow))] - public class Row : IVRow, IEventBinding - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - private Events.ERow_SinkHelper _eRow_SinkHelper; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Row); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Row(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Row(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Row(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Row(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Row(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Row - /// - public Row():base("Visio.Row") - { - - } - - /// - /// Creates a new instance of Row - /// - ///registered ProgID - public Row(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Row_CellChangedEventHandler _CellChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767949(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Row_CellChangedEventHandler CellChangedEvent - { - add - { - CreateEventBridge(); - _CellChangedEvent += value; - } - remove - { - _CellChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Row_FormulaChangedEventHandler _FormulaChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766264(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Row_FormulaChangedEventHandler FormulaChangedEvent - { - add - { - CreateEventBridge(); - _FormulaChangedEvent += value; - } - remove - { - _FormulaChangedEvent -= value; - } - } - - #endregion - - #region IEventBinding - - /// - /// Creates active sink helper - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void CreateEventBridge() - { - if(false == Factory.Settings.EnableEvents) - return; - - if (null != _connectPoint) - return; - - if (null == _activeSinkId) - _activeSinkId = SinkHelper.GetConnectionPoint(this, ref _connectPoint, Events.ERow_SinkHelper.Id); - - - if(Events.ERow_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) - { - _eRow_SinkHelper = new Events.ERow_SinkHelper(this, _connectPoint); - return; - } - } - - /// - /// The instance use currently an event listener - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool EventBridgeInitialized - { - get - { - return (null != _connectPoint); - } - } - /// - /// Instance has one or more event recipients - /// - /// true if one or more event is active, otherwise false - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients() - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType); - } - - /// - /// Instance has one or more event recipients - /// - /// name of the event - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Target methods from its actual event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Delegate[] GetEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Returns the current count of event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int GetCountOfEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetCountOfEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Raise an instance event - /// - /// name of the event without 'Event' at the end - /// custom arguments for the event - /// count of called event recipients - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int RaiseCustomEvent(string eventName, ref object[] paramsArray) - { - return NetOffice.Events.CoClassEventReflector.RaiseCustomEvent(this, LateBindingApiWrapperType, eventName, ref paramsArray); - } - /// - /// Stop listening events for the instance - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void DisposeEventBridge() - { - if( null != _eRow_SinkHelper) - { - _eRow_SinkHelper.Dispose(); - _eRow_SinkHelper = null; - } - - _connectPoint = null; - } - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Section.cs b/Source/Visio/Classes/Section.cs deleted file mode 100644 index 187d43f464..0000000000 --- a/Source/Visio/Classes/Section.cs +++ /dev/null @@ -1,290 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - public delegate void Section_CellChangedEventHandler(NetOffice.VisioApi.IVCell cell); - public delegate void Section_FormulaChangedEventHandler(NetOffice.VisioApi.IVCell cell); - #pragma warning restore - - #endregion - - /// - /// CoClass Section - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769382(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - [EventSink(typeof(Events.ESection_SinkHelper))] - [ComEventInterface(typeof(Events.ESection))] - public class Section : IVSection, IEventBinding - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - private Events.ESection_SinkHelper _eSection_SinkHelper; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Section); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Section(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Section(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Section(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Section(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Section(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Section - /// - public Section():base("Visio.Section") - { - - } - - /// - /// Creates a new instance of Section - /// - ///registered ProgID - public Section(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Section_CellChangedEventHandler _CellChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765230(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Section_CellChangedEventHandler CellChangedEvent - { - add - { - CreateEventBridge(); - _CellChangedEvent += value; - } - remove - { - _CellChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Section_FormulaChangedEventHandler _FormulaChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767144(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Section_FormulaChangedEventHandler FormulaChangedEvent - { - add - { - CreateEventBridge(); - _FormulaChangedEvent += value; - } - remove - { - _FormulaChangedEvent -= value; - } - } - - #endregion - - #region IEventBinding - - /// - /// Creates active sink helper - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void CreateEventBridge() - { - if(false == Factory.Settings.EnableEvents) - return; - - if (null != _connectPoint) - return; - - if (null == _activeSinkId) - _activeSinkId = SinkHelper.GetConnectionPoint(this, ref _connectPoint, Events.ESection_SinkHelper.Id); - - - if(Events.ESection_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) - { - _eSection_SinkHelper = new Events.ESection_SinkHelper(this, _connectPoint); - return; - } - } - - /// - /// The instance use currently an event listener - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool EventBridgeInitialized - { - get - { - return (null != _connectPoint); - } - } - /// - /// Instance has one or more event recipients - /// - /// true if one or more event is active, otherwise false - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients() - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType); - } - - /// - /// Instance has one or more event recipients - /// - /// name of the event - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Target methods from its actual event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Delegate[] GetEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Returns the current count of event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int GetCountOfEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetCountOfEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Raise an instance event - /// - /// name of the event without 'Event' at the end - /// custom arguments for the event - /// count of called event recipients - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int RaiseCustomEvent(string eventName, ref object[] paramsArray) - { - return NetOffice.Events.CoClassEventReflector.RaiseCustomEvent(this, LateBindingApiWrapperType, eventName, ref paramsArray); - } - /// - /// Stop listening events for the instance - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void DisposeEventBridge() - { - if( null != _eSection_SinkHelper) - { - _eSection_SinkHelper.Dispose(); - _eSection_SinkHelper = null; - } - - _connectPoint = null; - } - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Selection.cs b/Source/Visio/Classes/Selection.cs deleted file mode 100644 index 8ed96c4fcf..0000000000 --- a/Source/Visio/Classes/Selection.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Selection - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769385(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class Selection : IVSelection - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Selection); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Selection(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Selection(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Selection(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Selection(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Selection(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Selection - /// - public Selection():base("Visio.Selection") - { - - } - - /// - /// Creates a new instance of Selection - /// - ///registered ProgID - public Selection(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/ServerPublishOptions.cs b/Source/Visio/Classes/ServerPublishOptions.cs deleted file mode 100644 index 5290932854..0000000000 --- a/Source/Visio/Classes/ServerPublishOptions.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass ServerPublishOptions - /// SupportByVersion Visio, 14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769388(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class ServerPublishOptions : IVServerPublishOptions - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(ServerPublishOptions); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public ServerPublishOptions(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public ServerPublishOptions(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ServerPublishOptions(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ServerPublishOptions(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ServerPublishOptions(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of ServerPublishOptions - /// - public ServerPublishOptions():base("Visio.ServerPublishOptions") - { - - } - - /// - /// Creates a new instance of ServerPublishOptions - /// - ///registered ProgID - public ServerPublishOptions(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Shape.cs b/Source/Visio/Classes/Shape.cs deleted file mode 100644 index e642761956..0000000000 --- a/Source/Visio/Classes/Shape.cs +++ /dev/null @@ -1,770 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - public delegate void Shape_CellChangedEventHandler(NetOffice.VisioApi.IVCell cell); - public delegate void Shape_ShapeAddedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Shape_BeforeSelectionDeleteEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Shape_ShapeChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Shape_SelectionAddedEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Shape_BeforeShapeDeleteEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Shape_TextChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Shape_FormulaChangedEventHandler(NetOffice.VisioApi.IVCell cell); - public delegate void Shape_ShapeParentChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Shape_BeforeShapeTextEditEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Shape_ShapeExitedTextEditEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Shape_QueryCancelSelectionDeleteEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Shape_SelectionDeleteCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Shape_QueryCancelUngroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Shape_UngroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Shape_QueryCancelConvertToGroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Shape_ConvertToGroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Shape_QueryCancelGroupEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Shape_GroupCanceledEventHandler(NetOffice.VisioApi.IVSelection selection); - public delegate void Shape_ShapeDataGraphicChangedEventHandler(NetOffice.VisioApi.IVShape shape); - public delegate void Shape_ShapeLinkAddedEventHandler(NetOffice.VisioApi.IVShape shape, Int32 dataRecordsetID, Int32 dataRowID); - public delegate void Shape_ShapeLinkDeletedEventHandler(NetOffice.VisioApi.IVShape shape, Int32 dataRecordsetID, Int32 dataRowID); - #pragma warning restore - - #endregion - - /// - /// CoClass Shape - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769391(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - [EventSink(typeof(Events.EShape_SinkHelper))] - [ComEventInterface(typeof(Events.EShape))] - public class Shape : IVShape, IEventBinding - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - private Events.EShape_SinkHelper _eShape_SinkHelper; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Shape); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Shape(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Shape(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Shape(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Shape(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Shape(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Shape - /// - public Shape():base("Visio.Shape") - { - - } - - /// - /// Creates a new instance of Shape - /// - ///registered ProgID - public Shape(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Shape_CellChangedEventHandler _CellChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768439(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Shape_CellChangedEventHandler CellChangedEvent - { - add - { - CreateEventBridge(); - _CellChangedEvent += value; - } - remove - { - _CellChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Shape_ShapeAddedEventHandler _ShapeAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767288(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Shape_ShapeAddedEventHandler ShapeAddedEvent - { - add - { - CreateEventBridge(); - _ShapeAddedEvent += value; - } - remove - { - _ShapeAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Shape_BeforeSelectionDeleteEventHandler _BeforeSelectionDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765958(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Shape_BeforeSelectionDeleteEventHandler BeforeSelectionDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeSelectionDeleteEvent += value; - } - remove - { - _BeforeSelectionDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Shape_ShapeChangedEventHandler _ShapeChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766015(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Shape_ShapeChangedEventHandler ShapeChangedEvent - { - add - { - CreateEventBridge(); - _ShapeChangedEvent += value; - } - remove - { - _ShapeChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Shape_SelectionAddedEventHandler _SelectionAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768302(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Shape_SelectionAddedEventHandler SelectionAddedEvent - { - add - { - CreateEventBridge(); - _SelectionAddedEvent += value; - } - remove - { - _SelectionAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Shape_BeforeShapeDeleteEventHandler _BeforeShapeDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766835(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Shape_BeforeShapeDeleteEventHandler BeforeShapeDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeShapeDeleteEvent += value; - } - remove - { - _BeforeShapeDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Shape_TextChangedEventHandler _TextChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768749(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Shape_TextChangedEventHandler TextChangedEvent - { - add - { - CreateEventBridge(); - _TextChangedEvent += value; - } - remove - { - _TextChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Shape_FormulaChangedEventHandler _FormulaChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768370(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Shape_FormulaChangedEventHandler FormulaChangedEvent - { - add - { - CreateEventBridge(); - _FormulaChangedEvent += value; - } - remove - { - _FormulaChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Shape_ShapeParentChangedEventHandler _ShapeParentChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767923(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Shape_ShapeParentChangedEventHandler ShapeParentChangedEvent - { - add - { - CreateEventBridge(); - _ShapeParentChangedEvent += value; - } - remove - { - _ShapeParentChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Shape_BeforeShapeTextEditEventHandler _BeforeShapeTextEditEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769047(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Shape_BeforeShapeTextEditEventHandler BeforeShapeTextEditEvent - { - add - { - CreateEventBridge(); - _BeforeShapeTextEditEvent += value; - } - remove - { - _BeforeShapeTextEditEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Shape_ShapeExitedTextEditEventHandler _ShapeExitedTextEditEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768049(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Shape_ShapeExitedTextEditEventHandler ShapeExitedTextEditEvent - { - add - { - CreateEventBridge(); - _ShapeExitedTextEditEvent += value; - } - remove - { - _ShapeExitedTextEditEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Shape_QueryCancelSelectionDeleteEventHandler _QueryCancelSelectionDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768386(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Shape_QueryCancelSelectionDeleteEventHandler QueryCancelSelectionDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelSelectionDeleteEvent += value; - } - remove - { - _QueryCancelSelectionDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Shape_SelectionDeleteCanceledEventHandler _SelectionDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765289(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Shape_SelectionDeleteCanceledEventHandler SelectionDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _SelectionDeleteCanceledEvent += value; - } - remove - { - _SelectionDeleteCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Shape_QueryCancelUngroupEventHandler _QueryCancelUngroupEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768619(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Shape_QueryCancelUngroupEventHandler QueryCancelUngroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelUngroupEvent += value; - } - remove - { - _QueryCancelUngroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Shape_UngroupCanceledEventHandler _UngroupCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767820(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Shape_UngroupCanceledEventHandler UngroupCanceledEvent - { - add - { - CreateEventBridge(); - _UngroupCanceledEvent += value; - } - remove - { - _UngroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Shape_QueryCancelConvertToGroupEventHandler _QueryCancelConvertToGroupEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765418(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Shape_QueryCancelConvertToGroupEventHandler QueryCancelConvertToGroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelConvertToGroupEvent += value; - } - remove - { - _QueryCancelConvertToGroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Shape_ConvertToGroupCanceledEventHandler _ConvertToGroupCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769035(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Shape_ConvertToGroupCanceledEventHandler ConvertToGroupCanceledEvent - { - add - { - CreateEventBridge(); - _ConvertToGroupCanceledEvent += value; - } - remove - { - _ConvertToGroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Shape_QueryCancelGroupEventHandler _QueryCancelGroupEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767645(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Shape_QueryCancelGroupEventHandler QueryCancelGroupEvent - { - add - { - CreateEventBridge(); - _QueryCancelGroupEvent += value; - } - remove - { - _QueryCancelGroupEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Shape_GroupCanceledEventHandler _GroupCanceledEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767284(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Shape_GroupCanceledEventHandler GroupCanceledEvent - { - add - { - CreateEventBridge(); - _GroupCanceledEvent += value; - } - remove - { - _GroupCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Shape_ShapeDataGraphicChangedEventHandler _ShapeDataGraphicChangedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766823(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Shape_ShapeDataGraphicChangedEventHandler ShapeDataGraphicChangedEvent - { - add - { - CreateEventBridge(); - _ShapeDataGraphicChangedEvent += value; - } - remove - { - _ShapeDataGraphicChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Shape_ShapeLinkAddedEventHandler _ShapeLinkAddedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766506(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Shape_ShapeLinkAddedEventHandler ShapeLinkAddedEvent - { - add - { - CreateEventBridge(); - _ShapeLinkAddedEvent += value; - } - remove - { - _ShapeLinkAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - private event Shape_ShapeLinkDeletedEventHandler _ShapeLinkDeletedEvent; - - /// - /// SupportByVersion Visio 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767434(v=office.14).aspx - [SupportByVersion("Visio", 12,14,15,16)] - public event Shape_ShapeLinkDeletedEventHandler ShapeLinkDeletedEvent - { - add - { - CreateEventBridge(); - _ShapeLinkDeletedEvent += value; - } - remove - { - _ShapeLinkDeletedEvent -= value; - } - } - - #endregion - - #region IEventBinding - - /// - /// Creates active sink helper - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void CreateEventBridge() - { - if(false == Factory.Settings.EnableEvents) - return; - - if (null != _connectPoint) - return; - - if (null == _activeSinkId) - _activeSinkId = SinkHelper.GetConnectionPoint(this, ref _connectPoint, Events.EShape_SinkHelper.Id); - - - if(Events.EShape_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) - { - _eShape_SinkHelper = new Events.EShape_SinkHelper(this, _connectPoint); - return; - } - } - - /// - /// The instance use currently an event listener - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool EventBridgeInitialized - { - get - { - return (null != _connectPoint); - } - } - /// - /// Instance has one or more event recipients - /// - /// true if one or more event is active, otherwise false - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients() - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType); - } - - /// - /// Instance has one or more event recipients - /// - /// name of the event - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Target methods from its actual event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Delegate[] GetEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Returns the current count of event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int GetCountOfEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetCountOfEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Raise an instance event - /// - /// name of the event without 'Event' at the end - /// custom arguments for the event - /// count of called event recipients - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int RaiseCustomEvent(string eventName, ref object[] paramsArray) - { - return NetOffice.Events.CoClassEventReflector.RaiseCustomEvent(this, LateBindingApiWrapperType, eventName, ref paramsArray); - } - /// - /// Stop listening events for the instance - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void DisposeEventBridge() - { - if( null != _eShape_SinkHelper) - { - _eShape_SinkHelper.Dispose(); - _eShape_SinkHelper = null; - } - - _connectPoint = null; - } - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Shapes.cs b/Source/Visio/Classes/Shapes.cs deleted file mode 100644 index 0beeab3975..0000000000 --- a/Source/Visio/Classes/Shapes.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Shapes - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769395(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class Shapes : IVShapes - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Shapes); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Shapes(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Shapes(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Shapes(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Shapes(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Shapes(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Shapes - /// - public Shapes():base("Visio.Shapes") - { - - } - - /// - /// Creates a new instance of Shapes - /// - ///registered ProgID - public Shapes(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/StatusBar.cs b/Source/Visio/Classes/StatusBar.cs deleted file mode 100644 index 65917ec370..0000000000 --- a/Source/Visio/Classes/StatusBar.cs +++ /dev/null @@ -1,135 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass StatusBar - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class StatusBar : IVStatusBar - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(StatusBar); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public StatusBar(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public StatusBar(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public StatusBar(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public StatusBar(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public StatusBar(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of StatusBar - /// - public StatusBar():base("Visio.StatusBar") - { - - } - - /// - /// Creates a new instance of StatusBar - /// - ///registered ProgID - public StatusBar(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/StatusBarItem.cs b/Source/Visio/Classes/StatusBarItem.cs deleted file mode 100644 index 1bb8984cba..0000000000 --- a/Source/Visio/Classes/StatusBarItem.cs +++ /dev/null @@ -1,135 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass StatusBarItem - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class StatusBarItem : IVStatusBarItem - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(StatusBarItem); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public StatusBarItem(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public StatusBarItem(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public StatusBarItem(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public StatusBarItem(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public StatusBarItem(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of StatusBarItem - /// - public StatusBarItem():base("Visio.StatusBarItem") - { - - } - - /// - /// Creates a new instance of StatusBarItem - /// - ///registered ProgID - public StatusBarItem(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/StatusBarItems.cs b/Source/Visio/Classes/StatusBarItems.cs deleted file mode 100644 index 9dda308c1e..0000000000 --- a/Source/Visio/Classes/StatusBarItems.cs +++ /dev/null @@ -1,135 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass StatusBarItems - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class StatusBarItems : IVStatusBarItems - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(StatusBarItems); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public StatusBarItems(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public StatusBarItems(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public StatusBarItems(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public StatusBarItems(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public StatusBarItems(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of StatusBarItems - /// - public StatusBarItems():base("Visio.StatusBarItems") - { - - } - - /// - /// Creates a new instance of StatusBarItems - /// - ///registered ProgID - public StatusBarItems(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/StatusBars.cs b/Source/Visio/Classes/StatusBars.cs deleted file mode 100644 index 753df5468c..0000000000 --- a/Source/Visio/Classes/StatusBars.cs +++ /dev/null @@ -1,135 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass StatusBars - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class StatusBars : IVStatusBars - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(StatusBars); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public StatusBars(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public StatusBars(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public StatusBars(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public StatusBars(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public StatusBars(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of StatusBars - /// - public StatusBars():base("Visio.StatusBars") - { - - } - - /// - /// Creates a new instance of StatusBars - /// - ///registered ProgID - public StatusBars(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Style.cs b/Source/Visio/Classes/Style.cs deleted file mode 100644 index a39dc92414..0000000000 --- a/Source/Visio/Classes/Style.cs +++ /dev/null @@ -1,338 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - public delegate void Style_StyleChangedEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void Style_BeforeStyleDeleteEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void Style_QueryCancelStyleDeleteEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void Style_StyleDeleteCanceledEventHandler(NetOffice.VisioApi.IVStyle style); - #pragma warning restore - - #endregion - - /// - /// CoClass Style - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769398(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - [EventSink(typeof(Events.EStyle_SinkHelper))] - [ComEventInterface(typeof(Events.EStyle))] - public class Style : IVStyle, IEventBinding - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - private Events.EStyle_SinkHelper _eStyle_SinkHelper; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Style); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Style(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Style(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Style(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Style(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Style(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Style - /// - public Style():base("Visio.Style") - { - - } - - /// - /// Creates a new instance of Style - /// - ///registered ProgID - public Style(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Style_StyleChangedEventHandler _StyleChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768814(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Style_StyleChangedEventHandler StyleChangedEvent - { - add - { - CreateEventBridge(); - _StyleChangedEvent += value; - } - remove - { - _StyleChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Style_BeforeStyleDeleteEventHandler _BeforeStyleDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765885(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Style_BeforeStyleDeleteEventHandler BeforeStyleDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeStyleDeleteEvent += value; - } - remove - { - _BeforeStyleDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Style_QueryCancelStyleDeleteEventHandler _QueryCancelStyleDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766049(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Style_QueryCancelStyleDeleteEventHandler QueryCancelStyleDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelStyleDeleteEvent += value; - } - remove - { - _QueryCancelStyleDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Style_StyleDeleteCanceledEventHandler _StyleDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765208(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Style_StyleDeleteCanceledEventHandler StyleDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _StyleDeleteCanceledEvent += value; - } - remove - { - _StyleDeleteCanceledEvent -= value; - } - } - - #endregion - - #region IEventBinding - - /// - /// Creates active sink helper - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void CreateEventBridge() - { - if(false == Factory.Settings.EnableEvents) - return; - - if (null != _connectPoint) - return; - - if (null == _activeSinkId) - _activeSinkId = SinkHelper.GetConnectionPoint(this, ref _connectPoint, Events.EStyle_SinkHelper.Id); - - - if(Events.EStyle_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) - { - _eStyle_SinkHelper = new Events.EStyle_SinkHelper(this, _connectPoint); - return; - } - } - - /// - /// The instance use currently an event listener - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool EventBridgeInitialized - { - get - { - return (null != _connectPoint); - } - } - /// - /// Instance has one or more event recipients - /// - /// true if one or more event is active, otherwise false - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients() - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType); - } - - /// - /// Instance has one or more event recipients - /// - /// name of the event - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Target methods from its actual event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Delegate[] GetEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Returns the current count of event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int GetCountOfEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetCountOfEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Raise an instance event - /// - /// name of the event without 'Event' at the end - /// custom arguments for the event - /// count of called event recipients - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int RaiseCustomEvent(string eventName, ref object[] paramsArray) - { - return NetOffice.Events.CoClassEventReflector.RaiseCustomEvent(this, LateBindingApiWrapperType, eventName, ref paramsArray); - } - /// - /// Stop listening events for the instance - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void DisposeEventBridge() - { - if( null != _eStyle_SinkHelper) - { - _eStyle_SinkHelper.Dispose(); - _eStyle_SinkHelper = null; - } - - _connectPoint = null; - } - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Styles.cs b/Source/Visio/Classes/Styles.cs deleted file mode 100644 index 272ed0bef1..0000000000 --- a/Source/Visio/Classes/Styles.cs +++ /dev/null @@ -1,362 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - public delegate void Styles_StyleAddedEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void Styles_StyleChangedEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void Styles_BeforeStyleDeleteEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void Styles_QueryCancelStyleDeleteEventHandler(NetOffice.VisioApi.IVStyle style); - public delegate void Styles_StyleDeleteCanceledEventHandler(NetOffice.VisioApi.IVStyle style); - #pragma warning restore - - #endregion - - /// - /// CoClass Styles - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769402(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - [EventSink(typeof(Events.EStyles_SinkHelper))] - [ComEventInterface(typeof(Events.EStyles))] - public class Styles : IVStyles, IEventBinding - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - private Events.EStyles_SinkHelper _eStyles_SinkHelper; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Styles); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Styles(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Styles(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Styles(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Styles(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Styles(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Styles - /// - public Styles():base("Visio.Styles") - { - - } - - /// - /// Creates a new instance of Styles - /// - ///registered ProgID - public Styles(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Styles_StyleAddedEventHandler _StyleAddedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768234(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Styles_StyleAddedEventHandler StyleAddedEvent - { - add - { - CreateEventBridge(); - _StyleAddedEvent += value; - } - remove - { - _StyleAddedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Styles_StyleChangedEventHandler _StyleChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766489(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Styles_StyleChangedEventHandler StyleChangedEvent - { - add - { - CreateEventBridge(); - _StyleChangedEvent += value; - } - remove - { - _StyleChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Styles_BeforeStyleDeleteEventHandler _BeforeStyleDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768770(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Styles_BeforeStyleDeleteEventHandler BeforeStyleDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeStyleDeleteEvent += value; - } - remove - { - _BeforeStyleDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Styles_QueryCancelStyleDeleteEventHandler _QueryCancelStyleDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765172(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Styles_QueryCancelStyleDeleteEventHandler QueryCancelStyleDeleteEvent - { - add - { - CreateEventBridge(); - _QueryCancelStyleDeleteEvent += value; - } - remove - { - _QueryCancelStyleDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Styles_StyleDeleteCanceledEventHandler _StyleDeleteCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767143(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Styles_StyleDeleteCanceledEventHandler StyleDeleteCanceledEvent - { - add - { - CreateEventBridge(); - _StyleDeleteCanceledEvent += value; - } - remove - { - _StyleDeleteCanceledEvent -= value; - } - } - - #endregion - - #region IEventBinding - - /// - /// Creates active sink helper - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void CreateEventBridge() - { - if(false == Factory.Settings.EnableEvents) - return; - - if (null != _connectPoint) - return; - - if (null == _activeSinkId) - _activeSinkId = SinkHelper.GetConnectionPoint(this, ref _connectPoint, Events.EStyles_SinkHelper.Id); - - - if(Events.EStyles_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) - { - _eStyles_SinkHelper = new Events.EStyles_SinkHelper(this, _connectPoint); - return; - } - } - - /// - /// The instance use currently an event listener - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool EventBridgeInitialized - { - get - { - return (null != _connectPoint); - } - } - /// - /// Instance has one or more event recipients - /// - /// true if one or more event is active, otherwise false - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients() - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType); - } - - /// - /// Instance has one or more event recipients - /// - /// name of the event - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Target methods from its actual event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Delegate[] GetEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Returns the current count of event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int GetCountOfEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetCountOfEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Raise an instance event - /// - /// name of the event without 'Event' at the end - /// custom arguments for the event - /// count of called event recipients - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int RaiseCustomEvent(string eventName, ref object[] paramsArray) - { - return NetOffice.Events.CoClassEventReflector.RaiseCustomEvent(this, LateBindingApiWrapperType, eventName, ref paramsArray); - } - /// - /// Stop listening events for the instance - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void DisposeEventBridge() - { - if( null != _eStyles_SinkHelper) - { - _eStyles_SinkHelper.Dispose(); - _eStyles_SinkHelper = null; - } - - _connectPoint = null; - } - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Toolbar.cs b/Source/Visio/Classes/Toolbar.cs deleted file mode 100644 index 9f79b60cf0..0000000000 --- a/Source/Visio/Classes/Toolbar.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Toolbar - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769406(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class Toolbar : IVToolbar - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Toolbar); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Toolbar(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Toolbar(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Toolbar(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Toolbar(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Toolbar(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Toolbar - /// - public Toolbar():base("Visio.Toolbar") - { - - } - - /// - /// Creates a new instance of Toolbar - /// - ///registered ProgID - public Toolbar(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/ToolbarItem.cs b/Source/Visio/Classes/ToolbarItem.cs deleted file mode 100644 index 9f5216ab56..0000000000 --- a/Source/Visio/Classes/ToolbarItem.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass ToolbarItem - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769409(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class ToolbarItem : IVToolbarItem - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(ToolbarItem); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public ToolbarItem(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public ToolbarItem(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ToolbarItem(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ToolbarItem(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ToolbarItem(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of ToolbarItem - /// - public ToolbarItem():base("Visio.ToolbarItem") - { - - } - - /// - /// Creates a new instance of ToolbarItem - /// - ///registered ProgID - public ToolbarItem(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/ToolbarItems.cs b/Source/Visio/Classes/ToolbarItems.cs deleted file mode 100644 index 32a69afd0a..0000000000 --- a/Source/Visio/Classes/ToolbarItems.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass ToolbarItems - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769412(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class ToolbarItems : IVToolbarItems - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(ToolbarItems); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public ToolbarItems(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public ToolbarItems(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ToolbarItems(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ToolbarItems(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ToolbarItems(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of ToolbarItems - /// - public ToolbarItems():base("Visio.ToolbarItems") - { - - } - - /// - /// Creates a new instance of ToolbarItems - /// - ///registered ProgID - public ToolbarItems(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/ToolbarSet.cs b/Source/Visio/Classes/ToolbarSet.cs deleted file mode 100644 index cbee701e05..0000000000 --- a/Source/Visio/Classes/ToolbarSet.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass ToolbarSet - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769418(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class ToolbarSet : IVToolbarSet - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(ToolbarSet); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public ToolbarSet(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public ToolbarSet(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ToolbarSet(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ToolbarSet(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ToolbarSet(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of ToolbarSet - /// - public ToolbarSet():base("Visio.ToolbarSet") - { - - } - - /// - /// Creates a new instance of ToolbarSet - /// - ///registered ProgID - public ToolbarSet(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/ToolbarSets.cs b/Source/Visio/Classes/ToolbarSets.cs deleted file mode 100644 index 7f75be445d..0000000000 --- a/Source/Visio/Classes/ToolbarSets.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass ToolbarSets - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769421(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class ToolbarSets : IVToolbarSets - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(ToolbarSets); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public ToolbarSets(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public ToolbarSets(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ToolbarSets(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ToolbarSets(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ToolbarSets(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of ToolbarSets - /// - public ToolbarSets():base("Visio.ToolbarSets") - { - - } - - /// - /// Creates a new instance of ToolbarSets - /// - ///registered ProgID - public ToolbarSets(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Toolbars.cs b/Source/Visio/Classes/Toolbars.cs deleted file mode 100644 index bb87bd5728..0000000000 --- a/Source/Visio/Classes/Toolbars.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Toolbars - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769415(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class Toolbars : IVToolbars - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Toolbars); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Toolbars(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Toolbars(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Toolbars(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Toolbars(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Toolbars(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Toolbars - /// - public Toolbars():base("Visio.Toolbars") - { - - } - - /// - /// Creates a new instance of Toolbars - /// - ///registered ProgID - public Toolbars(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/UIObject.cs b/Source/Visio/Classes/UIObject.cs deleted file mode 100644 index dcde013bb4..0000000000 --- a/Source/Visio/Classes/UIObject.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass UIObject - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769424(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class UIObject : IVUIObject - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(UIObject); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public UIObject(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public UIObject(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public UIObject(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public UIObject(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public UIObject(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of UIObject - /// - public UIObject():base("Visio.UIObject") - { - - } - - /// - /// Creates a new instance of UIObject - /// - ///registered ProgID - public UIObject(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Validation.cs b/Source/Visio/Classes/Validation.cs deleted file mode 100644 index 6721d1256c..0000000000 --- a/Source/Visio/Classes/Validation.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass Validation - /// SupportByVersion Visio, 14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769427(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class Validation : IVValidation - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Validation); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Validation(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Validation(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Validation(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Validation(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Validation(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Validation - /// - public Validation():base("Visio.Validation") - { - - } - - /// - /// Creates a new instance of Validation - /// - ///registered ProgID - public Validation(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/ValidationIssue.cs b/Source/Visio/Classes/ValidationIssue.cs deleted file mode 100644 index 660016c44c..0000000000 --- a/Source/Visio/Classes/ValidationIssue.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass ValidationIssue - /// SupportByVersion Visio, 14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769430(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class ValidationIssue : IVValidationIssue - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(ValidationIssue); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public ValidationIssue(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public ValidationIssue(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ValidationIssue(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ValidationIssue(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ValidationIssue(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of ValidationIssue - /// - public ValidationIssue():base("Visio.ValidationIssue") - { - - } - - /// - /// Creates a new instance of ValidationIssue - /// - ///registered ProgID - public ValidationIssue(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/ValidationIssues.cs b/Source/Visio/Classes/ValidationIssues.cs deleted file mode 100644 index 5060660976..0000000000 --- a/Source/Visio/Classes/ValidationIssues.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass ValidationIssues - /// SupportByVersion Visio, 14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769433(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class ValidationIssues : IVValidationIssues - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(ValidationIssues); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public ValidationIssues(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public ValidationIssues(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ValidationIssues(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ValidationIssues(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ValidationIssues(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of ValidationIssues - /// - public ValidationIssues():base("Visio.ValidationIssues") - { - - } - - /// - /// Creates a new instance of ValidationIssues - /// - ///registered ProgID - public ValidationIssues(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/ValidationRule.cs b/Source/Visio/Classes/ValidationRule.cs deleted file mode 100644 index d6072921c0..0000000000 --- a/Source/Visio/Classes/ValidationRule.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass ValidationRule - /// SupportByVersion Visio, 14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769436(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class ValidationRule : IVValidationRule - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(ValidationRule); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public ValidationRule(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public ValidationRule(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ValidationRule(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ValidationRule(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ValidationRule(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of ValidationRule - /// - public ValidationRule():base("Visio.ValidationRule") - { - - } - - /// - /// Creates a new instance of ValidationRule - /// - ///registered ProgID - public ValidationRule(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/ValidationRuleSet.cs b/Source/Visio/Classes/ValidationRuleSet.cs deleted file mode 100644 index 56ead12dfe..0000000000 --- a/Source/Visio/Classes/ValidationRuleSet.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass ValidationRuleSet - /// SupportByVersion Visio, 14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769442(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class ValidationRuleSet : IVValidationRuleSet - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(ValidationRuleSet); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public ValidationRuleSet(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public ValidationRuleSet(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ValidationRuleSet(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ValidationRuleSet(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ValidationRuleSet(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of ValidationRuleSet - /// - public ValidationRuleSet():base("Visio.ValidationRuleSet") - { - - } - - /// - /// Creates a new instance of ValidationRuleSet - /// - ///registered ProgID - public ValidationRuleSet(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/ValidationRuleSets.cs b/Source/Visio/Classes/ValidationRuleSets.cs deleted file mode 100644 index e7198972ee..0000000000 --- a/Source/Visio/Classes/ValidationRuleSets.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass ValidationRuleSets - /// SupportByVersion Visio, 14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769446(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class ValidationRuleSets : IVValidationRuleSets - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(ValidationRuleSets); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public ValidationRuleSets(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public ValidationRuleSets(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ValidationRuleSets(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ValidationRuleSets(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ValidationRuleSets(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of ValidationRuleSets - /// - public ValidationRuleSets():base("Visio.ValidationRuleSets") - { - - } - - /// - /// Creates a new instance of ValidationRuleSets - /// - ///registered ProgID - public ValidationRuleSets(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/ValidationRules.cs b/Source/Visio/Classes/ValidationRules.cs deleted file mode 100644 index ce5c2edcb6..0000000000 --- a/Source/Visio/Classes/ValidationRules.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - #pragma warning restore - - #endregion - - /// - /// CoClass ValidationRules - /// SupportByVersion Visio, 14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769439(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsCoClass)] - public class ValidationRules : IVValidationRules - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(ValidationRules); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public ValidationRules(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public ValidationRules(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ValidationRules(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ValidationRules(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public ValidationRules(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of ValidationRules - /// - public ValidationRules():base("Visio.ValidationRules") - { - - } - - /// - /// Creates a new instance of ValidationRules - /// - ///registered ProgID - public ValidationRules(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Window.cs b/Source/Visio/Classes/Window.cs deleted file mode 100644 index 18db6f6fa9..0000000000 --- a/Source/Visio/Classes/Window.cs +++ /dev/null @@ -1,650 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - public delegate void Window_SelectionChangedEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Window_BeforeWindowClosedEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Window_WindowActivatedEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Window_BeforeWindowSelDeleteEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Window_BeforeWindowPageTurnEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Window_WindowTurnedToPageEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Window_WindowChangedEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Window_ViewChangedEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Window_QueryCancelWindowCloseEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Window_WindowCloseCanceledEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Window_OnKeystrokeMessageForAddonEventHandler(NetOffice.VisioApi.IVMSGWrap msg); - public delegate void Window_MouseDownEventHandler(Int32 button, Int32 keyButtonState, Double x, Double y, ref bool cancelDefault); - public delegate void Window_MouseMoveEventHandler(Int32 button, Int32 keyButtonState, Double x, Double y, ref bool cancelDefault); - public delegate void Window_MouseUpEventHandler(Int32 button, Int32 keyButtonState, Double x, Double y, ref bool cancelDefault); - public delegate void Window_KeyDownEventHandler(Int32 KeyCode, Int32 keyButtonState, ref bool cancelDefault); - public delegate void Window_KeyPressEventHandler(Int32 keyAscii, ref bool cancelDefault); - public delegate void Window_KeyUpEventHandler(Int32 keyCode, Int32 keyButtonState, ref bool cancelDefault); - #pragma warning restore - - #endregion - - /// - /// CoClass Window - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769449(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - [EventSink(typeof(Events.EWindow_SinkHelper))] - [ComEventInterface(typeof(Events.EWindow))] - public class Window : IVWindow, IEventBinding - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - private Events.EWindow_SinkHelper _eWindow_SinkHelper; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Window); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Window(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Window(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Window(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Window(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Window(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Window - /// - public Window():base("Visio.Window") - { - - } - - /// - /// Creates a new instance of Window - /// - ///registered ProgID - public Window(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Window_SelectionChangedEventHandler _SelectionChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766358(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Window_SelectionChangedEventHandler SelectionChangedEvent - { - add - { - CreateEventBridge(); - _SelectionChangedEvent += value; - } - remove - { - _SelectionChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Window_BeforeWindowClosedEventHandler _BeforeWindowClosedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766158(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Window_BeforeWindowClosedEventHandler BeforeWindowClosedEvent - { - add - { - CreateEventBridge(); - _BeforeWindowClosedEvent += value; - } - remove - { - _BeforeWindowClosedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Window_WindowActivatedEventHandler _WindowActivatedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767395(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Window_WindowActivatedEventHandler WindowActivatedEvent - { - add - { - CreateEventBridge(); - _WindowActivatedEvent += value; - } - remove - { - _WindowActivatedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Window_BeforeWindowSelDeleteEventHandler _BeforeWindowSelDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766155(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Window_BeforeWindowSelDeleteEventHandler BeforeWindowSelDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeWindowSelDeleteEvent += value; - } - remove - { - _BeforeWindowSelDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Window_BeforeWindowPageTurnEventHandler _BeforeWindowPageTurnEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767156(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Window_BeforeWindowPageTurnEventHandler BeforeWindowPageTurnEvent - { - add - { - CreateEventBridge(); - _BeforeWindowPageTurnEvent += value; - } - remove - { - _BeforeWindowPageTurnEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Window_WindowTurnedToPageEventHandler _WindowTurnedToPageEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768977(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Window_WindowTurnedToPageEventHandler WindowTurnedToPageEvent - { - add - { - CreateEventBridge(); - _WindowTurnedToPageEvent += value; - } - remove - { - _WindowTurnedToPageEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Window_WindowChangedEventHandler _WindowChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768918(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Window_WindowChangedEventHandler WindowChangedEvent - { - add - { - CreateEventBridge(); - _WindowChangedEvent += value; - } - remove - { - _WindowChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Window_ViewChangedEventHandler _ViewChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767710(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Window_ViewChangedEventHandler ViewChangedEvent - { - add - { - CreateEventBridge(); - _ViewChangedEvent += value; - } - remove - { - _ViewChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Window_QueryCancelWindowCloseEventHandler _QueryCancelWindowCloseEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766114(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Window_QueryCancelWindowCloseEventHandler QueryCancelWindowCloseEvent - { - add - { - CreateEventBridge(); - _QueryCancelWindowCloseEvent += value; - } - remove - { - _QueryCancelWindowCloseEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Window_WindowCloseCanceledEventHandler _WindowCloseCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768122(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Window_WindowCloseCanceledEventHandler WindowCloseCanceledEvent - { - add - { - CreateEventBridge(); - _WindowCloseCanceledEvent += value; - } - remove - { - _WindowCloseCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Window_OnKeystrokeMessageForAddonEventHandler _OnKeystrokeMessageForAddonEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767265(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Window_OnKeystrokeMessageForAddonEventHandler OnKeystrokeMessageForAddonEvent - { - add - { - CreateEventBridge(); - _OnKeystrokeMessageForAddonEvent += value; - } - remove - { - _OnKeystrokeMessageForAddonEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Window_MouseDownEventHandler _MouseDownEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767550(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Window_MouseDownEventHandler MouseDownEvent - { - add - { - CreateEventBridge(); - _MouseDownEvent += value; - } - remove - { - _MouseDownEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Window_MouseMoveEventHandler _MouseMoveEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767508(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Window_MouseMoveEventHandler MouseMoveEvent - { - add - { - CreateEventBridge(); - _MouseMoveEvent += value; - } - remove - { - _MouseMoveEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Window_MouseUpEventHandler _MouseUpEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768316(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Window_MouseUpEventHandler MouseUpEvent - { - add - { - CreateEventBridge(); - _MouseUpEvent += value; - } - remove - { - _MouseUpEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Window_KeyDownEventHandler _KeyDownEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766901(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Window_KeyDownEventHandler KeyDownEvent - { - add - { - CreateEventBridge(); - _KeyDownEvent += value; - } - remove - { - _KeyDownEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Window_KeyPressEventHandler _KeyPressEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767366(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Window_KeyPressEventHandler KeyPressEvent - { - add - { - CreateEventBridge(); - _KeyPressEvent += value; - } - remove - { - _KeyPressEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Window_KeyUpEventHandler _KeyUpEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767880(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Window_KeyUpEventHandler KeyUpEvent - { - add - { - CreateEventBridge(); - _KeyUpEvent += value; - } - remove - { - _KeyUpEvent -= value; - } - } - - #endregion - - #region IEventBinding - - /// - /// Creates active sink helper - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void CreateEventBridge() - { - if(false == Factory.Settings.EnableEvents) - return; - - if (null != _connectPoint) - return; - - if (null == _activeSinkId) - _activeSinkId = SinkHelper.GetConnectionPoint(this, ref _connectPoint, Events.EWindow_SinkHelper.Id); - - - if(Events.EWindow_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) - { - _eWindow_SinkHelper = new Events.EWindow_SinkHelper(this, _connectPoint); - return; - } - } - - /// - /// The instance use currently an event listener - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool EventBridgeInitialized - { - get - { - return (null != _connectPoint); - } - } - /// - /// Instance has one or more event recipients - /// - /// true if one or more event is active, otherwise false - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients() - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType); - } - - /// - /// Instance has one or more event recipients - /// - /// name of the event - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Target methods from its actual event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Delegate[] GetEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Returns the current count of event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int GetCountOfEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetCountOfEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Raise an instance event - /// - /// name of the event without 'Event' at the end - /// custom arguments for the event - /// count of called event recipients - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int RaiseCustomEvent(string eventName, ref object[] paramsArray) - { - return NetOffice.Events.CoClassEventReflector.RaiseCustomEvent(this, LateBindingApiWrapperType, eventName, ref paramsArray); - } - /// - /// Stop listening events for the instance - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void DisposeEventBridge() - { - if( null != _eWindow_SinkHelper) - { - _eWindow_SinkHelper.Dispose(); - _eWindow_SinkHelper = null; - } - - _connectPoint = null; - } - - #endregion - - #pragma warning restore - } -} - diff --git a/Source/Visio/Classes/Windows.cs b/Source/Visio/Classes/Windows.cs deleted file mode 100644 index f1bdb5d2d3..0000000000 --- a/Source/Visio/Classes/Windows.cs +++ /dev/null @@ -1,673 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - #region Delegates - - #pragma warning disable - public delegate void Windows_WindowOpenedEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Windows_SelectionChangedEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Windows_BeforeWindowClosedEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Windows_WindowActivatedEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Windows_BeforeWindowSelDeleteEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Windows_BeforeWindowPageTurnEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Windows_WindowTurnedToPageEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Windows_WindowChangedEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Windows_ViewChangedEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Windows_QueryCancelWindowCloseEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Windows_WindowCloseCanceledEventHandler(NetOffice.VisioApi.IVWindow window); - public delegate void Windows_OnKeystrokeMessageForAddonEventHandler(NetOffice.VisioApi.IVMSGWrap msg); - public delegate void Windows_MouseDownEventHandler(Int32 button, Int32 keyButtonState, Double x, Double y, ref bool cancelDefault); - public delegate void Windows_MouseMoveEventHandler(Int32 button, Int32 keyButtonState, Double x, Double y, ref bool cancelDefault); - public delegate void Windows_MouseUpEventHandler(Int32 button, Int32 keyButtonState, Double x, Double y, ref bool cancelDefault); - public delegate void Windows_KeyDownEventHandler(Int32 keyCode, Int32 keyButtonState, ref bool cancelDefault); - public delegate void Windows_KeyPressEventHandler(Int32 keyAscii, ref bool CancelDefault); - public delegate void Windows_KeyUpEventHandler(Int32 keyCode, Int32 keyButtonState, ref bool cancelDefault); - #pragma warning restore - - #endregion - - /// - /// CoClass Windows - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769453(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsCoClass)] - [EventSink(typeof(Events.EWindows_SinkHelper))] - [ComEventInterface(typeof(Events.EWindows))] - public class Windows : IVWindows, IEventBinding - { - #pragma warning disable - - #region Fields - - private NetRuntimeSystem.Runtime.InteropServices.ComTypes.IConnectionPoint _connectPoint; - private string _activeSinkId; - private static Type _type; - private Events.EWindows_SinkHelper _eWindows_SinkHelper; - - #endregion - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - /// - /// Type Cache - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(Windows); - return _type; - } - } - - #endregion - - #region Construction - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public Windows(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - public Windows(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Windows(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Windows(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Windows(ICOMObject replacedObject) : base(replacedObject) - { - - } - - /// - /// Creates a new instance of Windows - /// - public Windows():base("Visio.Windows") - { - - } - - /// - /// Creates a new instance of Windows - /// - ///registered ProgID - public Windows(string progId):base(progId) - { - - } - - #endregion - - #region Static CoClass Methods - #endregion - - #region Events - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Windows_WindowOpenedEventHandler _WindowOpenedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765893(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Windows_WindowOpenedEventHandler WindowOpenedEvent - { - add - { - CreateEventBridge(); - _WindowOpenedEvent += value; - } - remove - { - _WindowOpenedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Windows_SelectionChangedEventHandler _SelectionChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765788(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Windows_SelectionChangedEventHandler SelectionChangedEvent - { - add - { - CreateEventBridge(); - _SelectionChangedEvent += value; - } - remove - { - _SelectionChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Windows_BeforeWindowClosedEventHandler _BeforeWindowClosedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff769123(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Windows_BeforeWindowClosedEventHandler BeforeWindowClosedEvent - { - add - { - CreateEventBridge(); - _BeforeWindowClosedEvent += value; - } - remove - { - _BeforeWindowClosedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Windows_WindowActivatedEventHandler _WindowActivatedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766087(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Windows_WindowActivatedEventHandler WindowActivatedEvent - { - add - { - CreateEventBridge(); - _WindowActivatedEvent += value; - } - remove - { - _WindowActivatedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Windows_BeforeWindowSelDeleteEventHandler _BeforeWindowSelDeleteEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768566(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Windows_BeforeWindowSelDeleteEventHandler BeforeWindowSelDeleteEvent - { - add - { - CreateEventBridge(); - _BeforeWindowSelDeleteEvent += value; - } - remove - { - _BeforeWindowSelDeleteEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Windows_BeforeWindowPageTurnEventHandler _BeforeWindowPageTurnEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768773(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Windows_BeforeWindowPageTurnEventHandler BeforeWindowPageTurnEvent - { - add - { - CreateEventBridge(); - _BeforeWindowPageTurnEvent += value; - } - remove - { - _BeforeWindowPageTurnEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Windows_WindowTurnedToPageEventHandler _WindowTurnedToPageEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768369(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Windows_WindowTurnedToPageEventHandler WindowTurnedToPageEvent - { - add - { - CreateEventBridge(); - _WindowTurnedToPageEvent += value; - } - remove - { - _WindowTurnedToPageEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Windows_WindowChangedEventHandler _WindowChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765071(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Windows_WindowChangedEventHandler WindowChangedEvent - { - add - { - CreateEventBridge(); - _WindowChangedEvent += value; - } - remove - { - _WindowChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Windows_ViewChangedEventHandler _ViewChangedEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765224(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Windows_ViewChangedEventHandler ViewChangedEvent - { - add - { - CreateEventBridge(); - _ViewChangedEvent += value; - } - remove - { - _ViewChangedEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Windows_QueryCancelWindowCloseEventHandler _QueryCancelWindowCloseEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768016(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Windows_QueryCancelWindowCloseEventHandler QueryCancelWindowCloseEvent - { - add - { - CreateEventBridge(); - _QueryCancelWindowCloseEvent += value; - } - remove - { - _QueryCancelWindowCloseEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Windows_WindowCloseCanceledEventHandler _WindowCloseCanceledEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766052(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Windows_WindowCloseCanceledEventHandler WindowCloseCanceledEvent - { - add - { - CreateEventBridge(); - _WindowCloseCanceledEvent += value; - } - remove - { - _WindowCloseCanceledEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Windows_OnKeystrokeMessageForAddonEventHandler _OnKeystrokeMessageForAddonEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766300(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Windows_OnKeystrokeMessageForAddonEventHandler OnKeystrokeMessageForAddonEvent - { - add - { - CreateEventBridge(); - _OnKeystrokeMessageForAddonEvent += value; - } - remove - { - _OnKeystrokeMessageForAddonEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Windows_MouseDownEventHandler _MouseDownEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768824(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Windows_MouseDownEventHandler MouseDownEvent - { - add - { - CreateEventBridge(); - _MouseDownEvent += value; - } - remove - { - _MouseDownEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Windows_MouseMoveEventHandler _MouseMoveEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766046(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Windows_MouseMoveEventHandler MouseMoveEvent - { - add - { - CreateEventBridge(); - _MouseMoveEvent += value; - } - remove - { - _MouseMoveEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Windows_MouseUpEventHandler _MouseUpEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765457(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Windows_MouseUpEventHandler MouseUpEvent - { - add - { - CreateEventBridge(); - _MouseUpEvent += value; - } - remove - { - _MouseUpEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Windows_KeyDownEventHandler _KeyDownEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766065(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Windows_KeyDownEventHandler KeyDownEvent - { - add - { - CreateEventBridge(); - _KeyDownEvent += value; - } - remove - { - _KeyDownEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Windows_KeyPressEventHandler _KeyPressEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766041(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Windows_KeyPressEventHandler KeyPressEvent - { - add - { - CreateEventBridge(); - _KeyPressEvent += value; - } - remove - { - _KeyPressEvent -= value; - } - } - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - private event Windows_KeyUpEventHandler _KeyUpEvent; - - /// - /// SupportByVersion Visio 11 12 14 15,16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765374(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public event Windows_KeyUpEventHandler KeyUpEvent - { - add - { - CreateEventBridge(); - _KeyUpEvent += value; - } - remove - { - _KeyUpEvent -= value; - } - } - - #endregion - - #region IEventBinding - - /// - /// Creates active sink helper - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void CreateEventBridge() - { - if(false == Factory.Settings.EnableEvents) - return; - - if (null != _connectPoint) - return; - - if (null == _activeSinkId) - _activeSinkId = SinkHelper.GetConnectionPoint(this, ref _connectPoint, Events.EWindows_SinkHelper.Id); - - - if(Events.EWindows_SinkHelper.Id.Equals(_activeSinkId, StringComparison.InvariantCultureIgnoreCase)) - { - _eWindows_SinkHelper = new Events.EWindows_SinkHelper(this, _connectPoint); - return; - } - } - - /// - /// The instance use currently an event listener - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool EventBridgeInitialized - { - get - { - return (null != _connectPoint); - } - } - /// - /// Instance has one or more event recipients - /// - /// true if one or more event is active, otherwise false - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients() - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType); - } - - /// - /// Instance has one or more event recipients - /// - /// name of the event - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool HasEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.HasEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Target methods from its actual event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Delegate[] GetEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Returns the current count of event recipients - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int GetCountOfEventRecipients(string eventName) - { - return NetOffice.Events.CoClassEventReflector.GetCountOfEventRecipients(this, LateBindingApiWrapperType, eventName); - } - - /// - /// Raise an instance event - /// - /// name of the event without 'Event' at the end - /// custom arguments for the event - /// count of called event recipients - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public int RaiseCustomEvent(string eventName, ref object[] paramsArray) - { - return NetOffice.Events.CoClassEventReflector.RaiseCustomEvent(this, LateBindingApiWrapperType, eventName, ref paramsArray); - } - /// - /// Stop listening events for the instance - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void DisposeEventBridge() - { - if( null != _eWindows_SinkHelper) - { - _eWindows_SinkHelper.Dispose(); - _eWindows_SinkHelper = null; - } - - _connectPoint = null; - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVAccelItem.cs b/Source/Visio/DispatchInterfaces/IVAccelItem.cs deleted file mode 100644 index 70e9e01eb3..0000000000 --- a/Source/Visio/DispatchInterfaces/IVAccelItem.cs +++ /dev/null @@ -1,274 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVAccelItem - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVAccelItem : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVAccelItem); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVAccelItem(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVAccelItem(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelItem(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelItem(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelItem(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelItem(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelItem() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelItem(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Default - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Default"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 CmdNum - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CmdNum"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CmdNum", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Key - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Key"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Key", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Alt - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Alt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Alt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Shift - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Shift"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Shift", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Control - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Control"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Control", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVAccelItems Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AddOnName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AddOnName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AddOnName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AddOnArgs - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AddOnArgs"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AddOnArgs", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVAccelItems.cs b/Source/Visio/DispatchInterfaces/IVAccelItems.cs deleted file mode 100644 index c8295f9d75..0000000000 --- a/Source/Visio/DispatchInterfaces/IVAccelItems.cs +++ /dev/null @@ -1,216 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVAccelItems - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVAccelItems : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVAccelItems); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVAccelItems(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVAccelItems(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelItems(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelItems(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelItems(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelItems(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelItems() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelItems(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVAccelItem this[Int32 lIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", lIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVAccelTable Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVAccelItem Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVAccelItem item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVAccelTable.cs b/Source/Visio/DispatchInterfaces/IVAccelTable.cs deleted file mode 100644 index a83ceb41f7..0000000000 --- a/Source/Visio/DispatchInterfaces/IVAccelTable.cs +++ /dev/null @@ -1,199 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVAccelTable - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVAccelTable : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVAccelTable); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVAccelTable(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVAccelTable(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelTable(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelTable(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelTable(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelTable(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelTable() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelTable(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string Default - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Default"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string TableName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TableName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TableName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SetID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SetID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVAccelItems AccelItems - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "AccelItems"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVAccelTables Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVAccelTables.cs b/Source/Visio/DispatchInterfaces/IVAccelTables.cs deleted file mode 100644 index 3e4c811935..0000000000 --- a/Source/Visio/DispatchInterfaces/IVAccelTables.cs +++ /dev/null @@ -1,250 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVAccelTables - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVAccelTables : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVAccelTables); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVAccelTables(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVAccelTables(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelTables(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelTables(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelTables(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelTables(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelTables() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAccelTables(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVAccelTable this[Int32 lIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", lIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVAccelTable get_ItemAtID(Int32 lID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemAtID", NetOffice.VisioApi.IVAccelTable.LateBindingApiWrapperType, lID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemAtID - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemAtID")] - public NetOffice.VisioApi.IVAccelTable ItemAtID(Int32 lID) - { - return get_ItemAtID(lID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVUIObject Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVAccelTable Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVAccelTable AddAtID(Int32 lID) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddAtID", lID); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVAccelTable item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVAddon.cs b/Source/Visio/DispatchInterfaces/IVAddon.cs deleted file mode 100644 index f688142c6f..0000000000 --- a/Source/Visio/DispatchInterfaces/IVAddon.cs +++ /dev/null @@ -1,207 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVAddon - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVAddon : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVAddon); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVAddon(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVAddon(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAddon(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAddon(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAddon(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAddon(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAddon() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAddon(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Index - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Enabled - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Enabled"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameU"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string argString - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Run(string argString) - { - Factory.ExecuteMethod(this, "Run", argString); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVAddons.cs b/Source/Visio/DispatchInterfaces/IVAddons.cs deleted file mode 100644 index cf57c55f9f..0000000000 --- a/Source/Visio/DispatchInterfaces/IVAddons.cs +++ /dev/null @@ -1,282 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVAddons - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVAddons : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVAddons); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVAddons(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVAddons(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAddons(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAddons(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAddons(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAddons(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAddons() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAddons(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVAddon this[object nameOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameOrIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVAddon get_ItemU(object nameOrIndex) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemU", NetOffice.VisioApi.IVAddon.LateBindingApiWrapperType, nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemU - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemU")] - public NetOffice.VisioApi.IVAddon ItemU(object nameOrIndex) - { - return get_ItemU(nameOrIndex); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVAddon Add(string fileName) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] nameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetNames(out String[] nameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - nameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)nameArray); - Invoker.Method(this, "GetNames", paramsArray, modifiers); - nameArray = paramsArray[0] as String[]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] nameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetNamesU(out String[] nameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - nameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)nameArray); - Invoker.Method(this, "GetNamesU", paramsArray, modifiers); - nameArray = paramsArray[0] as String[]; - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVAddon item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVAmbients.cs b/Source/Visio/DispatchInterfaces/IVAmbients.cs deleted file mode 100644 index 6b2dc021aa..0000000000 --- a/Source/Visio/DispatchInterfaces/IVAmbients.cs +++ /dev/null @@ -1,370 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVAmbients - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface)] - public class IVAmbients : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVAmbients); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVAmbients(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVAmbients(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAmbients(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAmbients(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAmbients(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAmbients(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAmbients() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVAmbients(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int32 BackColor - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "BackColor"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string DisplayName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "DisplayName"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public object Font - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "Font"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int32 ForeColor - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ForeColor"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int32 LocaleID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "LocaleID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool MessageReflect - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "MessageReflect"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string ScaleUnits - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ScaleUnits"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 TextAlign - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "TextAlign"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool UserMode - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "UserMode"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool UIDead - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "UIDead"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool ShowGrabHandles - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowGrabHandles"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool ShowHatching - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowHatching"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool DisplayAsDefault - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DisplayAsDefault"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool SupportsMnemonics - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "SupportsMnemonics"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool AutoClip - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "AutoClip"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int32 Appearance - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Appearance"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Shape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shape"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public bool CancelOperation - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "CancelOperation"); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVApplication.cs b/Source/Visio/DispatchInterfaces/IVApplication.cs deleted file mode 100644 index 6aa4d68a04..0000000000 --- a/Source/Visio/DispatchInterfaces/IVApplication.cs +++ /dev/null @@ -1,1888 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVApplication - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVApplication : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVApplication); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVApplication(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVApplication(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVApplication(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVApplication(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVApplication(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVApplication(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVApplication() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVApplication(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument ActiveDocument - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ActiveDocument"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage ActivePage - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ActivePage"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow ActiveWindow - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ActiveWindow"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocuments Documents - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Documents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 OnDataChangeDelay - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "OnDataChangeDelay"); - } - set - { - Factory.ExecuteValuePropertySet(this, "OnDataChangeDelay", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ProcessID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ProcessID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ScreenUpdating - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ScreenUpdating"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ScreenUpdating", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Version - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Version"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 WindowHandle - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "WindowHandle"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindows Windows - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Windows"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Language - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Language"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 IsVisio16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsVisio16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 IsVisio32 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsVisio32"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 WindowHandle32 - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "WindowHandle32"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 InstanceHandle - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "InstanceHandle"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 InstanceHandle32 - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "InstanceHandle32"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVUIObject BuiltInMenus - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "BuiltInMenus"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 fIgnored - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVUIObject get_BuiltInToolbars(Int16 fIgnored) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "BuiltInToolbars", NetOffice.VisioApi.IVUIObject.LateBindingApiWrapperType, fIgnored); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_BuiltInToolbars - /// - /// Int16 fIgnored - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_BuiltInToolbars")] - public NetOffice.VisioApi.IVUIObject BuiltInToolbars(Int16 fIgnored) - { - return get_BuiltInToolbars(fIgnored); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVUIObject CustomMenus - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "CustomMenus"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string CustomMenusFile - { - get - { - return Factory.ExecuteStringPropertyGet(this, "CustomMenusFile"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CustomMenusFile", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVUIObject CustomToolbars - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "CustomToolbars"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string CustomToolbarsFile - { - get - { - return Factory.ExecuteStringPropertyGet(this, "CustomToolbarsFile"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CustomToolbarsFile", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AddonPaths - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AddonPaths"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AddonPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string DrawingPaths - { - get - { - return Factory.ExecuteStringPropertyGet(this, "DrawingPaths"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DrawingPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string FilterPaths - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FilterPaths"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FilterPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string HelpPaths - { - get - { - return Factory.ExecuteStringPropertyGet(this, "HelpPaths"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HelpPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string StartupPaths - { - get - { - return Factory.ExecuteStringPropertyGet(this, "StartupPaths"); - } - set - { - Factory.ExecuteValuePropertySet(this, "StartupPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string StencilPaths - { - get - { - return Factory.ExecuteStringPropertyGet(this, "StencilPaths"); - } - set - { - Factory.ExecuteValuePropertySet(this, "StencilPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string TemplatePaths - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TemplatePaths"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TemplatePaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string UserName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "UserName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "UserName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PromptForSummary - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PromptForSummary"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PromptForSummary", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVAddons Addons - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Addons"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string ProfileName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ProfileName"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 eventSeqNum - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string get_EventInfo(Int32 eventSeqNum) - { - return Factory.ExecuteStringPropertyGet(this, "EventInfo", eventSeqNum); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_EventInfo - /// - /// Int32 eventSeqNum - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_EventInfo")] - public string EventInfo(Int32 eventSeqNum) - { - return get_EventInfo(eventSeqNum); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Active - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Active"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 DeferRecalc - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "DeferRecalc"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DeferRecalc", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AlertResponse - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "AlertResponse"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AlertResponse", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ShowProgress - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowProgress"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowProgress", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object Vbe - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "Vbe"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 ShowMenus - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowMenus"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowMenus", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 ToolbarStyle - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ToolbarStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ToolbarStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ShowStatusBar - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowStatusBar"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowStatusBar", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 EventsEnabled - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "EventsEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "EventsEnabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Path - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Path"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 TraceFlags - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "TraceFlags"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TraceFlags", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ShowToolbar - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowToolbar"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowToolbar", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool LiveDynamics - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "LiveDynamics"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LiveDynamics", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool AutoLayout - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "AutoLayout"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AutoLayout", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Visible - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Visible"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Visible", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string CommandLine - { - get - { - return Factory.ExecuteStringPropertyGet(this, "CommandLine"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool IsUndoingOrRedoing - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "IsUndoingOrRedoing"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 CurrentScope - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "CurrentScope"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 nCmdID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool get_IsInScope(Int32 nCmdID) - { - return Factory.ExecuteBoolPropertyGet(this, "IsInScope", nCmdID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_IsInScope - /// - /// Int32 nCmdID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_IsInScope")] - public bool IsInScope(Int32 nCmdID) - { - return get_IsInScope(nCmdID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public object old_Addins - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "old_Addins"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string ProductName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ProductName"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool UndoEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "UndoEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "UndoEnabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ShowChanges - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowChanges"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowChanges", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 TypelibMajorVersion - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "TypelibMajorVersion"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 TypelibMinorVersion - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "TypelibMinorVersion"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AutoRecoverInterval - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "AutoRecoverInterval"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AutoRecoverInterval", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool InhibitSelectChange - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "InhibitSelectChange"); - } - set - { - Factory.ExecuteValuePropertySet(this, "InhibitSelectChange", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ActivePrinter - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ActivePrinter"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ActivePrinter", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public String[] AvailablePrinters - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(this, "AvailablePrinters", paramsArray); - return (String[])returnItem; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object CommandBars - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "CommandBars"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Build - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Build"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object COMAddIns - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "COMAddIns"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public object DefaultPageUnits - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "DefaultPageUnits"); - } - set - { - Factory.ExecuteVariantPropertySet(this, "DefaultPageUnits", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public object DefaultTextUnits - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "DefaultTextUnits"); - } - set - { - Factory.ExecuteVariantPropertySet(this, "DefaultTextUnits", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public object DefaultAngleUnits - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "DefaultAngleUnits"); - } - set - { - Factory.ExecuteVariantPropertySet(this, "DefaultAngleUnits", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public object DefaultDurationUnits - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "DefaultDurationUnits"); - } - set - { - Factory.ExecuteVariantPropertySet(this, "DefaultDurationUnits", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 FullBuild - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "FullBuild"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool VBAEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "VBAEnabled"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisZoomBehavior DefaultZoomBehavior - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "DefaultZoomBehavior"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "DefaultZoomBehavior", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16), NativeResult] - public stdole.Font DialogFont - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "DialogFont", paramsArray); - return returnItem as stdole.Font; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 LanguageHelp - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "LanguageHelp"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow Window - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Window"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object ConnectorToolDataObject - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "ConnectorToolDataObject"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplicationSettings Settings - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Settings"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object SaveAsWebObject - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "SaveAsWebObject"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 12,14,15,16), ProxyResult] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public object MsoDebugOptions - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "MsoDebugOptions"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public string MyShapesPath - { - get - { - return Factory.ExecuteStringPropertyGet(this, "MyShapesPath"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MyShapesPath", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 12,14,15,16), ProxyResult] - public object DefaultRectangleDataObject - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "DefaultRectangleDataObject"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool DataFeaturesEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DataFeaturesEnabled"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 12,14,15,16), ProxyResult] - public object LanguageSettings - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "LanguageSettings"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 12,14,15,16), ProxyResult] - public object Assistance - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "Assistance"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool DeferRelationshipRecalc - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DeferRelationshipRecalc"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DeferRelationshipRecalc", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisEdition CurrentEdition - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "CurrentEdition"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int64 InstanceHandle64 - { - get - { - return Factory.ExecuteInt64PropertyGet(this, "InstanceHandle64"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Quit() - { - Factory.ExecuteMethod(this, "Quit"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Redo() - { - Factory.ExecuteMethod(this, "Redo"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Undo() - { - Factory.ExecuteMethod(this, "Undo"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVUIObject menusObject - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetCustomMenus(NetOffice.VisioApi.IVUIObject menusObject) - { - Factory.ExecuteMethod(this, "SetCustomMenus", menusObject); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ClearCustomMenus() - { - Factory.ExecuteMethod(this, "ClearCustomMenus"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVUIObject toolbarsObject - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetCustomToolbars(NetOffice.VisioApi.IVUIObject toolbarsObject) - { - Factory.ExecuteMethod(this, "SetCustomToolbars", toolbarsObject); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ClearCustomToolbars() - { - Factory.ExecuteMethod(this, "ClearCustomToolbars"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SaveWorkspaceAs(string fileName) - { - Factory.ExecuteMethod(this, "SaveWorkspaceAs", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 commandID - [SupportByVersion("Visio", 11,12,14,15,16)] - public void DoCmd(Int16 commandID) - { - Factory.ExecuteMethod(this, "DoCmd", commandID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object stringOrNumber - /// object unitsIn - /// object unitsOut - /// string format - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FormatResult(object stringOrNumber, object unitsIn, object unitsOut, string format) - { - return Factory.ExecuteStringMethodGet(this, "FormatResult", stringOrNumber, unitsIn, unitsOut, format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object stringOrNumber - /// object unitsIn - /// object unitsOut - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double ConvertResult(object stringOrNumber, object unitsIn, object unitsOut) - { - return Factory.ExecuteDoubleMethodGet(this, "ConvertResult", stringOrNumber, unitsIn, unitsOut); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string pathsString - /// String[] nameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void EnumDirectories(string pathsString, out String[] nameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - nameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray(pathsString, (object)nameArray); - Invoker.Method(this, "EnumDirectories", paramsArray, modifiers); - nameArray = paramsArray[1] as String[]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PurgeUndo() - { - Factory.ExecuteMethod(this, "PurgeUndo"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string contextString - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 QueueMarkerEvent(string contextString) - { - return Factory.ExecuteInt32MethodGet(this, "QueueMarkerEvent", contextString); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string bstrUndoScopeName - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 BeginUndoScope(string bstrUndoScopeName) - { - return Factory.ExecuteInt32MethodGet(this, "BeginUndoScope", bstrUndoScopeName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 nScopeID - /// bool bCommit - [SupportByVersion("Visio", 11,12,14,15,16)] - public void EndUndoScope(Int32 nScopeID, bool bCommit) - { - Factory.ExecuteMethod(this, "EndUndoScope", nScopeID, bCommit); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object pUndoUnit - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddUndoUnit(object pUndoUnit) - { - Factory.ExecuteMethod(this, "AddUndoUnit", pUndoUnit); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string bstrScopeName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void RenameCurrentScope(string bstrScopeName) - { - Factory.ExecuteMethod(this, "RenameCurrentScope", bstrScopeName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string bstrHelpFileName - /// Int32 command - /// Int32 data - [SupportByVersion("Visio", 11,12,14,15,16)] - public void InvokeHelp(string bstrHelpFileName, Int32 command, Int32 data) - { - Factory.ExecuteMethod(this, "InvokeHelp", bstrHelpFileName, command, data); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisOnComponentEnterCodes uStateID - /// bool bEnter - [SupportByVersion("Visio", 11,12,14,15,16)] - public void OnComponentEnterState(NetOffice.VisioApi.Enums.VisOnComponentEnterCodes uStateID, bool bEnter) - { - Factory.ExecuteMethod(this, "OnComponentEnterState", uStateID, bEnter); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 nWhichStatistic - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public object GetUsageStatistic(Int32 nWhichStatistic) - { - return Factory.ExecuteVariantMethodGet(this, "GetUsageStatistic", nWhichStatistic); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object stringOrNumber - /// object unitsIn - /// object unitsOut - /// string format - /// optional Int32 LangID = 0 - /// optional Int32 CalendarID = -1 - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FormatResultEx(object stringOrNumber, object unitsIn, object unitsOut, string format, object langID, object calendarID) - { - return Factory.ExecuteStringMethodGet(this, "FormatResultEx", new object[]{ stringOrNumber, unitsIn, unitsOut, format, langID, calendarID }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object stringOrNumber - /// object unitsIn - /// object unitsOut - /// string format - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FormatResultEx(object stringOrNumber, object unitsIn, object unitsOut, string format) - { - return Factory.ExecuteStringMethodGet(this, "FormatResultEx", stringOrNumber, unitsIn, unitsOut, format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object stringOrNumber - /// object unitsIn - /// object unitsOut - /// string format - /// optional Int32 LangID = 0 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FormatResultEx(object stringOrNumber, object unitsIn, object unitsOut, string format, object langID) - { - return Factory.ExecuteStringMethodGet(this, "FormatResultEx", new object[]{ stringOrNumber, unitsIn, unitsOut, format, langID }); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object sourceAddOn - /// NetOffice.VisioApi.IVDocument targetDocument - /// NetOffice.VisioApi.Enums.VisRibbonXModes targetModes - /// string friendlyName - [SupportByVersion("Visio", 14,15,16)] - public void RegisterRibbonX(object sourceAddOn, NetOffice.VisioApi.IVDocument targetDocument, NetOffice.VisioApi.Enums.VisRibbonXModes targetModes, string friendlyName) - { - Factory.ExecuteMethod(this, "RegisterRibbonX", sourceAddOn, targetDocument, targetModes, friendlyName); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object sourceAddOn - /// NetOffice.VisioApi.IVDocument targetDocument - [SupportByVersion("Visio", 14,15,16)] - public void UnregisterRibbonX(object sourceAddOn, NetOffice.VisioApi.IVDocument targetDocument) - { - Factory.ExecuteMethod(this, "UnregisterRibbonX", sourceAddOn, targetDocument); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// string galleryName - [SupportByVersion("Visio", 14,15,16)] - public bool GetPreviewEnabled(string galleryName) - { - return Factory.ExecuteBoolMethodGet(this, "GetPreviewEnabled", galleryName); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// string galleryName - /// bool onOrOff - [SupportByVersion("Visio", 14,15,16)] - public void SetPreviewEnabled(string galleryName, bool onOrOff) - { - Factory.ExecuteMethod(this, "SetPreviewEnabled", galleryName, onOrOff); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisBuiltInStencilTypes stencilType - /// NetOffice.VisioApi.Enums.VisMeasurementSystem measurementSystem - [SupportByVersion("Visio", 14,15,16)] - public string GetBuiltInStencilFile(NetOffice.VisioApi.Enums.VisBuiltInStencilTypes stencilType, NetOffice.VisioApi.Enums.VisMeasurementSystem measurementSystem) - { - return Factory.ExecuteStringMethodGet(this, "GetBuiltInStencilFile", stencilType, measurementSystem); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisBuiltInStencilTypes stencilType - [SupportByVersion("Visio", 14,15,16)] - public string GetCustomStencilFile(NetOffice.VisioApi.Enums.VisBuiltInStencilTypes stencilType) - { - return Factory.ExecuteStringMethodGet(this, "GetCustomStencilFile", stencilType); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVApplicationSettings.cs b/Source/Visio/DispatchInterfaces/IVApplicationSettings.cs deleted file mode 100644 index 551acb19c4..0000000000 --- a/Source/Visio/DispatchInterfaces/IVApplicationSettings.cs +++ /dev/null @@ -1,1498 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVApplicationSettings - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVApplicationSettings : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVApplicationSettings); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVApplicationSettings(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVApplicationSettings(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVApplicationSettings(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVApplicationSettings(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVApplicationSettings(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVApplicationSettings(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVApplicationSettings() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVApplicationSettings(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisObjectTypes ObjectType - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool DrawingAids - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DrawingAids"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DrawingAids", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthRulerX - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthRulerX"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthRulerX", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthRulerY - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthRulerY"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthRulerY", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthGridX - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthGridX"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthGridX", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthGridY - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthGridY"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthGridY", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthGuidesX - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthGuidesX"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthGuidesX", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthGuidesY - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthGuidesY"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthGuidesY", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthPointsX - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthPointsX"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthPointsX", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthPointsY - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthPointsY"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthPointsY", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthGeometryX - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthGeometryX"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthGeometryX", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthGeometryY - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthGeometryY"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthGeometryY", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthExtensionsX - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthExtensionsX"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthExtensionsX", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthExtensionsY - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthExtensionsY"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthExtensionsY", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ShowFileSaveWarnings - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowFileSaveWarnings"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowFileSaveWarnings", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ShowFileOpenWarnings - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowFileOpenWarnings"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowFileOpenWarnings", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisDefaultSaveFormats DefaultSaveFormat - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "DefaultSaveFormat"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "DefaultSaveFormat", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 DrawingPageColor - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "DrawingPageColor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DrawingPageColor", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 DrawingBackgroundColor - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "DrawingBackgroundColor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DrawingBackgroundColor", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 DrawingBackgroundColorGradient - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "DrawingBackgroundColorGradient"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DrawingBackgroundColorGradient", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 StencilBackgroundColor - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "StencilBackgroundColor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "StencilBackgroundColor", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 StencilBackgroundColorGradient - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "StencilBackgroundColorGradient"); - } - set - { - Factory.ExecuteValuePropertySet(this, "StencilBackgroundColorGradient", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 StencilTextColor - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "StencilTextColor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "StencilTextColor", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 PrintPreviewBackgroundColor - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "PrintPreviewBackgroundColor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PrintPreviewBackgroundColor", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 FullScreenBackgroundColor - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "FullScreenBackgroundColor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FullScreenBackgroundColor", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ShowStartupDialog - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowStartupDialog"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowStartupDialog", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ShowSmartTags - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowSmartTags"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowSmartTags", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisTextDisplayQualityTypes TextDisplayQuality - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "TextDisplayQuality"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "TextDisplayQuality", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool HigherQualityShapeDisplay - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "HigherQualityShapeDisplay"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HigherQualityShapeDisplay", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool SmoothDrawing - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "SmoothDrawing"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SmoothDrawing", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 StencilCharactersPerLine - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "StencilCharactersPerLine"); - } - set - { - Factory.ExecuteValuePropertySet(this, "StencilCharactersPerLine", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 StencilLinesPerMaster - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "StencilLinesPerMaster"); - } - set - { - Factory.ExecuteValuePropertySet(this, "StencilLinesPerMaster", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string UserName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "UserName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "UserName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string UserInitials - { - get - { - return Factory.ExecuteStringPropertyGet(this, "UserInitials"); - } - set - { - Factory.ExecuteValuePropertySet(this, "UserInitials", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ZoomOnRoll - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ZoomOnRoll"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ZoomOnRoll", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 UndoLevels - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "UndoLevels"); - } - set - { - Factory.ExecuteValuePropertySet(this, "UndoLevels", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 RecentFilesListSize - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "RecentFilesListSize"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RecentFilesListSize", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool CenterSelectionOnZoom - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "CenterSelectionOnZoom"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CenterSelectionOnZoom", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ConnectorSplittingEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ConnectorSplittingEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ConnectorSplittingEnabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisRegionalUIOptions AsianTextUI - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "AsianTextUI"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "AsianTextUI", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisRegionalUIOptions ComplexTextUI - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "ComplexTextUI"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "ComplexTextUI", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisRegionalUIOptions KanaFindAndReplace - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "KanaFindAndReplace"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "KanaFindAndReplace", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 FreeformDrawingPrecision - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "FreeformDrawingPrecision"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FreeformDrawingPrecision", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 FreeformDrawingSmoothing - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "FreeformDrawingSmoothing"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FreeformDrawingSmoothing", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool DeveloperMode - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DeveloperMode"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DeveloperMode", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ShowChooseDrawingTypePane - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowChooseDrawingTypePane"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowChooseDrawingTypePane", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool ShowShapeSearchPane - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowShapeSearchPane"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowShapeSearchPane", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool ApplyThemesOnShapeAdd - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ApplyThemesOnShapeAdd"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ApplyThemesOnShapeAdd", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisRegionalUIOptions SATextUI - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "SATextUI"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisRegionalUIOptions BIDITextUI - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "BIDITextUI"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisRegionalUIOptions KashidaTextUI - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "KashidaTextUI"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool ShowMoreShapeHandlesOnHover - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowMoreShapeHandlesOnHover"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowMoreShapeHandlesOnHover", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool EnableAutoConnect - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "EnableAutoConnect"); - } - set - { - Factory.ExecuteValuePropertySet(this, "EnableAutoConnect", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool ApplyBackgroundToDocument - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ApplyBackgroundToDocument"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ApplyBackgroundToDocument", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool TransitionsEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "TransitionsEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TransitionsEnabled", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool EnableFormulaAutoComplete - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "EnableFormulaAutoComplete"); - } - set - { - Factory.ExecuteValuePropertySet(this, "EnableFormulaAutoComplete", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool DeleteConnectorsEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DeleteConnectorsEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DeleteConnectorsEnabled", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 RecentTemplatesListSize - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "RecentTemplatesListSize"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RecentTemplatesListSize", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisRasterExportDataFormat RasterExportDataFormat - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "RasterExportDataFormat"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "RasterExportDataFormat", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisRasterExportDataCompression RasterExportDataCompression - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "RasterExportDataCompression"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "RasterExportDataCompression", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisRasterExportColorReduction RasterExportColorReduction - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "RasterExportColorReduction"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "RasterExportColorReduction", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisRasterExportColorFormat RasterExportColorFormat - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "RasterExportColorFormat"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "RasterExportColorFormat", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisRasterExportOperation RasterExportOperation - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "RasterExportOperation"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "RasterExportOperation", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisRasterExportRotation RasterExportRotation - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "RasterExportRotation"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "RasterExportRotation", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisRasterExportFlip RasterExportFlip - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "RasterExportFlip"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "RasterExportFlip", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 RasterExportBackgroundColor - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "RasterExportBackgroundColor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RasterExportBackgroundColor", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 RasterExportTransparencyColor - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "RasterExportTransparencyColor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RasterExportTransparencyColor", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool RasterExportUseTransparencyColor - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "RasterExportUseTransparencyColor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RasterExportUseTransparencyColor", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 RasterExportQuality - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "RasterExportQuality"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RasterExportQuality", value); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get/Set - /// - [SupportByVersion("Visio", 15, 16)] - public NetOffice.VisioApi.Enums.VisSVGExportFormat SVGExportFormat - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "SVGExportFormat"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "SVGExportFormat", value); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get/Set - /// - [SupportByVersion("Visio", 15, 16)] - public bool EnableLowMemoryMode - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "EnableLowMemoryMode"); - } - set - { - Factory.ExecuteValuePropertySet(this, "EnableLowMemoryMode", value); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get/Set - /// - [SupportByVersion("Visio", 15, 16)] - public bool EnterCommitsText - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "EnterCommitsText"); - } - set - { - Factory.ExecuteValuePropertySet(this, "EnterCommitsText", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisRasterExportResolution resolution - /// optional Double Width = 0 - /// optional Double Height = 0 - /// optional NetOffice.VisioApi.Enums.VisRasterExportResolutionUnits resolutionUnits - [SupportByVersion("Visio", 14,15,16)] - public void SetRasterExportResolution(NetOffice.VisioApi.Enums.VisRasterExportResolution resolution, object width, object height, object resolutionUnits) - { - Factory.ExecuteMethod(this, "SetRasterExportResolution", resolution, width, height, resolutionUnits); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisRasterExportResolution resolution - [CustomMethod] - [SupportByVersion("Visio", 14,15,16)] - public void SetRasterExportResolution(NetOffice.VisioApi.Enums.VisRasterExportResolution resolution) - { - Factory.ExecuteMethod(this, "SetRasterExportResolution", resolution); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisRasterExportResolution resolution - /// optional Double Width = 0 - [CustomMethod] - [SupportByVersion("Visio", 14,15,16)] - public void SetRasterExportResolution(NetOffice.VisioApi.Enums.VisRasterExportResolution resolution, object width) - { - Factory.ExecuteMethod(this, "SetRasterExportResolution", resolution, width); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisRasterExportResolution resolution - /// optional Double Width = 0 - /// optional Double Height = 0 - [CustomMethod] - [SupportByVersion("Visio", 14,15,16)] - public void SetRasterExportResolution(NetOffice.VisioApi.Enums.VisRasterExportResolution resolution, object width, object height) - { - Factory.ExecuteMethod(this, "SetRasterExportResolution", resolution, width, height); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisRasterExportResolution pResolution - /// Double pWidth - /// Double pHeight - /// NetOffice.VisioApi.Enums.VisRasterExportResolutionUnits pResolutionUnits - [SupportByVersion("Visio", 14,15,16)] - public void GetRasterExportResolution(out NetOffice.VisioApi.Enums.VisRasterExportResolution pResolution, out Double pWidth, out Double pHeight, out NetOffice.VisioApi.Enums.VisRasterExportResolutionUnits pResolutionUnits) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true,true,true,true); - pResolution = 0; - pWidth = 0; - pHeight = 0; - pResolutionUnits = 0; - object[] paramsArray = Invoker.ValidateParamsArray(pResolution, pWidth, pHeight, pResolutionUnits); - Invoker.Method(this, "GetRasterExportResolution", paramsArray, modifiers); - pResolution = (NetOffice.VisioApi.Enums.VisRasterExportResolution)paramsArray[0]; - pWidth = (Double)paramsArray[1]; - pHeight = (Double)paramsArray[2]; - pResolutionUnits = (NetOffice.VisioApi.Enums.VisRasterExportResolutionUnits)paramsArray[3]; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisRasterExportSize size - /// optional Double Width = 0 - /// optional Double Height = 0 - /// optional NetOffice.VisioApi.Enums.VisRasterExportSizeUnits sizeUnits - [SupportByVersion("Visio", 14,15,16)] - public void SetRasterExportSize(NetOffice.VisioApi.Enums.VisRasterExportSize size, object width, object height, object sizeUnits) - { - Factory.ExecuteMethod(this, "SetRasterExportSize", size, width, height, sizeUnits); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisRasterExportSize size - [CustomMethod] - [SupportByVersion("Visio", 14,15,16)] - public void SetRasterExportSize(NetOffice.VisioApi.Enums.VisRasterExportSize size) - { - Factory.ExecuteMethod(this, "SetRasterExportSize", size); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisRasterExportSize size - /// optional Double Width = 0 - [CustomMethod] - [SupportByVersion("Visio", 14,15,16)] - public void SetRasterExportSize(NetOffice.VisioApi.Enums.VisRasterExportSize size, object width) - { - Factory.ExecuteMethod(this, "SetRasterExportSize", size, width); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisRasterExportSize size - /// optional Double Width = 0 - /// optional Double Height = 0 - [CustomMethod] - [SupportByVersion("Visio", 14,15,16)] - public void SetRasterExportSize(NetOffice.VisioApi.Enums.VisRasterExportSize size, object width, object height) - { - Factory.ExecuteMethod(this, "SetRasterExportSize", size, width, height); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisRasterExportSize pSize - /// Double pWidth - /// Double pHeight - /// NetOffice.VisioApi.Enums.VisRasterExportSizeUnits pSizeUnits - [SupportByVersion("Visio", 14,15,16)] - public void GetRasterExportSize(out NetOffice.VisioApi.Enums.VisRasterExportSize pSize, out Double pWidth, out Double pHeight, out NetOffice.VisioApi.Enums.VisRasterExportSizeUnits pSizeUnits) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true,true,true,true); - pSize = 0; - pWidth = 0; - pHeight = 0; - pSizeUnits = 0; - object[] paramsArray = Invoker.ValidateParamsArray(pSize, pWidth, pHeight, pSizeUnits); - Invoker.Method(this, "GetRasterExportSize", paramsArray, modifiers); - pSize = (NetOffice.VisioApi.Enums.VisRasterExportSize)paramsArray[0]; - pWidth = (Double)paramsArray[1]; - pHeight = (Double)paramsArray[2]; - pSizeUnits = (NetOffice.VisioApi.Enums.VisRasterExportSizeUnits)paramsArray[3]; - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVBUndoManager.cs b/Source/Visio/DispatchInterfaces/IVBUndoManager.cs deleted file mode 100644 index cca0b6fe55..0000000000 --- a/Source/Visio/DispatchInterfaces/IVBUndoManager.cs +++ /dev/null @@ -1,128 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVBUndoManager - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface)] - public class IVBUndoManager : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVBUndoManager); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVBUndoManager(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVBUndoManager(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVBUndoManager(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVBUndoManager(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVBUndoManager(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVBUndoManager(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVBUndoManager() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVBUndoManager(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVBUndoUnit pUnit - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Add(NetOffice.VisioApi.IVBUndoUnit pUnit) - { - Factory.ExecuteMethod(this, "Add", pUnit); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVBUndoUnit.cs b/Source/Visio/DispatchInterfaces/IVBUndoUnit.cs deleted file mode 100644 index 6ab6686552..0000000000 --- a/Source/Visio/DispatchInterfaces/IVBUndoUnit.cs +++ /dev/null @@ -1,196 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVBUndoUnit - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769307(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface)] - public class IVBUndoUnit : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVBUndoUnit); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVBUndoUnit(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVBUndoUnit(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVBUndoUnit(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVBUndoUnit(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVBUndoUnit(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVBUndoUnit(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVBUndoUnit() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVBUndoUnit(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff765404(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Description - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Description"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff767058(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public string UnitTypeCLSID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "UnitTypeCLSID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff766307(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 UnitTypeLong - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "UnitTypeLong"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff766293(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 UnitSize - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "UnitSize"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff766032(v=office.14).aspx - /// NetOffice.VisioApi.IVBUndoManager pMgr - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Do(NetOffice.VisioApi.IVBUndoManager pMgr) - { - Factory.ExecuteMethod(this, "Do", pMgr); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff767691(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - public void OnNextAdd() - { - Factory.ExecuteMethod(this, "OnNextAdd"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVCell.cs b/Source/Visio/DispatchInterfaces/IVCell.cs deleted file mode 100644 index e3879ccfad..0000000000 --- a/Source/Visio/DispatchInterfaces/IVCell.cs +++ /dev/null @@ -1,828 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVCell - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVCell : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVCell); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVCell(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVCell(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCell(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCell(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCell(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCell(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCell() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCell(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Error - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Error"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Formula - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Formula"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Formula", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FormulaForce - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FormulaForce"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FormulaForce", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_Result(object unitsNameOrCode) - { - return Factory.ExecuteDoublePropertyGet(this, "Result", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_Result(object unitsNameOrCode, Double value) - { - Factory.ExecutePropertySet(this, "Result", unitsNameOrCode, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Result - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Result")] - public Double Result(object unitsNameOrCode) - { - return get_Result(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_ResultForce(object unitsNameOrCode) - { - return Factory.ExecuteDoublePropertyGet(this, "ResultForce", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_ResultForce(object unitsNameOrCode, Double value) - { - Factory.ExecutePropertySet(this, "ResultForce", unitsNameOrCode, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ResultForce - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ResultForce")] - public Double ResultForce(object unitsNameOrCode) - { - return get_ResultForce(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double ResultIU - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "ResultIU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ResultIU", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double ResultIUForce - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "ResultIUForce"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ResultIUForce", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Units - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Units"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string LocalName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "LocalName"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string RowName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "RowName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RowName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Shape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStyle Style - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Style"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Section - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Section"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Row - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Row"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Column - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Column"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IsConstant - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsConstant"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IsInherited - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsInherited"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object unitsNameOrCode - /// Int16 fRound - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int32 get_ResultInt(object unitsNameOrCode, Int16 fRound) - { - return Factory.ExecuteInt32PropertyGet(this, "ResultInt", unitsNameOrCode, fRound); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ResultInt - /// - /// object unitsNameOrCode - /// Int16 fRound - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ResultInt")] - public Int32 ResultInt(object unitsNameOrCode, Int16 fRound) - { - return get_ResultInt(unitsNameOrCode, fRound); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int32 get_ResultFromInt(object unitsNameOrCode) - { - return Factory.ExecuteInt32PropertyGet(this, "ResultFromInt", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_ResultFromInt(object unitsNameOrCode, Int32 value) - { - Factory.ExecutePropertySet(this, "ResultFromInt", unitsNameOrCode, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ResultFromInt - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ResultFromInt")] - public Int32 ResultFromInt(object unitsNameOrCode) - { - return get_ResultFromInt(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int32 get_ResultFromIntForce(object unitsNameOrCode) - { - return Factory.ExecuteInt32PropertyGet(this, "ResultFromIntForce", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_ResultFromIntForce(object unitsNameOrCode, Int32 value) - { - Factory.ExecutePropertySet(this, "ResultFromIntForce", unitsNameOrCode, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ResultFromIntForce - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ResultFromIntForce")] - public Int32 ResultFromIntForce(object unitsNameOrCode) - { - return get_ResultFromIntForce(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string get_ResultStr(object unitsNameOrCode) - { - return Factory.ExecuteStringPropertyGet(this, "ResultStr", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ResultStr - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ResultStr")] - public string ResultStr(object unitsNameOrCode) - { - return get_ResultStr(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVRow ContainingRow - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingRow"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FormulaU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FormulaU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FormulaU", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FormulaForceU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FormulaForceU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FormulaForceU", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string RowNameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "RowNameU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RowNameU", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVCell InheritedValueSource - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "InheritedValueSource"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVCell InheritedFormulaSource - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "InheritedFormulaSource"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVCell[] Dependents - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "Dependents", paramsArray); - ICOMObject[] newObject = Factory.CreateObjectArrayFromComProxy(this,(object[])returnItem, false); - NetOffice.VisioApi.IVCell[] returnArray = new NetOffice.VisioApi.IVCell[newObject.Length]; - for (int i = 0; i < newObject.Length; i++) - returnArray[i] = newObject[i] as NetOffice.VisioApi.IVCell; - return returnArray; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVCell[] Precedents - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "Precedents", paramsArray); - ICOMObject[] newObject = Factory.CreateObjectArrayFromComProxy(this,(object[])returnItem, false); - NetOffice.VisioApi.IVCell[] returnArray = new NetOffice.VisioApi.IVCell[newObject.Length]; - for (int i = 0; i < newObject.Length; i++) - returnArray[i] = newObject[i] as NetOffice.VisioApi.IVCell; - return returnArray; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingPageID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingPageID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingMasterID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingMasterID"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string get_ResultStrU(object unitsNameOrCode) - { - return Factory.ExecuteStringPropertyGet(this, "ResultStrU", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Alias for get_ResultStrU - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 12,14,15,16), Redirect("get_ResultStrU")] - public string ResultStrU(object unitsNameOrCode) - { - return get_ResultStrU(unitsNameOrCode); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVCell cellObject - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GlueTo(NetOffice.VisioApi.IVCell cellObject) - { - Factory.ExecuteMethod(this, "GlueTo", cellObject); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape sheetObject - /// Double xPercent - /// Double yPercent - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GlueToPos(NetOffice.VisioApi.IVShape sheetObject, Double xPercent, Double yPercent) - { - Factory.ExecuteMethod(this, "GlueToPos", sheetObject, xPercent, yPercent); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Trigger() - { - Factory.ExecuteMethod(this, "Trigger"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVCharacters.cs b/Source/Visio/DispatchInterfaces/IVCharacters.cs deleted file mode 100644 index 9684b5eaea..0000000000 --- a/Source/Visio/DispatchInterfaces/IVCharacters.cs +++ /dev/null @@ -1,691 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVCharacters - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVCharacters : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVCharacters); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVCharacters(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVCharacters(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCharacters(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCharacters(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCharacters(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCharacters(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCharacters() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCharacters(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Begin - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Begin"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Begin", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 CharCount - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "CharCount"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// Int16 cellIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CharProps(Int16 cellIndex) - { - return Factory.ExecuteInt16PropertyGet(this, "CharProps", cellIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// Int16 cellIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_CharProps(Int16 cellIndex, Int16 value) - { - Factory.ExecutePropertySet(this, "CharProps", cellIndex, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CharProps - /// - /// Int16 cellIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CharProps")] - public Int16 CharProps(Int16 cellIndex) - { - return get_CharProps(cellIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 biasLorR - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CharPropsRow(Int16 biasLorR) - { - return Factory.ExecuteInt16PropertyGet(this, "CharPropsRow", biasLorR); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CharPropsRow - /// - /// Int16 biasLorR - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CharPropsRow")] - public Int16 CharPropsRow(Int16 biasLorR) - { - return get_CharPropsRow(biasLorR); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 End - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "End"); - } - set - { - Factory.ExecuteValuePropertySet(this, "End", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 FieldCategory - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "FieldCategory"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 FieldCode - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "FieldCode"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 FieldFormat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "FieldFormat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FieldFormula - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FieldFormula"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IsField - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsField"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// Int16 cellIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_ParaProps(Int16 cellIndex) - { - return Factory.ExecuteInt16PropertyGet(this, "ParaProps", cellIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// Int16 cellIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_ParaProps(Int16 cellIndex, Int16 value) - { - Factory.ExecutePropertySet(this, "ParaProps", cellIndex, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ParaProps - /// - /// Int16 cellIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ParaProps")] - public Int16 ParaProps(Int16 cellIndex) - { - return get_ParaProps(cellIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 biasLorR - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_ParaPropsRow(Int16 biasLorR) - { - return Factory.ExecuteInt16PropertyGet(this, "ParaPropsRow", biasLorR); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ParaPropsRow - /// - /// Int16 biasLorR - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ParaPropsRow")] - public Int16 ParaPropsRow(Int16 biasLorR) - { - return get_ParaPropsRow(biasLorR); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 biasLorR - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_TabPropsRow(Int16 biasLorR) - { - return Factory.ExecuteInt16PropertyGet(this, "TabPropsRow", biasLorR); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_TabPropsRow - /// - /// Int16 biasLorR - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_TabPropsRow")] - public Int16 TabPropsRow(Int16 biasLorR) - { - return get_TabPropsRow(biasLorR); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 runType - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int32 get_RunBegin(Int16 runType) - { - return Factory.ExecuteInt32PropertyGet(this, "RunBegin", runType); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_RunBegin - /// - /// Int16 runType - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_RunBegin")] - public Int32 RunBegin(Int16 runType) - { - return get_RunBegin(runType); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 runType - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int32 get_RunEnd(Int16 runType) - { - return Factory.ExecuteInt32PropertyGet(this, "RunEnd", runType); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_RunEnd - /// - /// Int16 runType - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_RunEnd")] - public Int32 RunEnd(Int16 runType) - { - return get_RunEnd(runType); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Shape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string TextAsString - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TextAsString"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public object Text - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "Text"); - } - set - { - Factory.ExecuteVariantPropertySet(this, "Text", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FieldFormulaU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FieldFormulaU"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingPageID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingPageID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingMasterID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingMasterID"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string formula - /// Int16 format - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddCustomField(string formula, Int16 format) - { - Factory.ExecuteMethod(this, "AddCustomField", formula, format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 category - /// Int16 code - /// Int16 format - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddField(Int16 category, Int16 code, Int16 format) - { - Factory.ExecuteMethod(this, "AddField", category, code, format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Copy() - { - Factory.ExecuteMethod(this, "Copy"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Cut() - { - Factory.ExecuteMethod(this, "Cut"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste() - { - Factory.ExecuteMethod(this, "Paste"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string formula - /// Int16 format - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddCustomFieldU(string formula, Int16 format) - { - Factory.ExecuteMethod(this, "AddCustomFieldU", formula, format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFieldCategories category - /// NetOffice.VisioApi.Enums.VisFieldCodes code - /// NetOffice.VisioApi.Enums.VisFieldFormats format - /// optional Int32 LangID = 0 - /// optional Int32 CalendarID = -1 - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddFieldEx(NetOffice.VisioApi.Enums.VisFieldCategories category, NetOffice.VisioApi.Enums.VisFieldCodes code, NetOffice.VisioApi.Enums.VisFieldFormats format, object langID, object calendarID) - { - Factory.ExecuteMethod(this, "AddFieldEx", new object[]{ category, code, format, langID, calendarID }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFieldCategories category - /// NetOffice.VisioApi.Enums.VisFieldCodes code - /// NetOffice.VisioApi.Enums.VisFieldFormats format - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddFieldEx(NetOffice.VisioApi.Enums.VisFieldCategories category, NetOffice.VisioApi.Enums.VisFieldCodes code, NetOffice.VisioApi.Enums.VisFieldFormats format) - { - Factory.ExecuteMethod(this, "AddFieldEx", category, code, format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFieldCategories category - /// NetOffice.VisioApi.Enums.VisFieldCodes code - /// NetOffice.VisioApi.Enums.VisFieldFormats format - /// optional Int32 LangID = 0 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddFieldEx(NetOffice.VisioApi.Enums.VisFieldCategories category, NetOffice.VisioApi.Enums.VisFieldCodes code, NetOffice.VisioApi.Enums.VisFieldFormats format, object langID) - { - Factory.ExecuteMethod(this, "AddFieldEx", category, code, format, langID); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVCoauthMergeEvent.cs b/Source/Visio/DispatchInterfaces/IVCoauthMergeEvent.cs deleted file mode 100644 index c5445f05ee..0000000000 --- a/Source/Visio/DispatchInterfaces/IVCoauthMergeEvent.cs +++ /dev/null @@ -1,200 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVCoauthMergeEvent - /// SupportByVersion Visio, 15, 16 - /// - [SupportByVersion("Visio", 15, 16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVCoauthMergeEvent : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVCoauthMergeEvent); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVCoauthMergeEvent(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVCoauthMergeEvent(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCoauthMergeEvent(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCoauthMergeEvent(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCoauthMergeEvent(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCoauthMergeEvent(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCoauthMergeEvent() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCoauthMergeEvent(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument BaseDocument - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "BaseDocument"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument DownloadDocument - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DownloadDocument"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument WorkingDocument - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "WorkingDocument"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVColor.cs b/Source/Visio/DispatchInterfaces/IVColor.cs deleted file mode 100644 index 0e9cff3308..0000000000 --- a/Source/Visio/DispatchInterfaces/IVColor.cs +++ /dev/null @@ -1,284 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVColor - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVColor : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVColor); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVColor(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVColor(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVColor(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVColor(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVColor(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVColor(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVColor() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVColor(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Index16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Red - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Red"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Red", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Green - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Green"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Green", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Blue - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Blue"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Blue", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Flags - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Flags"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Flags", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 PaletteEntry - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "PaletteEntry"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PaletteEntry", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Index - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Index"); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVColors.cs b/Source/Visio/DispatchInterfaces/IVColors.cs deleted file mode 100644 index 1fc4492493..0000000000 --- a/Source/Visio/DispatchInterfaces/IVColors.cs +++ /dev/null @@ -1,283 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVColors - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVColors : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVColors); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVColors(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVColors(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVColors(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVColors(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVColors(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVColors(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVColors() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVColors(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Count16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVColor get_Item16(Int16 index) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Item16", NetOffice.VisioApi.IVColor.LateBindingApiWrapperType, index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Item16 - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Item16")] - public NetOffice.VisioApi.IVColor Item16(Int16 index) - { - return get_Item16(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVColor this[Int32 index] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", index); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - #endregion - - #region Methods - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVColor item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable Members - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVComment.cs b/Source/Visio/DispatchInterfaces/IVComment.cs deleted file mode 100644 index 2fc1cba552..0000000000 --- a/Source/Visio/DispatchInterfaces/IVComment.cs +++ /dev/null @@ -1,307 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVComment - /// SupportByVersion Visio, 15, 16 - /// - [SupportByVersion("Visio", 15, 16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVComment : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVComment); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVComment(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVComment(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVComment(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVComment(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVComment(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVComment(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVComment() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVComment(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 15, 16), ProxyResult] - public object AssociatedObject - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "AssociatedObject"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - public DateTime CreateDate - { - get - { - return Factory.ExecuteDateTimePropertyGet(this, "CreateDate"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - public DateTime EditDate - { - get - { - return Factory.ExecuteDateTimePropertyGet(this, "EditDate"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get/Set - /// - [SupportByVersion("Visio", 15, 16)] - public bool Collapsed - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Collapsed"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Collapsed", value); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get/Set - /// - [SupportByVersion("Visio", 15, 16)] - public string Text - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Text"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Text", value); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - public string AuthorName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AuthorName"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - public string AuthorSipAddress - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AuthorSipAddress"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - public string AuthorSMTPAddress - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AuthorSMTPAddress"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - public string AuthorInitials - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AuthorInitials"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVComments.cs b/Source/Visio/DispatchInterfaces/IVComments.cs deleted file mode 100644 index 1fcfec8384..0000000000 --- a/Source/Visio/DispatchInterfaces/IVComments.cs +++ /dev/null @@ -1,266 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVComments - /// SupportByVersion Visio, 15, 16 - /// - [SupportByVersion("Visio", 15, 16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVComments : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVComments); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVComments(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVComments(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVComments(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVComments(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVComments(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVComments(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVComments() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVComments(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - /// Int32 index - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVComment this[Int32 index] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", index); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 15,16 - /// - /// string text - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVComment Add(string text) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", text); - } - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - public void DeleteAll() - { - Factory.ExecuteMethod(this, "DeleteAll"); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 15, 16 - /// - [SupportByVersion("Visio", 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVComment item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 15, 16 - /// - [SupportByVersion("Visio", 15, 16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVConnect.cs b/Source/Visio/DispatchInterfaces/IVConnect.cs deleted file mode 100644 index 0aac67338a..0000000000 --- a/Source/Visio/DispatchInterfaces/IVConnect.cs +++ /dev/null @@ -1,307 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVConnect - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVConnect : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVConnect); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVConnect(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVConnect(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVConnect(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVConnect(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVConnect(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVConnect(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVConnect() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVConnect(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape FromSheet - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "FromSheet"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape ToSheet - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ToSheet"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVCell FromCell - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "FromCell"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVCell ToCell - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ToCell"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 FromPart - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "FromPart"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ToPart - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ToPart"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Index16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Index - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingPageID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingPageID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingMasterID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingMasterID"); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVConnects.cs b/Source/Visio/DispatchInterfaces/IVConnects.cs deleted file mode 100644 index 9ad4d78cdd..0000000000 --- a/Source/Visio/DispatchInterfaces/IVConnects.cs +++ /dev/null @@ -1,311 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVConnects - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVConnects : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVConnects); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVConnects(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVConnects(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVConnects(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVConnects(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVConnects(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVConnects(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVConnects() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVConnects(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVConnect get_Item16(Int16 index) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Item16", NetOffice.VisioApi.IVConnect.LateBindingApiWrapperType, index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Item16 - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Item16")] - public NetOffice.VisioApi.IVConnect Item16(Int16 index) - { - return get_Item16(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Count16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape FromSheet - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "FromSheet"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape ToSheet - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ToSheet"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVConnect this[Int32 index] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", index); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - #endregion - - #region Methods - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVConnect item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVContainerProperties.cs b/Source/Visio/DispatchInterfaces/IVContainerProperties.cs deleted file mode 100644 index 85dab67a06..0000000000 --- a/Source/Visio/DispatchInterfaces/IVContainerProperties.cs +++ /dev/null @@ -1,475 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVContainerProperties - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVContainerProperties : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVContainerProperties); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVContainerProperties(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVContainerProperties(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVContainerProperties(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVContainerProperties(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVContainerProperties(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVContainerProperties(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVContainerProperties() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVContainerProperties(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Shape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shape"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisContainerTypes ContainerType - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "ContainerType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisListAlignment ListAlignment - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "ListAlignment"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "ListAlignment", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisListDirection ListDirection - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "ListDirection"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "ListDirection", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool LockMembership - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "LockMembership"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LockMembership", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisContainerAutoResize ResizeAsNeeded - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "ResizeAsNeeded"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "ResizeAsNeeded", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape OverlappedList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "OverlappedList"); - } - set - { - Factory.ExecuteReferencePropertySet(this, "OverlappedList", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 ContainerStyle - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainerStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ContainerStyle", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 HeadingStyle - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "HeadingStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HeadingStyle", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void Disband() - { - Factory.ExecuteMethod(this, "Disband"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void FitToContents() - { - Factory.ExecuteMethod(this, "FitToContents"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisUnitCodes marginUnits - [SupportByVersion("Visio", 14,15,16)] - public Double GetMargin(NetOffice.VisioApi.Enums.VisUnitCodes marginUnits) - { - return Factory.ExecuteDoubleMethodGet(this, "GetMargin", marginUnits); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisUnitCodes marginUnits - /// Double marginSize - [SupportByVersion("Visio", 14,15,16)] - public void SetMargin(NetOffice.VisioApi.Enums.VisUnitCodes marginUnits, Double marginSize) - { - Factory.ExecuteMethod(this, "SetMargin", marginUnits, marginSize); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisUnitCodes spacingUnits - [SupportByVersion("Visio", 14,15,16)] - public Double GetListSpacing(NetOffice.VisioApi.Enums.VisUnitCodes spacingUnits) - { - return Factory.ExecuteDoubleMethodGet(this, "GetListSpacing", spacingUnits); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisUnitCodes spacingUnits - /// Double spacingSize - [SupportByVersion("Visio", 14,15,16)] - public void SetListSpacing(NetOffice.VisioApi.Enums.VisUnitCodes spacingUnits, Double spacingSize) - { - Factory.ExecuteMethod(this, "SetListSpacing", spacingUnits, spacingSize); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object objectToInsert - /// Int32 position - [SupportByVersion("Visio", 14,15,16)] - public void InsertListMember(object objectToInsert, Int32 position) - { - Factory.ExecuteMethod(this, "InsertListMember", objectToInsert, position); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape shapeMember - [SupportByVersion("Visio", 14,15,16)] - public Int32 GetListMemberPosition(NetOffice.VisioApi.IVShape shapeMember) - { - return Factory.ExecuteInt32MethodGet(this, "GetListMemberPosition", shapeMember); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape shape - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisContainerMemberState GetMemberState(NetOffice.VisioApi.IVShape shape) - { - return Factory.ExecuteEnumMethodGet(this, "GetMemberState", shape); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object objectToRemove - [SupportByVersion("Visio", 14,15,16)] - public void RemoveMember(object objectToRemove) - { - Factory.ExecuteMethod(this, "RemoveMember", objectToRemove); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object objectToReorder - /// Int32 position - [SupportByVersion("Visio", 14,15,16)] - public void ReorderListMember(object objectToReorder, Int32 position) - { - Factory.ExecuteMethod(this, "ReorderListMember", objectToReorder, position); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32[] GetListMembers() - { - object[] paramsArray = null; - object returnItem = (object)Invoker.MethodReturn(this, "GetListMembers", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// Int32 containerFlags - [SupportByVersion("Visio", 14,15,16)] - public Int32[] GetMemberShapes(Int32 containerFlags) - { - object[] paramsArray = Invoker.ValidateParamsArray(containerFlags); - object returnItem = (object)Invoker.MethodReturn(this, "GetMemberShapes", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object pObjectToAdd - /// NetOffice.VisioApi.Enums.VisMemberAddOptions addOptions - [SupportByVersion("Visio", 14,15,16)] - public void AddMember(object pObjectToAdd, NetOffice.VisioApi.Enums.VisMemberAddOptions addOptions) - { - Factory.ExecuteMethod(this, "AddMember", pObjectToAdd, addOptions); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisLayoutDirection direction - [SupportByVersion("Visio", 14,15,16)] - public void RotateFlipList(NetOffice.VisioApi.Enums.VisLayoutDirection direction) - { - Factory.ExecuteMethod(this, "RotateFlipList", direction); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVCurve.cs b/Source/Visio/DispatchInterfaces/IVCurve.cs deleted file mode 100644 index 43805f5d7b..0000000000 --- a/Source/Visio/DispatchInterfaces/IVCurve.cs +++ /dev/null @@ -1,249 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVCurve - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVCurve : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVCurve); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVCurve(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVCurve(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCurve(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCurve(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCurve(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCurve(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCurve() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVCurve(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Closed - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Closed"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double Start - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "Start"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double End - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "End"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double tolerance - /// Double[] xyArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Points(Double tolerance, out Double[] xyArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - xyArray = null; - object[] paramsArray = Invoker.ValidateParamsArray(tolerance, (object)xyArray); - Invoker.Method(this, "Points", paramsArray, modifiers); - xyArray = (Double[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double t - /// Double x - /// Double y - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Point(Double t, out Double x, out Double y) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - x = 0; - y = 0; - object[] paramsArray = Invoker.ValidateParamsArray(t, x, y); - Invoker.Method(this, "Point", paramsArray, modifiers); - x = (Double)paramsArray[1]; - y = (Double)paramsArray[2]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double t - /// Int16 n - /// Double x - /// Double y - /// Double dxdt - /// Double dydt - /// Double ddxdt - /// Double ddydt - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PointAndDerivatives(Double t, Int16 n, out Double x, out Double y, out Double dxdt, out Double dydt, out Double ddxdt, out Double ddydt) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,true,true,true,true,true,true); - x = 0; - y = 0; - dxdt = 0; - dydt = 0; - ddxdt = 0; - ddydt = 0; - object[] paramsArray = Invoker.ValidateParamsArray(t, n, x, y, dxdt, dydt, ddxdt, ddydt); - Invoker.Method(this, "PointAndDerivatives", paramsArray, modifiers); - x = (Double)paramsArray[2]; - y = (Double)paramsArray[3]; - dxdt = (Double)paramsArray[4]; - dydt = (Double)paramsArray[5]; - ddxdt = (Double)paramsArray[6]; - ddydt = (Double)paramsArray[7]; - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVDataColumn.cs b/Source/Visio/DispatchInterfaces/IVDataColumn.cs deleted file mode 100644 index afe1112952..0000000000 --- a/Source/Visio/DispatchInterfaces/IVDataColumn.cs +++ /dev/null @@ -1,271 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVDataColumn - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVDataColumn : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVDataColumn); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVDataColumn(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVDataColumn(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataColumn(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataColumn(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataColumn(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataColumn(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataColumn() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataColumn(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDataRecordset DataRecordset - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DataRecordset"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public string DisplayName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "DisplayName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DisplayName", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool Visible - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Visible"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Visible", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool Hyperlink - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Hyperlink"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Hyperlink", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisDataColumnProperties property - [SupportByVersion("Visio", 12,14,15,16)] - public object GetProperty(NetOffice.VisioApi.Enums.VisDataColumnProperties property) - { - return Factory.ExecuteVariantMethodGet(this, "GetProperty", property); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisDataColumnProperties property - /// object value - [SupportByVersion("Visio", 12,14,15,16)] - public void SetProperty(NetOffice.VisioApi.Enums.VisDataColumnProperties property, object value) - { - Factory.ExecuteMethod(this, "SetProperty", property, value); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVDataColumns.cs b/Source/Visio/DispatchInterfaces/IVDataColumns.cs deleted file mode 100644 index 496f8ce45b..0000000000 --- a/Source/Visio/DispatchInterfaces/IVDataColumns.cs +++ /dev/null @@ -1,273 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVDataColumns - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVDataColumns : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVDataColumns); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVDataColumns(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVDataColumns(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataColumns(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataColumns(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataColumns(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataColumns(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataColumns() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataColumns(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDataRecordset DataRecordset - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DataRecordset"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - /// object indexOrName - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVDataColumn this[object indexOrName] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", indexOrName); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// String[] columnNames - /// Int32[] properties - /// object[] values - [SupportByVersion("Visio", 12,14,15,16)] - public void SetColumnProperties(String[] columnNames, Int32[] properties, object[] values) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)columnNames, (object)properties, (object)values); - Invoker.Method(this, "SetColumnProperties", paramsArray); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVDataColumn item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVDataConnection.cs b/Source/Visio/DispatchInterfaces/IVDataConnection.cs deleted file mode 100644 index 4076be586d..0000000000 --- a/Source/Visio/DispatchInterfaces/IVDataConnection.cs +++ /dev/null @@ -1,232 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVDataConnection - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVDataConnection : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVDataConnection); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVDataConnection(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVDataConnection(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataConnection(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataConnection(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataConnection(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataConnection(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataConnection() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataConnection(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public string ConnectionString - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ConnectionString"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ConnectionString", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public string FileName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FileName"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 Timeout - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Timeout"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Timeout", value); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVDataRecordset.cs b/Source/Visio/DispatchInterfaces/IVDataRecordset.cs deleted file mode 100644 index fb4428d6d3..0000000000 --- a/Source/Visio/DispatchInterfaces/IVDataRecordset.cs +++ /dev/null @@ -1,465 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVDataRecordset - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVDataRecordset : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVDataRecordset); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVDataRecordset(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVDataRecordset(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataRecordset(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataRecordset(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataRecordset(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataRecordset(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataRecordset() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataRecordset(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisLinkReplaceBehavior LinkReplaceBehavior - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "LinkReplaceBehavior"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "LinkReplaceBehavior", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDataConnection DataConnection - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DataConnection"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDataColumns DataColumns - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DataColumns"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public string CommandString - { - get - { - return Factory.ExecuteStringPropertyGet(this, "CommandString"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CommandString", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public string DataAsXML - { - get - { - return Factory.ExecuteStringPropertyGet(this, "DataAsXML"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public DateTime TimeRefreshed - { - get - { - return Factory.ExecuteDateTimePropertyGet(this, "TimeRefreshed"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 RefreshInterval - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "RefreshInterval"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RefreshInterval", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 RefreshSettings - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "RefreshSettings"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RefreshSettings", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrimaryKeySettings primaryKeySettings - /// String[] primaryKey - [SupportByVersion("Visio", 12,14,15,16)] - public void GetPrimaryKey(out NetOffice.VisioApi.Enums.VisPrimaryKeySettings primaryKeySettings, out String[] primaryKey) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true,true); - primaryKeySettings = 0; - primaryKey = null; - object[] paramsArray = Invoker.ValidateParamsArray(primaryKeySettings, (object)primaryKey); - Invoker.Method(this, "GetPrimaryKey", paramsArray, modifiers); - primaryKeySettings = (NetOffice.VisioApi.Enums.VisPrimaryKeySettings)paramsArray[0]; - primaryKey = (String[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrimaryKeySettings primaryKeySettings - /// String[] primaryKey - [SupportByVersion("Visio", 12,14,15,16)] - public void SetPrimaryKey(NetOffice.VisioApi.Enums.VisPrimaryKeySettings primaryKeySettings, String[] primaryKey) - { - object[] paramsArray = Invoker.ValidateParamsArray(primaryKeySettings, (object)primaryKey); - Invoker.Method(this, "SetPrimaryKey", paramsArray); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// string criteriaString - [SupportByVersion("Visio", 12,14,15,16)] - public Int32[] GetDataRowIDs(string criteriaString) - { - object[] paramsArray = Invoker.ValidateParamsArray(criteriaString); - object returnItem = (object)Invoker.MethodReturn(this, "GetDataRowIDs", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRowID - [SupportByVersion("Visio", 12,14,15,16)] - public object[] GetRowData(Int32 dataRowID) - { - object[] paramsArray = Invoker.ValidateParamsArray(dataRowID); - object returnItem = Invoker.MethodReturn(this, "GetRowData", paramsArray); - if((null != returnItem) && (returnItem is MarshalByRefObject)) - { - ICOMObject[] newObject = Factory.CreateObjectArrayFromComProxy(this, (object[])returnItem, false); - return newObject; - } - else - { - return (object[]) returnItem; - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - public void Refresh() - { - Factory.ExecuteMethod(this, "Refresh"); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// string newDataAsXML - [SupportByVersion("Visio", 12,14,15,16)] - public void RefreshUsingXML(string newDataAsXML) - { - Factory.ExecuteMethod(this, "RefreshUsingXML", newDataAsXML); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.IVShape[] GetAllRefreshConflicts() - { - object[] paramsArray = null; - object returnItem = Invoker.MethodReturn(this, "GetAllRefreshConflicts", paramsArray); - ICOMObject[] newObject = Factory.CreateObjectArrayFromComProxy(this, (object[])returnItem, false); - NetOffice.VisioApi.IVShape[] returnArray = new NetOffice.VisioApi.IVShape[newObject.Length]; - for (int i = 0; i < newObject.Length; i++) - returnArray[i] = newObject[i] as NetOffice.VisioApi.IVShape; - return returnArray; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape shapeInConflict - [SupportByVersion("Visio", 12,14,15,16)] - public void RemoveRefreshConflict(NetOffice.VisioApi.IVShape shapeInConflict) - { - Factory.ExecuteMethod(this, "RemoveRefreshConflict", shapeInConflict); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape shapeInConflict - [SupportByVersion("Visio", 12,14,15,16)] - public Int32[] GetMatchingRowsForRefreshConflict(NetOffice.VisioApi.IVShape shapeInConflict) - { - object[] paramsArray = Invoker.ValidateParamsArray(shapeInConflict); - object returnItem = (object)Invoker.MethodReturn(this, "GetMatchingRowsForRefreshConflict", paramsArray); - return (Int32[])returnItem; - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVDataRecordsetChangedEvent.cs b/Source/Visio/DispatchInterfaces/IVDataRecordsetChangedEvent.cs deleted file mode 100644 index 94a4ff770d..0000000000 --- a/Source/Visio/DispatchInterfaces/IVDataRecordsetChangedEvent.cs +++ /dev/null @@ -1,247 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVDataRecordsetChangedEvent - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVDataRecordsetChangedEvent : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVDataRecordsetChangedEvent); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVDataRecordsetChangedEvent(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVDataRecordsetChangedEvent(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataRecordsetChangedEvent(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataRecordsetChangedEvent(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataRecordsetChangedEvent(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataRecordsetChangedEvent(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataRecordsetChangedEvent() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataRecordsetChangedEvent(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDataRecordset DataRecordset - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DataRecordset"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32[] DataRowsAdded - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(this, "DataRowsAdded", paramsArray); - return (Int32[])returnItem; - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32[] DataRowsDeleted - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(this, "DataRowsDeleted", paramsArray); - return (Int32[])returnItem; - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public String[] DataColumnsAdded - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(this, "DataColumnsAdded", paramsArray); - return (String[])returnItem; - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public String[] DataColumnsDeleted - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(this, "DataColumnsDeleted", paramsArray); - return (String[])returnItem; - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public String[] DataColumnsChanged - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(this, "DataColumnsChanged", paramsArray); - return (String[])returnItem; - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVDataRecordsets.cs b/Source/Visio/DispatchInterfaces/IVDataRecordsets.cs deleted file mode 100644 index 599b22ab7e..0000000000 --- a/Source/Visio/DispatchInterfaces/IVDataRecordsets.cs +++ /dev/null @@ -1,384 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVDataRecordsets - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVDataRecordsets : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVDataRecordsets); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVDataRecordsets(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVDataRecordsets(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataRecordsets(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataRecordsets(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataRecordsets(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataRecordsets(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataRecordsets() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDataRecordsets(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - /// Int32 index - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVDataRecordset this[Int32 index] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", index); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - /// Int32 iD - [SupportByVersion("Visio", 12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVDataRecordset get_ItemFromID(Int32 iD) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVDataRecordset.LateBindingApiWrapperType, iD); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 iD - [SupportByVersion("Visio", 12,14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVDataRecordset ItemFromID(Int32 iD) - { - return get_ItemFromID(iD); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// object connectionIDOrString - /// string commandString - /// Int32 addOptions - /// optional string Name = - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDataRecordset Add(object connectionIDOrString, string commandString, Int32 addOptions, object name) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", connectionIDOrString, commandString, addOptions, name); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// object connectionIDOrString - /// string commandString - /// Int32 addOptions - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.IVDataRecordset Add(object connectionIDOrString, string commandString, Int32 addOptions) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", connectionIDOrString, commandString, addOptions); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// string xMLString - /// Int32 addOptions - /// optional string Name = - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDataRecordset AddFromXML(string xMLString, Int32 addOptions, object name) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddFromXML", xMLString, addOptions, name); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// string xMLString - /// Int32 addOptions - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.IVDataRecordset AddFromXML(string xMLString, Int32 addOptions) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddFromXML", xMLString, addOptions); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// string fileName - /// Int32 addOptions - /// optional string Name = - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDataRecordset AddFromConnectionFile(string fileName, Int32 addOptions, object name) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddFromConnectionFile", fileName, addOptions, name); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// string fileName - /// Int32 addOptions - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.IVDataRecordset AddFromConnectionFile(string fileName, Int32 addOptions) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddFromConnectionFile", fileName, addOptions); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataErrorCode - /// string dataErrorDescription - /// Int32 recordsetID - [SupportByVersion("Visio", 12,14,15,16)] - public void GetLastDataError(out Int32 dataErrorCode, out string dataErrorDescription, out Int32 recordsetID) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true,true,true); - dataErrorCode = 0; - dataErrorDescription = string.Empty; - recordsetID = 0; - object[] paramsArray = Invoker.ValidateParamsArray(dataErrorCode, dataErrorDescription, recordsetID); - Invoker.Method(this, "GetLastDataError", paramsArray, modifiers); - dataErrorCode = (Int32)paramsArray[0]; - dataErrorDescription = (string)paramsArray[1]; - recordsetID = (Int32)paramsArray[2]; - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVDataRecordset item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVDispExtender.cs b/Source/Visio/DispatchInterfaces/IVDispExtender.cs deleted file mode 100644 index 5a86870d87..0000000000 --- a/Source/Visio/DispatchInterfaces/IVDispExtender.cs +++ /dev/null @@ -1,1264 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVDispExtender - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVDispExtender : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVDispExtender); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVDispExtender(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVDispExtender(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDispExtender(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDispExtender(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDispExtender(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDispExtender(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDispExtender() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDispExtender(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object Object - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "Object"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object Parent - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Shape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object ShapeParent - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "ShapeParent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster Master - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Master"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeSpecificCellName - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCell get_Cells(string localeSpecificCellName) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Cells", NetOffice.VisioApi.IVCell.LateBindingApiWrapperType, localeSpecificCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Cells - /// - /// string localeSpecificCellName - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Cells")] - public NetOffice.VisioApi.IVCell Cells(string localeSpecificCellName) - { - return get_Cells(localeSpecificCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 row - /// Int16 column - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCell get_CellsSRC(Int16 section, Int16 row, Int16 column) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "CellsSRC", NetOffice.VisioApi.IVCell.LateBindingApiWrapperType, section, row, column); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellsSRC - /// - /// Int16 section - /// Int16 row - /// Int16 column - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellsSRC")] - public NetOffice.VisioApi.IVCell CellsSRC(Int16 section, Int16 row, Int16 column) - { - return get_CellsSRC(section, row, column); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Data1 - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Data1"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Data1", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Data2 - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Data2"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Data2", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Data3 - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Data3"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Data3", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Help - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Help"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Help", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NameID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_RowCount(Int16 section) - { - return Factory.ExecuteInt16PropertyGet(this, "RowCount", section); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_RowCount - /// - /// Int16 section - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_RowCount")] - public Int16 RowCount(Int16 section) - { - return get_RowCount(section); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_RowsCellCount(Int16 section, Int16 row) - { - return Factory.ExecuteInt16PropertyGet(this, "RowsCellCount", section, row); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_RowsCellCount - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_RowsCellCount")] - public Int16 RowsCellCount(Int16 section, Int16 row) - { - return get_RowsCellCount(section, row); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_RowType(Int16 section, Int16 row) - { - return Factory.ExecuteInt16PropertyGet(this, "RowType", section, row); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_RowType(Int16 section, Int16 row, Int16 value) - { - Factory.ExecutePropertySet(this, "RowType", section, row, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_RowType - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_RowType")] - public Int16 RowType(Int16 section, Int16 row) - { - return get_RowType(section, row); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVConnects Connects - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Connects"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 ShapeIndex16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShapeIndex16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Style - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Style"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Style", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string StyleKeepFmt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "StyleKeepFmt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "StyleKeepFmt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string LineStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "LineStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LineStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string LineStyleKeepFmt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "LineStyleKeepFmt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LineStyleKeepFmt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FillStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FillStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FillStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FillStyleKeepFmt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FillStyleKeepFmt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FillStyleKeepFmt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 fUniqueID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string get_UniqueID(Int16 fUniqueID) - { - return Factory.ExecuteStringPropertyGet(this, "UniqueID", fUniqueID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_UniqueID - /// - /// Int16 fUniqueID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_UniqueID")] - public string UniqueID(Int16 fUniqueID) - { - return get_UniqueID(fUniqueID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage ContainingPage - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingPage"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster ContainingMaster - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingMaster"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape ContainingShape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingShape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_SectionExists(Int16 section, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "SectionExists", section, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_SectionExists - /// - /// Int16 section - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_SectionExists")] - public Int16 SectionExists(Int16 section, Int16 fExistsLocally) - { - return get_SectionExists(section, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 row - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_RowExists(Int16 section, Int16 row, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "RowExists", section, row, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_RowExists - /// - /// Int16 section - /// Int16 row - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_RowExists")] - public Int16 RowExists(Int16 section, Int16 row, Int16 fExistsLocally) - { - return get_RowExists(section, row, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeSpecificCellName - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CellExists(string localeSpecificCellName, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "CellExists", localeSpecificCellName, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellExists - /// - /// string localeSpecificCellName - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellExists")] - public Int16 CellExists(string localeSpecificCellName, Int16 fExistsLocally) - { - return get_CellExists(localeSpecificCellName, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 row - /// Int16 column - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CellsSRCExists(Int16 section, Int16 row, Int16 column, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "CellsSRCExists", section, row, column, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellsSRCExists - /// - /// Int16 section - /// Int16 row - /// Int16 column - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellsSRCExists")] - public Int16 CellsSRCExists(Int16 section, Int16 row, Int16 column, Int16 fExistsLocally) - { - return get_CellsSRCExists(section, row, column, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 LayerCount - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "LayerCount"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVLayer get_Layer(Int16 index) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Layer", NetOffice.VisioApi.IVLayer.LateBindingApiWrapperType, index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Layer - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Layer")] - public NetOffice.VisioApi.IVLayer Layer(Int16 index) - { - return get_Layer(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ClassID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ClassID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object ShapeObject - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "ShapeObject"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 ShapeID16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShapeID16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVConnects FromConnects - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "FromConnects"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVHyperlink Hyperlink - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Hyperlink"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ProgID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ProgID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectIsInherited - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectIsInherited"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ShapeID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ShapeID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ShapeIndex - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ShapeIndex"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Index() - { - Factory.ExecuteMethod(this, "Index"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void VoidGroup() - { - Factory.ExecuteMethod(this, "VoidGroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void BringForward() - { - Factory.ExecuteMethod(this, "BringForward"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void BringToFront() - { - Factory.ExecuteMethod(this, "BringToFront"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ConvertToGroup() - { - Factory.ExecuteMethod(this, "ConvertToGroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SendBackward() - { - Factory.ExecuteMethod(this, "SendBackward"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SendToBack() - { - Factory.ExecuteMethod(this, "SendToBack"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ShapeCopy() - { - Factory.ExecuteMethod(this, "ShapeCopy"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ShapeCut() - { - Factory.ExecuteMethod(this, "ShapeCut"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ShapeDelete() - { - Factory.ExecuteMethod(this, "ShapeDelete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void VoidShapeDuplicate() - { - Factory.ExecuteMethod(this, "VoidShapeDuplicate"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AddSection(Int16 section) - { - return Factory.ExecuteInt16MethodGet(this, "AddSection", section); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - [SupportByVersion("Visio", 11,12,14,15,16)] - public void DeleteSection(Int16 section) - { - Factory.ExecuteMethod(this, "DeleteSection", section); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - /// Int16 row - /// Int16 rowTag - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AddRow(Int16 section, Int16 row, Int16 rowTag) - { - return Factory.ExecuteInt16MethodGet(this, "AddRow", section, row, rowTag); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16)] - public void DeleteRow(Int16 section, Int16 row) - { - Factory.ExecuteMethod(this, "DeleteRow", section, row); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xPos - /// Double yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetCenter(Double xPos, Double yPos) - { - Factory.ExecuteMethod(this, "SetCenter", xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Export(string fileName) - { - Factory.ExecuteMethod(this, "Export", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - /// string rowName - /// Int16 rowTag - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AddNamedRow(Int16 section, string rowName, Int16 rowTag) - { - return Factory.ExecuteInt16MethodGet(this, "AddNamedRow", section, rowName, rowTag); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - /// Int16 row - /// Int16 rowTag - /// Int16 rowCount - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AddRows(Int16 section, Int16 row, Int16 rowTag, Int16 rowCount) - { - return Factory.ExecuteInt16MethodGet(this, "AddRows", section, row, rowTag, rowCount); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow OpenSheetWindow() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "OpenSheetWindow"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// object[] formulaArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetFormulas(Int16[] sRCStream, out object[] formulaArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - formulaArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, (object)formulaArray); - Invoker.Method(this, "GetFormulas", paramsArray, modifiers); - formulaArray = (object[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// Int16 flags - /// object[] unitsNamesOrCodes - /// object[] resultArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetResults(Int16[] sRCStream, Int16 flags, object[] unitsNamesOrCodes, out object[] resultArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,false,true); - resultArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, flags, (object)unitsNamesOrCodes, (object)resultArray); - Invoker.Method(this, "GetResults", paramsArray, modifiers); - resultArray = (object[])paramsArray[3]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// object[] formulaArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SetFormulas(Int16[] sRCStream, object[] formulaArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, (object)formulaArray, flags); - object returnItem = Invoker.MethodReturn(this, "SetFormulas", paramsArray); - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// object[] unitsNamesOrCodes - /// object[] resultArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SetResults(Int16[] sRCStream, object[] unitsNamesOrCodes, object[] resultArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, (object)unitsNamesOrCodes, (object)resultArray, flags); - object returnItem = Invoker.MethodReturn(this, "SetResults", paramsArray); - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 flags - /// Double lpr8Left - /// Double lpr8Bottom - /// Double lpr8Right - /// Double lpr8Top - [SupportByVersion("Visio", 11,12,14,15,16)] - public void BoundingBox(Int16 flags, out Double lpr8Left, out Double lpr8Bottom, out Double lpr8Right, out Double lpr8Top) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true,true,true); - lpr8Left = 0; - lpr8Bottom = 0; - lpr8Right = 0; - lpr8Top = 0; - object[] paramsArray = Invoker.ValidateParamsArray(flags, lpr8Left, lpr8Bottom, lpr8Right, lpr8Top); - Invoker.Method(this, "BoundingBox", paramsArray, modifiers); - lpr8Left = (Double)paramsArray[1]; - lpr8Bottom = (Double)paramsArray[2]; - lpr8Right = (Double)paramsArray[3]; - lpr8Top = (Double)paramsArray[4]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xPos - /// Double yPos - /// Double tolerance - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 HitTest(Double xPos, Double yPos, Double tolerance) - { - return Factory.ExecuteInt16MethodGet(this, "HitTest", xPos, yPos, tolerance); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Group() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Group"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape ShapeDuplicate() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "ShapeDuplicate"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVDocument.cs b/Source/Visio/DispatchInterfaces/IVDocument.cs deleted file mode 100644 index 2acd2f8935..0000000000 --- a/Source/Visio/DispatchInterfaces/IVDocument.cs +++ /dev/null @@ -1,3471 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// IVDocument - /// - [SyntaxBypass] - public class IVDocument_ : COMObject - { - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVDocument_(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVDocument_(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - /// object there has created the proxy - /// inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDocument_(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - /// object there has created the proxy - /// inner wrapped COM proxy - /// Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDocument_(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDocument_(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - /// object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDocument_(ICOMObject replacedObject) : base(replacedObject) - { - } - - /// - /// Hidden stub .ctor - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDocument_() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDocument_(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_LeftMargin(object unitsNameOrCode) - { - return Factory.ExecuteDoublePropertyGet(this, "LeftMargin", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - /// optional double value - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_LeftMargin(object unitsNameOrCode, Double value) - { - Factory.ExecutePropertySet(this, "LeftMargin", unitsNameOrCode, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_LeftMargin - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_LeftMargin")] - public Double LeftMargin(object unitsNameOrCode) - { - return get_LeftMargin(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_RightMargin(object unitsNameOrCode) - { - return Factory.ExecuteDoublePropertyGet(this, "RightMargin", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - /// optional double value - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_RightMargin(object unitsNameOrCode, Double value) - { - Factory.ExecutePropertySet(this, "RightMargin", unitsNameOrCode, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_RightMargin - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_RightMargin")] - public Double RightMargin(object unitsNameOrCode) - { - return get_RightMargin(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_TopMargin(object unitsNameOrCode) - { - return Factory.ExecuteDoublePropertyGet(this, "TopMargin", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - /// optional double value - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_TopMargin(object unitsNameOrCode, Double value) - { - Factory.ExecutePropertySet(this, "TopMargin", unitsNameOrCode, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_TopMargin - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_TopMargin")] - public Double TopMargin(object unitsNameOrCode) - { - return get_TopMargin(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_BottomMargin(object unitsNameOrCode) - { - return Factory.ExecuteDoublePropertyGet(this, "BottomMargin", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - /// optional double value - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_BottomMargin(object unitsNameOrCode, Double value) - { - Factory.ExecutePropertySet(this, "BottomMargin", unitsNameOrCode, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_BottomMargin - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_BottomMargin")] - public Double BottomMargin(object unitsNameOrCode) - { - return get_BottomMargin(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object bstrPassword - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.Enums.VisProtection get_Protection(object bstrPassword) - { - return Factory.ExecuteEnumPropertyGet(this, "Protection", bstrPassword); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object bstrPassword - /// optional VisProtection value - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_Protection(object bstrPassword, NetOffice.VisioApi.Enums.VisProtection value) - { - Factory.ExecutePropertySet(this, "Protection", bstrPassword, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Protection - /// - /// optional object bstrPassword - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Protection")] - public NetOffice.VisioApi.Enums.VisProtection Protection(object bstrPassword) - { - return get_Protection(bstrPassword); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_HeaderMargin(object unitsNameOrCode) - { - return Factory.ExecuteDoublePropertyGet(this, "HeaderMargin", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - /// optional double value - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_HeaderMargin(object unitsNameOrCode, Double value) - { - Factory.ExecutePropertySet(this, "HeaderMargin", unitsNameOrCode, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_HeaderMargin - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_HeaderMargin")] - public Double HeaderMargin(object unitsNameOrCode) - { - return get_HeaderMargin(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_FooterMargin(object unitsNameOrCode) - { - return Factory.ExecuteDoublePropertyGet(this, "FooterMargin", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - /// optional double value - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_FooterMargin(object unitsNameOrCode, Double value) - { - Factory.ExecutePropertySet(this, "FooterMargin", unitsNameOrCode, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_FooterMargin - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_FooterMargin")] - public Double FooterMargin(object unitsNameOrCode) - { - return get_FooterMargin(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object bstrExistingPassword - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string get_Password(object bstrExistingPassword) - { - return Factory.ExecuteStringPropertyGet(this, "Password", bstrExistingPassword); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object bstrExistingPassword - /// optional string value - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_Password(object bstrExistingPassword, string value) - { - Factory.ExecutePropertySet(this, "Password", bstrExistingPassword, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Password - /// - /// optional object bstrExistingPassword - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Password")] - public string Password(object bstrExistingPassword) - { - return get_Password(bstrExistingPassword); - } - - #endregion - - #region Methods - - #endregion - } - - /// - /// DispatchInterface IVDocument - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVDocument : IVDocument_ - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVDocument); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVDocument(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVDocument(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDocument(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDocument(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDocument(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDocument(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDocument() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDocument(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 InPlace - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "InPlace"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMasters Masters - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Masters"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPages Pages - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Pages"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStyles Styles - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Styles"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Path - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Path"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FullName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FullName"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Index - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 old_Saved - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "old_Saved"); - } - set - { - Factory.ExecuteValuePropertySet(this, "old_Saved", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ReadOnly - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ReadOnly"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int32 old_Version - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "old_Version"); - } - set - { - Factory.ExecuteValuePropertySet(this, "old_Version", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Title - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Title"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Title", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Subject - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Subject"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Subject", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Creator - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Creator"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Creator", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Keywords - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Keywords"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Keywords", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Description - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Description"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Description", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVUIObject CustomMenus - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "CustomMenus"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string CustomMenusFile - { - get - { - return Factory.ExecuteStringPropertyGet(this, "CustomMenusFile"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CustomMenusFile", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVUIObject CustomToolbars - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "CustomToolbars"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string CustomToolbarsFile - { - get - { - return Factory.ExecuteStringPropertyGet(this, "CustomToolbarsFile"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CustomToolbarsFile", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVFonts Fonts - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Fonts"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVColors Colors - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Colors"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Template - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Template"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 old_SavePreviewMode - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "old_SavePreviewMode"); - } - set - { - Factory.ExecuteValuePropertySet(this, "old_SavePreviewMode", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double LeftMargin - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "LeftMargin"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LeftMargin", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double RightMargin - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "RightMargin"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RightMargin", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double TopMargin - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "TopMargin"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TopMargin", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double BottomMargin - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "BottomMargin"); - } - set - { - Factory.ExecuteValuePropertySet(this, "BottomMargin", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 old_PrintLandscape - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "old_PrintLandscape"); - } - set - { - Factory.ExecuteValuePropertySet(this, "old_PrintLandscape", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 old_PrintCenteredH - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "old_PrintCenteredH"); - } - set - { - Factory.ExecuteValuePropertySet(this, "old_PrintCenteredH", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 old_PrintCenteredV - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "old_PrintCenteredV"); - } - set - { - Factory.ExecuteValuePropertySet(this, "old_PrintCenteredV", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double PrintScale - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "PrintScale"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PrintScale", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 old_PrintFitOnPages - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "old_PrintFitOnPages"); - } - set - { - Factory.ExecuteValuePropertySet(this, "old_PrintFitOnPages", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PrintPagesAcross - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PrintPagesAcross"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PrintPagesAcross", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PrintPagesDown - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PrintPagesDown"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PrintPagesDown", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string DefaultStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "DefaultStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DefaultStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string DefaultLineStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "DefaultLineStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DefaultLineStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string DefaultFillStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "DefaultFillStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DefaultFillStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string DefaultTextStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "DefaultTextStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DefaultTextStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object VBProject - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "VBProject"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_PaperWidth(object unitsNameOrCode) - { - return Factory.ExecuteDoublePropertyGet(this, "PaperWidth", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_PaperWidth - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_PaperWidth")] - public Double PaperWidth(object unitsNameOrCode) - { - return get_PaperWidth(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_PaperHeight(object unitsNameOrCode) - { - return Factory.ExecuteDoublePropertyGet(this, "PaperHeight", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_PaperHeight - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_PaperHeight")] - public Double PaperHeight(object unitsNameOrCode) - { - return get_PaperHeight(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 old_PaperSize - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "old_PaperSize"); - } - set - { - Factory.ExecuteValuePropertySet(this, "old_PaperSize", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string CodeName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "CodeName"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 old_Mode - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "old_Mode"); - } - set - { - Factory.ExecuteValuePropertySet(this, "old_Mode", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVOLEObjects OLEObjects - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "OLEObjects"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Manager - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Manager"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Manager", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Company - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Company"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Company", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Category - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Category"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Category", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string HyperlinkBase - { - get - { - return Factory.ExecuteStringPropertyGet(this, "HyperlinkBase"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HyperlinkBase", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DocumentSheet - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DocumentSheet"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object Container - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "Container"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ClassID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ClassID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ProgID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ProgID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMasterShortcuts MasterShortcuts - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "MasterShortcuts"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AlternateNames - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AlternateNames"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AlternateNames", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape GestureFormatSheet - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "GestureFormatSheet"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool AutoRecover - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "AutoRecover"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AutoRecover", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Saved - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Saved"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Saved", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisDocVersions Version - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "Version"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "Version", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisSavePreviewMode SavePreviewMode - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "SavePreviewMode"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "SavePreviewMode", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool PrintLandscape - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "PrintLandscape"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PrintLandscape", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool PrintCenteredH - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "PrintCenteredH"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PrintCenteredH", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool PrintCenteredV - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "PrintCenteredV"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PrintCenteredV", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool PrintFitOnPages - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "PrintFitOnPages"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PrintFitOnPages", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisPaperSizes PaperSize - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "PaperSize"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "PaperSize", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisDocModeArgs Mode - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "Mode"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "Mode", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool SnapEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "SnapEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapEnabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisSnapSettings SnapSettings - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "SnapSettings"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "SnapSettings", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisSnapExtensions SnapExtensions - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "SnapExtensions"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "SnapExtensions", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double[] SnapAngles - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(this, "SnapAngles", paramsArray); - return (Double[])returnItem; - } - set - { - object[] paramsArray = Invoker.ValidateParamsArray(value); - Invoker.PropertySet(this, "SnapAngles", paramsArray); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool GlueEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "GlueEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "GlueEnabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisGlueSettings GlueSettings - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "GlueSettings"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "GlueSettings", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool DynamicGridEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DynamicGridEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DynamicGridEnabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string DefaultGuideStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "DefaultGuideStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DefaultGuideStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisProtection Protection - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "Protection"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "Protection", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Printer - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Printer"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Printer", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int32 PrintCopies - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "PrintCopies"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PrintCopies", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string HeaderLeft - { - get - { - return Factory.ExecuteStringPropertyGet(this, "HeaderLeft"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HeaderLeft", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string HeaderCenter - { - get - { - return Factory.ExecuteStringPropertyGet(this, "HeaderCenter"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HeaderCenter", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string HeaderRight - { - get - { - return Factory.ExecuteStringPropertyGet(this, "HeaderRight"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HeaderRight", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double HeaderMargin - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "HeaderMargin"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HeaderMargin", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FooterLeft - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FooterLeft"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FooterLeft", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FooterCenter - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FooterCenter"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FooterCenter", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FooterRight - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FooterRight"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FooterRight", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double FooterMargin - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "FooterMargin"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FooterMargin", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16), NativeResult] - public stdole.Font HeaderFooterFont - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "HeaderFooterFont", paramsArray); - return returnItem as stdole.Font; - } - set - { - object[] paramsArray = Invoker.ValidateParamsArray(value); - Invoker.PropertySet(this, "HeaderFooterFont", paramsArray); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 HeaderFooterColor - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "HeaderFooterColor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HeaderFooterColor", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string Password - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Password"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Password", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16), NativeResult] - public stdole.Picture PreviewPicture - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "PreviewPicture", paramsArray); - return returnItem as stdole.Picture; - } - set - { - object[] paramsArray = Invoker.ValidateParamsArray(value); - Invoker.PropertySet(this, "PreviewPicture", paramsArray); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 BuildNumberCreated - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "BuildNumberCreated"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 BuildNumberEdited - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "BuildNumberEdited"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public DateTime TimeCreated - { - get - { - return Factory.ExecuteDateTimePropertyGet(this, "TimeCreated"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public DateTime Time - { - get - { - return Factory.ExecuteDateTimePropertyGet(this, "Time"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public DateTime TimeEdited - { - get - { - return Factory.ExecuteDateTimePropertyGet(this, "TimeEdited"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public DateTime TimePrinted - { - get - { - return Factory.ExecuteDateTimePropertyGet(this, "TimePrinted"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public DateTime TimeSaved - { - get - { - return Factory.ExecuteDateTimePropertyGet(this, "TimeSaved"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ContainsWorkspace - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ContainsWorkspace"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public object[] EmailRoutingData - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "EmailRoutingData", paramsArray); - if((null != returnItem) && (returnItem is MarshalByRefObject)) - { - ICOMObject[] newObject = Factory.CreateObjectArrayFromComProxy(this, (object[])returnItem, false); - return newObject; - } - else - { - return (object[]) returnItem; - } - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public byte[] VBProjectData - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(this, "VBProjectData", paramsArray); - return (byte[])returnItem; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SolutionXMLElementCount - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SolutionXMLElementCount"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string get_SolutionXMLElementName(Int32 index) - { - return Factory.ExecuteStringPropertyGet(this, "SolutionXMLElementName", index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_SolutionXMLElementName - /// - /// Int32 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_SolutionXMLElementName")] - public string SolutionXMLElementName(Int32 index) - { - return get_SolutionXMLElementName(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string elementName - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool get_SolutionXMLElementExists(string elementName) - { - return Factory.ExecuteBoolPropertyGet(this, "SolutionXMLElementExists", elementName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_SolutionXMLElementExists - /// - /// string elementName - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_SolutionXMLElementExists")] - public bool SolutionXMLElementExists(string elementName) - { - return get_SolutionXMLElementExists(elementName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// string elementName - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string get_SolutionXMLElement(string elementName) - { - return Factory.ExecuteStringPropertyGet(this, "SolutionXMLElement", elementName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// string elementName - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_SolutionXMLElement(string elementName, string value) - { - Factory.ExecutePropertySet(this, "SolutionXMLElement", elementName, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_SolutionXMLElement - /// - /// string elementName - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_SolutionXMLElement")] - public string SolutionXMLElement(string elementName) - { - return get_SolutionXMLElement(elementName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 FullBuildNumberCreated - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "FullBuildNumberCreated"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 FullBuildNumberEdited - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "FullBuildNumberEdited"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool MacrosEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "MacrosEnabled"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisZoomBehavior ZoomBehavior - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "ZoomBehavior"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "ZoomBehavior", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisDocumentTypes Type - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "Type"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Language - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Language"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Language", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool RemovePersonalInformation - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "RemovePersonalInformation"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RemovePersonalInformation", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool UndoEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "UndoEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "UndoEnabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object SharedWorkspace - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "SharedWorkspace"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object Sync - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "Sync"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDataRecordsets DataRecordsets - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DataRecordsets"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool ContainsWorkspaceEx - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ContainsWorkspaceEx"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ContainsWorkspaceEx", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public string DefaultSavePath - { - get - { - return Factory.ExecuteStringPropertyGet(this, "DefaultSavePath"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DefaultSavePath", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public string CustomUI - { - get - { - return Factory.ExecuteStringPropertyGet(this, "CustomUI"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CustomUI", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public string UserCustomUI - { - get - { - return Factory.ExecuteStringPropertyGet(this, "UserCustomUI"); - } - set - { - Factory.ExecuteValuePropertySet(this, "UserCustomUI", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVServerPublishOptions ServerPublishOptions - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ServerPublishOptions"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVValidation Validation - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Validation"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 DiagramServicesEnabled - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "DiagramServicesEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DiagramServicesEnabled", value); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - public bool CompatibilityMode - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "CompatibilityMode"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVComments Comments - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Comments"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object objectToDrop - /// Int16 xPos - /// Int16 yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster Drop(object objectToDrop, Int16 xPos, Int16 yPos) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Drop", objectToDrop, xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Save() - { - return Factory.ExecuteInt16MethodGet(this, "Save"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SaveAs(string fileName) - { - return Factory.ExecuteInt16MethodGet(this, "SaveAs", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Print() - { - Factory.ExecuteMethod(this, "Print"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Close() - { - Factory.ExecuteMethod(this, "Close"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVUIObject menusObject - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetCustomMenus(NetOffice.VisioApi.IVUIObject menusObject) - { - Factory.ExecuteMethod(this, "SetCustomMenus", menusObject); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ClearCustomMenus() - { - Factory.ExecuteMethod(this, "ClearCustomMenus"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVUIObject toolbarsObject - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetCustomToolbars(NetOffice.VisioApi.IVUIObject toolbarsObject) - { - Factory.ExecuteMethod(this, "SetCustomToolbars", toolbarsObject); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ClearCustomToolbars() - { - Factory.ExecuteMethod(this, "ClearCustomToolbars"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// Int16 saveFlags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SaveAsEx(string fileName, Int16 saveFlags) - { - Factory.ExecuteMethod(this, "SaveAsEx", fileName, saveFlags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 iD - /// string fileName - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetIcon(Int16 iD, string fileName) - { - Factory.ExecuteMethod(this, "GetIcon", iD, fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 iD - /// Int16 index - /// string fileName - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetIcon(Int16 iD, Int16 index, string fileName) - { - Factory.ExecuteMethod(this, "SetIcon", iD, index, fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow OpenStencilWindow() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "OpenStencilWindow"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string line - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ParseLine(string line) - { - Factory.ExecuteMethod(this, "ParseLine", line); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string line - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ExecuteLine(string line) - { - Factory.ExecuteMethod(this, "ExecuteLine", line); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string target - /// string location - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FollowHyperlink45(string target, string location) - { - Factory.ExecuteMethod(this, "FollowHyperlink45", target, location); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string address - /// string subAddress - /// optional object extraInfo - /// optional object frame - /// optional object newWindow - /// optional object res1 - /// optional object res2 - /// optional object res3 - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FollowHyperlink(string address, string subAddress, object extraInfo, object frame, object newWindow, object res1, object res2, object res3) - { - Factory.ExecuteMethod(this, "FollowHyperlink", new object[]{ address, subAddress, extraInfo, frame, newWindow, res1, res2, res3 }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string address - /// string subAddress - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FollowHyperlink(string address, string subAddress) - { - Factory.ExecuteMethod(this, "FollowHyperlink", address, subAddress); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string address - /// string subAddress - /// optional object extraInfo - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FollowHyperlink(string address, string subAddress, object extraInfo) - { - Factory.ExecuteMethod(this, "FollowHyperlink", address, subAddress, extraInfo); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string address - /// string subAddress - /// optional object extraInfo - /// optional object frame - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FollowHyperlink(string address, string subAddress, object extraInfo, object frame) - { - Factory.ExecuteMethod(this, "FollowHyperlink", address, subAddress, extraInfo, frame); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string address - /// string subAddress - /// optional object extraInfo - /// optional object frame - /// optional object newWindow - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FollowHyperlink(string address, string subAddress, object extraInfo, object frame, object newWindow) - { - Factory.ExecuteMethod(this, "FollowHyperlink", new object[]{ address, subAddress, extraInfo, frame, newWindow }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string address - /// string subAddress - /// optional object extraInfo - /// optional object frame - /// optional object newWindow - /// optional object res1 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FollowHyperlink(string address, string subAddress, object extraInfo, object frame, object newWindow, object res1) - { - Factory.ExecuteMethod(this, "FollowHyperlink", new object[]{ address, subAddress, extraInfo, frame, newWindow, res1 }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string address - /// string subAddress - /// optional object extraInfo - /// optional object frame - /// optional object newWindow - /// optional object res1 - /// optional object res2 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FollowHyperlink(string address, string subAddress, object extraInfo, object frame, object newWindow, object res1, object res2) - { - Factory.ExecuteMethod(this, "FollowHyperlink", new object[]{ address, subAddress, extraInfo, frame, newWindow, res1, res2 }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ClearGestureFormatSheet() - { - Factory.ExecuteMethod(this, "ClearGestureFormatSheet"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object nTargets - /// optional object nActions - /// optional object nAlerts - /// optional object nFixes - /// optional object bStopOnError - /// optional object bLogFileName - /// optional object nReserved - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Clean(object nTargets, object nActions, object nAlerts, object nFixes, object bStopOnError, object bLogFileName, object nReserved) - { - Factory.ExecuteMethod(this, "Clean", new object[]{ nTargets, nActions, nAlerts, nFixes, bStopOnError, bLogFileName, nReserved }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Clean() - { - Factory.ExecuteMethod(this, "Clean"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object nTargets - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Clean(object nTargets) - { - Factory.ExecuteMethod(this, "Clean", nTargets); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object nTargets - /// optional object nActions - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Clean(object nTargets, object nActions) - { - Factory.ExecuteMethod(this, "Clean", nTargets, nActions); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object nTargets - /// optional object nActions - /// optional object nAlerts - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Clean(object nTargets, object nActions, object nAlerts) - { - Factory.ExecuteMethod(this, "Clean", nTargets, nActions, nAlerts); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object nTargets - /// optional object nActions - /// optional object nAlerts - /// optional object nFixes - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Clean(object nTargets, object nActions, object nAlerts, object nFixes) - { - Factory.ExecuteMethod(this, "Clean", nTargets, nActions, nAlerts, nFixes); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object nTargets - /// optional object nActions - /// optional object nAlerts - /// optional object nFixes - /// optional object bStopOnError - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Clean(object nTargets, object nActions, object nAlerts, object nFixes, object bStopOnError) - { - Factory.ExecuteMethod(this, "Clean", new object[]{ nTargets, nActions, nAlerts, nFixes, bStopOnError }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object nTargets - /// optional object nActions - /// optional object nAlerts - /// optional object nFixes - /// optional object bStopOnError - /// optional object bLogFileName - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Clean(object nTargets, object nActions, object nAlerts, object nFixes, object bStopOnError, object bLogFileName) - { - Factory.ExecuteMethod(this, "Clean", new object[]{ nTargets, nActions, nAlerts, nFixes, bStopOnError, bLogFileName }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVDocument pSourceDoc - [SupportByVersion("Visio", 11,12,14,15,16)] - public void CopyPreviewPicture(NetOffice.VisioApi.IVDocument pSourceDoc) - { - Factory.ExecuteMethod(this, "CopyPreviewPicture", pSourceDoc); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string elementName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void DeleteSolutionXMLElement(string elementName) - { - Factory.ExecuteMethod(this, "DeleteSolutionXMLElement", elementName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool CanCheckIn() - { - return Factory.ExecuteBoolMethodGet(this, "CanCheckIn"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional bool SaveChanges = true - /// optional object comments - /// optional bool MakePublic = false - [SupportByVersion("Visio", 11,12,14,15,16)] - public void CheckIn(object saveChanges, object comments, object makePublic) - { - Factory.ExecuteMethod(this, "CheckIn", saveChanges, comments, makePublic); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void CheckIn() - { - Factory.ExecuteMethod(this, "CheckIn"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional bool SaveChanges = true - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void CheckIn(object saveChanges) - { - Factory.ExecuteMethod(this, "CheckIn", saveChanges); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional bool SaveChanges = true - /// optional object comments - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void CheckIn(object saveChanges, object comments) - { - Factory.ExecuteMethod(this, "CheckIn", saveChanges, comments); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ScaleCurrentViewToPaper = false - /// optional string PrinterName = - /// optional bool PrintToFile = false - /// optional string OutputFileName = - /// optional Int32 Copies = 1 - /// optional bool Collate = false - /// optional bool ColorAsBlack = false - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PrintOut(NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object scaleCurrentViewToPaper, object printerName, object printToFile, object outputFileName, object copies, object collate, object colorAsBlack) - { - Factory.ExecuteMethod(this, "PrintOut", new object[]{ printRange, fromPage, toPage, scaleCurrentViewToPaper, printerName, printToFile, outputFileName, copies, collate, colorAsBlack }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PrintOut(NetOffice.VisioApi.Enums.VisPrintOutRange printRange) - { - Factory.ExecuteMethod(this, "PrintOut", printRange); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PrintOut(NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage) - { - Factory.ExecuteMethod(this, "PrintOut", printRange, fromPage); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PrintOut(NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage) - { - Factory.ExecuteMethod(this, "PrintOut", printRange, fromPage, toPage); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ScaleCurrentViewToPaper = false - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PrintOut(NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object scaleCurrentViewToPaper) - { - Factory.ExecuteMethod(this, "PrintOut", printRange, fromPage, toPage, scaleCurrentViewToPaper); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ScaleCurrentViewToPaper = false - /// optional string PrinterName = - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PrintOut(NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object scaleCurrentViewToPaper, object printerName) - { - Factory.ExecuteMethod(this, "PrintOut", new object[]{ printRange, fromPage, toPage, scaleCurrentViewToPaper, printerName }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ScaleCurrentViewToPaper = false - /// optional string PrinterName = - /// optional bool PrintToFile = false - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PrintOut(NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object scaleCurrentViewToPaper, object printerName, object printToFile) - { - Factory.ExecuteMethod(this, "PrintOut", new object[]{ printRange, fromPage, toPage, scaleCurrentViewToPaper, printerName, printToFile }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ScaleCurrentViewToPaper = false - /// optional string PrinterName = - /// optional bool PrintToFile = false - /// optional string OutputFileName = - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PrintOut(NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object scaleCurrentViewToPaper, object printerName, object printToFile, object outputFileName) - { - Factory.ExecuteMethod(this, "PrintOut", new object[]{ printRange, fromPage, toPage, scaleCurrentViewToPaper, printerName, printToFile, outputFileName }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ScaleCurrentViewToPaper = false - /// optional string PrinterName = - /// optional bool PrintToFile = false - /// optional string OutputFileName = - /// optional Int32 Copies = 1 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PrintOut(NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object scaleCurrentViewToPaper, object printerName, object printToFile, object outputFileName, object copies) - { - Factory.ExecuteMethod(this, "PrintOut", new object[]{ printRange, fromPage, toPage, scaleCurrentViewToPaper, printerName, printToFile, outputFileName, copies }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ScaleCurrentViewToPaper = false - /// optional string PrinterName = - /// optional bool PrintToFile = false - /// optional string OutputFileName = - /// optional Int32 Copies = 1 - /// optional bool Collate = false - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PrintOut(NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object scaleCurrentViewToPaper, object printerName, object printToFile, object outputFileName, object copies, object collate) - { - Factory.ExecuteMethod(this, "PrintOut", new object[]{ printRange, fromPage, toPage, scaleCurrentViewToPaper, printerName, printToFile, outputFileName, copies, collate }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string bstrUndoScopeName - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 BeginUndoScope(string bstrUndoScopeName) - { - return Factory.ExecuteInt32MethodGet(this, "BeginUndoScope", bstrUndoScopeName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 nScopeID - /// bool bCommit - [SupportByVersion("Visio", 11,12,14,15,16)] - public void EndUndoScope(Int32 nScopeID, bool bCommit) - { - Factory.ExecuteMethod(this, "EndUndoScope", nScopeID, bCommit); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object pUndoUnit - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddUndoUnit(object pUndoUnit) - { - Factory.ExecuteMethod(this, "AddUndoUnit", pUndoUnit); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PurgeUndo() - { - Factory.ExecuteMethod(this, "PurgeUndo"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string bstrScopeName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void RenameCurrentScope(string bstrScopeName) - { - Factory.ExecuteMethod(this, "RenameCurrentScope", bstrScopeName); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 removeHiddenInfoItems - [SupportByVersion("Visio", 12,14,15,16)] - public void RemoveHiddenInformation(Int32 removeHiddenInfoItems) - { - Factory.ExecuteMethod(this, "RemoveHiddenInformation", removeHiddenInfoItems); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisThemeTypes eType - /// String[] nameArray - [SupportByVersion("Visio", 12,14,15,16)] - public void GetThemeNames(NetOffice.VisioApi.Enums.VisThemeTypes eType, out String[] nameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - nameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray(eType, (object)nameArray); - Invoker.Method(this, "GetThemeNames", paramsArray, modifiers); - nameArray = (String[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisThemeTypes eType - /// String[] nameArray - [SupportByVersion("Visio", 12,14,15,16)] - public void GetThemeNamesU(NetOffice.VisioApi.Enums.VisThemeTypes eType, out String[] nameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - nameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray(eType, (object)nameArray); - Invoker.Method(this, "GetThemeNamesU", paramsArray, modifiers); - nameArray = (String[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool CanUndoCheckOut() - { - return Factory.ExecuteBoolMethodGet(this, "CanUndoCheckOut"); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - public void UndoCheckOut() - { - Factory.ExecuteMethod(this, "UndoCheckOut"); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat - /// string outputFileName - /// NetOffice.VisioApi.Enums.VisDocExIntent intent - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ColorAsBlack = false - /// optional bool IncludeBackground = true - /// optional bool IncludeDocumentProperties = true - /// optional bool IncludeStructureTags = true - /// optional bool UseISO19005_1 = false - /// optional object fixedFormatExtClass - [SupportByVersion("Visio", 12,14,15,16)] - public void ExportAsFixedFormat(NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat, string outputFileName, NetOffice.VisioApi.Enums.VisDocExIntent intent, NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object colorAsBlack, object includeBackground, object includeDocumentProperties, object includeStructureTags, object useISO19005_1, object fixedFormatExtClass) - { - Factory.ExecuteMethod(this, "ExportAsFixedFormat", new object[]{ fixedFormat, outputFileName, intent, printRange, fromPage, toPage, colorAsBlack, includeBackground, includeDocumentProperties, includeStructureTags, useISO19005_1, fixedFormatExtClass }); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat - /// string outputFileName - /// NetOffice.VisioApi.Enums.VisDocExIntent intent - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void ExportAsFixedFormat(NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat, string outputFileName, NetOffice.VisioApi.Enums.VisDocExIntent intent, NetOffice.VisioApi.Enums.VisPrintOutRange printRange) - { - Factory.ExecuteMethod(this, "ExportAsFixedFormat", fixedFormat, outputFileName, intent, printRange); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat - /// string outputFileName - /// NetOffice.VisioApi.Enums.VisDocExIntent intent - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void ExportAsFixedFormat(NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat, string outputFileName, NetOffice.VisioApi.Enums.VisDocExIntent intent, NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage) - { - Factory.ExecuteMethod(this, "ExportAsFixedFormat", new object[]{ fixedFormat, outputFileName, intent, printRange, fromPage }); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat - /// string outputFileName - /// NetOffice.VisioApi.Enums.VisDocExIntent intent - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void ExportAsFixedFormat(NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat, string outputFileName, NetOffice.VisioApi.Enums.VisDocExIntent intent, NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage) - { - Factory.ExecuteMethod(this, "ExportAsFixedFormat", new object[]{ fixedFormat, outputFileName, intent, printRange, fromPage, toPage }); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat - /// string outputFileName - /// NetOffice.VisioApi.Enums.VisDocExIntent intent - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ColorAsBlack = false - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void ExportAsFixedFormat(NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat, string outputFileName, NetOffice.VisioApi.Enums.VisDocExIntent intent, NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object colorAsBlack) - { - Factory.ExecuteMethod(this, "ExportAsFixedFormat", new object[]{ fixedFormat, outputFileName, intent, printRange, fromPage, toPage, colorAsBlack }); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat - /// string outputFileName - /// NetOffice.VisioApi.Enums.VisDocExIntent intent - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ColorAsBlack = false - /// optional bool IncludeBackground = true - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void ExportAsFixedFormat(NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat, string outputFileName, NetOffice.VisioApi.Enums.VisDocExIntent intent, NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object colorAsBlack, object includeBackground) - { - Factory.ExecuteMethod(this, "ExportAsFixedFormat", new object[]{ fixedFormat, outputFileName, intent, printRange, fromPage, toPage, colorAsBlack, includeBackground }); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat - /// string outputFileName - /// NetOffice.VisioApi.Enums.VisDocExIntent intent - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ColorAsBlack = false - /// optional bool IncludeBackground = true - /// optional bool IncludeDocumentProperties = true - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void ExportAsFixedFormat(NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat, string outputFileName, NetOffice.VisioApi.Enums.VisDocExIntent intent, NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object colorAsBlack, object includeBackground, object includeDocumentProperties) - { - Factory.ExecuteMethod(this, "ExportAsFixedFormat", new object[]{ fixedFormat, outputFileName, intent, printRange, fromPage, toPage, colorAsBlack, includeBackground, includeDocumentProperties }); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat - /// string outputFileName - /// NetOffice.VisioApi.Enums.VisDocExIntent intent - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ColorAsBlack = false - /// optional bool IncludeBackground = true - /// optional bool IncludeDocumentProperties = true - /// optional bool IncludeStructureTags = true - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void ExportAsFixedFormat(NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat, string outputFileName, NetOffice.VisioApi.Enums.VisDocExIntent intent, NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object colorAsBlack, object includeBackground, object includeDocumentProperties, object includeStructureTags) - { - Factory.ExecuteMethod(this, "ExportAsFixedFormat", new object[]{ fixedFormat, outputFileName, intent, printRange, fromPage, toPage, colorAsBlack, includeBackground, includeDocumentProperties, includeStructureTags }); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat - /// string outputFileName - /// NetOffice.VisioApi.Enums.VisDocExIntent intent - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ColorAsBlack = false - /// optional bool IncludeBackground = true - /// optional bool IncludeDocumentProperties = true - /// optional bool IncludeStructureTags = true - /// optional bool UseISO19005_1 = false - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void ExportAsFixedFormat(NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat, string outputFileName, NetOffice.VisioApi.Enums.VisDocExIntent intent, NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object colorAsBlack, object includeBackground, object includeDocumentProperties, object includeStructureTags, object useISO19005_1) - { - Factory.ExecuteMethod(this, "ExportAsFixedFormat", new object[]{ fixedFormat, outputFileName, intent, printRange, fromPage, toPage, colorAsBlack, includeBackground, includeDocumentProperties, includeStructureTags, useISO19005_1 }); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVDocuments.cs b/Source/Visio/DispatchInterfaces/IVDocuments.cs deleted file mode 100644 index 49a3c69a06..0000000000 --- a/Source/Visio/DispatchInterfaces/IVDocuments.cs +++ /dev/null @@ -1,391 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVDocuments - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVDocuments : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVDocuments); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVDocuments(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVDocuments(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDocuments(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDocuments(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDocuments(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDocuments(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDocuments() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVDocuments(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVDocument this[object nameOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameOrIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 objectID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVDocument get_ItemFromID(Int32 objectID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVDocument.LateBindingApiWrapperType, objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 objectID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVDocument ItemFromID(Int32 objectID) - { - return get_ItemFromID(objectID); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Add(string fileName) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Open(string fileName) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Open", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument OpenEx(string fileName, Int16 flags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "OpenEx", fileName, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] nameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetNames(out String[] nameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - nameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)nameArray); - Invoker.Method(this, "GetNames", paramsArray, modifiers); - nameArray = (String[])paramsArray[0]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool CanCheckOut(string fileName) - { - return Factory.ExecuteBoolMethodGet(this, "CanCheckOut", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void CheckOut(string fileName) - { - Factory.ExecuteMethod(this, "CheckOut", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// optional NetOffice.VisioApi.Enums.VisMeasurementSystem MeasurementSystem = 0 - /// optional Int32 Flags = 0 - /// optional Int32 LangID = 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument AddEx(string fileName, object measurementSystem, object flags, object langID) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddEx", fileName, measurementSystem, flags, langID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVDocument AddEx(string fileName) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddEx", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// optional NetOffice.VisioApi.Enums.VisMeasurementSystem MeasurementSystem = 0 - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVDocument AddEx(string fileName, object measurementSystem) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddEx", fileName, measurementSystem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// optional NetOffice.VisioApi.Enums.VisMeasurementSystem MeasurementSystem = 0 - /// optional Int32 Flags = 0 - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVDocument AddEx(string fileName, object measurementSystem, object flags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddEx", fileName, measurementSystem, flags); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVDocument item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVEvent.cs b/Source/Visio/DispatchInterfaces/IVEvent.cs deleted file mode 100644 index b91dab46f8..0000000000 --- a/Source/Visio/DispatchInterfaces/IVEvent.cs +++ /dev/null @@ -1,407 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVEvent - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVEvent : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVEvent); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVEvent(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVEvent(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVEvent(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVEvent(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVEvent(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVEvent(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVEvent() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVEvent(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Index - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Event - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Event"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Event", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Action - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Action"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Action", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Target - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Target"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Target", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string TargetArgs - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TargetArgs"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TargetArgs", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Enabled - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Enabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Enabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Persistable - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Persistable"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Persistent - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Persistent"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Persistent", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string contextString - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Trigger(string contextString) - { - Factory.ExecuteMethod(this, "Trigger", contextString); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32[] GetFilterObjects() - { - object[] paramsArray = null; - object returnItem = (object)Invoker.MethodReturn(this, "GetFilterObjects", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32[] objects - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetFilterObjects(Int32[] objects) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)objects); - Invoker.Method(this, "SetFilterObjects", paramsArray); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32[] GetFilterCommands() - { - object[] paramsArray = null; - object returnItem = (object)Invoker.MethodReturn(this, "GetFilterCommands", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32[] commands - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetFilterCommands(Int32[] commands) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)commands); - Invoker.Method(this, "SetFilterCommands", paramsArray); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16[] GetFilterSRC() - { - object[] paramsArray = null; - object returnItem = (object)Invoker.MethodReturn(this, "GetFilterSRC", paramsArray); - return (Int16[])returnItem; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetFilterSRC(Int16[] sRCStream) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream); - Invoker.Method(this, "SetFilterSRC", paramsArray); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32[] GetFilterActions() - { - object[] paramsArray = null; - object returnItem = (object)Invoker.MethodReturn(this, "GetFilterActions", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32[] filterActionStream - [SupportByVersion("Visio", 12,14,15,16)] - public void SetFilterActions(Int32[] filterActionStream) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)filterActionStream); - Invoker.Method(this, "SetFilterActions", paramsArray); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVEventList.cs b/Source/Visio/DispatchInterfaces/IVEventList.cs deleted file mode 100644 index 807ea17ff4..0000000000 --- a/Source/Visio/DispatchInterfaces/IVEventList.cs +++ /dev/null @@ -1,270 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVEventList - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVEventList : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVEventList); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVEventList(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVEventList(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVEventList(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVEventList(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVEventList(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVEventList(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVEventList() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVEventList(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVEvent this[Int16 index] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", index); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 objectID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVEvent get_ItemFromID(Int32 objectID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVEvent.LateBindingApiWrapperType, objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 objectID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVEvent ItemFromID(Int32 objectID) - { - return get_ItemFromID(objectID); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 eventCode - /// Int16 action - /// string target - /// string targetArgs - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEvent Add(Int16 eventCode, Int16 action, string target, string targetArgs) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", eventCode, action, target, targetArgs); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 eventCode - /// object sinkIUnkOrIDisp - /// string iIDSink - /// string targetArgs - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEvent AddAdvise(Int16 eventCode, object sinkIUnkOrIDisp, string iIDSink, string targetArgs) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddAdvise", eventCode, sinkIUnkOrIDisp, iIDSink, targetArgs); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVEvent item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVExtender.cs b/Source/Visio/DispatchInterfaces/IVExtender.cs deleted file mode 100644 index cd67366c31..0000000000 --- a/Source/Visio/DispatchInterfaces/IVExtender.cs +++ /dev/null @@ -1,1264 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVExtender - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface)] - public class IVExtender : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVExtender); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVExtender(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVExtender(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVExtender(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVExtender(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVExtender(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVExtender(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVExtender() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVExtender(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object Object - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "Object"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object Parent - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Shape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object ShapeParent - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "ShapeParent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster Master - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Master"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeSpecificCellName - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCell get_Cells(string localeSpecificCellName) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Cells", NetOffice.VisioApi.IVCell.LateBindingApiWrapperType, localeSpecificCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Cells - /// - /// string localeSpecificCellName - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Cells")] - public NetOffice.VisioApi.IVCell Cells(string localeSpecificCellName) - { - return get_Cells(localeSpecificCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 row - /// Int16 column - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCell get_CellsSRC(Int16 section, Int16 row, Int16 column) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "CellsSRC", NetOffice.VisioApi.IVCell.LateBindingApiWrapperType, section, row, column); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellsSRC - /// - /// Int16 section - /// Int16 row - /// Int16 column - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellsSRC")] - public NetOffice.VisioApi.IVCell CellsSRC(Int16 section, Int16 row, Int16 column) - { - return get_CellsSRC(section, row, column); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Data1 - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Data1"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Data1", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Data2 - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Data2"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Data2", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Data3 - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Data3"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Data3", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Help - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Help"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Help", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NameID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_RowCount(Int16 section) - { - return Factory.ExecuteInt16PropertyGet(this, "RowCount", section); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_RowCount - /// - /// Int16 section - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_RowCount")] - public Int16 RowCount(Int16 section) - { - return get_RowCount(section); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_RowsCellCount(Int16 section, Int16 row) - { - return Factory.ExecuteInt16PropertyGet(this, "RowsCellCount", section, row); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_RowsCellCount - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_RowsCellCount")] - public Int16 RowsCellCount(Int16 section, Int16 row) - { - return get_RowsCellCount(section, row); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_RowType(Int16 section, Int16 row) - { - return Factory.ExecuteInt16PropertyGet(this, "RowType", section, row); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_RowType(Int16 section, Int16 row, Int16 value) - { - Factory.ExecutePropertySet(this, "RowType", section, row, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_RowType - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_RowType")] - public Int16 RowType(Int16 section, Int16 row) - { - return get_RowType(section, row); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVConnects Connects - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Connects"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 ShapeIndex16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShapeIndex16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Style - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Style"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Style", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string StyleKeepFmt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "StyleKeepFmt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "StyleKeepFmt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string LineStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "LineStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LineStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string LineStyleKeepFmt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "LineStyleKeepFmt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LineStyleKeepFmt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FillStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FillStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FillStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FillStyleKeepFmt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FillStyleKeepFmt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FillStyleKeepFmt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 fUniqueID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string get_UniqueID(Int16 fUniqueID) - { - return Factory.ExecuteStringPropertyGet(this, "UniqueID", fUniqueID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_UniqueID - /// - /// Int16 fUniqueID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_UniqueID")] - public string UniqueID(Int16 fUniqueID) - { - return get_UniqueID(fUniqueID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage ContainingPage - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingPage"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster ContainingMaster - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingMaster"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape ContainingShape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingShape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_SectionExists(Int16 section, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "SectionExists", section, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_SectionExists - /// - /// Int16 section - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_SectionExists")] - public Int16 SectionExists(Int16 section, Int16 fExistsLocally) - { - return get_SectionExists(section, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 row - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_RowExists(Int16 section, Int16 row, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "RowExists", section, row, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_RowExists - /// - /// Int16 section - /// Int16 row - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_RowExists")] - public Int16 RowExists(Int16 section, Int16 row, Int16 fExistsLocally) - { - return get_RowExists(section, row, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeSpecificCellName - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CellExists(string localeSpecificCellName, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "CellExists", localeSpecificCellName, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellExists - /// - /// string localeSpecificCellName - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellExists")] - public Int16 CellExists(string localeSpecificCellName, Int16 fExistsLocally) - { - return get_CellExists(localeSpecificCellName, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 row - /// Int16 column - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CellsSRCExists(Int16 section, Int16 row, Int16 column, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "CellsSRCExists", section, row, column, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellsSRCExists - /// - /// Int16 section - /// Int16 row - /// Int16 column - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellsSRCExists")] - public Int16 CellsSRCExists(Int16 section, Int16 row, Int16 column, Int16 fExistsLocally) - { - return get_CellsSRCExists(section, row, column, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 LayerCount - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "LayerCount"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVLayer get_Layer(Int16 index) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Layer", NetOffice.VisioApi.IVLayer.LateBindingApiWrapperType, index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Layer - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Layer")] - public NetOffice.VisioApi.IVLayer Layer(Int16 index) - { - return get_Layer(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ClassID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ClassID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object ShapeObject - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "ShapeObject"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 ShapeID16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShapeID16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVConnects FromConnects - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "FromConnects"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVHyperlink Hyperlink - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Hyperlink"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ProgID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ProgID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectIsInherited - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectIsInherited"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ShapeID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ShapeID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ShapeIndex - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ShapeIndex"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Index() - { - Factory.ExecuteMethod(this, "Index"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void VoidGroup() - { - Factory.ExecuteMethod(this, "VoidGroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void BringForward() - { - Factory.ExecuteMethod(this, "BringForward"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void BringToFront() - { - Factory.ExecuteMethod(this, "BringToFront"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ConvertToGroup() - { - Factory.ExecuteMethod(this, "ConvertToGroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SendBackward() - { - Factory.ExecuteMethod(this, "SendBackward"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SendToBack() - { - Factory.ExecuteMethod(this, "SendToBack"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ShapeCopy() - { - Factory.ExecuteMethod(this, "ShapeCopy"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ShapeCut() - { - Factory.ExecuteMethod(this, "ShapeCut"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ShapeDelete() - { - Factory.ExecuteMethod(this, "ShapeDelete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void VoidShapeDuplicate() - { - Factory.ExecuteMethod(this, "VoidShapeDuplicate"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AddSection(Int16 section) - { - return Factory.ExecuteInt16MethodGet(this, "AddSection", section); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - [SupportByVersion("Visio", 11,12,14,15,16)] - public void DeleteSection(Int16 section) - { - Factory.ExecuteMethod(this, "DeleteSection", section); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - /// Int16 row - /// Int16 rowTag - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AddRow(Int16 section, Int16 row, Int16 rowTag) - { - return Factory.ExecuteInt16MethodGet(this, "AddRow", section, row, rowTag); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16)] - public void DeleteRow(Int16 section, Int16 row) - { - Factory.ExecuteMethod(this, "DeleteRow", section, row); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xPos - /// Double yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetCenter(Double xPos, Double yPos) - { - Factory.ExecuteMethod(this, "SetCenter", xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Export(string fileName) - { - Factory.ExecuteMethod(this, "Export", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - /// string rowName - /// Int16 rowTag - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AddNamedRow(Int16 section, string rowName, Int16 rowTag) - { - return Factory.ExecuteInt16MethodGet(this, "AddNamedRow", section, rowName, rowTag); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - /// Int16 row - /// Int16 rowTag - /// Int16 rowCount - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AddRows(Int16 section, Int16 row, Int16 rowTag, Int16 rowCount) - { - return Factory.ExecuteInt16MethodGet(this, "AddRows", section, row, rowTag, rowCount); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow OpenSheetWindow() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "OpenSheetWindow"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// object[] formulaArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetFormulas(Int16[] sRCStream, out object[] formulaArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - formulaArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, (object)formulaArray); - Invoker.Method(this, "GetFormulas", paramsArray, modifiers); - formulaArray = (object[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// Int16 flags - /// object[] unitsNamesOrCodes - /// object[] resultArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetResults(Int16[] sRCStream, Int16 flags, object[] unitsNamesOrCodes, out object[] resultArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,false,true); - resultArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, flags, (object)unitsNamesOrCodes, (object)resultArray); - Invoker.Method(this, "GetResults", paramsArray, modifiers); - resultArray = (object[])paramsArray[3]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// object[] formulaArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SetFormulas(Int16[] sRCStream, object[] formulaArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, (object)formulaArray, flags); - object returnItem = Invoker.MethodReturn(this, "SetFormulas", paramsArray); - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// object[] unitsNamesOrCodes - /// object[] resultArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SetResults(Int16[] sRCStream, object[] unitsNamesOrCodes, object[] resultArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, (object)unitsNamesOrCodes, (object)resultArray, flags); - object returnItem = Invoker.MethodReturn(this, "SetResults", paramsArray); - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 flags - /// Double lpr8Left - /// Double lpr8Bottom - /// Double lpr8Right - /// Double lpr8Top - [SupportByVersion("Visio", 11,12,14,15,16)] - public void BoundingBox(Int16 flags, out Double lpr8Left, out Double lpr8Bottom, out Double lpr8Right, out Double lpr8Top) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true,true,true); - lpr8Left = 0; - lpr8Bottom = 0; - lpr8Right = 0; - lpr8Top = 0; - object[] paramsArray = Invoker.ValidateParamsArray(flags, lpr8Left, lpr8Bottom, lpr8Right, lpr8Top); - Invoker.Method(this, "BoundingBox", paramsArray, modifiers); - lpr8Left = (Double)paramsArray[1]; - lpr8Bottom = (Double)paramsArray[2]; - lpr8Right = (Double)paramsArray[3]; - lpr8Top = (Double)paramsArray[4]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xPos - /// Double yPos - /// Double tolerance - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 HitTest(Double xPos, Double yPos, Double tolerance) - { - return Factory.ExecuteInt16MethodGet(this, "HitTest", xPos, yPos, tolerance); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Group() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Group"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape ShapeDuplicate() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "ShapeDuplicate"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVFont.cs b/Source/Visio/DispatchInterfaces/IVFont.cs deleted file mode 100644 index cb748d7f5b..0000000000 --- a/Source/Visio/DispatchInterfaces/IVFont.cs +++ /dev/null @@ -1,264 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVFont - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVFont : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVFont); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVFont(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVFont(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVFont(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVFont(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVFont(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVFont(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVFont() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVFont(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Index - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 ID16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ID16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Attributes - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Attributes"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 CharSet - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CharSet"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PitchAndFamily - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PitchAndFamily"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVFonts.cs b/Source/Visio/DispatchInterfaces/IVFonts.cs deleted file mode 100644 index db539ac909..0000000000 --- a/Source/Visio/DispatchInterfaces/IVFonts.cs +++ /dev/null @@ -1,269 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVFonts - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVFonts : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVFonts); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVFonts(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVFonts(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVFonts(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVFonts(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVFonts(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVFonts(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVFonts() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVFonts(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVFont this[object nameOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameOrIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 objectID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVFont get_ItemFromID(Int32 objectID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVFont.LateBindingApiWrapperType, objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 objectID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVFont ItemFromID(Int32 objectID) - { - return get_ItemFromID(objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - #endregion - - #region Methods - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVFont item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVGlobal.cs b/Source/Visio/DispatchInterfaces/IVGlobal.cs deleted file mode 100644 index 51e2c70eac..0000000000 --- a/Source/Visio/DispatchInterfaces/IVGlobal.cs +++ /dev/null @@ -1,230 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVGlobal - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface)] - public class IVGlobal : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVGlobal); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVGlobal(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVGlobal(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVGlobal(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVGlobal(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVGlobal(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVGlobal(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVGlobal() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVGlobal(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument ActiveDocument - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ActiveDocument"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage ActivePage - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ActivePage"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow ActiveWindow - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ActiveWindow"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocuments Documents - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Documents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindows Windows - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Windows"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVAddons Addons - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Addons"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object Vbe - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "Vbe"); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVGraphicItem.cs b/Source/Visio/DispatchInterfaces/IVGraphicItem.cs deleted file mode 100644 index 0b97849bc5..0000000000 --- a/Source/Visio/DispatchInterfaces/IVGraphicItem.cs +++ /dev/null @@ -1,348 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVGraphicItem - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVGraphicItem : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVGraphicItem); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVGraphicItem(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVGraphicItem(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVGraphicItem(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVGraphicItem(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVGraphicItem(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVGraphicItem(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVGraphicItem() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVGraphicItem(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisObjectTypes ObjectType - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 Index - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Index"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Index", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public string Description - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Description"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisGraphicItemTypes Type - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "Type"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster DataGraphic - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DataGraphic"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public string Tag - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Tag"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Tag", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisGraphicPositionHorizontal HorizontalPosition - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "HorizontalPosition"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "HorizontalPosition", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisGraphicPositionVertical VerticalPosition - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "VerticalPosition"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "VerticalPosition", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool UseDataGraphicPosition - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "UseDataGraphicPosition"); - } - set - { - Factory.ExecuteValuePropertySet(this, "UseDataGraphicPosition", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisGraphicField field - /// string expression - [SupportByVersion("Visio", 12,14,15,16)] - public void GetExpression(out NetOffice.VisioApi.Enums.VisGraphicField field, out string expression) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true,true); - field = 0; - expression = string.Empty; - object[] paramsArray = Invoker.ValidateParamsArray(field, expression); - Invoker.Method(this, "GetExpression", paramsArray, modifiers); - field = (NetOffice.VisioApi.Enums.VisGraphicField)paramsArray[0]; - expression = (string)paramsArray[1]; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisGraphicField field - /// string expression - [SupportByVersion("Visio", 12,14,15,16)] - public void SetExpression(NetOffice.VisioApi.Enums.VisGraphicField field, string expression) - { - Factory.ExecuteMethod(this, "SetExpression", field, expression); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVGraphicItems.cs b/Source/Visio/DispatchInterfaces/IVGraphicItems.cs deleted file mode 100644 index 40b359f421..0000000000 --- a/Source/Visio/DispatchInterfaces/IVGraphicItems.cs +++ /dev/null @@ -1,294 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVGraphicItems - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVGraphicItems : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVGraphicItems); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVGraphicItems(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVGraphicItems(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVGraphicItems(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVGraphicItems(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVGraphicItems(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVGraphicItems(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVGraphicItems() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVGraphicItems(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisObjectTypes ObjectType - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster DataGraphic - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DataGraphic"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - /// Int32 index - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVGraphicItem this[Int32 index] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", index); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - /// Int32 objectID - [SupportByVersion("Visio", 12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVGraphicItem get_ItemFromID(Int32 objectID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVGraphicItem.LateBindingApiWrapperType, objectID); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 objectID - [SupportByVersion("Visio", 12,14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVGraphicItem ItemFromID(Int32 objectID) - { - return get_ItemFromID(objectID); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVGraphicItem graphicItem - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVGraphicItem AddCopy(NetOffice.VisioApi.IVGraphicItem graphicItem) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddCopy", graphicItem); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVGraphicItem item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVHyperlink.cs b/Source/Visio/DispatchInterfaces/IVHyperlink.cs deleted file mode 100644 index 7c57f883d7..0000000000 --- a/Source/Visio/DispatchInterfaces/IVHyperlink.cs +++ /dev/null @@ -1,395 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVHyperlink - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVHyperlink : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVHyperlink); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVHyperlink(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVHyperlink(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVHyperlink(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVHyperlink(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVHyperlink(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVHyperlink(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVHyperlink() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVHyperlink(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Description - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Description"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Description", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Shape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Address - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Address"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Address", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string SubAddress - { - get - { - return Factory.ExecuteStringPropertyGet(this, "SubAddress"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SubAddress", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 NewWindow - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "NewWindow"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NewWindow", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ExtraInfo - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ExtraInfo"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ExtraInfo", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Frame - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Frame"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Frame", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Row - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Row"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IsDefaultLink - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsDefaultLink"); - } - set - { - Factory.ExecuteValuePropertySet(this, "IsDefaultLink", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NameU", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object favoritesTitle - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddToFavorites(object favoritesTitle) - { - Factory.ExecuteMethod(this, "AddToFavorites", favoritesTitle); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddToFavorites() - { - Factory.ExecuteMethod(this, "AddToFavorites"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Follow() - { - Factory.ExecuteMethod(this, "Follow"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Copy() - { - Factory.ExecuteMethod(this, "Copy"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 canonicalForm - [SupportByVersion("Visio", 11,12,14,15,16)] - public string CreateURL(Int16 canonicalForm) - { - return Factory.ExecuteStringMethodGet(this, "CreateURL", canonicalForm); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVHyperlinks.cs b/Source/Visio/DispatchInterfaces/IVHyperlinks.cs deleted file mode 100644 index 7891c902e8..0000000000 --- a/Source/Visio/DispatchInterfaces/IVHyperlinks.cs +++ /dev/null @@ -1,279 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVHyperlinks - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVHyperlinks : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVHyperlinks); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVHyperlinks(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVHyperlinks(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVHyperlinks(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVHyperlinks(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVHyperlinks(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVHyperlinks(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVHyperlinks() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVHyperlinks(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Shape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVHyperlink this[object nameOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameOrIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVHyperlink get_ItemU(object nameOrIndex) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemU", NetOffice.VisioApi.IVHyperlink.LateBindingApiWrapperType, nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemU - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemU")] - public NetOffice.VisioApi.IVHyperlink ItemU(object nameOrIndex) - { - return get_ItemU(nameOrIndex); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVHyperlink Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVHyperlink item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVLayer.cs b/Source/Visio/DispatchInterfaces/IVLayer.cs deleted file mode 100644 index ce60d36ebf..0000000000 --- a/Source/Visio/DispatchInterfaces/IVLayer.cs +++ /dev/null @@ -1,342 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVLayer - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVLayer : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVLayer); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVLayer(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVLayer(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVLayer(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVLayer(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVLayer(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVLayer(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVLayer() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVLayer(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage Page - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Page"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster Master - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Master"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Index - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Row - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Row"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 column - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCell get_CellsC(Int16 column) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "CellsC", NetOffice.VisioApi.IVCell.LateBindingApiWrapperType, column); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellsC - /// - /// Int16 column - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellsC")] - public NetOffice.VisioApi.IVCell CellsC(Int16 column) - { - return get_CellsC(column); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NameU", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape sheetObject - /// Int16 fPresMems - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Add(NetOffice.VisioApi.IVShape sheetObject, Int16 fPresMems) - { - Factory.ExecuteMethod(this, "Add", sheetObject, fPresMems); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape sheetObject - /// Int16 fPresMems - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Remove(NetOffice.VisioApi.IVShape sheetObject, Int16 fPresMems) - { - Factory.ExecuteMethod(this, "Remove", sheetObject, fPresMems); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 fDeleteShapes - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete(Int16 fDeleteShapes) - { - Factory.ExecuteMethod(this, "Delete", fDeleteShapes); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVLayers.cs b/Source/Visio/DispatchInterfaces/IVLayers.cs deleted file mode 100644 index b510b73bea..0000000000 --- a/Source/Visio/DispatchInterfaces/IVLayers.cs +++ /dev/null @@ -1,335 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVLayers - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVLayers : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVLayers); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVLayers(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVLayers(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVLayers(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVLayers(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVLayers(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVLayers(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVLayers() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVLayers(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage Page - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Page"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster Master - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Master"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVLayer this[object nameOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameOrIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVLayer get_ItemU(object nameOrIndex) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemU", NetOffice.VisioApi.IVLayer.LateBindingApiWrapperType, nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemU - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemU")] - public NetOffice.VisioApi.IVLayer ItemU(object nameOrIndex) - { - return get_ItemU(nameOrIndex); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string layerName - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVLayer Add(string layerName) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", layerName); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVLayer item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVMSGWrap.cs b/Source/Visio/DispatchInterfaces/IVMSGWrap.cs deleted file mode 100644 index 99c3830c15..0000000000 --- a/Source/Visio/DispatchInterfaces/IVMSGWrap.cs +++ /dev/null @@ -1,264 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVMSGWrap - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVMSGWrap : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVMSGWrap); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVMSGWrap(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVMSGWrap(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMSGWrap(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMSGWrap(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMSGWrap(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMSGWrap(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMSGWrap() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMSGWrap(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 hwnd - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "hwnd"); - } - set - { - Factory.ExecuteValuePropertySet(this, "hwnd", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 message - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "message"); - } - set - { - Factory.ExecuteValuePropertySet(this, "message", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 wParam - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "wParam"); - } - set - { - Factory.ExecuteValuePropertySet(this, "wParam", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 lParam - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "lParam"); - } - set - { - Factory.ExecuteValuePropertySet(this, "lParam", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 posttime - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "posttime"); - } - set - { - Factory.ExecuteValuePropertySet(this, "posttime", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ptx - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ptx"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ptx", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 pty - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "pty"); - } - set - { - Factory.ExecuteValuePropertySet(this, "pty", value); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVMaster.cs b/Source/Visio/DispatchInterfaces/IVMaster.cs deleted file mode 100644 index bf4ae135c1..0000000000 --- a/Source/Visio/DispatchInterfaces/IVMaster.cs +++ /dev/null @@ -1,1396 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVMaster - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVMaster : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVMaster); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVMaster(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVMaster(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMaster(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMaster(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMaster(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMaster(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMaster() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMaster(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Prompt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Prompt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Prompt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AlignName - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "AlignName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AlignName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IconSize - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IconSize"); - } - set - { - Factory.ExecuteValuePropertySet(this, "IconSize", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IconUpdate - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IconUpdate"); - } - set - { - Factory.ExecuteValuePropertySet(this, "IconUpdate", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShapes Shapes - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shapes"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Index - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 OneD - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "OneD"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string UniqueID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "UniqueID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVLayers Layers - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Layers"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape PageSheet - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "PageSheet"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVConnects Connects - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Connects"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 ID16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ID16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVOLEObjects OLEObjects - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "OLEObjects"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PatternFlags - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PatternFlags"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PatternFlags", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 MatchByName - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "MatchByName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MatchByName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Hidden - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Hidden"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Hidden", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string BaseID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "BaseID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NewBaseID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NewBaseID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Double x - /// Double y - /// Int16 relation - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVSelection get_SpatialSearch(Double x, Double y, Int16 relation, Double tolerance, Int16 flags) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "SpatialSearch", NetOffice.VisioApi.IVSelection.LateBindingApiWrapperType, new object[]{ x, y, relation, tolerance, flags }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_SpatialSearch - /// - /// Double x - /// Double y - /// Int16 relation - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_SpatialSearch")] - public NetOffice.VisioApi.IVSelection SpatialSearch(Double x, Double y, Int16 relation, Double tolerance, Int16 flags) - { - return get_SpatialSearch(x, y, relation, tolerance, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NameU", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IndexInStencil - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IndexInStencil"); - } - set - { - Factory.ExecuteValuePropertySet(this, "IndexInStencil", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16), NativeResult] - public stdole.Picture Picture - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "Picture", paramsArray); - return returnItem as stdole.Picture; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16), NativeResult] - public stdole.Picture Icon - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "Icon", paramsArray); - return returnItem as stdole.Picture; - } - set - { - object[] paramsArray = Invoker.ValidateParamsArray(value); - Invoker.PropertySet(this, "Icon", paramsArray); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster EditCopy - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EditCopy"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster Original - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Original"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool IsChanged - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "IsChanged"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisMasterTypes Type - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "Type"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool DataGraphicHidden - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DataGraphicHidden"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DataGraphicHidden", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool DataGraphicHidesText - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DataGraphicHidesText"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DataGraphicHidesText", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool DataGraphicShowBorder - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DataGraphicShowBorder"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DataGraphicShowBorder", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisGraphicPositionHorizontal DataGraphicHorizontalPosition - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "DataGraphicHorizontalPosition"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "DataGraphicHorizontalPosition", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisGraphicPositionVertical DataGraphicVerticalPosition - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "DataGraphicVerticalPosition"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "DataGraphicVerticalPosition", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVGraphicItems GraphicItems - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "GraphicItems"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object objectToDrop - /// Double xPos - /// Double yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Drop(object objectToDrop, Double xPos, Double yPos) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Drop", objectToDrop, xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void CenterDrawing() - { - Factory.ExecuteMethod(this, "CenterDrawing"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xBegin - /// Double yBegin - /// Double xEnd - /// Double yEnd - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawLine(Double xBegin, Double yBegin, Double xEnd, Double yEnd) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawLine", xBegin, yBegin, xEnd, yEnd); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double x1 - /// Double y1 - /// Double x2 - /// Double y2 - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawRectangle(Double x1, Double y1, Double x2, Double y2) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawRectangle", x1, y1, x2, y2); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double x1 - /// Double y1 - /// Double x2 - /// Double y2 - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawOval(Double x1, Double y1, Double x2, Double y2) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawOval", x1, y1, x2, y2); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double[] xyArray - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawSpline(Double[] xyArray, Double tolerance, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)xyArray, tolerance, flags); - object returnItem = Invoker.MethodReturn(this, "DrawSpline", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double[] xyArray - /// Int16 degree - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawBezier(Double[] xyArray, Int16 degree, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)xyArray, degree, flags); - object returnItem = Invoker.MethodReturn(this, "DrawBezier", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double[] xyArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawPolyline(Double[] xyArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)xyArray, flags); - object returnItem = Invoker.MethodReturn(this, "DrawPolyline", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Import(string fileName) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Import", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Export(string fileName) - { - Factory.ExecuteMethod(this, "Export", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape InsertFromFile(string fileName, Int16 flags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "InsertFromFile", fileName, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string classOrProgID - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape InsertObject(string classOrProgID, Int16 flags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "InsertObject", classOrProgID, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow OpenDrawWindow() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "OpenDrawWindow"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow OpenIconWindow() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "OpenIconWindow"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster Open() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Open"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Close() - { - Factory.ExecuteMethod(this, "Close"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object[] objectsToInstance - /// Double[] xyArray - /// Int16[] iDArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 DropMany(object[] objectsToInstance, Double[] xyArray, out Int16[] iDArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,true); - iDArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)objectsToInstance, (object)xyArray, (object)iDArray); - object returnItem = Invoker.MethodReturn(this, "DropMany", paramsArray); - iDArray = (Int16[])paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sID_SRCStream - /// object[] formulaArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetFormulas(Int16[] sID_SRCStream, out object[] formulaArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - formulaArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sID_SRCStream, (object)formulaArray); - Invoker.Method(this, "GetFormulas", paramsArray, modifiers); - formulaArray = (object[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sID_SRCStream - /// Int16 flags - /// object[] unitsNamesOrCodes - /// object[] resultArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetResults(Int16[] sID_SRCStream, Int16 flags, object[] unitsNamesOrCodes, out object[] resultArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,false,true); - resultArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sID_SRCStream, flags, (object)unitsNamesOrCodes, (object)resultArray); - Invoker.Method(this, "GetResults", paramsArray, modifiers); - resultArray = (object[])paramsArray[3]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sID_SRCStream - /// object[] formulaArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SetFormulas(Int16[] sID_SRCStream, object[] formulaArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)sID_SRCStream, (object)formulaArray, flags); - object returnItem = Invoker.MethodReturn(this, "SetFormulas", paramsArray); - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sID_SRCStream - /// object[] unitsNamesOrCodes - /// object[] resultArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SetResults(Int16[] sID_SRCStream, object[] unitsNamesOrCodes, object[] resultArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)sID_SRCStream, (object)unitsNamesOrCodes, (object)resultArray, flags); - object returnItem = Invoker.MethodReturn(this, "SetResults", paramsArray); - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ImportIcon(string fileName) - { - Factory.ExecuteMethod(this, "ImportIcon", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// Int16 flags - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ExportIconTransparentAsBlack(string fileName, Int16 flags) - { - Factory.ExecuteMethod(this, "ExportIconTransparentAsBlack", fileName, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Layout() - { - Factory.ExecuteMethod(this, "Layout"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 flags - /// Double lpr8Left - /// Double lpr8Bottom - /// Double lpr8Right - /// Double lpr8Top - [SupportByVersion("Visio", 11,12,14,15,16)] - public void BoundingBox(Int16 flags, out Double lpr8Left, out Double lpr8Bottom, out Double lpr8Right, out Double lpr8Top) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true,true,true); - lpr8Left = 0; - lpr8Bottom = 0; - lpr8Right = 0; - lpr8Top = 0; - object[] paramsArray = Invoker.ValidateParamsArray(flags, lpr8Left, lpr8Bottom, lpr8Right, lpr8Top); - Invoker.Method(this, "BoundingBox", paramsArray, modifiers); - lpr8Left = (Double)paramsArray[1]; - lpr8Bottom = (Double)paramsArray[2]; - lpr8Right = (Double)paramsArray[3]; - lpr8Top = (Double)paramsArray[4]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMasterShortcut CreateShortcut() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "CreateShortcut"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object[] objectsToInstance - /// Double[] xyArray - /// Int16[] iDArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 DropManyU(object[] objectsToInstance, Double[] xyArray, out Int16[] iDArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,true); - iDArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)objectsToInstance, (object)xyArray, (object)iDArray); - object returnItem = Invoker.MethodReturn(this, "DropManyU", paramsArray); - iDArray = (Int16[])paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sID_SRCStream - /// object[] formulaArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetFormulasU(Int16[] sID_SRCStream, out object[] formulaArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - formulaArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sID_SRCStream, (object)formulaArray); - Invoker.Method(this, "GetFormulasU", paramsArray, modifiers); - formulaArray = (object[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 degree - /// Int16 flags - /// Double[] xyArray - /// Double[] knots - /// optional object weights - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawNURBS(Int16 degree, Int16 flags, Double[] xyArray, Double[] knots, object weights) - { - object[] paramsArray = Invoker.ValidateParamsArray(degree, flags, (object)xyArray, (object)knots, weights); - object returnItem = Invoker.MethodReturn(this, "DrawNURBS", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 degree - /// Int16 flags - /// Double[] xyArray - /// Double[] knots - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawNURBS(Int16 degree, Int16 flags, Double[] xyArray, Double[] knots) - { - object[] paramsArray = Invoker.ValidateParamsArray(degree, flags, (object)xyArray, (object)knots); - object returnItem = Invoker.MethodReturn(this, "DrawNURBS", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// Int16 flags - /// optional object transparentRGB - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ExportIcon(string fileName, Int16 flags, object transparentRGB) - { - Factory.ExecuteMethod(this, "ExportIcon", fileName, flags, transparentRGB); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// Int16 flags - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ExportIcon(string fileName, Int16 flags) - { - Factory.ExecuteMethod(this, "ExportIcon", fileName, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ResizeToFitContents() - { - Factory.ExecuteMethod(this, "ResizeToFitContents"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste(object flags) - { - Factory.ExecuteMethod(this, "Paste", flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste() - { - Factory.ExecuteMethod(this, "Paste"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 format - /// optional object link - /// optional object displayAsIcon - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PasteSpecial(Int32 format, object link, object displayAsIcon) - { - Factory.ExecuteMethod(this, "PasteSpecial", format, link, displayAsIcon); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 format - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PasteSpecial(Int32 format) - { - Factory.ExecuteMethod(this, "PasteSpecial", format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 format - /// optional object link - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PasteSpecial(Int32 format, object link) - { - Factory.ExecuteMethod(this, "PasteSpecial", format, link); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisSelectionTypes selType - /// optional NetOffice.VisioApi.Enums.VisSelectMode IterationMode = 256 - /// optional object data - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection CreateSelection(NetOffice.VisioApi.Enums.VisSelectionTypes selType, object iterationMode, object data) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "CreateSelection", selType, iterationMode, data); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisSelectionTypes selType - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVSelection CreateSelection(NetOffice.VisioApi.Enums.VisSelectionTypes selType) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "CreateSelection", selType); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisSelectionTypes selType - /// optional NetOffice.VisioApi.Enums.VisSelectMode IterationMode = 256 - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVSelection CreateSelection(NetOffice.VisioApi.Enums.VisSelectionTypes selType, object iterationMode) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "CreateSelection", selType, iterationMode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 type - /// Double xPos - /// Double yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape AddGuide(Int16 type, Double xPos, Double yPos) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddGuide", type, xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xBegin - /// Double yBegin - /// Double xEnd - /// Double yEnd - /// Double xControl - /// Double yControl - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawArcByThreePoints(Double xBegin, Double yBegin, Double xEnd, Double yEnd, Double xControl, Double yControl) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawArcByThreePoints", new object[]{ xBegin, yBegin, xEnd, yEnd, xControl, yControl }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xBegin - /// Double yBegin - /// Double xEnd - /// Double yEnd - /// NetOffice.VisioApi.Enums.VisArcSweepFlags sweepFlag - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawQuarterArc(Double xBegin, Double yBegin, Double xEnd, Double yEnd, NetOffice.VisioApi.Enums.VisArcSweepFlags sweepFlag) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawQuarterArc", new object[]{ xBegin, yBegin, xEnd, yEnd, sweepFlag }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xCenter - /// Double yCenter - /// Double radius - /// optional Double StartAngle = 0 - /// optional Double EndAngle = 3.1415927410125732 - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawCircularArc(Double xCenter, Double yCenter, Double radius, object startAngle, object endAngle) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawCircularArc", new object[]{ xCenter, yCenter, radius, startAngle, endAngle }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xCenter - /// Double yCenter - /// Double radius - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawCircularArc(Double xCenter, Double yCenter, Double radius) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawCircularArc", xCenter, yCenter, radius); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xCenter - /// Double yCenter - /// Double radius - /// optional Double StartAngle = 0 - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawCircularArc(Double xCenter, Double yCenter, Double radius, object startAngle) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawCircularArc", xCenter, yCenter, radius, startAngle); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - public void DataGraphicDelete() - { - Factory.ExecuteMethod(this, "DataGraphicDelete"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// Double xPos - /// Double yPos - /// Int32 flags - [SupportByVersion("Visio", 14,15,16)] - public void PasteToLocation(Double xPos, Double yPos, Int32 flags) - { - Factory.ExecuteMethod(this, "PasteToLocation", xPos, yPos, flags); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVMasterShortcut.cs b/Source/Visio/DispatchInterfaces/IVMasterShortcut.cs deleted file mode 100644 index a6b8d3d613..0000000000 --- a/Source/Visio/DispatchInterfaces/IVMasterShortcut.cs +++ /dev/null @@ -1,459 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVMasterShortcut - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVMasterShortcut : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVMasterShortcut); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVMasterShortcut(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVMasterShortcut(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMasterShortcut(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMasterShortcut(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMasterShortcut(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMasterShortcut(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMasterShortcut() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMasterShortcut(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Index - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Prompt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Prompt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Prompt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AlignName - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "AlignName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AlignName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IconSize - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IconSize"); - } - set - { - Factory.ExecuteValuePropertySet(this, "IconSize", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string TargetDocumentName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TargetDocumentName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TargetDocumentName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string TargetMasterName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TargetMasterName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TargetMasterName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string TargetBaseID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TargetBaseID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TargetBaseID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string DropActions - { - get - { - return Factory.ExecuteStringPropertyGet(this, "DropActions"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DropActions", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ShapeHelp - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ShapeHelp"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShapeHelp", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NameU", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IndexInStencil - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IndexInStencil"); - } - set - { - Factory.ExecuteValuePropertySet(this, "IndexInStencil", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16), NativeResult] - public stdole.Picture Icon - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "Icon", paramsArray); - return returnItem as stdole.Picture; - } - set - { - object[] paramsArray = Invoker.ValidateParamsArray(value); - Invoker.PropertySet(this, "Icon", paramsArray); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ImportIcon(string fileName) - { - Factory.ExecuteMethod(this, "ImportIcon", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// Int16 flags - /// optional object transparentRGB - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ExportIcon(string fileName, Int16 flags, object transparentRGB) - { - Factory.ExecuteMethod(this, "ExportIcon", fileName, flags, transparentRGB); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// Int16 flags - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ExportIcon(string fileName, Int16 flags) - { - Factory.ExecuteMethod(this, "ExportIcon", fileName, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow OpenIconWindow() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "OpenIconWindow"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVMasterShortcuts.cs b/Source/Visio/DispatchInterfaces/IVMasterShortcuts.cs deleted file mode 100644 index 612672e49b..0000000000 --- a/Source/Visio/DispatchInterfaces/IVMasterShortcuts.cs +++ /dev/null @@ -1,354 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVMasterShortcuts - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVMasterShortcuts : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVMasterShortcuts); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVMasterShortcuts(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVMasterShortcuts(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMasterShortcuts(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMasterShortcuts(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMasterShortcuts(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMasterShortcuts(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMasterShortcuts() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMasterShortcuts(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVMasterShortcut this[object nameOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameOrIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVMasterShortcut get_ItemU(object nameOrIndex) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemU", NetOffice.VisioApi.IVMasterShortcut.LateBindingApiWrapperType, nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemU - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemU")] - public NetOffice.VisioApi.IVMasterShortcut ItemU(object nameOrIndex) - { - return get_ItemU(nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 nID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVMasterShortcut get_ItemFromID(Int32 nID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVMasterShortcut.LateBindingApiWrapperType, nID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 nID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVMasterShortcut ItemFromID(Int32 nID) - { - return get_ItemFromID(nID); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] localeSpecificNameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetNames(out String[] localeSpecificNameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - localeSpecificNameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)localeSpecificNameArray); - Invoker.Method(this, "GetNames", paramsArray, modifiers); - localeSpecificNameArray = (String[])paramsArray[0]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object objectToDrop - /// Int16 xPos - /// Int16 yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMasterShortcut Drop(object objectToDrop, Int16 xPos, Int16 yPos) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Drop", objectToDrop, xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] localeIndependentNameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetNamesU(out String[] localeIndependentNameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - localeIndependentNameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)localeIndependentNameArray); - Invoker.Method(this, "GetNamesU", paramsArray, modifiers); - localeIndependentNameArray = (String[])paramsArray[0]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste(object flags) - { - Factory.ExecuteMethod(this, "Paste", flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste() - { - Factory.ExecuteMethod(this, "Paste"); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVMasterShortcut item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVMasters.cs b/Source/Visio/DispatchInterfaces/IVMasters.cs deleted file mode 100644 index eae5963753..0000000000 --- a/Source/Visio/DispatchInterfaces/IVMasters.cs +++ /dev/null @@ -1,402 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVMasters - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVMasters : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVMasters); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVMasters(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVMasters(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMasters(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMasters(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMasters(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMasters(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMasters() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMasters(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameUIDOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVMaster this[object nameUIDOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameUIDOrIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameUIDOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVMaster get_ItemU(object nameUIDOrIndex) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemU", NetOffice.VisioApi.IVMaster.LateBindingApiWrapperType, nameUIDOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemU - /// - /// object nameUIDOrIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemU")] - public NetOffice.VisioApi.IVMaster ItemU(object nameUIDOrIndex) - { - return get_ItemU(nameUIDOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 nID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVMaster get_ItemFromID(Int32 nID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVMaster.LateBindingApiWrapperType, nID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 nID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVMaster ItemFromID(Int32 nID) - { - return get_ItemFromID(nID); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] localeSpecificNameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetNames(out String[] localeSpecificNameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - localeSpecificNameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)localeSpecificNameArray); - Invoker.Method(this, "GetNames", paramsArray, modifiers); - localeSpecificNameArray = (String[])paramsArray[0]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object objectToDrop - /// Int16 xPos - /// Int16 yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster Drop(object objectToDrop, Int16 xPos, Int16 yPos) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Drop", objectToDrop, xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] localeIndependentNameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetNamesU(out String[] localeIndependentNameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - localeIndependentNameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)localeIndependentNameArray); - Invoker.Method(this, "GetNamesU", paramsArray, modifiers); - localeIndependentNameArray = (String[])paramsArray[0]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste(object flags) - { - Factory.ExecuteMethod(this, "Paste", flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste() - { - Factory.ExecuteMethod(this, "Paste"); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisMasterTypes type - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster AddEx(NetOffice.VisioApi.Enums.VisMasterTypes type) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddEx", type); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVMaster item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVMenu.cs b/Source/Visio/DispatchInterfaces/IVMenu.cs deleted file mode 100644 index 50ffa7f342..0000000000 --- a/Source/Visio/DispatchInterfaces/IVMenu.cs +++ /dev/null @@ -1,612 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVMenu - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVMenu : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVMenu); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVMenu(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVMenu(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenu(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenu(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenu(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenu(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenu() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenu(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string Default - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Default"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Caption - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Caption"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Caption", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Index - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 MDIWindowMenu - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "MDIWindowMenu"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MDIWindowMenu", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenuItems MenuItems - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "MenuItems"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenus Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 CmdNum - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CmdNum"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CmdNum", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 HelpContextID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "HelpContextID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HelpContextID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 IsSeparator - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsSeparator"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IsHierarchical - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsHierarchical"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 CntrlType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CntrlType"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CntrlType", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 CntrlID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CntrlID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CntrlID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 TypeSpecific1 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "TypeSpecific1"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TypeSpecific1", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Priority - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Priority"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Priority", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Spacing - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Spacing"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Spacing", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 TypeSpecific2 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "TypeSpecific2"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TypeSpecific2", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ActionText - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ActionText"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ActionText", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string MiniHelp - { - get - { - return Factory.ExecuteStringPropertyGet(this, "MiniHelp"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MiniHelp", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AddOnName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AddOnName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AddOnName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AddOnArgs - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AddOnArgs"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AddOnArgs", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string HelpFile - { - get - { - return Factory.ExecuteStringPropertyGet(this, "HelpFile"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HelpFile", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool BuiltIn - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "BuiltIn"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Enabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Enabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Enabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 FaceID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "FaceID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FaceID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 State - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "State"); - } - set - { - Factory.ExecuteValuePropertySet(this, "State", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Style - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Style"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Style", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Visible - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Visible"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Visible", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Width - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Width"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Width", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PaletteWidth - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PaletteWidth"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PaletteWidth", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string iconFileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void IconFileName(string iconFileName) - { - Factory.ExecuteMethod(this, "IconFileName", iconFileName); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVMenuItem.cs b/Source/Visio/DispatchInterfaces/IVMenuItem.cs deleted file mode 100644 index a6bd50b92f..0000000000 --- a/Source/Visio/DispatchInterfaces/IVMenuItem.cs +++ /dev/null @@ -1,612 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVMenuItem - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVMenuItem : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVMenuItem); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVMenuItem(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVMenuItem(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuItem(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuItem(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuItem(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuItem(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuItem() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuItem(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string Default - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Default"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Index - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenuItems MenuItems - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "MenuItems"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenuItems Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 CmdNum - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CmdNum"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CmdNum", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 HelpContextID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "HelpContextID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HelpContextID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 IsSeparator - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsSeparator"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IsHierarchical - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsHierarchical"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Caption - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Caption"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Caption", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ActionText - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ActionText"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ActionText", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string MiniHelp - { - get - { - return Factory.ExecuteStringPropertyGet(this, "MiniHelp"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MiniHelp", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AddOnName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AddOnName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AddOnName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AddOnArgs - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AddOnArgs"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AddOnArgs", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string HelpFile - { - get - { - return Factory.ExecuteStringPropertyGet(this, "HelpFile"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HelpFile", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 CntrlType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CntrlType"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CntrlType", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 CntrlID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CntrlID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CntrlID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 TypeSpecific1 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "TypeSpecific1"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TypeSpecific1", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Priority - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Priority"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Priority", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Spacing - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Spacing"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Spacing", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 TypeSpecific2 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "TypeSpecific2"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TypeSpecific2", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool BuiltIn - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "BuiltIn"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Enabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Enabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Enabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 FaceID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "FaceID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FaceID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 State - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "State"); - } - set - { - Factory.ExecuteValuePropertySet(this, "State", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Style - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Style"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Style", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Visible - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Visible"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Visible", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Width - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Width"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Width", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PaletteWidth - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PaletteWidth"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PaletteWidth", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool BeginGroup - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "BeginGroup"); - } - set - { - Factory.ExecuteValuePropertySet(this, "BeginGroup", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string iconFileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void IconFileName(string iconFileName) - { - Factory.ExecuteMethod(this, "IconFileName", iconFileName); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVMenuItems.cs b/Source/Visio/DispatchInterfaces/IVMenuItems.cs deleted file mode 100644 index 92eb9ea98b..0000000000 --- a/Source/Visio/DispatchInterfaces/IVMenuItems.cs +++ /dev/null @@ -1,241 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVMenuItems - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVMenuItems : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVMenuItems); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVMenuItems(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVMenuItems(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuItems(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuItems(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuItems(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuItems(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuItems() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuItems(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVMenuItem this[Int32 lIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", lIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenu Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenuItem ParentItem - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ParentItem"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenuItem Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenuItem AddAt(Int32 lIndex) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddAt", lIndex); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVMenuItem item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVMenuSet.cs b/Source/Visio/DispatchInterfaces/IVMenuSet.cs deleted file mode 100644 index f431159910..0000000000 --- a/Source/Visio/DispatchInterfaces/IVMenuSet.cs +++ /dev/null @@ -1,365 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVMenuSet - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVMenuSet : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVMenuSet); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVMenuSet(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVMenuSet(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuSet(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuSet(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuSet(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuSet(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuSet() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuSet(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string Default - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Default"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Caption - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Caption"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Caption", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SetID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SetID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenus Menus - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Menus"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenuSets Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool BuiltIn - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "BuiltIn"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Enabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Enabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Enabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Height - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Height"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Height", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Left - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Left"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Left", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Position - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Position"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Position", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Protection - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Protection"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Protection", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 RowIndex - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "RowIndex"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RowIndex", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Top - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Top"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Top", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Visible - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Visible"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Visible", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Width - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Width"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Width", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVMenuSets.cs b/Source/Visio/DispatchInterfaces/IVMenuSets.cs deleted file mode 100644 index 8cbbf88bf1..0000000000 --- a/Source/Visio/DispatchInterfaces/IVMenuSets.cs +++ /dev/null @@ -1,250 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVMenuSets - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVMenuSets : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVMenuSets); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVMenuSets(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVMenuSets(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuSets(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuSets(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuSets(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuSets(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuSets() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenuSets(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVMenuSet this[Int32 lIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", lIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVMenuSet get_ItemAtID(Int32 lID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemAtID", NetOffice.VisioApi.IVMenuSet.LateBindingApiWrapperType, lID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemAtID - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemAtID")] - public NetOffice.VisioApi.IVMenuSet ItemAtID(Int32 lID) - { - return get_ItemAtID(lID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVUIObject Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenuSet Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenuSet AddAtID(Int32 lID) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddAtID", lID); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVMenuSet item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVMenus.cs b/Source/Visio/DispatchInterfaces/IVMenus.cs deleted file mode 100644 index 9aed4fe17e..0000000000 --- a/Source/Visio/DispatchInterfaces/IVMenus.cs +++ /dev/null @@ -1,227 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVMenus - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVMenus : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVMenus); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVMenus(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVMenus(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenus(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenus(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenus(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenus(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenus() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMenus(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVMenu this[Int32 lIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", lIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenuSet Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenu Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenu AddAt(Int32 lIndex) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddAt", lIndex); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVMenu item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVMovedSelectionEvent.cs b/Source/Visio/DispatchInterfaces/IVMovedSelectionEvent.cs deleted file mode 100644 index d1e4a94693..0000000000 --- a/Source/Visio/DispatchInterfaces/IVMovedSelectionEvent.cs +++ /dev/null @@ -1,200 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVMovedSelectionEvent - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVMovedSelectionEvent : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVMovedSelectionEvent); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVMovedSelectionEvent(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVMovedSelectionEvent(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMovedSelectionEvent(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMovedSelectionEvent(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMovedSelectionEvent(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMovedSelectionEvent(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMovedSelectionEvent() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMovedSelectionEvent(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape ReplacementShape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ReplacementShape"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection SelectionSource - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "SelectionSource"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection SelectionTarget - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "SelectionTarget"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVOLEObject.cs b/Source/Visio/DispatchInterfaces/IVOLEObject.cs deleted file mode 100644 index a771a9b11f..0000000000 --- a/Source/Visio/DispatchInterfaces/IVOLEObject.cs +++ /dev/null @@ -1,225 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVOLEObject - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVOLEObject : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVOLEObject); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVOLEObject(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVOLEObject(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVOLEObject(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVOLEObject(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVOLEObject(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVOLEObject(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVOLEObject() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVOLEObject(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Shape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ClassID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ClassID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ProgID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ProgID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ForeignType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ForeignType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object Object - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "Object"); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVOLEObjects.cs b/Source/Visio/DispatchInterfaces/IVOLEObjects.cs deleted file mode 100644 index a3d5c27d1e..0000000000 --- a/Source/Visio/DispatchInterfaces/IVOLEObjects.cs +++ /dev/null @@ -1,246 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVOLEObjects - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVOLEObjects : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVOLEObjects); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVOLEObjects(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVOLEObjects(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVOLEObjects(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVOLEObjects(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVOLEObjects(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVOLEObjects(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVOLEObjects() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVOLEObjects(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVOLEObject this[object nameOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameOrIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Count16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - #endregion - - #region Methods - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVOLEObject item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVPage.cs b/Source/Visio/DispatchInterfaces/IVPage.cs deleted file mode 100644 index 849be895c3..0000000000 --- a/Source/Visio/DispatchInterfaces/IVPage.cs +++ /dev/null @@ -1,1657 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVPage - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVPage : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVPage); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVPage(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVPage(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPage(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPage(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPage(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPage(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPage() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPage(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Background - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Background"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Background", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Index - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Index", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShapes Shapes - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shapes"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVPage BackPageAsObj - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "BackPageAsObj"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string BackPageFromName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "BackPageFromName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "BackPageFromName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVLayers Layers - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Layers"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape PageSheet - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "PageSheet"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVConnects Connects - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Connects"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public object BackPage - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "BackPage"); - } - set - { - Factory.ExecuteVariantPropertySet(this, "BackPage", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 ID16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ID16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVOLEObjects OLEObjects - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "OLEObjects"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Double x - /// Double y - /// Int16 relation - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVSelection get_SpatialSearch(Double x, Double y, Int16 relation, Double tolerance, Int16 flags) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "SpatialSearch", NetOffice.VisioApi.IVSelection.LateBindingApiWrapperType, new object[]{ x, y, relation, tolerance, flags }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_SpatialSearch - /// - /// Double x - /// Double y - /// Int16 relation - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_SpatialSearch")] - public NetOffice.VisioApi.IVSelection SpatialSearch(Double x, Double y, Int16 relation, Double tolerance, Int16 flags) - { - return get_SpatialSearch(x, y, relation, tolerance, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NameU", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16), NativeResult] - public stdole.Picture Picture - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "Picture", paramsArray); - return returnItem as stdole.Picture; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 PrintTileCount - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "PrintTileCount"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisPageTypes Type - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "Type"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ReviewerID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ReviewerID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage OriginalPage - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "OriginalPage"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public object ThemeColors - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "ThemeColors"); - } - set - { - Factory.ExecuteVariantPropertySet(this, "ThemeColors", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public object ThemeEffects - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "ThemeEffects"); - } - set - { - Factory.ExecuteVariantPropertySet(this, "ThemeEffects", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool LayoutRoutePassive - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "LayoutRoutePassive"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LayoutRoutePassive", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool AutoSize - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "AutoSize"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AutoSize", value); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVComments Comments - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Comments"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVComments ShapeComments - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ShapeComments"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void old_Paste() - { - Factory.ExecuteMethod(this, "old_Paste"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 format - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void old_PasteSpecial(Int16 format) - { - Factory.ExecuteMethod(this, "old_PasteSpecial", format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xBegin - /// Double yBegin - /// Double xEnd - /// Double yEnd - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawLine(Double xBegin, Double yBegin, Double xEnd, Double yEnd) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawLine", xBegin, yBegin, xEnd, yEnd); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double x1 - /// Double y1 - /// Double x2 - /// Double y2 - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawRectangle(Double x1, Double y1, Double x2, Double y2) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawRectangle", x1, y1, x2, y2); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double x1 - /// Double y1 - /// Double x2 - /// Double y2 - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawOval(Double x1, Double y1, Double x2, Double y2) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawOval", x1, y1, x2, y2); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object objectToDrop - /// Double xPos - /// Double yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Drop(object objectToDrop, Double xPos, Double yPos) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Drop", objectToDrop, xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 type - /// Double xPos - /// Double yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape AddGuide(Int16 type, Double xPos, Double yPos) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddGuide", type, xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Print() - { - Factory.ExecuteMethod(this, "Print"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Import(string fileName) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Import", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Export(string fileName) - { - Factory.ExecuteMethod(this, "Export", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 fRenumberPages - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete(Int16 fRenumberPages) - { - Factory.ExecuteMethod(this, "Delete", fRenumberPages); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void CenterDrawing() - { - Factory.ExecuteMethod(this, "CenterDrawing"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double[] xyArray - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawSpline(Double[] xyArray, Double tolerance, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)xyArray, tolerance, flags); - object returnItem = Invoker.MethodReturn(this, "DrawSpline", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double[] xyArray - /// Int16 degree - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawBezier(Double[] xyArray, Int16 degree, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)xyArray, degree, flags); - object returnItem = Invoker.MethodReturn(this, "DrawBezier", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double[] xyArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawPolyline(Double[] xyArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)xyArray, flags); - object returnItem = Invoker.MethodReturn(this, "DrawPolyline", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape InsertFromFile(string fileName, Int16 flags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "InsertFromFile", fileName, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string classOrProgID - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape InsertObject(string classOrProgID, Int16 flags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "InsertObject", classOrProgID, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow OpenDrawWindow() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "OpenDrawWindow"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object[] objectsToInstance - /// Double[] xyArray - /// Int16[] iDArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 DropMany(object[] objectsToInstance, Double[] xyArray, out Int16[] iDArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,true); - iDArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)objectsToInstance, (object)xyArray, (object)iDArray); - object returnItem = Invoker.MethodReturn(this, "DropMany", paramsArray); - iDArray = (Int16[])paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sID_SRCStream - /// object[] formulaArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetFormulas(Int16[] sID_SRCStream, out object[] formulaArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - formulaArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sID_SRCStream, (object)formulaArray); - Invoker.Method(this, "GetFormulas", paramsArray, modifiers); - formulaArray = (object[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sID_SRCStream - /// Int16 flags - /// object[] unitsNamesOrCodes - /// object[] resultArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetResults(Int16[] sID_SRCStream, Int16 flags, object[] unitsNamesOrCodes, out object[] resultArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,false,true); - resultArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sID_SRCStream, flags, (object)unitsNamesOrCodes, (object)resultArray); - Invoker.Method(this, "GetResults", paramsArray, modifiers); - resultArray = (object[])paramsArray[3]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sID_SRCStream - /// object[] formulaArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SetFormulas(Int16[] sID_SRCStream, object[] formulaArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)sID_SRCStream, (object)formulaArray, flags); - object returnItem = Invoker.MethodReturn(this, "SetFormulas", paramsArray); - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sID_SRCStream - /// object[] unitsNamesOrCodes - /// object[] resultArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SetResults(Int16[] sID_SRCStream, object[] unitsNamesOrCodes, object[] resultArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)sID_SRCStream, (object)unitsNamesOrCodes, (object)resultArray, flags); - object returnItem = Invoker.MethodReturn(this, "SetResults", paramsArray); - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Layout() - { - Factory.ExecuteMethod(this, "Layout"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 flags - /// Double lpr8Left - /// Double lpr8Bottom - /// Double lpr8Right - /// Double lpr8Top - [SupportByVersion("Visio", 11,12,14,15,16)] - public void BoundingBox(Int16 flags, out Double lpr8Left, out Double lpr8Bottom, out Double lpr8Right, out Double lpr8Top) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true,true,true); - lpr8Left = 0; - lpr8Bottom = 0; - lpr8Right = 0; - lpr8Top = 0; - object[] paramsArray = Invoker.ValidateParamsArray(flags, lpr8Left, lpr8Bottom, lpr8Right, lpr8Top); - Invoker.Method(this, "BoundingBox", paramsArray, modifiers); - lpr8Left = (Double)paramsArray[1]; - lpr8Bottom = (Double)paramsArray[2]; - lpr8Right = (Double)paramsArray[3]; - lpr8Top = (Double)paramsArray[4]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object[] objectsToInstance - /// Double[] xyArray - /// Int16[] iDArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 DropManyU(object[] objectsToInstance, Double[] xyArray, out Int16[] iDArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,true); - iDArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)objectsToInstance, (object)xyArray, (object)iDArray); - object returnItem = Invoker.MethodReturn(this, "DropManyU", paramsArray); - iDArray = (Int16[])paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sID_SRCStream - /// object[] formulaArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetFormulasU(Int16[] sID_SRCStream, out object[] formulaArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - formulaArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sID_SRCStream, (object)formulaArray); - Invoker.Method(this, "GetFormulasU", paramsArray, modifiers); - formulaArray = (object[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 degree - /// Int16 flags - /// Double[] xyArray - /// Double[] knots - /// optional object weights - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawNURBS(Int16 degree, Int16 flags, Double[] xyArray, Double[] knots, object weights) - { - object[] paramsArray = Invoker.ValidateParamsArray(degree, flags, (object)xyArray, (object)knots, weights); - object returnItem = Invoker.MethodReturn(this, "DrawNURBS", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 degree - /// Int16 flags - /// Double[] xyArray - /// Double[] knots - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawNURBS(Int16 degree, Int16 flags, Double[] xyArray, Double[] knots) - { - object[] paramsArray = Invoker.ValidateParamsArray(degree, flags, (object)xyArray, (object)knots); - object returnItem = Invoker.MethodReturn(this, "DrawNURBS", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 nTile - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PrintTile(Int32 nTile) - { - Factory.ExecuteMethod(this, "PrintTile", nTile); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ResizeToFitContents() - { - Factory.ExecuteMethod(this, "ResizeToFitContents"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste(object flags) - { - Factory.ExecuteMethod(this, "Paste", flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste() - { - Factory.ExecuteMethod(this, "Paste"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 format - /// optional object link - /// optional object displayAsIcon - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PasteSpecial(Int32 format, object link, object displayAsIcon) - { - Factory.ExecuteMethod(this, "PasteSpecial", format, link, displayAsIcon); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 format - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PasteSpecial(Int32 format) - { - Factory.ExecuteMethod(this, "PasteSpecial", format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 format - /// optional object link - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PasteSpecial(Int32 format, object link) - { - Factory.ExecuteMethod(this, "PasteSpecial", format, link); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisSelectionTypes selType - /// optional NetOffice.VisioApi.Enums.VisSelectMode IterationMode = 256 - /// optional object data - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection CreateSelection(NetOffice.VisioApi.Enums.VisSelectionTypes selType, object iterationMode, object data) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "CreateSelection", selType, iterationMode, data); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisSelectionTypes selType - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVSelection CreateSelection(NetOffice.VisioApi.Enums.VisSelectionTypes selType) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "CreateSelection", selType); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisSelectionTypes selType - /// optional NetOffice.VisioApi.Enums.VisSelectMode IterationMode = 256 - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVSelection CreateSelection(NetOffice.VisioApi.Enums.VisSelectionTypes selType, object iterationMode) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "CreateSelection", selType, iterationMode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xBegin - /// Double yBegin - /// Double xEnd - /// Double yEnd - /// Double xControl - /// Double yControl - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawArcByThreePoints(Double xBegin, Double yBegin, Double xEnd, Double yEnd, Double xControl, Double yControl) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawArcByThreePoints", new object[]{ xBegin, yBegin, xEnd, yEnd, xControl, yControl }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xBegin - /// Double yBegin - /// Double xEnd - /// Double yEnd - /// NetOffice.VisioApi.Enums.VisArcSweepFlags sweepFlag - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawQuarterArc(Double xBegin, Double yBegin, Double xEnd, Double yEnd, NetOffice.VisioApi.Enums.VisArcSweepFlags sweepFlag) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawQuarterArc", new object[]{ xBegin, yBegin, xEnd, yEnd, sweepFlag }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xCenter - /// Double yCenter - /// Double radius - /// optional Double StartAngle = 0 - /// optional Double EndAngle = 3.1415927410125732 - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawCircularArc(Double xCenter, Double yCenter, Double radius, object startAngle, object endAngle) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawCircularArc", new object[]{ xCenter, yCenter, radius, startAngle, endAngle }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xCenter - /// Double yCenter - /// Double radius - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawCircularArc(Double xCenter, Double yCenter, Double radius) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawCircularArc", xCenter, yCenter, radius); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xCenter - /// Double yCenter - /// Double radius - /// optional Double StartAngle = 0 - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawCircularArc(Double xCenter, Double yCenter, Double radius, object startAngle) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawCircularArc", xCenter, yCenter, radius, startAngle); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// Int32[] shapeIDs - [SupportByVersion("Visio", 12,14,15,16)] - public void GetShapesLinkedToData(Int32 dataRecordsetID, out Int32[] shapeIDs) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - shapeIDs = null; - object[] paramsArray = Invoker.ValidateParamsArray(dataRecordsetID, (object)shapeIDs); - Invoker.Method(this, "GetShapesLinkedToData", paramsArray, modifiers); - shapeIDs = (Int32[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// Int32 dataRowID - /// Int32[] shapeIDs - [SupportByVersion("Visio", 12,14,15,16)] - public void GetShapesLinkedToDataRow(Int32 dataRecordsetID, Int32 dataRowID, out Int32[] shapeIDs) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,true); - shapeIDs = null; - object[] paramsArray = Invoker.ValidateParamsArray(dataRecordsetID, dataRowID, (object)shapeIDs); - Invoker.Method(this, "GetShapesLinkedToDataRow", paramsArray, modifiers); - shapeIDs = (Int32[])paramsArray[2]; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// Int32[] dataRowIDs - /// Int32[] shapeIDs - /// optional bool ApplyDataGraphicAfterLink = true - [SupportByVersion("Visio", 12,14,15,16)] - public void LinkShapesToDataRows(Int32 dataRecordsetID, Int32[] dataRowIDs, Int32[] shapeIDs, object applyDataGraphicAfterLink) - { - object[] paramsArray = Invoker.ValidateParamsArray(dataRecordsetID, (object)dataRowIDs, (object)shapeIDs, applyDataGraphicAfterLink); - Invoker.Method(this, "LinkShapesToDataRows", paramsArray); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// Int32[] dataRowIDs - /// Int32[] shapeIDs - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void LinkShapesToDataRows(Int32 dataRecordsetID, Int32[] dataRowIDs, Int32[] shapeIDs) - { - object[] paramsArray = Invoker.ValidateParamsArray(dataRecordsetID, (object)dataRowIDs, (object)shapeIDs); - Invoker.Method(this, "LinkShapesToDataRows", paramsArray); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32[] shapeIDs - /// NetOffice.VisioApi.Enums.VisUniqueIDArgs uniqueIDArgs - /// String[] gUIDs - [SupportByVersion("Visio", 12,14,15,16)] - public void ShapeIDsToUniqueIDs(Int32[] shapeIDs, NetOffice.VisioApi.Enums.VisUniqueIDArgs uniqueIDArgs, out String[] gUIDs) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,true); - gUIDs = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)shapeIDs, uniqueIDArgs, (object)gUIDs); - Invoker.Method(this, "ShapeIDsToUniqueIDs", paramsArray, modifiers); - gUIDs = (String[])paramsArray[2]; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// String[] gUIDs - /// Int32[] shapeIDs - [SupportByVersion("Visio", 12,14,15,16)] - public void UniqueIDsToShapeIDs(String[] gUIDs, out Int32[] shapeIDs) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - shapeIDs = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)gUIDs, (object)shapeIDs); - Invoker.Method(this, "UniqueIDsToShapeIDs", paramsArray, modifiers); - shapeIDs = (Int32[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// object objectToDrop - /// Double x - /// Double y - /// Int32 dataRecordsetID - /// Int32 dataRowID - /// bool applyDataGraphicAfterLink - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DropLinked(object objectToDrop, Double x, Double y, Int32 dataRecordsetID, Int32 dataRowID, bool applyDataGraphicAfterLink) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DropLinked", new object[]{ objectToDrop, x, y, dataRecordsetID, dataRowID, applyDataGraphicAfterLink }); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// object[] objectsToInstance - /// Double[] xYs - /// Int32 dataRecordsetID - /// Int32[] dataRowIDs - /// bool applyDataGraphicAfterLink - /// Int32[] shapeIDs - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 DropManyLinkedU(object[] objectsToInstance, Double[] xYs, Int32 dataRecordsetID, Int32[] dataRowIDs, bool applyDataGraphicAfterLink, out Int32[] shapeIDs) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,false,false,false,true); - shapeIDs = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)objectsToInstance, (object)xYs, dataRecordsetID, (object)dataRowIDs, applyDataGraphicAfterLink, (object)shapeIDs); - object returnItem = Invoker.MethodReturn(this, "DropManyLinkedU", paramsArray); - shapeIDs = (Int32[])paramsArray[5]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object objectToDrop - /// NetOffice.VisioApi.IVShape targetShape - /// NetOffice.VisioApi.Enums.VisAutoConnectDir placementDir - /// optional object Connector = null (Nothing in visual basic) - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DropConnected(object objectToDrop, NetOffice.VisioApi.IVShape targetShape, NetOffice.VisioApi.Enums.VisAutoConnectDir placementDir, object connector) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DropConnected", objectToDrop, targetShape, placementDir, connector); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object objectToDrop - /// NetOffice.VisioApi.IVShape targetShape - /// NetOffice.VisioApi.Enums.VisAutoConnectDir placementDir - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.IVShape DropConnected(object objectToDrop, NetOffice.VisioApi.IVShape targetShape, NetOffice.VisioApi.Enums.VisAutoConnectDir placementDir) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DropConnected", objectToDrop, targetShape, placementDir); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// Int32[] fromShapeIDs - /// Int32[] toShapeIDs - /// Int32[] placementDirs - /// optional object Connector = null (Nothing in visual basic) - [SupportByVersion("Visio", 14,15,16)] - public Int32 AutoConnectMany(Int32[] fromShapeIDs, Int32[] toShapeIDs, Int32[] placementDirs, object connector) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)fromShapeIDs, (object)toShapeIDs, (object)placementDirs, connector); - object returnItem = Invoker.MethodReturn(this, "AutoConnectMany", paramsArray); - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// Int32[] fromShapeIDs - /// Int32[] toShapeIDs - /// Int32[] placementDirs - [CustomMethod] - [SupportByVersion("Visio", 14,15,16)] - public Int32 AutoConnectMany(Int32[] fromShapeIDs, Int32[] toShapeIDs, Int32[] placementDirs) - { - return Factory.ExecuteInt32MethodGet(this, "AutoConnectMany", fromShapeIDs, toShapeIDs, placementDirs); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object objectToDrop - /// object targetShapes - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DropContainer(object objectToDrop, object targetShapes) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DropContainer", objectToDrop, targetShapes); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisLayoutIncrementalType alignOrSpace - /// NetOffice.VisioApi.Enums.VisLayoutHorzAlignType alignHorizontal - /// NetOffice.VisioApi.Enums.VisLayoutVertAlignType alignVertical - /// Double spaceHorizontal - /// Double spaceVertical - /// NetOffice.VisioApi.Enums.VisUnitCodes unitsNameOrCode - [SupportByVersion("Visio", 14,15,16)] - public void LayoutIncremental(NetOffice.VisioApi.Enums.VisLayoutIncrementalType alignOrSpace, NetOffice.VisioApi.Enums.VisLayoutHorzAlignType alignHorizontal, NetOffice.VisioApi.Enums.VisLayoutVertAlignType alignVertical, Double spaceHorizontal, Double spaceVertical, NetOffice.VisioApi.Enums.VisUnitCodes unitsNameOrCode) - { - Factory.ExecuteMethod(this, "LayoutIncremental", new object[]{ alignOrSpace, alignHorizontal, alignVertical, spaceHorizontal, spaceVertical, unitsNameOrCode }); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisLayoutDirection direction - [SupportByVersion("Visio", 14,15,16)] - public void LayoutChangeDirection(NetOffice.VisioApi.Enums.VisLayoutDirection direction) - { - Factory.ExecuteMethod(this, "LayoutChangeDirection", direction); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void AvoidPageBreaks() - { - Factory.ExecuteMethod(this, "AvoidPageBreaks"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape connectorToSplit - /// NetOffice.VisioApi.IVShape shape - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape SplitConnector(NetOffice.VisioApi.IVShape connectorToSplit, NetOffice.VisioApi.IVShape shape) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "SplitConnector", connectorToSplit, shape); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object objectToDrop - /// NetOffice.VisioApi.IVShape targetShape - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DropCallout(object objectToDrop, NetOffice.VisioApi.IVShape targetShape) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DropCallout", objectToDrop, targetShape); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// Double xPos - /// Double yPos - /// Int32 flags - [SupportByVersion("Visio", 14,15,16)] - public void PasteToLocation(Double xPos, Double yPos, Int32 flags) - { - Factory.ExecuteMethod(this, "PasteToLocation", xPos, yPos, flags); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisContainerNested nestedOptions - [SupportByVersion("Visio", 14,15,16)] - public Int32[] GetContainers(NetOffice.VisioApi.Enums.VisContainerNested nestedOptions) - { - object[] paramsArray = Invoker.ValidateParamsArray(nestedOptions); - object returnItem = (object)Invoker.MethodReturn(this, "GetContainers", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisContainerNested nestedOptions - [SupportByVersion("Visio", 14,15,16)] - public Int32[] GetCallouts(NetOffice.VisioApi.Enums.VisContainerNested nestedOptions) - { - object[] paramsArray = Invoker.ValidateParamsArray(nestedOptions); - object returnItem = (object)Invoker.MethodReturn(this, "GetCallouts", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object outerList - /// object innerContainer - /// NetOffice.VisioApi.Enums.VisLegendFlags populateFlags - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DropLegend(object outerList, object innerContainer, NetOffice.VisioApi.Enums.VisLegendFlags populateFlags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DropLegend", outerList, innerContainer, populateFlags); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object objectToDrop - /// NetOffice.VisioApi.IVShape targetList - /// Int32 lPosition - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DropIntoList(object objectToDrop, NetOffice.VisioApi.IVShape targetList, Int32 lPosition) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DropIntoList", objectToDrop, targetList, lPosition); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void AutoSizeDrawing() - { - Factory.ExecuteMethod(this, "AutoSizeDrawing"); - } - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVPage Duplicate() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Duplicate"); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// NetOffice.VisioApi.Enums.VisThemeTypes eThemeType - [SupportByVersion("Visio", 15, 16)] - public object GetTheme(NetOffice.VisioApi.Enums.VisThemeTypes eThemeType) - { - return Factory.ExecuteVariantMethodGet(this, "GetTheme", eThemeType); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// object varThemeIndex - /// optional object varColorScheme - /// optional object varEffectScheme - /// optional object varConnectorScheme - /// optional object varFontScheme - [SupportByVersion("Visio", 15, 16)] - public void SetTheme(object varThemeIndex, object varColorScheme, object varEffectScheme, object varConnectorScheme, object varFontScheme) - { - Factory.ExecuteMethod(this, "SetTheme", new object[]{ varThemeIndex, varColorScheme, varEffectScheme, varConnectorScheme, varFontScheme }); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// object varThemeIndex - [CustomMethod] - [SupportByVersion("Visio", 15, 16)] - public void SetTheme(object varThemeIndex) - { - Factory.ExecuteMethod(this, "SetTheme", varThemeIndex); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// object varThemeIndex - /// optional object varColorScheme - [CustomMethod] - [SupportByVersion("Visio", 15, 16)] - public void SetTheme(object varThemeIndex, object varColorScheme) - { - Factory.ExecuteMethod(this, "SetTheme", varThemeIndex, varColorScheme); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// object varThemeIndex - /// optional object varColorScheme - /// optional object varEffectScheme - [CustomMethod] - [SupportByVersion("Visio", 15, 16)] - public void SetTheme(object varThemeIndex, object varColorScheme, object varEffectScheme) - { - Factory.ExecuteMethod(this, "SetTheme", varThemeIndex, varColorScheme, varEffectScheme); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// object varThemeIndex - /// optional object varColorScheme - /// optional object varEffectScheme - /// optional object varConnectorScheme - [CustomMethod] - [SupportByVersion("Visio", 15, 16)] - public void SetTheme(object varThemeIndex, object varColorScheme, object varEffectScheme, object varConnectorScheme) - { - Factory.ExecuteMethod(this, "SetTheme", varThemeIndex, varColorScheme, varEffectScheme, varConnectorScheme); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// Int16 pVariantColor - /// Int16 pVariantStyle - /// optional Int16 pEmbellishment = 0 - [SupportByVersion("Visio", 15, 16)] - public void GetThemeVariant(out Int16 pVariantColor, out Int16 pVariantStyle, object pEmbellishment) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true,true,false); - pVariantColor = 0; - pVariantStyle = 0; - object[] paramsArray = Invoker.ValidateParamsArray(pVariantColor, pVariantStyle, pEmbellishment); - Invoker.Method(this, "GetThemeVariant", paramsArray, modifiers); - pVariantColor = (Int16)paramsArray[0]; - pVariantStyle = (Int16)paramsArray[1]; - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// Int16 pVariantColor - /// Int16 pVariantStyle - [CustomMethod] - [SupportByVersion("Visio", 15, 16)] - public void GetThemeVariant(out Int16 pVariantColor, out Int16 pVariantStyle) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true,true); - pVariantColor = 0; - pVariantStyle = 0; - object[] paramsArray = Invoker.ValidateParamsArray(pVariantColor, pVariantStyle); - Invoker.Method(this, "GetThemeVariant", paramsArray, modifiers); - pVariantColor = (Int16)paramsArray[0]; - pVariantStyle = (Int16)paramsArray[1]; - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// Int16 variantColor - /// Int16 variantStyle - /// optional Int16 embellishment = -1 - [SupportByVersion("Visio", 15, 16)] - public void SetThemeVariant(Int16 variantColor, Int16 variantStyle, object embellishment) - { - Factory.ExecuteMethod(this, "SetThemeVariant", variantColor, variantStyle, embellishment); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// Int16 variantColor - /// Int16 variantStyle - [CustomMethod] - [SupportByVersion("Visio", 15, 16)] - public void SetThemeVariant(Int16 variantColor, Int16 variantStyle) - { - Factory.ExecuteMethod(this, "SetThemeVariant", variantColor, variantStyle); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVPages.cs b/Source/Visio/DispatchInterfaces/IVPages.cs deleted file mode 100644 index ad7734e37b..0000000000 --- a/Source/Visio/DispatchInterfaces/IVPages.cs +++ /dev/null @@ -1,358 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVPages - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVPages : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVPages); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVPages(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVPages(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPages(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPages(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPages(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPages(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPages() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPages(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVPage this[object nameOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameOrIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVPage get_ItemU(object nameOrIndex) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemU", NetOffice.VisioApi.IVPage.LateBindingApiWrapperType, nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemU - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemU")] - public NetOffice.VisioApi.IVPage ItemU(object nameOrIndex) - { - return get_ItemU(nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 nID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVPage get_ItemFromID(Int32 nID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVPage.LateBindingApiWrapperType, nID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 nID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVPage ItemFromID(Int32 nID) - { - return get_ItemFromID(nID); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] localeSpecificNameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetNames(out String[] localeSpecificNameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - localeSpecificNameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)localeSpecificNameArray); - Invoker.Method(this, "GetNames", paramsArray, modifiers); - localeSpecificNameArray = (String[])paramsArray[0]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] localeIndependentNameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetNamesU(out String[] localeIndependentNameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - localeIndependentNameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)localeIndependentNameArray); - Invoker.Method(this, "GetNamesU", paramsArray, modifiers); - localeIndependentNameArray = (String[])paramsArray[0]; - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVPage item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVPath.cs b/Source/Visio/DispatchInterfaces/IVPath.cs deleted file mode 100644 index 86ae69c721..0000000000 --- a/Source/Visio/DispatchInterfaces/IVPath.cs +++ /dev/null @@ -1,285 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVPath - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVPath : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVPath); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVPath(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVPath(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPath(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPath(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPath(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPath(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPath() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPath(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCurve get_Item16(Int16 index) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Item16", NetOffice.VisioApi.IVCurve.LateBindingApiWrapperType, index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Item16 - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Item16")] - public NetOffice.VisioApi.IVCurve Item16(Int16 index) - { - return get_Item16(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Count16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Closed - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Closed"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVCurve this[Int32 index] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", index); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double tolerance - /// Double[] xyArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Points(Double tolerance, out Double[] xyArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - xyArray = null; - object[] paramsArray = Invoker.ValidateParamsArray(tolerance, (object)xyArray); - Invoker.Method(this, "Points", paramsArray, modifiers); - xyArray = (Double[])paramsArray[1]; - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVCurve item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVPaths.cs b/Source/Visio/DispatchInterfaces/IVPaths.cs deleted file mode 100644 index c9f1f62cef..0000000000 --- a/Source/Visio/DispatchInterfaces/IVPaths.cs +++ /dev/null @@ -1,256 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVPaths - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVPaths : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVPaths); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVPaths(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVPaths(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPaths(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPaths(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPaths(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPaths(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPaths() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVPaths(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVPath get_Item16(Int16 index) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Item16", NetOffice.VisioApi.IVPath.LateBindingApiWrapperType, index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Item16 - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Item16")] - public NetOffice.VisioApi.IVPath Item16(Int16 index) - { - return get_Item16(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Count16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVPath this[Int32 index] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", index); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - #endregion - - #region Methods - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVPath item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVRelatedShapePairEvent.cs b/Source/Visio/DispatchInterfaces/IVRelatedShapePairEvent.cs deleted file mode 100644 index f057630cd5..0000000000 --- a/Source/Visio/DispatchInterfaces/IVRelatedShapePairEvent.cs +++ /dev/null @@ -1,211 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVRelatedShapePairEvent - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVRelatedShapePairEvent : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVRelatedShapePairEvent); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVRelatedShapePairEvent(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVRelatedShapePairEvent(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVRelatedShapePairEvent(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVRelatedShapePairEvent(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVRelatedShapePairEvent(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVRelatedShapePairEvent(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVRelatedShapePairEvent() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVRelatedShapePairEvent(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage ContainingPage - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingPage"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 ContainingPageID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingPageID"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 FromShapeID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "FromShapeID"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 ToShapeID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ToShapeID"); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVReplaceShapesEvent.cs b/Source/Visio/DispatchInterfaces/IVReplaceShapesEvent.cs deleted file mode 100644 index 36997a0cbe..0000000000 --- a/Source/Visio/DispatchInterfaces/IVReplaceShapesEvent.cs +++ /dev/null @@ -1,199 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVReplaceShapesEvent - /// SupportByVersion Visio, 15, 16 - /// - [SupportByVersion("Visio", 15, 16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVReplaceShapesEvent : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVReplaceShapesEvent); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVReplaceShapesEvent(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVReplaceShapesEvent(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVReplaceShapesEvent(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVReplaceShapesEvent(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVReplaceShapesEvent(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVReplaceShapesEvent(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVReplaceShapesEvent() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVReplaceShapesEvent(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 15, 16), ProxyResult] - public object ReplacementMaster - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "ReplacementMaster"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection SelectionSource - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "SelectionSource"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - public Int32 ReplaceFlags - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ReplaceFlags"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVRow.cs b/Source/Visio/DispatchInterfaces/IVRow.cs deleted file mode 100644 index 0acd1c27fb..0000000000 --- a/Source/Visio/DispatchInterfaces/IVRow.cs +++ /dev/null @@ -1,375 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVRow - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVRow : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVRow); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVRow(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVRow(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVRow(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVRow(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVRow(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVRow(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVRow() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVRow(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Shape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStyle Style - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Style"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSection ContainingSection - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingSection"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Index - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCell get_Cell(object nameOrIndex) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Cell", NetOffice.VisioApi.IVCell.LateBindingApiWrapperType, nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Cell - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Cell")] - public NetOffice.VisioApi.IVCell Cell(object nameOrIndex) - { - return get_Cell(nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NameU", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCell get_CellU(object nameOrIndex) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "CellU", NetOffice.VisioApi.IVCell.LateBindingApiWrapperType, nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellU - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellU")] - public NetOffice.VisioApi.IVCell CellU(object nameOrIndex) - { - return get_CellU(nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingPageID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingPageID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingMasterID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingMasterID"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 flags - /// Double[] xyArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetPolylineData(Int16 flags, out Double[] xyArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - xyArray = null; - object[] paramsArray = Invoker.ValidateParamsArray(flags, (object)xyArray); - Invoker.Method(this, "GetPolylineData", paramsArray, modifiers); - xyArray = (Double[])paramsArray[1]; - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVSection.cs b/Source/Visio/DispatchInterfaces/IVSection.cs deleted file mode 100644 index 709fdfcb58..0000000000 --- a/Source/Visio/DispatchInterfaces/IVSection.cs +++ /dev/null @@ -1,288 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVSection - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVSection : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVSection); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVSection(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVSection(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVSection(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVSection(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVSection(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVSection(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVSection() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVSection(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Shape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStyle Style - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Style"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Index - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVRow get_Row(Int16 index) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Row", NetOffice.VisioApi.IVRow.LateBindingApiWrapperType, index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Row - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Row")] - public NetOffice.VisioApi.IVRow Row(Int16 index) - { - return get_Row(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingPageID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingPageID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingMasterID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingMasterID"); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVSelection.cs b/Source/Visio/DispatchInterfaces/IVSelection.cs deleted file mode 100644 index d300a5d862..0000000000 --- a/Source/Visio/DispatchInterfaces/IVSelection.cs +++ /dev/null @@ -1,1611 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVSelection - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVSelection : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVSelection); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVSelection(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVSelection(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVSelection(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVSelection(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVSelection(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVSelection(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVSelection() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVSelection(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVShape get_Item16(Int16 index) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Item16", NetOffice.VisioApi.IVShape.LateBindingApiWrapperType, index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Item16 - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Item16")] - public NetOffice.VisioApi.IVShape Item16(Int16 index) - { - return get_Item16(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Count16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage ContainingPage - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingPage"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster ContainingMaster - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingMaster"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape ContainingShape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingShape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Style - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Style"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Style", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string StyleKeepFmt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "StyleKeepFmt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "StyleKeepFmt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string LineStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "LineStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LineStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string LineStyleKeepFmt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "LineStyleKeepFmt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LineStyleKeepFmt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FillStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FillStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FillStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FillStyleKeepFmt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FillStyleKeepFmt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FillStyleKeepFmt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string TextStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TextStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TextStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string TextStyleKeepFmt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TextStyleKeepFmt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TextStyleKeepFmt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVShape this[Int32 index] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", index); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 IterationMode - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "IterationMode"); - } - set - { - Factory.ExecuteValuePropertySet(this, "IterationMode", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_ItemStatus(Int32 index) - { - return Factory.ExecuteInt16PropertyGet(this, "ItemStatus", index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemStatus - /// - /// Int32 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemStatus")] - public Int16 ItemStatus(Int32 index) - { - return get_ItemStatus(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape PrimaryItem - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "PrimaryItem"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16), NativeResult] - public stdole.Picture Picture - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "Picture", paramsArray); - return returnItem as stdole.Picture; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingPageID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingPageID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingMasterID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingMasterID"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster DataGraphic - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DataGraphic"); - } - set - { - Factory.ExecuteReferencePropertySet(this, "DataGraphic", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection SelectionForDragCopy - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "SelectionForDragCopy"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Export(string fileName) - { - Factory.ExecuteMethod(this, "Export", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void BringForward() - { - Factory.ExecuteMethod(this, "BringForward"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void BringToFront() - { - Factory.ExecuteMethod(this, "BringToFront"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SendBackward() - { - Factory.ExecuteMethod(this, "SendBackward"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SendToBack() - { - Factory.ExecuteMethod(this, "SendToBack"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Combine() - { - Factory.ExecuteMethod(this, "Combine"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Fragment() - { - Factory.ExecuteMethod(this, "Fragment"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Intersect() - { - Factory.ExecuteMethod(this, "Intersect"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Subtract() - { - Factory.ExecuteMethod(this, "Subtract"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Union() - { - Factory.ExecuteMethod(this, "Union"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FlipHorizontal() - { - Factory.ExecuteMethod(this, "FlipHorizontal"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FlipVertical() - { - Factory.ExecuteMethod(this, "FlipVertical"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ReverseEnds() - { - Factory.ExecuteMethod(this, "ReverseEnds"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Rotate90() - { - Factory.ExecuteMethod(this, "Rotate90"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void old_Copy() - { - Factory.ExecuteMethod(this, "old_Copy"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void old_Cut() - { - Factory.ExecuteMethod(this, "old_Cut"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void VoidDuplicate() - { - Factory.ExecuteMethod(this, "VoidDuplicate"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void VoidGroup() - { - Factory.ExecuteMethod(this, "VoidGroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ConvertToGroup() - { - Factory.ExecuteMethod(this, "ConvertToGroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Ungroup() - { - Factory.ExecuteMethod(this, "Ungroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SelectAll() - { - Factory.ExecuteMethod(this, "SelectAll"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void DeselectAll() - { - Factory.ExecuteMethod(this, "DeselectAll"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape sheetObject - /// Int16 selectAction - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Select(NetOffice.VisioApi.IVShape sheetObject, Int16 selectAction) - { - Factory.ExecuteMethod(this, "Select", sheetObject, selectAction); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Trim() - { - Factory.ExecuteMethod(this, "Trim"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Join() - { - Factory.ExecuteMethod(this, "Join"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FitCurve(Double tolerance, Int16 flags) - { - Factory.ExecuteMethod(this, "FitCurve", tolerance, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Layout() - { - Factory.ExecuteMethod(this, "Layout"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 flags - /// Double lpr8Left - /// Double lpr8Bottom - /// Double lpr8Right - /// Double lpr8Top - [SupportByVersion("Visio", 11,12,14,15,16)] - public void BoundingBox(Int16 flags, out Double lpr8Left, out Double lpr8Bottom, out Double lpr8Right, out Double lpr8Top) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true,true,true); - lpr8Left = 0; - lpr8Bottom = 0; - lpr8Right = 0; - lpr8Top = 0; - object[] paramsArray = Invoker.ValidateParamsArray(flags, lpr8Left, lpr8Bottom, lpr8Right, lpr8Top); - Invoker.Method(this, "BoundingBox", paramsArray, modifiers); - lpr8Left = (Double)paramsArray[1]; - lpr8Bottom = (Double)paramsArray[2]; - lpr8Right = (Double)paramsArray[3]; - lpr8Top = (Double)paramsArray[4]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double tolerance - /// Int16 flags - /// optional object x - /// optional object y - /// optional object resultsMaster - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawRegion(Double tolerance, Int16 flags, object x, object y, object resultsMaster) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawRegion", new object[]{ tolerance, flags, x, y, resultsMaster }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double tolerance - /// Int16 flags - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawRegion(Double tolerance, Int16 flags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawRegion", tolerance, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double tolerance - /// Int16 flags - /// optional object x - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawRegion(Double tolerance, Int16 flags, object x) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawRegion", tolerance, flags, x); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double tolerance - /// Int16 flags - /// optional object x - /// optional object y - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawRegion(Double tolerance, Int16 flags, object x, object y) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawRegion", tolerance, flags, x, y); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Group() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Group"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SwapEnds() - { - Factory.ExecuteMethod(this, "SwapEnds"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddToGroup() - { - Factory.ExecuteMethod(this, "AddToGroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void RemoveFromGroup() - { - Factory.ExecuteMethod(this, "RemoveFromGroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection Duplicate() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Duplicate"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Copy(object flags) - { - Factory.ExecuteMethod(this, "Copy", flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Copy() - { - Factory.ExecuteMethod(this, "Copy"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Cut(object flags) - { - Factory.ExecuteMethod(this, "Cut", flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Cut() - { - Factory.ExecuteMethod(this, "Cut"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double dx - /// Double dy - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Move(Double dx, Double dy, object unitsNameOrCode) - { - Factory.ExecuteMethod(this, "Move", dx, dy, unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double dx - /// Double dy - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Move(Double dx, Double dy) - { - Factory.ExecuteMethod(this, "Move", dx, dy); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double angle - /// optional object angleUnitsNameOrCode - /// optional bool BlastGuards = false - /// optional NetOffice.VisioApi.Enums.VisRotationTypes RotationType = 0 - /// optional Double PinX = 0 - /// optional Double PinY = 0 - /// optional object pinUnitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Rotate(Double angle, object angleUnitsNameOrCode, object blastGuards, object rotationType, object pinX, object pinY, object pinUnitsNameOrCode) - { - Factory.ExecuteMethod(this, "Rotate", new object[]{ angle, angleUnitsNameOrCode, blastGuards, rotationType, pinX, pinY, pinUnitsNameOrCode }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double angle - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Rotate(Double angle) - { - Factory.ExecuteMethod(this, "Rotate", angle); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double angle - /// optional object angleUnitsNameOrCode - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Rotate(Double angle, object angleUnitsNameOrCode) - { - Factory.ExecuteMethod(this, "Rotate", angle, angleUnitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double angle - /// optional object angleUnitsNameOrCode - /// optional bool BlastGuards = false - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Rotate(Double angle, object angleUnitsNameOrCode, object blastGuards) - { - Factory.ExecuteMethod(this, "Rotate", angle, angleUnitsNameOrCode, blastGuards); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double angle - /// optional object angleUnitsNameOrCode - /// optional bool BlastGuards = false - /// optional NetOffice.VisioApi.Enums.VisRotationTypes RotationType = 0 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Rotate(Double angle, object angleUnitsNameOrCode, object blastGuards, object rotationType) - { - Factory.ExecuteMethod(this, "Rotate", angle, angleUnitsNameOrCode, blastGuards, rotationType); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double angle - /// optional object angleUnitsNameOrCode - /// optional bool BlastGuards = false - /// optional NetOffice.VisioApi.Enums.VisRotationTypes RotationType = 0 - /// optional Double PinX = 0 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Rotate(Double angle, object angleUnitsNameOrCode, object blastGuards, object rotationType, object pinX) - { - Factory.ExecuteMethod(this, "Rotate", new object[]{ angle, angleUnitsNameOrCode, blastGuards, rotationType, pinX }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double angle - /// optional object angleUnitsNameOrCode - /// optional bool BlastGuards = false - /// optional NetOffice.VisioApi.Enums.VisRotationTypes RotationType = 0 - /// optional Double PinX = 0 - /// optional Double PinY = 0 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Rotate(Double angle, object angleUnitsNameOrCode, object blastGuards, object rotationType, object pinX, object pinY) - { - Factory.ExecuteMethod(this, "Rotate", new object[]{ angle, angleUnitsNameOrCode, blastGuards, rotationType, pinX, pinY }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisHorizontalAlignTypes alignHorizontal - /// NetOffice.VisioApi.Enums.VisVerticalAlignTypes alignVertical - /// optional bool GlueToGuide = false - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Align(NetOffice.VisioApi.Enums.VisHorizontalAlignTypes alignHorizontal, NetOffice.VisioApi.Enums.VisVerticalAlignTypes alignVertical, object glueToGuide) - { - Factory.ExecuteMethod(this, "Align", alignHorizontal, alignVertical, glueToGuide); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisHorizontalAlignTypes alignHorizontal - /// NetOffice.VisioApi.Enums.VisVerticalAlignTypes alignVertical - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Align(NetOffice.VisioApi.Enums.VisHorizontalAlignTypes alignHorizontal, NetOffice.VisioApi.Enums.VisVerticalAlignTypes alignVertical) - { - Factory.ExecuteMethod(this, "Align", alignHorizontal, alignVertical); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisDistributeTypes distribute - /// optional bool GlueToGuide = false - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Distribute(NetOffice.VisioApi.Enums.VisDistributeTypes distribute, object glueToGuide) - { - Factory.ExecuteMethod(this, "Distribute", distribute, glueToGuide); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisDistributeTypes distribute - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Distribute(NetOffice.VisioApi.Enums.VisDistributeTypes distribute) - { - Factory.ExecuteMethod(this, "Distribute", distribute); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void UpdateAlignmentBox() - { - Factory.ExecuteMethod(this, "UpdateAlignmentBox"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double distance - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Offset(Double distance) - { - Factory.ExecuteMethod(this, "Offset", distance); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ConnectShapes() - { - Factory.ExecuteMethod(this, "ConnectShapes"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFlipDirection flipDirection - /// optional NetOffice.VisioApi.Enums.VisFlipTypes FlipType = 0 - /// optional bool BlastGuards = false - /// optional Double PinX = 0 - /// optional Double PinY = 0 - /// optional object pinUnitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Flip(NetOffice.VisioApi.Enums.VisFlipDirection flipDirection, object flipType, object blastGuards, object pinX, object pinY, object pinUnitsNameOrCode) - { - Factory.ExecuteMethod(this, "Flip", new object[]{ flipDirection, flipType, blastGuards, pinX, pinY, pinUnitsNameOrCode }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFlipDirection flipDirection - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Flip(NetOffice.VisioApi.Enums.VisFlipDirection flipDirection) - { - Factory.ExecuteMethod(this, "Flip", flipDirection); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFlipDirection flipDirection - /// optional NetOffice.VisioApi.Enums.VisFlipTypes FlipType = 0 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Flip(NetOffice.VisioApi.Enums.VisFlipDirection flipDirection, object flipType) - { - Factory.ExecuteMethod(this, "Flip", flipDirection, flipType); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFlipDirection flipDirection - /// optional NetOffice.VisioApi.Enums.VisFlipTypes FlipType = 0 - /// optional bool BlastGuards = false - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Flip(NetOffice.VisioApi.Enums.VisFlipDirection flipDirection, object flipType, object blastGuards) - { - Factory.ExecuteMethod(this, "Flip", flipDirection, flipType, blastGuards); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFlipDirection flipDirection - /// optional NetOffice.VisioApi.Enums.VisFlipTypes FlipType = 0 - /// optional bool BlastGuards = false - /// optional Double PinX = 0 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Flip(NetOffice.VisioApi.Enums.VisFlipDirection flipDirection, object flipType, object blastGuards, object pinX) - { - Factory.ExecuteMethod(this, "Flip", flipDirection, flipType, blastGuards, pinX); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFlipDirection flipDirection - /// optional NetOffice.VisioApi.Enums.VisFlipTypes FlipType = 0 - /// optional bool BlastGuards = false - /// optional Double PinX = 0 - /// optional Double PinY = 0 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Flip(NetOffice.VisioApi.Enums.VisFlipDirection flipDirection, object flipType, object blastGuards, object pinX, object pinY) - { - Factory.ExecuteMethod(this, "Flip", new object[]{ flipDirection, flipType, blastGuards, pinX, pinY }); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// Int32 dataRowID - /// optional bool ApplyDataGraphicAfterLink = true - [SupportByVersion("Visio", 12,14,15,16)] - public void LinkToData(Int32 dataRecordsetID, Int32 dataRowID, object applyDataGraphicAfterLink) - { - Factory.ExecuteMethod(this, "LinkToData", dataRecordsetID, dataRowID, applyDataGraphicAfterLink); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// Int32 dataRowID - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void LinkToData(Int32 dataRecordsetID, Int32 dataRowID) - { - Factory.ExecuteMethod(this, "LinkToData", dataRecordsetID, dataRowID); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - [SupportByVersion("Visio", 12,14,15,16)] - public void BreakLinkToData(Int32 dataRecordsetID) - { - Factory.ExecuteMethod(this, "BreakLinkToData", dataRecordsetID); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32[] shapeIDs - [SupportByVersion("Visio", 12,14,15,16)] - public void GetIDs(out Int32[] shapeIDs) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - shapeIDs = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)shapeIDs); - Invoker.Method(this, "GetIDs", paramsArray, modifiers); - shapeIDs = (Int32[])paramsArray[0]; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// String[] columnNames - /// Int32[] autoLinkFieldTypes - /// String[] fieldNames - /// Int32 autoLinkBehavior - /// Int32[] shapeIDs - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 AutomaticLink(Int32 dataRecordsetID, String[] columnNames, Int32[] autoLinkFieldTypes, String[] fieldNames, Int32 autoLinkBehavior, out Int32[] shapeIDs) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,false,false,false,true); - shapeIDs = null; - object[] paramsArray = Invoker.ValidateParamsArray(dataRecordsetID, (object)columnNames, (object)autoLinkFieldTypes, (object)fieldNames, autoLinkBehavior, (object)shapeIDs); - object returnItem = Invoker.MethodReturn(this, "AutomaticLink", paramsArray); - shapeIDs = (Int32[])paramsArray[5]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisLayoutIncrementalType alignOrSpace - /// NetOffice.VisioApi.Enums.VisLayoutHorzAlignType alignHorizontal - /// NetOffice.VisioApi.Enums.VisLayoutVertAlignType alignVertical - /// Double spaceHorizontal - /// Double spaceVertical - /// NetOffice.VisioApi.Enums.VisUnitCodes unitCode - [SupportByVersion("Visio", 14,15,16)] - public void LayoutIncremental(NetOffice.VisioApi.Enums.VisLayoutIncrementalType alignOrSpace, NetOffice.VisioApi.Enums.VisLayoutHorzAlignType alignHorizontal, NetOffice.VisioApi.Enums.VisLayoutVertAlignType alignVertical, Double spaceHorizontal, Double spaceVertical, NetOffice.VisioApi.Enums.VisUnitCodes unitCode) - { - Factory.ExecuteMethod(this, "LayoutIncremental", new object[]{ alignOrSpace, alignHorizontal, alignVertical, spaceHorizontal, spaceVertical, unitCode }); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisLayoutDirection direction - [SupportByVersion("Visio", 14,15,16)] - public void LayoutChangeDirection(NetOffice.VisioApi.Enums.VisLayoutDirection direction) - { - Factory.ExecuteMethod(this, "LayoutChangeDirection", direction); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void AvoidPageBreaks() - { - Factory.ExecuteMethod(this, "AvoidPageBreaks"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisResizeDirection direction - /// Double distance - /// NetOffice.VisioApi.Enums.VisUnitCodes unitCode - [SupportByVersion("Visio", 14,15,16)] - public void Resize(NetOffice.VisioApi.Enums.VisResizeDirection direction, Double distance, NetOffice.VisioApi.Enums.VisUnitCodes unitCode) - { - Factory.ExecuteMethod(this, "Resize", direction, distance, unitCode); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void AddToContainers() - { - Factory.ExecuteMethod(this, "AddToContainers"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void RemoveFromContainers() - { - Factory.ExecuteMethod(this, "RemoveFromContainers"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.IVPage page - /// object objectToDrop - /// optional NetOffice.VisioApi.IVShape NewShape = 0 - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection MoveToSubprocess(NetOffice.VisioApi.IVPage page, object objectToDrop, object newShape) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "MoveToSubprocess", page, objectToDrop, newShape); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.IVPage page - /// object objectToDrop - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.IVSelection MoveToSubprocess(NetOffice.VisioApi.IVPage page, object objectToDrop) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "MoveToSubprocess", page, objectToDrop); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// Int32 delFlags - [SupportByVersion("Visio", 14,15,16)] - public void DeleteEx(Int32 delFlags) - { - Factory.ExecuteMethod(this, "DeleteEx", delFlags); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisContainerNested nestedOptions - [SupportByVersion("Visio", 14,15,16)] - public Int32[] GetContainers(NetOffice.VisioApi.Enums.VisContainerNested nestedOptions) - { - object[] paramsArray = Invoker.ValidateParamsArray(nestedOptions); - object returnItem = (object)Invoker.MethodReturn(this, "GetContainers", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisContainerNested nestedOptions - [SupportByVersion("Visio", 14,15,16)] - public Int32[] GetCallouts(NetOffice.VisioApi.Enums.VisContainerNested nestedOptions) - { - object[] paramsArray = Invoker.ValidateParamsArray(nestedOptions); - object returnItem = (object)Invoker.MethodReturn(this, "GetCallouts", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32[] MemberOfContainersUnion() - { - object[] paramsArray = null; - object returnItem = (object)Invoker.MethodReturn(this, "MemberOfContainersUnion", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32[] MemberOfContainersIntersection() - { - object[] paramsArray = null; - object returnItem = (object)Invoker.MethodReturn(this, "MemberOfContainersIntersection", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisContainerFormatType formatType - /// optional object FormatValue = 0 - [SupportByVersion("Visio", 14,15,16)] - public Int32[] SetContainerFormat(NetOffice.VisioApi.Enums.VisContainerFormatType formatType, object formatValue) - { - object[] paramsArray = Invoker.ValidateParamsArray(formatType, formatValue); - object returnItem = (object)Invoker.MethodReturn(this, "SetContainerFormat", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisContainerFormatType formatType - [CustomMethod] - [SupportByVersion("Visio", 14,15,16)] - public Int32[] SetContainerFormat(NetOffice.VisioApi.Enums.VisContainerFormatType formatType) - { - object[] paramsArray = Invoker.ValidateParamsArray(formatType); - object returnItem = (object)Invoker.MethodReturn(this, "SetContainerFormat", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// object masterOrMasterShortcutToDrop - /// optional Int32 ReplaceFlags = 0 - [SupportByVersion("Visio", 15, 16)] - public NetOffice.VisioApi.IVShape[] ReplaceShape(object masterOrMasterShortcutToDrop, object replaceFlags) - { - object[] paramsArray = Invoker.ValidateParamsArray(masterOrMasterShortcutToDrop, replaceFlags); - object returnItem = Invoker.MethodReturn(this, "ReplaceShape", paramsArray); - ICOMObject[] newObject = Factory.CreateObjectArrayFromComProxy(this, (object[])returnItem, false); - NetOffice.VisioApi.IVShape[] returnArray = new NetOffice.VisioApi.IVShape[newObject.Length]; - for (int i = 0; i < newObject.Length; i++) - returnArray[i] = newObject[i] as NetOffice.VisioApi.IVShape; - return returnArray; - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// object masterOrMasterShortcutToDrop - [CustomMethod] - [SupportByVersion("Visio", 15, 16)] - public NetOffice.VisioApi.IVShape[] ReplaceShape(object masterOrMasterShortcutToDrop) - { - object[] paramsArray = Invoker.ValidateParamsArray(masterOrMasterShortcutToDrop); - object returnItem = Invoker.MethodReturn(this, "ReplaceShape", paramsArray); - ICOMObject[] newObject = Factory.CreateObjectArrayFromComProxy(this, (object[])returnItem, false); - NetOffice.VisioApi.IVShape[] returnArray = new NetOffice.VisioApi.IVShape[newObject.Length]; - for (int i = 0; i < newObject.Length; i++) - returnArray[i] = newObject[i] as NetOffice.VisioApi.IVShape; - return returnArray; - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices lineMatrix - /// NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices fillMatrix - /// NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices effectsMatrix - /// NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices fontMatrix - /// NetOffice.VisioApi.Enums.VisQuickStyleColors lineColor - /// NetOffice.VisioApi.Enums.VisQuickStyleColors fillColor - /// NetOffice.VisioApi.Enums.VisQuickStyleColors shadowColor - /// NetOffice.VisioApi.Enums.VisQuickStyleColors fontColor - [SupportByVersion("Visio", 15, 16)] - public void SetQuickStyle(NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices lineMatrix, NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices fillMatrix, NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices effectsMatrix, NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices fontMatrix, NetOffice.VisioApi.Enums.VisQuickStyleColors lineColor, NetOffice.VisioApi.Enums.VisQuickStyleColors fillColor, NetOffice.VisioApi.Enums.VisQuickStyleColors shadowColor, NetOffice.VisioApi.Enums.VisQuickStyleColors fontColor) - { - Factory.ExecuteMethod(this, "SetQuickStyle", new object[]{ lineMatrix, fillMatrix, effectsMatrix, fontMatrix, lineColor, fillColor, shadowColor, fontColor }); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVShape item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVServerPublishOptions.cs b/Source/Visio/DispatchInterfaces/IVServerPublishOptions.cs deleted file mode 100644 index 6f4b76c90b..0000000000 --- a/Source/Visio/DispatchInterfaces/IVServerPublishOptions.cs +++ /dev/null @@ -1,280 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVServerPublishOptions - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVServerPublishOptions : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVServerPublishOptions); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVServerPublishOptions(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVServerPublishOptions(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVServerPublishOptions(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVServerPublishOptions(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVServerPublishOptions(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVServerPublishOptions(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVServerPublishOptions() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVServerPublishOptions(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - /// string pageName - /// NetOffice.VisioApi.Enums.VisLangFlags flags - [SupportByVersion("Visio", 14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool get_IsPublishedPage(string pageName, NetOffice.VisioApi.Enums.VisLangFlags flags) - { - return Factory.ExecuteBoolPropertyGet(this, "IsPublishedPage", pageName, flags); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Alias for get_IsPublishedPage - /// - /// string pageName - /// NetOffice.VisioApi.Enums.VisLangFlags flags - [SupportByVersion("Visio", 14,15,16), Redirect("get_IsPublishedPage")] - public bool IsPublishedPage(string pageName, NetOffice.VisioApi.Enums.VisLangFlags flags) - { - return get_IsPublishedPage(pageName, flags); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// string pageName - /// NetOffice.VisioApi.Enums.VisLangFlags flags - [SupportByVersion("Visio", 14,15,16)] - public void IncludePage(string pageName, NetOffice.VisioApi.Enums.VisLangFlags flags) - { - Factory.ExecuteMethod(this, "IncludePage", pageName, flags); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// string pageName - /// NetOffice.VisioApi.Enums.VisLangFlags flags - [SupportByVersion("Visio", 14,15,16)] - public void ExcludePage(string pageName, NetOffice.VisioApi.Enums.VisLangFlags flags) - { - Factory.ExecuteMethod(this, "ExcludePage", pageName, flags); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPublishPages publishPages - /// String[] namesArray - /// NetOffice.VisioApi.Enums.VisLangFlags flags - [SupportByVersion("Visio", 14,15,16)] - public void SetPagesToPublish(NetOffice.VisioApi.Enums.VisPublishPages publishPages, String[] namesArray, NetOffice.VisioApi.Enums.VisLangFlags flags) - { - object[] paramsArray = Invoker.ValidateParamsArray(publishPages, (object)namesArray, flags); - Invoker.Method(this, "SetPagesToPublish", paramsArray); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisLangFlags flags - /// NetOffice.VisioApi.Enums.VisPublishPages publishPages - /// String[] namesArray - [SupportByVersion("Visio", 14,15,16)] - public void GetPagesToPublish(NetOffice.VisioApi.Enums.VisLangFlags flags, out NetOffice.VisioApi.Enums.VisPublishPages publishPages, out String[] namesArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - publishPages = 0; - namesArray = null; - object[] paramsArray = Invoker.ValidateParamsArray(flags, publishPages, (object)namesArray); - Invoker.Method(this, "GetPagesToPublish", paramsArray, modifiers); - publishPages = (NetOffice.VisioApi.Enums.VisPublishPages)paramsArray[1]; - namesArray = (String[])paramsArray[2]; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPublishDataRecordsets publishDataRecordsets - /// Int32[] dataRecordsetIDs - [SupportByVersion("Visio", 14,15,16)] - public void SetRecordsetsToPublish(NetOffice.VisioApi.Enums.VisPublishDataRecordsets publishDataRecordsets, Int32[] dataRecordsetIDs) - { - object[] paramsArray = Invoker.ValidateParamsArray(publishDataRecordsets, (object)dataRecordsetIDs); - Invoker.Method(this, "SetRecordsetsToPublish", paramsArray); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPublishDataRecordsets publishDataRecordsets - /// Int32[] dataRecordsetIDs - [SupportByVersion("Visio", 14,15,16)] - public void GetRecordsetsToPublish(out NetOffice.VisioApi.Enums.VisPublishDataRecordsets publishDataRecordsets, out Int32[] dataRecordsetIDs) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true,true); - publishDataRecordsets = 0; - dataRecordsetIDs = null; - object[] paramsArray = Invoker.ValidateParamsArray(publishDataRecordsets, (object)dataRecordsetIDs); - Invoker.Method(this, "GetRecordsetsToPublish", paramsArray, modifiers); - publishDataRecordsets = (NetOffice.VisioApi.Enums.VisPublishDataRecordsets)paramsArray[0]; - dataRecordsetIDs = (Int32[])paramsArray[1]; - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVShape.cs b/Source/Visio/DispatchInterfaces/IVShape.cs deleted file mode 100644 index 40b63f82d7..0000000000 --- a/Source/Visio/DispatchInterfaces/IVShape.cs +++ /dev/null @@ -1,3240 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// IVShape - /// - [SyntaxBypass] - public class IVShape_ : COMObject - { - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVShape_(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVShape_(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - /// object there has created the proxy - /// inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVShape_(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - /// object there has created the proxy - /// inner wrapped COM proxy - /// Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVShape_(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVShape_(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - /// object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVShape_(ICOMObject replacedObject) : base(replacedObject) - { - } - - /// - /// Hidden stub .ctor - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVShape_() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVShape_(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// optional bool fIncludeSubShapes - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_AreaIU(object fIncludeSubShapes) - { - return Factory.ExecuteDoublePropertyGet(this, "AreaIU", fIncludeSubShapes); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_AreaIU - /// - /// optional bool fIncludeSubShapes - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_AreaIU")] - public Double AreaIU(object fIncludeSubShapes) - { - return get_AreaIU(fIncludeSubShapes); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// optional bool fIncludeSubShapes - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_LengthIU(object fIncludeSubShapes) - { - return Factory.ExecuteDoublePropertyGet(this, "LengthIU", fIncludeSubShapes); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_LengthIU - /// - /// optional bool fIncludeSubShapes - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_LengthIU")] - public Double LengthIU(object fIncludeSubShapes) - { - return get_LengthIU(fIncludeSubShapes); - } - - #endregion - - #region Methods - - #endregion - } - - /// - /// DispatchInterface IVShape - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVShape : IVShape_ - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVShape); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVShape(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVShape(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVShape(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVShape(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVShape(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVShape(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVShape() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVShape(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object Parent - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "Parent"); - } - set - { - Factory.ExecuteReferencePropertySet(this, "Parent", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster Master - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Master"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Type - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Type"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeSpecificCellName - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCell get_Cells(string localeSpecificCellName) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Cells", NetOffice.VisioApi.IVCell.LateBindingApiWrapperType, localeSpecificCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Cells - /// - /// string localeSpecificCellName - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Cells")] - public NetOffice.VisioApi.IVCell Cells(string localeSpecificCellName) - { - return get_Cells(localeSpecificCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 row - /// Int16 column - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCell get_CellsSRC(Int16 section, Int16 row, Int16 column) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "CellsSRC", NetOffice.VisioApi.IVCell.LateBindingApiWrapperType, section, row, column); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellsSRC - /// - /// Int16 section - /// Int16 row - /// Int16 column - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellsSRC")] - public NetOffice.VisioApi.IVCell CellsSRC(Int16 section, Int16 row, Int16 column) - { - return get_CellsSRC(section, row, column); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShapes Shapes - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shapes"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Data1 - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Data1"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Data1", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Data2 - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Data2"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Data2", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Data3 - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Data3"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Data3", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Help - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Help"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Help", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NameID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Text - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Text"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Text", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 CharCount - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "CharCount"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVCharacters Characters - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Characters"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 OneD - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "OneD"); - } - set - { - Factory.ExecuteValuePropertySet(this, "OneD", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 GeometryCount - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "GeometryCount"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_RowCount(Int16 section) - { - return Factory.ExecuteInt16PropertyGet(this, "RowCount", section); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_RowCount - /// - /// Int16 section - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_RowCount")] - public Int16 RowCount(Int16 section) - { - return get_RowCount(section); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_RowsCellCount(Int16 section, Int16 row) - { - return Factory.ExecuteInt16PropertyGet(this, "RowsCellCount", section, row); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_RowsCellCount - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_RowsCellCount")] - public Int16 RowsCellCount(Int16 section, Int16 row) - { - return get_RowsCellCount(section, row); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_RowType(Int16 section, Int16 row) - { - return Factory.ExecuteInt16PropertyGet(this, "RowType", section, row); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_RowType(Int16 section, Int16 row, Int16 value) - { - Factory.ExecutePropertySet(this, "RowType", section, row, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_RowType - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_RowType")] - public Int16 RowType(Int16 section, Int16 row) - { - return get_RowType(section, row); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVConnects Connects - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Connects"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Index16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Style - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Style"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Style", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string StyleKeepFmt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "StyleKeepFmt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "StyleKeepFmt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string LineStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "LineStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LineStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string LineStyleKeepFmt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "LineStyleKeepFmt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LineStyleKeepFmt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FillStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FillStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FillStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FillStyleKeepFmt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FillStyleKeepFmt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FillStyleKeepFmt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string TextStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TextStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TextStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string TextStyleKeepFmt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TextStyleKeepFmt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TextStyleKeepFmt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double old_AreaIU - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "old_AreaIU"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double old_LengthIU - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "old_LengthIU"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - /// Int16 fFill - /// Double lineRes - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public object get_GeomExIf(Int16 fFill, Double lineRes) - { - return Factory.ExecuteReferencePropertyGet(this, "GeomExIf", fFill, lineRes); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_GeomExIf - /// Unknown COM Proxy - /// - /// Int16 fFill - /// Double lineRes - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult, Redirect("get_GeomExIf")] - public object GeomExIf(Int16 fFill, Double lineRes) - { - return get_GeomExIf(fFill, lineRes); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 fUniqueID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string get_UniqueID(Int16 fUniqueID) - { - return Factory.ExecuteStringPropertyGet(this, "UniqueID", fUniqueID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_UniqueID - /// - /// Int16 fUniqueID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_UniqueID")] - public string UniqueID(Int16 fUniqueID) - { - return get_UniqueID(fUniqueID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage ContainingPage - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingPage"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster ContainingMaster - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingMaster"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape ContainingShape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingShape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_SectionExists(Int16 section, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "SectionExists", section, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_SectionExists - /// - /// Int16 section - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_SectionExists")] - public Int16 SectionExists(Int16 section, Int16 fExistsLocally) - { - return get_SectionExists(section, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 row - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_RowExists(Int16 section, Int16 row, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "RowExists", section, row, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_RowExists - /// - /// Int16 section - /// Int16 row - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_RowExists")] - public Int16 RowExists(Int16 section, Int16 row, Int16 fExistsLocally) - { - return get_RowExists(section, row, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeSpecificCellName - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CellExists(string localeSpecificCellName, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "CellExists", localeSpecificCellName, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellExists - /// - /// string localeSpecificCellName - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellExists")] - public Int16 CellExists(string localeSpecificCellName, Int16 fExistsLocally) - { - return get_CellExists(localeSpecificCellName, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 row - /// Int16 column - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CellsSRCExists(Int16 section, Int16 row, Int16 column, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "CellsSRCExists", section, row, column, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellsSRCExists - /// - /// Int16 section - /// Int16 row - /// Int16 column - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellsSRCExists")] - public Int16 CellsSRCExists(Int16 section, Int16 row, Int16 column, Int16 fExistsLocally) - { - return get_CellsSRCExists(section, row, column, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 LayerCount - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "LayerCount"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVLayer get_Layer(Int16 index) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Layer", NetOffice.VisioApi.IVLayer.LateBindingApiWrapperType, index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Layer - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Layer")] - public NetOffice.VisioApi.IVLayer Layer(Int16 index) - { - return get_Layer(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ClassID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ClassID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ForeignType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ForeignType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object Object - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "Object"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 ID16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ID16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVConnects FromConnects - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "FromConnects"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVHyperlink Hyperlink - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Hyperlink"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ProgID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ProgID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectIsInherited - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectIsInherited"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPaths Paths - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Paths"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPaths PathsLocal - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "PathsLocal"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Index - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVSection get_Section(Int16 index) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Section", NetOffice.VisioApi.IVSection.LateBindingApiWrapperType, index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Section - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Section")] - public NetOffice.VisioApi.IVSection Section(Int16 index) - { - return get_Section(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVHyperlinks Hyperlinks - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Hyperlinks"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// NetOffice.VisioApi.IVShape otherShape - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_SpatialRelation(NetOffice.VisioApi.IVShape otherShape, Double tolerance, Int16 flags) - { - return Factory.ExecuteInt16PropertyGet(this, "SpatialRelation", otherShape, tolerance, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_SpatialRelation - /// - /// NetOffice.VisioApi.IVShape otherShape - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_SpatialRelation")] - public Int16 SpatialRelation(NetOffice.VisioApi.IVShape otherShape, Double tolerance, Int16 flags) - { - return get_SpatialRelation(otherShape, tolerance, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// NetOffice.VisioApi.IVShape otherShape - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_DistanceFrom(NetOffice.VisioApi.IVShape otherShape, Int16 flags) - { - return Factory.ExecuteDoublePropertyGet(this, "DistanceFrom", otherShape, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_DistanceFrom - /// - /// NetOffice.VisioApi.IVShape otherShape - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_DistanceFrom")] - public Double DistanceFrom(NetOffice.VisioApi.IVShape otherShape, Int16 flags) - { - return get_DistanceFrom(otherShape, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Double x - /// Double y - /// Int16 flags - /// optional object pvPathIndex - /// optional object pvCurveIndex - /// optional object pvt - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_DistanceFromPoint(Double x, Double y, Int16 flags, object pvPathIndex, object pvCurveIndex, object pvt) - { - return Factory.ExecuteDoublePropertyGet(this, "DistanceFromPoint", new object[]{ x, y, flags, pvPathIndex, pvCurveIndex, pvt }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_DistanceFromPoint - /// - /// Double x - /// Double y - /// Int16 flags - /// optional object pvPathIndex - /// optional object pvCurveIndex - /// optional object pvt - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_DistanceFromPoint")] - public Double DistanceFromPoint(Double x, Double y, Int16 flags, object pvPathIndex, object pvCurveIndex, object pvt) - { - return get_DistanceFromPoint(x, y, flags, pvPathIndex, pvCurveIndex, pvt); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Double x - /// Double y - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_DistanceFromPoint(Double x, Double y, Int16 flags) - { - return Factory.ExecuteDoublePropertyGet(this, "DistanceFromPoint", x, y, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_DistanceFromPoint - /// - /// Double x - /// Double y - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_DistanceFromPoint")] - public Double DistanceFromPoint(Double x, Double y, Int16 flags) - { - return get_DistanceFromPoint(x, y, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Double x - /// Double y - /// Int16 flags - /// optional object pvPathIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_DistanceFromPoint(Double x, Double y, Int16 flags, object pvPathIndex) - { - return Factory.ExecuteDoublePropertyGet(this, "DistanceFromPoint", x, y, flags, pvPathIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_DistanceFromPoint - /// - /// Double x - /// Double y - /// Int16 flags - /// optional object pvPathIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_DistanceFromPoint")] - public Double DistanceFromPoint(Double x, Double y, Int16 flags, object pvPathIndex) - { - return get_DistanceFromPoint(x, y, flags, pvPathIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Double x - /// Double y - /// Int16 flags - /// optional object pvPathIndex - /// optional object pvCurveIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_DistanceFromPoint(Double x, Double y, Int16 flags, object pvPathIndex, object pvCurveIndex) - { - return Factory.ExecuteDoublePropertyGet(this, "DistanceFromPoint", new object[]{ x, y, flags, pvPathIndex, pvCurveIndex }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_DistanceFromPoint - /// - /// Double x - /// Double y - /// Int16 flags - /// optional object pvPathIndex - /// optional object pvCurveIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_DistanceFromPoint")] - public Double DistanceFromPoint(Double x, Double y, Int16 flags, object pvPathIndex, object pvCurveIndex) - { - return get_DistanceFromPoint(x, y, flags, pvPathIndex, pvCurveIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 relation - /// Double tolerance - /// Int16 flags - /// optional object resultRoot - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVSelection get_SpatialNeighbors(Int16 relation, Double tolerance, Int16 flags, object resultRoot) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "SpatialNeighbors", NetOffice.VisioApi.IVSelection.LateBindingApiWrapperType, relation, tolerance, flags, resultRoot); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_SpatialNeighbors - /// - /// Int16 relation - /// Double tolerance - /// Int16 flags - /// optional object resultRoot - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_SpatialNeighbors")] - public NetOffice.VisioApi.IVSelection SpatialNeighbors(Int16 relation, Double tolerance, Int16 flags, object resultRoot) - { - return get_SpatialNeighbors(relation, tolerance, flags, resultRoot); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 relation - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVSelection get_SpatialNeighbors(Int16 relation, Double tolerance, Int16 flags) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "SpatialNeighbors", NetOffice.VisioApi.IVSelection.LateBindingApiWrapperType, relation, tolerance, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_SpatialNeighbors - /// - /// Int16 relation - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_SpatialNeighbors")] - public NetOffice.VisioApi.IVSelection SpatialNeighbors(Int16 relation, Double tolerance, Int16 flags) - { - return get_SpatialNeighbors(relation, tolerance, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Double x - /// Double y - /// Int16 relation - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVSelection get_SpatialSearch(Double x, Double y, Int16 relation, Double tolerance, Int16 flags) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "SpatialSearch", NetOffice.VisioApi.IVSelection.LateBindingApiWrapperType, new object[]{ x, y, relation, tolerance, flags }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_SpatialSearch - /// - /// Double x - /// Double y - /// Int16 relation - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_SpatialSearch")] - public NetOffice.VisioApi.IVSelection SpatialSearch(Double x, Double y, Int16 relation, Double tolerance, Int16 flags) - { - return get_SpatialSearch(x, y, relation, tolerance, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeIndependentCellName - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCell get_CellsU(string localeIndependentCellName) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "CellsU", NetOffice.VisioApi.IVCell.LateBindingApiWrapperType, localeIndependentCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellsU - /// - /// string localeIndependentCellName - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellsU")] - public NetOffice.VisioApi.IVCell CellsU(string localeIndependentCellName) - { - return get_CellsU(localeIndependentCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NameU", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeIndependentCellName - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CellExistsU(string localeIndependentCellName, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "CellExistsU", localeIndependentCellName, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellExistsU - /// - /// string localeIndependentCellName - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellExistsU")] - public Int16 CellExistsU(string localeIndependentCellName, Int16 fExistsLocally) - { - return get_CellExistsU(localeIndependentCellName, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeSpecificCellName - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CellsRowIndex(string localeSpecificCellName) - { - return Factory.ExecuteInt16PropertyGet(this, "CellsRowIndex", localeSpecificCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellsRowIndex - /// - /// string localeSpecificCellName - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellsRowIndex")] - public Int16 CellsRowIndex(string localeSpecificCellName) - { - return get_CellsRowIndex(localeSpecificCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeIndependentCellName - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CellsRowIndexU(string localeIndependentCellName) - { - return Factory.ExecuteInt16PropertyGet(this, "CellsRowIndexU", localeIndependentCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellsRowIndexU - /// - /// string localeIndependentCellName - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellsRowIndexU")] - public Int16 CellsRowIndexU(string localeIndependentCellName) - { - return get_CellsRowIndexU(localeIndependentCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool IsOpenForTextEdit - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "IsOpenForTextEdit"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape RootShape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "RootShape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape MasterShape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "MasterShape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16), NativeResult] - public stdole.Picture Picture - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "Picture", paramsArray); - return returnItem as stdole.Picture; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public byte[] ForeignData - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(this, "ForeignData", paramsArray); - return (byte[])returnItem; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Language - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Language"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Language", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double AreaIU - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "AreaIU"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double LengthIU - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "LengthIU"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingPageID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingPageID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingMasterID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingMasterID"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster DataGraphic - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DataGraphic"); - } - set - { - Factory.ExecuteReferencePropertySet(this, "DataGraphic", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool IsDataGraphicCallout - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "IsDataGraphicCallout"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVContainerProperties ContainerProperties - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainerProperties"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32[] MemberOfContainers - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(this, "MemberOfContainers", paramsArray); - return (Int32[])returnItem; - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public bool IsCallout - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "IsCallout"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape CalloutTarget - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "CalloutTarget"); - } - set - { - Factory.ExecuteReferencePropertySet(this, "CalloutTarget", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32[] CalloutsAssociated - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(this, "CalloutsAssociated", paramsArray); - return (Int32[])returnItem; - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVComments Comments - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Comments"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void VoidGroup() - { - Factory.ExecuteMethod(this, "VoidGroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void BringForward() - { - Factory.ExecuteMethod(this, "BringForward"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void BringToFront() - { - Factory.ExecuteMethod(this, "BringToFront"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ConvertToGroup() - { - Factory.ExecuteMethod(this, "ConvertToGroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FlipHorizontal() - { - Factory.ExecuteMethod(this, "FlipHorizontal"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FlipVertical() - { - Factory.ExecuteMethod(this, "FlipVertical"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ReverseEnds() - { - Factory.ExecuteMethod(this, "ReverseEnds"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SendBackward() - { - Factory.ExecuteMethod(this, "SendBackward"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SendToBack() - { - Factory.ExecuteMethod(this, "SendToBack"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Rotate90() - { - Factory.ExecuteMethod(this, "Rotate90"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Ungroup() - { - Factory.ExecuteMethod(this, "Ungroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void old_Copy() - { - Factory.ExecuteMethod(this, "old_Copy"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void old_Cut() - { - Factory.ExecuteMethod(this, "old_Cut"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void VoidDuplicate() - { - Factory.ExecuteMethod(this, "VoidDuplicate"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object objectToDrop - /// Double xPos - /// Double yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Drop(object objectToDrop, Double xPos, Double yPos) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Drop", objectToDrop, xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AddSection(Int16 section) - { - return Factory.ExecuteInt16MethodGet(this, "AddSection", section); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - [SupportByVersion("Visio", 11,12,14,15,16)] - public void DeleteSection(Int16 section) - { - Factory.ExecuteMethod(this, "DeleteSection", section); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - /// Int16 row - /// Int16 rowTag - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AddRow(Int16 section, Int16 row, Int16 rowTag) - { - return Factory.ExecuteInt16MethodGet(this, "AddRow", section, row, rowTag); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16)] - public void DeleteRow(Int16 section, Int16 row) - { - Factory.ExecuteMethod(this, "DeleteRow", section, row); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xPos - /// Double yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetCenter(Double xPos, Double yPos) - { - Factory.ExecuteMethod(this, "SetCenter", xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xPos - /// Double yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetBegin(Double xPos, Double yPos) - { - Factory.ExecuteMethod(this, "SetBegin", xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xPos - /// Double yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetEnd(Double xPos, Double yPos) - { - Factory.ExecuteMethod(this, "SetEnd", xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Export(string fileName) - { - Factory.ExecuteMethod(this, "Export", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - /// string rowName - /// Int16 rowTag - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AddNamedRow(Int16 section, string rowName, Int16 rowTag) - { - return Factory.ExecuteInt16MethodGet(this, "AddNamedRow", section, rowName, rowTag); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - /// Int16 row - /// Int16 rowTag - /// Int16 rowCount - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AddRows(Int16 section, Int16 row, Int16 rowTag, Int16 rowCount) - { - return Factory.ExecuteInt16MethodGet(this, "AddRows", section, row, rowTag, rowCount); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xBegin - /// Double yBegin - /// Double xEnd - /// Double yEnd - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawLine(Double xBegin, Double yBegin, Double xEnd, Double yEnd) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawLine", xBegin, yBegin, xEnd, yEnd); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double x1 - /// Double y1 - /// Double x2 - /// Double y2 - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawRectangle(Double x1, Double y1, Double x2, Double y2) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawRectangle", x1, y1, x2, y2); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double x1 - /// Double y1 - /// Double x2 - /// Double y2 - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawOval(Double x1, Double y1, Double x2, Double y2) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawOval", x1, y1, x2, y2); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double[] xyArray - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawSpline(Double[] xyArray, Double tolerance, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)xyArray, tolerance, flags); - object returnItem = Invoker.MethodReturn(this, "DrawSpline", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double[] xyArray - /// Int16 degree - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawBezier(Double[] xyArray, Int16 degree, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)xyArray, degree, flags); - object returnItem = Invoker.MethodReturn(this, "DrawBezier", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double[] xyArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawPolyline(Double[] xyArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)xyArray, flags); - object returnItem = Invoker.MethodReturn(this, "DrawPolyline", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FitCurve(Double tolerance, Int16 flags) - { - Factory.ExecuteMethod(this, "FitCurve", tolerance, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Import(string fileName) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Import", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void CenterDrawing() - { - Factory.ExecuteMethod(this, "CenterDrawing"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape InsertFromFile(string fileName, Int16 flags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "InsertFromFile", fileName, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string classOrProgID - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape InsertObject(string classOrProgID, Int16 flags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "InsertObject", classOrProgID, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow OpenDrawWindow() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "OpenDrawWindow"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow OpenSheetWindow() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "OpenSheetWindow"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object[] objectsToInstance - /// Double[] xyArray - /// Int16[] iDArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 DropMany(object[] objectsToInstance, Double[] xyArray, out Int16[] iDArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,true); - iDArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)objectsToInstance, (object)xyArray, (object)iDArray); - object returnItem = Invoker.MethodReturn(this, "DropMany", paramsArray); - iDArray = (Int16[])paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// object[] formulaArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetFormulas(Int16[] sRCStream, out object[] formulaArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - formulaArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, (object)formulaArray); - Invoker.Method(this, "GetFormulas", paramsArray, modifiers); - formulaArray = (object[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// Int16 flags - /// object[] unitsNamesOrCodes - /// object[] resultArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetResults(Int16[] sRCStream, Int16 flags, object[] unitsNamesOrCodes, out object[] resultArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,false,true); - resultArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, flags, (object)unitsNamesOrCodes, (object)resultArray); - Invoker.Method(this, "GetResults", paramsArray, modifiers); - resultArray = (object[])paramsArray[3]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// object[] formulaArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SetFormulas(Int16[] sRCStream, object[] formulaArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, (object)formulaArray, flags); - object returnItem = Invoker.MethodReturn(this, "SetFormulas", paramsArray); - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// object[] unitsNamesOrCodes - /// object[] resultArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SetResults(Int16[] sRCStream, object[] unitsNamesOrCodes, object[] resultArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, (object)unitsNamesOrCodes, (object)resultArray, flags); - object returnItem = Invoker.MethodReturn(this, "SetResults", paramsArray); - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Layout() - { - Factory.ExecuteMethod(this, "Layout"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 flags - /// Double lpr8Left - /// Double lpr8Bottom - /// Double lpr8Right - /// Double lpr8Top - [SupportByVersion("Visio", 11,12,14,15,16)] - public void BoundingBox(Int16 flags, out Double lpr8Left, out Double lpr8Bottom, out Double lpr8Right, out Double lpr8Top) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true,true,true); - lpr8Left = 0; - lpr8Bottom = 0; - lpr8Right = 0; - lpr8Top = 0; - object[] paramsArray = Invoker.ValidateParamsArray(flags, lpr8Left, lpr8Bottom, lpr8Right, lpr8Top); - Invoker.Method(this, "BoundingBox", paramsArray, modifiers); - lpr8Left = (Double)paramsArray[1]; - lpr8Bottom = (Double)paramsArray[2]; - lpr8Right = (Double)paramsArray[3]; - lpr8Top = (Double)paramsArray[4]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xPos - /// Double yPos - /// Double tolerance - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 HitTest(Double xPos, Double yPos, Double tolerance) - { - return Factory.ExecuteInt16MethodGet(this, "HitTest", xPos, yPos, tolerance); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVHyperlink AddHyperlink() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddHyperlink"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape otherShape - /// Double x - /// Double y - /// Double xprime - /// Double yprime - [SupportByVersion("Visio", 11,12,14,15,16)] - public void TransformXYTo(NetOffice.VisioApi.IVShape otherShape, Double x, Double y, out Double xprime, out Double yprime) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,false,true,true); - xprime = 0; - yprime = 0; - object[] paramsArray = Invoker.ValidateParamsArray(otherShape, x, y, xprime, yprime); - Invoker.Method(this, "TransformXYTo", paramsArray, modifiers); - xprime = (Double)paramsArray[3]; - yprime = (Double)paramsArray[4]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape otherShape - /// Double x - /// Double y - /// Double xprime - /// Double yprime - [SupportByVersion("Visio", 11,12,14,15,16)] - public void TransformXYFrom(NetOffice.VisioApi.IVShape otherShape, Double x, Double y, out Double xprime, out Double yprime) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,false,true,true); - xprime = 0; - yprime = 0; - object[] paramsArray = Invoker.ValidateParamsArray(otherShape, x, y, xprime, yprime); - Invoker.Method(this, "TransformXYFrom", paramsArray, modifiers); - xprime = (Double)paramsArray[3]; - yprime = (Double)paramsArray[4]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double x - /// Double y - /// Double xprime - /// Double yprime - [SupportByVersion("Visio", 11,12,14,15,16)] - public void XYToPage(Double x, Double y, out Double xprime, out Double yprime) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,true,true); - xprime = 0; - yprime = 0; - object[] paramsArray = Invoker.ValidateParamsArray(x, y, xprime, yprime); - Invoker.Method(this, "XYToPage", paramsArray, modifiers); - xprime = (Double)paramsArray[2]; - yprime = (Double)paramsArray[3]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double x - /// Double y - /// Double xprime - /// Double yprime - [SupportByVersion("Visio", 11,12,14,15,16)] - public void XYFromPage(Double x, Double y, out Double xprime, out Double yprime) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,true,true); - xprime = 0; - yprime = 0; - object[] paramsArray = Invoker.ValidateParamsArray(x, y, xprime, yprime); - Invoker.Method(this, "XYFromPage", paramsArray, modifiers); - xprime = (Double)paramsArray[2]; - yprime = (Double)paramsArray[3]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void UpdateAlignmentBox() - { - Factory.ExecuteMethod(this, "UpdateAlignmentBox"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object[] objectsToInstance - /// Double[] xyArray - /// Int16[] iDArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 DropManyU(object[] objectsToInstance, Double[] xyArray, out Int16[] iDArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,true); - iDArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)objectsToInstance, (object)xyArray, (object)iDArray); - object returnItem = Invoker.MethodReturn(this, "DropManyU", paramsArray); - iDArray = (Int16[])paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// object[] formulaArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetFormulasU(Int16[] sRCStream, out object[] formulaArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - formulaArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, (object)formulaArray); - Invoker.Method(this, "GetFormulasU", paramsArray, modifiers); - formulaArray = (object[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 degree - /// Int16 flags - /// Double[] xyArray - /// Double[] knots - /// optional object weights - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawNURBS(Int16 degree, Int16 flags, Double[] xyArray, Double[] knots, object weights) - { - object[] paramsArray = Invoker.ValidateParamsArray(degree, flags, (object)xyArray, (object)knots, weights); - object returnItem = Invoker.MethodReturn(this, "DrawNURBS", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 degree - /// Int16 flags - /// Double[] xyArray - /// Double[] knots - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawNURBS(Int16 degree, Int16 flags, Double[] xyArray, Double[] knots) - { - object[] paramsArray = Invoker.ValidateParamsArray(degree, flags, (object)xyArray, (object)knots); - object returnItem = Invoker.MethodReturn(this, "DrawNURBS", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Group() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Group"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Duplicate() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Duplicate"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SwapEnds() - { - Factory.ExecuteMethod(this, "SwapEnds"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Copy(object flags) - { - Factory.ExecuteMethod(this, "Copy", flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Copy() - { - Factory.ExecuteMethod(this, "Copy"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Cut(object flags) - { - Factory.ExecuteMethod(this, "Cut", flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Cut() - { - Factory.ExecuteMethod(this, "Cut"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste(object flags) - { - Factory.ExecuteMethod(this, "Paste", flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste() - { - Factory.ExecuteMethod(this, "Paste"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 format - /// optional object link - /// optional object displayAsIcon - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PasteSpecial(Int32 format, object link, object displayAsIcon) - { - Factory.ExecuteMethod(this, "PasteSpecial", format, link, displayAsIcon); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 format - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PasteSpecial(Int32 format) - { - Factory.ExecuteMethod(this, "PasteSpecial", format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 format - /// optional object link - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PasteSpecial(Int32 format, object link) - { - Factory.ExecuteMethod(this, "PasteSpecial", format, link); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisSelectionTypes selType - /// optional NetOffice.VisioApi.Enums.VisSelectMode IterationMode = 256 - /// optional object data - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection CreateSelection(NetOffice.VisioApi.Enums.VisSelectionTypes selType, object iterationMode, object data) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "CreateSelection", selType, iterationMode, data); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisSelectionTypes selType - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVSelection CreateSelection(NetOffice.VisioApi.Enums.VisSelectionTypes selType) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "CreateSelection", selType); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisSelectionTypes selType - /// optional NetOffice.VisioApi.Enums.VisSelectMode IterationMode = 256 - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVSelection CreateSelection(NetOffice.VisioApi.Enums.VisSelectionTypes selType, object iterationMode) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "CreateSelection", selType, iterationMode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double distance - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Offset(Double distance) - { - Factory.ExecuteMethod(this, "Offset", distance); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 type - /// Double xPos - /// Double yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape AddGuide(Int16 type, Double xPos, Double yPos) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddGuide", type, xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xBegin - /// Double yBegin - /// Double xEnd - /// Double yEnd - /// Double xControl - /// Double yControl - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawArcByThreePoints(Double xBegin, Double yBegin, Double xEnd, Double yEnd, Double xControl, Double yControl) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawArcByThreePoints", new object[]{ xBegin, yBegin, xEnd, yEnd, xControl, yControl }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xBegin - /// Double yBegin - /// Double xEnd - /// Double yEnd - /// NetOffice.VisioApi.Enums.VisArcSweepFlags sweepFlag - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawQuarterArc(Double xBegin, Double yBegin, Double xEnd, Double yEnd, NetOffice.VisioApi.Enums.VisArcSweepFlags sweepFlag) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawQuarterArc", new object[]{ xBegin, yBegin, xEnd, yEnd, sweepFlag }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xCenter - /// Double yCenter - /// Double radius - /// optional Double StartAngle = 0 - /// optional Double EndAngle = 3.1415927410125732 - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawCircularArc(Double xCenter, Double yCenter, Double radius, object startAngle, object endAngle) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawCircularArc", new object[]{ xCenter, yCenter, radius, startAngle, endAngle }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xCenter - /// Double yCenter - /// Double radius - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawCircularArc(Double xCenter, Double yCenter, Double radius) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawCircularArc", xCenter, yCenter, radius); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xCenter - /// Double yCenter - /// Double radius - /// optional Double StartAngle = 0 - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawCircularArc(Double xCenter, Double yCenter, Double radius, object startAngle) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawCircularArc", xCenter, yCenter, radius, startAngle); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// Int32 rowID - /// optional bool ApplyDataGraphicAfterLink = true - [SupportByVersion("Visio", 12,14,15,16)] - public void LinkToData(Int32 dataRecordsetID, Int32 rowID, object applyDataGraphicAfterLink) - { - Factory.ExecuteMethod(this, "LinkToData", dataRecordsetID, rowID, applyDataGraphicAfterLink); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// Int32 rowID - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void LinkToData(Int32 dataRecordsetID, Int32 rowID) - { - Factory.ExecuteMethod(this, "LinkToData", dataRecordsetID, rowID); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - [SupportByVersion("Visio", 12,14,15,16)] - public void BreakLinkToData(Int32 dataRecordsetID) - { - Factory.ExecuteMethod(this, "BreakLinkToData", dataRecordsetID); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 GetLinkedDataRow(Int32 dataRecordsetID) - { - return Factory.ExecuteInt32MethodGet(this, "GetLinkedDataRow", dataRecordsetID); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32[] dataRecordsetIDs - [SupportByVersion("Visio", 12,14,15,16)] - public void GetLinkedDataRecordsetIDs(out Int32[] dataRecordsetIDs) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - dataRecordsetIDs = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)dataRecordsetIDs); - Invoker.Method(this, "GetLinkedDataRecordsetIDs", paramsArray, modifiers); - dataRecordsetIDs = (Int32[])paramsArray[0]; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// Int32[] customPropertyIndices - [SupportByVersion("Visio", 12,14,15,16)] - public void GetCustomPropertiesLinkedToData(Int32 dataRecordsetID, out Int32[] customPropertyIndices) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - customPropertyIndices = null; - object[] paramsArray = Invoker.ValidateParamsArray(dataRecordsetID, (object)customPropertyIndices); - Invoker.Method(this, "GetCustomPropertiesLinkedToData", paramsArray, modifiers); - customPropertyIndices = (Int32[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// Int32 customPropertyIndex - [SupportByVersion("Visio", 12,14,15,16)] - public bool IsCustomPropertyLinked(Int32 dataRecordsetID, Int32 customPropertyIndex) - { - return Factory.ExecuteBoolMethodGet(this, "IsCustomPropertyLinked", dataRecordsetID, customPropertyIndex); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// Int32 customPropertyIndex - [SupportByVersion("Visio", 12,14,15,16)] - public string GetCustomPropertyLinkedColumn(Int32 dataRecordsetID, Int32 customPropertyIndex) - { - return Factory.ExecuteStringMethodGet(this, "GetCustomPropertyLinkedColumn", dataRecordsetID, customPropertyIndex); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape toShape - /// NetOffice.VisioApi.Enums.VisAutoConnectDir placementDir - /// optional object Connector = null (Nothing in visual basic) - [SupportByVersion("Visio", 12,14,15,16)] - public void AutoConnect(NetOffice.VisioApi.IVShape toShape, NetOffice.VisioApi.Enums.VisAutoConnectDir placementDir, object connector) - { - Factory.ExecuteMethod(this, "AutoConnect", toShape, placementDir, connector); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape toShape - /// NetOffice.VisioApi.Enums.VisAutoConnectDir placementDir - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void AutoConnect(NetOffice.VisioApi.IVShape toShape, NetOffice.VisioApi.Enums.VisAutoConnectDir placementDir) - { - Factory.ExecuteMethod(this, "AutoConnect", toShape, placementDir); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// string category - [SupportByVersion("Visio", 14,15,16)] - public bool HasCategory(string category) - { - return Factory.ExecuteBoolMethodGet(this, "HasCategory", category); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisConnectedShapesFlags flags - /// string categoryFilter - [SupportByVersion("Visio", 14,15,16)] - public Int32[] ConnectedShapes(NetOffice.VisioApi.Enums.VisConnectedShapesFlags flags, string categoryFilter) - { - object[] paramsArray = Invoker.ValidateParamsArray(flags, categoryFilter); - object returnItem = (object)Invoker.MethodReturn(this, "ConnectedShapes", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisGluedShapesFlags flags - /// string categoryFilter - /// optional NetOffice.VisioApi.IVShape pOtherConnectedShape - [SupportByVersion("Visio", 14,15,16)] - public Int32[] GluedShapes(NetOffice.VisioApi.Enums.VisGluedShapesFlags flags, string categoryFilter, object pOtherConnectedShape) - { - object[] paramsArray = Invoker.ValidateParamsArray(flags, categoryFilter, pOtherConnectedShape); - object returnItem = (object)Invoker.MethodReturn(this, "GluedShapes", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisGluedShapesFlags flags - /// string categoryFilter - [CustomMethod] - [SupportByVersion("Visio", 14,15,16)] - public Int32[] GluedShapes(NetOffice.VisioApi.Enums.VisGluedShapesFlags flags, string categoryFilter) - { - object[] paramsArray = Invoker.ValidateParamsArray(flags, categoryFilter); - object returnItem = (object)Invoker.MethodReturn(this, "GluedShapes", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisConnectorEnds connectorEnd - /// Double offsetX - /// Double offsetY - /// NetOffice.VisioApi.Enums.VisUnitCodes units - [SupportByVersion("Visio", 14,15,16)] - public void Disconnect(NetOffice.VisioApi.Enums.VisConnectorEnds connectorEnd, Double offsetX, Double offsetY, NetOffice.VisioApi.Enums.VisUnitCodes units) - { - Factory.ExecuteMethod(this, "Disconnect", connectorEnd, offsetX, offsetY, units); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisResizeDirection direction - /// Double distance - /// NetOffice.VisioApi.Enums.VisUnitCodes unitCode - [SupportByVersion("Visio", 14,15,16)] - public void Resize(NetOffice.VisioApi.Enums.VisResizeDirection direction, Double distance, NetOffice.VisioApi.Enums.VisUnitCodes unitCode) - { - Factory.ExecuteMethod(this, "Resize", direction, distance, unitCode); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void AddToContainers() - { - Factory.ExecuteMethod(this, "AddToContainers"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void RemoveFromContainers() - { - Factory.ExecuteMethod(this, "RemoveFromContainers"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage CreateSubProcess() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "CreateSubProcess"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.IVPage page - /// object objectToDrop - /// optional NetOffice.VisioApi.IVShape NewShape = 0 - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection MoveToSubprocess(NetOffice.VisioApi.IVPage page, object objectToDrop, object newShape) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "MoveToSubprocess", page, objectToDrop, newShape); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.IVPage page - /// object objectToDrop - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.IVSelection MoveToSubprocess(NetOffice.VisioApi.IVPage page, object objectToDrop) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "MoveToSubprocess", page, objectToDrop); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// Int32 delFlags - [SupportByVersion("Visio", 14,15,16)] - public void DeleteEx(Int32 delFlags) - { - Factory.ExecuteMethod(this, "DeleteEx", delFlags); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// object masterOrMasterShortcutToDrop - /// optional Int32 ReplaceFlags = 0 - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVShape ReplaceShape(object masterOrMasterShortcutToDrop, object replaceFlags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "ReplaceShape", masterOrMasterShortcutToDrop, replaceFlags); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// object masterOrMasterShortcutToDrop - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 15, 16)] - public NetOffice.VisioApi.IVShape ReplaceShape(object masterOrMasterShortcutToDrop) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "ReplaceShape", masterOrMasterShortcutToDrop); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices lineMatrix - /// NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices fillMatrix - /// NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices effectsMatrix - /// NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices fontMatrix - /// NetOffice.VisioApi.Enums.VisQuickStyleColors lineColor - /// NetOffice.VisioApi.Enums.VisQuickStyleColors fillColor - /// NetOffice.VisioApi.Enums.VisQuickStyleColors shadowColor - /// NetOffice.VisioApi.Enums.VisQuickStyleColors fontColor - [SupportByVersion("Visio", 15, 16)] - public void SetQuickStyle(NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices lineMatrix, NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices fillMatrix, NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices effectsMatrix, NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices fontMatrix, NetOffice.VisioApi.Enums.VisQuickStyleColors lineColor, NetOffice.VisioApi.Enums.VisQuickStyleColors fillColor, NetOffice.VisioApi.Enums.VisQuickStyleColors shadowColor, NetOffice.VisioApi.Enums.VisQuickStyleColors fontColor) - { - Factory.ExecuteMethod(this, "SetQuickStyle", new object[]{ lineMatrix, fillMatrix, effectsMatrix, fontMatrix, lineColor, fillColor, shadowColor, fontColor }); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// string fileName - /// optional Int32 ChangePictureFlags = 0 - [SupportByVersion("Visio", 15, 16)] - public Double ChangePicture(string fileName, object changePictureFlags) - { - return Factory.ExecuteDoubleMethodGet(this, "ChangePicture", fileName, changePictureFlags); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// string fileName - [CustomMethod] - [SupportByVersion("Visio", 15, 16)] - public Double ChangePicture(string fileName) - { - return Factory.ExecuteDoubleMethodGet(this, "ChangePicture", fileName); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVShapes.cs b/Source/Visio/DispatchInterfaces/IVShapes.cs deleted file mode 100644 index b553fa2e23..0000000000 --- a/Source/Visio/DispatchInterfaces/IVShapes.cs +++ /dev/null @@ -1,430 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVShapes - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVShapes : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVShapes); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVShapes(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVShapes(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVShapes(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVShapes(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVShapes(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVShapes(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVShapes() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVShapes(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameUIDOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVShape this[object nameUIDOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameUIDOrIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Count16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage ContainingPage - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingPage"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster ContainingMaster - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingMaster"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape ContainingShape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingShape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 objectID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVShape get_ItemFromID16(Int16 objectID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID16", NetOffice.VisioApi.IVShape.LateBindingApiWrapperType, objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemFromID16 - /// - /// Int16 objectID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemFromID16")] - public NetOffice.VisioApi.IVShape ItemFromID16(Int16 objectID) - { - return get_ItemFromID16(objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 objectID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVShape get_ItemFromID(Int32 objectID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVShape.LateBindingApiWrapperType, objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 objectID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVShape ItemFromID(Int32 objectID) - { - return get_ItemFromID(objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameUIDOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVShape get_ItemU(object nameUIDOrIndex) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemU", NetOffice.VisioApi.IVShape.LateBindingApiWrapperType, nameUIDOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemU - /// - /// object nameUIDOrIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemU")] - public NetOffice.VisioApi.IVShape ItemU(object nameUIDOrIndex) - { - return get_ItemU(nameUIDOrIndex); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - /// string uniqueID - [SupportByVersion("Visio", 14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVShape get_ItemFromUniqueID(string uniqueID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromUniqueID", NetOffice.VisioApi.IVShape.LateBindingApiWrapperType, uniqueID); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Alias for get_ItemFromUniqueID - /// - /// string uniqueID - [SupportByVersion("Visio", 14,15,16), Redirect("get_ItemFromUniqueID")] - public NetOffice.VisioApi.IVShape ItemFromUniqueID(string uniqueID) - { - return get_ItemFromUniqueID(uniqueID); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void CenterDrawing() - { - Factory.ExecuteMethod(this, "CenterDrawing"); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVShape item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVStatusBar.cs b/Source/Visio/DispatchInterfaces/IVStatusBar.cs deleted file mode 100644 index 9adefba02b..0000000000 --- a/Source/Visio/DispatchInterfaces/IVStatusBar.cs +++ /dev/null @@ -1,229 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVStatusBar - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVStatusBar : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVStatusBar); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVStatusBar(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVStatusBar(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBar(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBar(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBar(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBar(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBar() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBar(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string Default - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Default"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Caption - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Caption"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Caption", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SetID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SetID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStatusBarItems StatusBarItems - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "StatusBarItems"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStatusBars Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool BuiltIn - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "BuiltIn"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Protection - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Protection"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Protection", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVStatusBarItem.cs b/Source/Visio/DispatchInterfaces/IVStatusBarItem.cs deleted file mode 100644 index feba746c0b..0000000000 --- a/Source/Visio/DispatchInterfaces/IVStatusBarItem.cs +++ /dev/null @@ -1,595 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVStatusBarItem - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVStatusBarItem : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVStatusBarItem); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVStatusBarItem(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVStatusBarItem(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBarItem(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBarItem(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBarItem(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBarItem(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBarItem() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBarItem(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string Default - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Default"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Index - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStatusBarItems Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 CmdNum - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CmdNum"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CmdNum", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 HelpContextID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "HelpContextID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HelpContextID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ActionText - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ActionText"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ActionText", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AddOnName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AddOnName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AddOnName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AddOnArgs - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AddOnArgs"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AddOnArgs", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string HelpFile - { - get - { - return Factory.ExecuteStringPropertyGet(this, "HelpFile"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HelpFile", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 CntrlType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CntrlType"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CntrlType", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 CntrlID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CntrlID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CntrlID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 TypeSpecific1 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "TypeSpecific1"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TypeSpecific1", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Priority - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Priority"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Priority", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Spacing - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Spacing"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Spacing", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 TypeSpecific2 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "TypeSpecific2"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TypeSpecific2", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Caption - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Caption"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Caption", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string MiniHelp - { - get - { - return Factory.ExecuteStringPropertyGet(this, "MiniHelp"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MiniHelp", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool BuiltIn - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "BuiltIn"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Enabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Enabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Enabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 FaceID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "FaceID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FaceID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 State - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "State"); - } - set - { - Factory.ExecuteValuePropertySet(this, "State", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Style - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Style"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Style", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Visible - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Visible"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Visible", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Width - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Width"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Width", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PaletteWidth - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PaletteWidth"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PaletteWidth", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStatusBarItems StatusBarItems - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "StatusBarItems"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 IsSeparator - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsSeparator"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IsHierarchical - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsHierarchical"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string iconFileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void IconFileName(string iconFileName) - { - Factory.ExecuteMethod(this, "IconFileName", iconFileName); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVStatusBarItems.cs b/Source/Visio/DispatchInterfaces/IVStatusBarItems.cs deleted file mode 100644 index b3217e9592..0000000000 --- a/Source/Visio/DispatchInterfaces/IVStatusBarItems.cs +++ /dev/null @@ -1,241 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVStatusBarItems - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVStatusBarItems : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVStatusBarItems); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVStatusBarItems(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVStatusBarItems(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBarItems(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBarItems(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBarItems(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBarItems(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBarItems() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBarItems(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVStatusBarItem this[Int32 lIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", lIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStatusBar Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStatusBarItem ParentItem - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ParentItem"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStatusBarItem Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStatusBarItem AddAt(Int32 lIndex) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddAt", lIndex); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVStatusBarItem item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVStatusBars.cs b/Source/Visio/DispatchInterfaces/IVStatusBars.cs deleted file mode 100644 index 753d3ae9a7..0000000000 --- a/Source/Visio/DispatchInterfaces/IVStatusBars.cs +++ /dev/null @@ -1,250 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVStatusBars - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVStatusBars : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVStatusBars); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVStatusBars(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVStatusBars(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBars(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBars(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBars(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBars(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBars() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStatusBars(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVStatusBar this[Int32 lIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", lIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVStatusBar get_ItemAtID(Int32 lID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemAtID", NetOffice.VisioApi.IVStatusBar.LateBindingApiWrapperType, lID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemAtID - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemAtID")] - public NetOffice.VisioApi.IVStatusBar ItemAtID(Int32 lID) - { - return get_ItemAtID(lID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVUIObject Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStatusBar Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStatusBar AddAtID(Int32 lID) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddAtID", lID); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVStatusBar item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVStyle.cs b/Source/Visio/DispatchInterfaces/IVStyle.cs deleted file mode 100644 index 7f4c053db4..0000000000 --- a/Source/Visio/DispatchInterfaces/IVStyle.cs +++ /dev/null @@ -1,684 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVStyle - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVStyle : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVStyle); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVStyle(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVStyle(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStyle(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStyle(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStyle(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStyle(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStyle() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStyle(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Index16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string BasedOn - { - get - { - return Factory.ExecuteStringPropertyGet(this, "BasedOn"); - } - set - { - Factory.ExecuteValuePropertySet(this, "BasedOn", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string TextBasedOn - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TextBasedOn"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TextBasedOn", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string LineBasedOn - { - get - { - return Factory.ExecuteStringPropertyGet(this, "LineBasedOn"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LineBasedOn", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FillBasedOn - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FillBasedOn"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FillBasedOn", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IncludesText - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IncludesText"); - } - set - { - Factory.ExecuteValuePropertySet(this, "IncludesText", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IncludesLine - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IncludesLine"); - } - set - { - Factory.ExecuteValuePropertySet(this, "IncludesLine", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IncludesFill - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IncludesFill"); - } - set - { - Factory.ExecuteValuePropertySet(this, "IncludesFill", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeSpecificCellName - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCell get_Cells(string localeSpecificCellName) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Cells", NetOffice.VisioApi.IVCell.LateBindingApiWrapperType, localeSpecificCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Cells - /// - /// string localeSpecificCellName - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Cells")] - public NetOffice.VisioApi.IVCell Cells(string localeSpecificCellName) - { - return get_Cells(localeSpecificCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 ID16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ID16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Index - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVSection get_Section(Int16 index) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Section", NetOffice.VisioApi.IVSection.LateBindingApiWrapperType, index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Section - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Section")] - public NetOffice.VisioApi.IVSection Section(Int16 index) - { - return get_Section(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Hidden - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Hidden"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Hidden", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NameU", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeIndependentCellName - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCell get_CellsU(string localeIndependentCellName) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "CellsU", NetOffice.VisioApi.IVCell.LateBindingApiWrapperType, localeIndependentCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellsU - /// - /// string localeIndependentCellName - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellsU")] - public NetOffice.VisioApi.IVCell CellsU(string localeIndependentCellName) - { - return get_CellsU(localeIndependentCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeSpecificCellName - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CellExists(string localeSpecificCellName, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "CellExists", localeSpecificCellName, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellExists - /// - /// string localeSpecificCellName - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellExists")] - public Int16 CellExists(string localeSpecificCellName, Int16 fExistsLocally) - { - return get_CellExists(localeSpecificCellName, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeIndependentCellName - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CellExistsU(string localeIndependentCellName, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "CellExistsU", localeIndependentCellName, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellExistsU - /// - /// string localeIndependentCellName - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellExistsU")] - public Int16 CellExistsU(string localeIndependentCellName, Int16 fExistsLocally) - { - return get_CellExistsU(localeIndependentCellName, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 row - /// Int16 column - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCell get_CellsSRC(Int16 section, Int16 row, Int16 column) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "CellsSRC", NetOffice.VisioApi.IVCell.LateBindingApiWrapperType, section, row, column); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellsSRC - /// - /// Int16 section - /// Int16 row - /// Int16 column - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellsSRC")] - public NetOffice.VisioApi.IVCell CellsSRC(Int16 section, Int16 row, Int16 column) - { - return get_CellsSRC(section, row, column); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 row - /// Int16 column - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CellsSRCExists(Int16 section, Int16 row, Int16 column, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "CellsSRCExists", section, row, column, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellsSRCExists - /// - /// Int16 section - /// Int16 row - /// Int16 column - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellsSRCExists")] - public Int16 CellsSRCExists(Int16 section, Int16 row, Int16 column, Int16 fExistsLocally) - { - return get_CellsSRCExists(section, row, column, fExistsLocally); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// object[] formulaArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetFormulas(Int16[] sRCStream, out object[] formulaArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - formulaArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, (object)formulaArray); - Invoker.Method(this, "GetFormulas", paramsArray, modifiers); - formulaArray = (object[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// Int16 flags - /// object[] unitsNamesOrCodes - /// object[] resultArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetResults(Int16[] sRCStream, Int16 flags, object[] unitsNamesOrCodes, out object[] resultArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,false,true); - resultArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, flags, (object)unitsNamesOrCodes, (object)resultArray); - Invoker.Method(this, "GetResults", paramsArray, modifiers); - resultArray = (object[])paramsArray[3]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// object[] formulaArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SetFormulas(Int16[] sRCStream, object[] formulaArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, (object)formulaArray, flags); - object returnItem = Invoker.MethodReturn(this, "SetFormulas", paramsArray); - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// object[] unitsNamesOrCodes - /// object[] resultArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SetResults(Int16[] sRCStream, object[] unitsNamesOrCodes, object[] resultArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, (object)unitsNamesOrCodes, (object)resultArray, flags); - object returnItem = Invoker.MethodReturn(this, "SetResults", paramsArray); - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// object[] formulaArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetFormulasU(Int16[] sRCStream, out object[] formulaArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - formulaArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, (object)formulaArray); - Invoker.Method(this, "GetFormulasU", paramsArray, modifiers); - formulaArray = (object[])paramsArray[1]; - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVStyles.cs b/Source/Visio/DispatchInterfaces/IVStyles.cs deleted file mode 100644 index 26b4126d37..0000000000 --- a/Source/Visio/DispatchInterfaces/IVStyles.cs +++ /dev/null @@ -1,400 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVStyles - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVStyles : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVStyles); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVStyles(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVStyles(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStyles(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStyles(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStyles(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStyles(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStyles() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVStyles(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVStyle this[object nameOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameOrIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Count16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 objectID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVStyle get_ItemFromID16(Int16 objectID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID16", NetOffice.VisioApi.IVStyle.LateBindingApiWrapperType, objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemFromID16 - /// - /// Int16 objectID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemFromID16")] - public NetOffice.VisioApi.IVStyle ItemFromID16(Int16 objectID) - { - return get_ItemFromID16(objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 objectID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVStyle get_ItemFromID(Int32 objectID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVStyle.LateBindingApiWrapperType, objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 objectID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVStyle ItemFromID(Int32 objectID) - { - return get_ItemFromID(objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVStyle get_ItemU(object nameOrIndex) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemU", NetOffice.VisioApi.IVStyle.LateBindingApiWrapperType, nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemU - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemU")] - public NetOffice.VisioApi.IVStyle ItemU(object nameOrIndex) - { - return get_ItemU(nameOrIndex); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string styleName - /// string basedOn - /// Int16 fIncludesText - /// Int16 fIncludesLine - /// Int16 fIncludesFill - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStyle Add(string styleName, string basedOn, Int16 fIncludesText, Int16 fIncludesLine, Int16 fIncludesFill) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", new object[]{ styleName, basedOn, fIncludesText, fIncludesLine, fIncludesFill }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] localeSpecificNameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetNames(out String[] localeSpecificNameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - localeSpecificNameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)localeSpecificNameArray); - Invoker.Method(this, "GetNames", paramsArray, modifiers); - localeSpecificNameArray = (String[])paramsArray[0]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] localeIndependentNameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetNamesU(out String[] localeIndependentNameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - localeIndependentNameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)localeIndependentNameArray); - Invoker.Method(this, "GetNamesU", paramsArray, modifiers); - localeIndependentNameArray = (String[])paramsArray[0]; - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVStyle item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVToolbar.cs b/Source/Visio/DispatchInterfaces/IVToolbar.cs deleted file mode 100644 index 2c06927699..0000000000 --- a/Source/Visio/DispatchInterfaces/IVToolbar.cs +++ /dev/null @@ -1,365 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVToolbar - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVToolbar : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVToolbar); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVToolbar(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVToolbar(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbar(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbar(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbar(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbar(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbar() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbar(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string Default - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Default"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Caption - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Caption"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Caption", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Index - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbarItems ToolbarItems - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ToolbarItems"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbars Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool BuiltIn - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "BuiltIn"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Enabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Enabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Enabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Height - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Height"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Height", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Left - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Left"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Left", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Position - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Position"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Position", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Protection - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Protection"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Protection", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 RowIndex - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "RowIndex"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RowIndex", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Top - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Top"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Top", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Visible - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Visible"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Visible", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Width - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Width"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Width", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVToolbarItem.cs b/Source/Visio/DispatchInterfaces/IVToolbarItem.cs deleted file mode 100644 index e222b6843f..0000000000 --- a/Source/Visio/DispatchInterfaces/IVToolbarItem.cs +++ /dev/null @@ -1,612 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVToolbarItem - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVToolbarItem : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVToolbarItem); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVToolbarItem(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVToolbarItem(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarItem(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarItem(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarItem(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarItem(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarItem() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarItem(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string Default - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Default"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Index - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbarItems Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 CmdNum - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CmdNum"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CmdNum", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 HelpContextID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "HelpContextID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HelpContextID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ActionText - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ActionText"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ActionText", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AddOnName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AddOnName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AddOnName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AddOnArgs - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AddOnArgs"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AddOnArgs", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string HelpFile - { - get - { - return Factory.ExecuteStringPropertyGet(this, "HelpFile"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HelpFile", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 CntrlType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CntrlType"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CntrlType", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 CntrlID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CntrlID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CntrlID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 TypeSpecific1 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "TypeSpecific1"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TypeSpecific1", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Priority - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Priority"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Priority", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Spacing - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Spacing"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Spacing", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 TypeSpecific2 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "TypeSpecific2"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TypeSpecific2", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Caption - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Caption"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Caption", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string MiniHelp - { - get - { - return Factory.ExecuteStringPropertyGet(this, "MiniHelp"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MiniHelp", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool BuiltIn - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "BuiltIn"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Enabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Enabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Enabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 FaceID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "FaceID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FaceID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 State - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "State"); - } - set - { - Factory.ExecuteValuePropertySet(this, "State", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Style - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Style"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Style", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Visible - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Visible"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Visible", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Width - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Width"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Width", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PaletteWidth - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PaletteWidth"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PaletteWidth", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbarItems ToolbarItems - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ToolbarItems"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 IsSeparator - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsSeparator"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IsHierarchical - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsHierarchical"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool BeginGroup - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "BeginGroup"); - } - set - { - Factory.ExecuteValuePropertySet(this, "BeginGroup", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string iconFileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void IconFileName(string iconFileName) - { - Factory.ExecuteMethod(this, "IconFileName", iconFileName); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVToolbarItems.cs b/Source/Visio/DispatchInterfaces/IVToolbarItems.cs deleted file mode 100644 index f6a6ed9590..0000000000 --- a/Source/Visio/DispatchInterfaces/IVToolbarItems.cs +++ /dev/null @@ -1,241 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVToolbarItems - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVToolbarItems : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVToolbarItems); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVToolbarItems(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVToolbarItems(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarItems(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarItems(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarItems(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarItems(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarItems() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarItems(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVToolbarItem this[Int32 lIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", lIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbar Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbarItem ParentItem - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ParentItem"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbarItem Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbarItem AddAt(Int32 lIndex) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddAt", lIndex); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVToolbarItem item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVToolbarSet.cs b/Source/Visio/DispatchInterfaces/IVToolbarSet.cs deleted file mode 100644 index 18c92663b8..0000000000 --- a/Source/Visio/DispatchInterfaces/IVToolbarSet.cs +++ /dev/null @@ -1,199 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVToolbarSet - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVToolbarSet : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVToolbarSet); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVToolbarSet(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVToolbarSet(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarSet(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarSet(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarSet(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarSet(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarSet() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarSet(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string Default - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Default"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Caption - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Caption"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Caption", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SetID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SetID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbars Toolbars - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Toolbars"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbarSets Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVToolbarSets.cs b/Source/Visio/DispatchInterfaces/IVToolbarSets.cs deleted file mode 100644 index ab7c56c8cd..0000000000 --- a/Source/Visio/DispatchInterfaces/IVToolbarSets.cs +++ /dev/null @@ -1,250 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVToolbarSets - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVToolbarSets : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVToolbarSets); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVToolbarSets(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVToolbarSets(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarSets(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarSets(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarSets(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarSets(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarSets() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbarSets(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVToolbarSet this[Int32 lIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", lIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVToolbarSet get_ItemAtID(Int32 lID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemAtID", NetOffice.VisioApi.IVToolbarSet.LateBindingApiWrapperType, lID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemAtID - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemAtID")] - public NetOffice.VisioApi.IVToolbarSet ItemAtID(Int32 lID) - { - return get_ItemAtID(lID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVUIObject Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbarSet Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbarSet AddAtID(Int32 lID) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddAtID", lID); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVToolbarSet item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVToolbars.cs b/Source/Visio/DispatchInterfaces/IVToolbars.cs deleted file mode 100644 index 0badd9b24f..0000000000 --- a/Source/Visio/DispatchInterfaces/IVToolbars.cs +++ /dev/null @@ -1,227 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVToolbars - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVToolbars : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVToolbars); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVToolbars(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVToolbars(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbars(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbars(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbars(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbars(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbars() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVToolbars(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVToolbar this[Int32 lIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", lIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbarSet Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbar Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbar AddAt(Int32 lIndex) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddAt", lIndex); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVToolbar item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVUIObject.cs b/Source/Visio/DispatchInterfaces/IVUIObject.cs deleted file mode 100644 index 23c6e7939c..0000000000 --- a/Source/Visio/DispatchInterfaces/IVUIObject.cs +++ /dev/null @@ -1,345 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVUIObject - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVUIObject : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVUIObject); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVUIObject(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVUIObject(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVUIObject(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVUIObject(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVUIObject(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVUIObject(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVUIObject() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVUIObject(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string Default - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Default"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Flavor - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Flavor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Flavor", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenuSets MenuSets - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "MenuSets"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbarSets ToolbarSets - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ToolbarSets"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVStatusBars StatusBars - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "StatusBars"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVAccelTables AccelTables - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "AccelTables"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool DisplayKeysInTooltips - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DisplayKeysInTooltips"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DisplayKeysInTooltips", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool DisplayTooltips - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DisplayTooltips"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DisplayTooltips", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool LargeButtons - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "LargeButtons"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LargeButtons", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 MenuAnimationStyle - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "MenuAnimationStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MenuAnimationStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVUIObject Clone - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Clone"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SaveToFile(string fileName) - { - Factory.ExecuteMethod(this, "SaveToFile", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void LoadFromFile(string fileName) - { - Factory.ExecuteMethod(this, "LoadFromFile", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void UpdateUI() - { - Factory.ExecuteMethod(this, "UpdateUI"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVValidation.cs b/Source/Visio/DispatchInterfaces/IVValidation.cs deleted file mode 100644 index cfc8e813ea..0000000000 --- a/Source/Visio/DispatchInterfaces/IVValidation.cs +++ /dev/null @@ -1,262 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVValidation - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVValidation : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVValidation); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVValidation(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVValidation(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidation(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidation(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidation(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidation(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidation() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidation(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public DateTime LastValidatedDate - { - get - { - return Factory.ExecuteDateTimePropertyGet(this, "LastValidatedDate"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool ShowIgnoredIssues - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowIgnoredIssues"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowIgnoredIssues", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVValidationRuleSets RuleSets - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "RuleSets"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVValidationIssues Issues - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Issues"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// optional NetOffice.VisioApi.IVValidationRuleSet ruleSet - /// optional NetOffice.VisioApi.Enums.VisValidationFlags flags - [SupportByVersion("Visio", 14,15,16)] - public void Validate(object ruleSet, object flags) - { - Factory.ExecuteMethod(this, "Validate", ruleSet, flags); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 14,15,16)] - public void Validate() - { - Factory.ExecuteMethod(this, "Validate"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// optional NetOffice.VisioApi.IVValidationRuleSet ruleSet - [CustomMethod] - [SupportByVersion("Visio", 14,15,16)] - public void Validate(object ruleSet) - { - Factory.ExecuteMethod(this, "Validate", ruleSet); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVValidationIssue.cs b/Source/Visio/DispatchInterfaces/IVValidationIssue.cs deleted file mode 100644 index 9271ccd375..0000000000 --- a/Source/Visio/DispatchInterfaces/IVValidationIssue.cs +++ /dev/null @@ -1,266 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVValidationIssue - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVValidationIssue : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVValidationIssue); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVValidationIssue(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVValidationIssue(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationIssue(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationIssue(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationIssue(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationIssue(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationIssue() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationIssue(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage TargetPage - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "TargetPage"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 TargetPageID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "TargetPageID"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape TargetShape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "TargetShape"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool Ignored - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Ignored"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Ignored", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVValidationRule Rule - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Rule"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVValidationIssues.cs b/Source/Visio/DispatchInterfaces/IVValidationIssues.cs deleted file mode 100644 index d4db3a1958..0000000000 --- a/Source/Visio/DispatchInterfaces/IVValidationIssues.cs +++ /dev/null @@ -1,278 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVValidationIssues - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVValidationIssues : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVValidationIssues); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVValidationIssues(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVValidationIssues(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationIssues(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationIssues(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationIssues(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationIssues(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationIssues() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationIssues(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - /// Int32 index - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVValidationIssue this[Int32 index] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", index); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - /// Int32 issueID - [SupportByVersion("Visio", 14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVValidationIssue get_ItemFromID(Int32 issueID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVValidationIssue.LateBindingApiWrapperType, issueID); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 issueID - [SupportByVersion("Visio", 14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVValidationIssue ItemFromID(Int32 issueID) - { - return get_ItemFromID(issueID); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void Clear() - { - Factory.ExecuteMethod(this, "Clear"); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVValidationIssue item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVValidationRule.cs b/Source/Visio/DispatchInterfaces/IVValidationRule.cs deleted file mode 100644 index b74c989c35..0000000000 --- a/Source/Visio/DispatchInterfaces/IVValidationRule.cs +++ /dev/null @@ -1,362 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVValidationRule - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVValidationRule : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVValidationRule); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVValidationRule(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVValidationRule(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRule(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRule(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRule(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRule(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRule() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRule(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public string NameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NameU", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public string Category - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Category"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Category", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public string Description - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Description"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Description", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool Ignored - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Ignored"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Ignored", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public string FilterExpression - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FilterExpression"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FilterExpression", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisRuleTargets TargetType - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "TargetType"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "TargetType", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public string TestExpression - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TestExpression"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TestExpression", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVValidationRuleSet RuleSet - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "RuleSet"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// optional NetOffice.VisioApi.IVPage targetPage - /// optional NetOffice.VisioApi.IVShape targetShape - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVValidationIssue AddIssue(object targetPage, object targetShape) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddIssue", targetPage, targetShape); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.IVValidationIssue AddIssue() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddIssue"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// optional NetOffice.VisioApi.IVPage targetPage - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.IVValidationIssue AddIssue(object targetPage) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddIssue", targetPage); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVValidationRuleSet.cs b/Source/Visio/DispatchInterfaces/IVValidationRuleSet.cs deleted file mode 100644 index d1be446062..0000000000 --- a/Source/Visio/DispatchInterfaces/IVValidationRuleSet.cs +++ /dev/null @@ -1,293 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVValidationRuleSet - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVValidationRuleSet : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVValidationRuleSet); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVValidationRuleSet(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVValidationRuleSet(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRuleSet(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRuleSet(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRuleSet(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRuleSet(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRuleSet() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRuleSet(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public string NameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NameU", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public string Description - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Description"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Description", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool Enabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Enabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Enabled", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisRuleSetFlags RuleSetFlags - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "RuleSetFlags"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "RuleSetFlags", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVValidationRules Rules - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Rules"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVValidationRuleSets.cs b/Source/Visio/DispatchInterfaces/IVValidationRuleSets.cs deleted file mode 100644 index 984eed3e3a..0000000000 --- a/Source/Visio/DispatchInterfaces/IVValidationRuleSets.cs +++ /dev/null @@ -1,304 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVValidationRuleSets - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVValidationRuleSets : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVValidationRuleSets); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVValidationRuleSets(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVValidationRuleSets(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRuleSets(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRuleSets(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRuleSets(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRuleSets(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRuleSets() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRuleSets(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - /// object nameUOrIndex - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVValidationRuleSet this[object nameUOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameUOrIndex); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - /// Int32 ruleID - [SupportByVersion("Visio", 14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVValidationRuleSet get_ItemFromID(Int32 ruleID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVValidationRuleSet.LateBindingApiWrapperType, ruleID); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 ruleID - [SupportByVersion("Visio", 14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVValidationRuleSet ItemFromID(Int32 ruleID) - { - return get_ItemFromID(ruleID); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// string nameU - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVValidationRuleSet Add(string nameU) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", nameU); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.IVValidationRuleSet ruleSet - /// optional string NameU = - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVValidationRuleSet AddCopy(NetOffice.VisioApi.IVValidationRuleSet ruleSet, object nameU) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddCopy", ruleSet, nameU); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.IVValidationRuleSet ruleSet - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.IVValidationRuleSet AddCopy(NetOffice.VisioApi.IVValidationRuleSet ruleSet) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddCopy", ruleSet); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVValidationRuleSet item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVValidationRules.cs b/Source/Visio/DispatchInterfaces/IVValidationRules.cs deleted file mode 100644 index 75f3b88355..0000000000 --- a/Source/Visio/DispatchInterfaces/IVValidationRules.cs +++ /dev/null @@ -1,280 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVValidationRules - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVValidationRules : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVValidationRules); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVValidationRules(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVValidationRules(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRules(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRules(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRules(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRules(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRules() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVValidationRules(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - /// object nameUOrIndex - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVValidationRule this[object nameUOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameUOrIndex); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - /// Int32 ruleID - [SupportByVersion("Visio", 14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVValidationRule get_ItemFromID(Int32 ruleID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVValidationRule.LateBindingApiWrapperType, ruleID); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 ruleID - [SupportByVersion("Visio", 14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVValidationRule ItemFromID(Int32 ruleID) - { - return get_ItemFromID(ruleID); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// string nameU - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVValidationRule Add(string nameU) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", nameU); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVValidationRule item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVWindow.cs b/Source/Visio/DispatchInterfaces/IVWindow.cs deleted file mode 100644 index 9900db1397..0000000000 --- a/Source/Visio/DispatchInterfaces/IVWindow.cs +++ /dev/null @@ -1,1472 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// IVWindow - /// - [SyntaxBypass] - public class IVWindow_ : COMObject - { - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVWindow_(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVWindow_(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - /// object there has created the proxy - /// inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVWindow_(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - /// object there has created the proxy - /// inner wrapped COM proxy - /// Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVWindow_(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVWindow_(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - /// object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVWindow_(ICOMObject replacedObject) : base(replacedObject) - { - } - - /// - /// Hidden stub .ctor - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVWindow_() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVWindow_(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional Int32 reviewerID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool get_ReviewerMarkupVisible(object reviewerID) - { - return Factory.ExecuteBoolPropertyGet(this, "ReviewerMarkupVisible", reviewerID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional Int32 reviewerID - /// optional bool value - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_ReviewerMarkupVisible(object reviewerID, bool value) - { - Factory.ExecutePropertySet(this, "ReviewerMarkupVisible", reviewerID, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ReviewerMarkupVisible - /// - /// optional Int32 reviewerID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ReviewerMarkupVisible")] - public bool ReviewerMarkupVisible(object reviewerID) - { - return get_ReviewerMarkupVisible(reviewerID); - } - - #endregion - - #region Methods - - #endregion - } - - /// - /// DispatchInterface IVWindow - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType] - public class IVWindow : IVWindow_ - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVWindow); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVWindow(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVWindow(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVWindow(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVWindow(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVWindow(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVWindow(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVWindow() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVWindow(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Type - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Type"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVPage PageAsObj - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "PageAsObj"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string PageFromName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "PageFromName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PageFromName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double Zoom - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "Zoom"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Zoom", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection Selection - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Selection"); - } - set - { - Factory.ExecuteReferencePropertySet(this, "Selection", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Index - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SubType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "SubType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 WindowHandle - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "WindowHandle"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 WindowHandle32 - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "WindowHandle32"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ShowRulers - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowRulers"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowRulers", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ShowGrid - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowGrid"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowGrid", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ShowGuides - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowGuides"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowGuides", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ShowConnectPoints - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowConnectPoints"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowConnectPoints", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ShowPageBreaks - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowPageBreaks"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowPageBreaks", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public object Page - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "Page"); - } - set - { - Factory.ExecuteVariantPropertySet(this, "Page", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public object Master - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "Master"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ShowScrollBars - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowScrollBars"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowScrollBars", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Visible - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Visible"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Visible", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Caption - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Caption"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Caption", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindows Windows - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Windows"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 WindowState - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "WindowState"); - } - set - { - Factory.ExecuteValuePropertySet(this, "WindowState", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ViewFit - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ViewFit"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ViewFit", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool IsEditingText - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "IsEditingText"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool IsEditingOLE - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "IsEditingOLE"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindows Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMasterShortcut MasterShortcut - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "MasterShortcut"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow ParentWindow - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ParentWindow"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string MergeID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "MergeID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MergeID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string MergeClass - { - get - { - return Factory.ExecuteStringPropertyGet(this, "MergeClass"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MergeClass", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 MergePosition - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "MergePosition"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MergePosition", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool AllowEditing - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "AllowEditing"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AllowEditing", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double PageTabWidth - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "PageTabWidth"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PageTabWidth", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ShowPageTabs - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowPageTabs"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowPageTabs", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool InPlace - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "InPlace"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string MergeCaption - { - get - { - return Factory.ExecuteStringPropertyGet(this, "MergeCaption"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MergeCaption", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16), NativeResult] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public stdole.Picture Icon - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "Icon", paramsArray); - return returnItem as stdole.Picture; - } - set - { - object[] paramsArray = Invoker.ValidateParamsArray(value); - Invoker.PropertySet(this, "Icon", paramsArray); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Shape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVCell SelectedCell - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "SelectedCell"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 BackgroundColor - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "BackgroundColor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "BackgroundColor", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 BackgroundColorGradient - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "BackgroundColorGradient"); - } - set - { - Factory.ExecuteValuePropertySet(this, "BackgroundColorGradient", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ShowPageOutline - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowPageOutline"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowPageOutline", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ScrollLock - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ScrollLock"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ScrollLock", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ZoomLock - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ZoomLock"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ZoomLock", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisZoomBehavior ZoomBehavior - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "ZoomBehavior"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "ZoomBehavior", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object[] SelectedMasters - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "SelectedMasters", paramsArray); - ICOMObject[] newObject = Factory.CreateObjectArrayFromComProxy(this,(object[])returnItem, false); - return newObject; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVCharacters SelectedText - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "SelectedText"); - } - set - { - Factory.ExecuteReferencePropertySet(this, "SelectedText", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ReviewerMarkupVisible - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ReviewerMarkupVisible"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ReviewerMarkupVisible", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDataRecordset SelectedDataRecordset - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "SelectedDataRecordset"); - } - set - { - Factory.ExecuteReferencePropertySet(this, "SelectedDataRecordset", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 SelectedDataRowID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SelectedDataRowID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SelectedDataRowID", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection SelectionForDragCopy - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "SelectionForDragCopy"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVValidationIssue SelectedValidationIssue - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "SelectedValidationIssue"); - } - set - { - Factory.ExecuteReferencePropertySet(this, "SelectedValidationIssue", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Activate() - { - Factory.ExecuteMethod(this, "Activate"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Close() - { - Factory.ExecuteMethod(this, "Close"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SelectAll() - { - Factory.ExecuteMethod(this, "SelectAll"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void DeselectAll() - { - Factory.ExecuteMethod(this, "DeselectAll"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape sheetObject - /// Int16 selectAction - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Select(NetOffice.VisioApi.IVShape sheetObject, Int16 selectAction) - { - Factory.ExecuteMethod(this, "Select", sheetObject, selectAction); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Cut() - { - Factory.ExecuteMethod(this, "Cut"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Copy() - { - Factory.ExecuteMethod(this, "Copy"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste() - { - Factory.ExecuteMethod(this, "Paste"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Duplicate() - { - Factory.ExecuteMethod(this, "Duplicate"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Group() - { - Factory.ExecuteMethod(this, "Group"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Union() - { - Factory.ExecuteMethod(this, "Union"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Combine() - { - Factory.ExecuteMethod(this, "Combine"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Fragment() - { - Factory.ExecuteMethod(this, "Fragment"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddToGroup() - { - Factory.ExecuteMethod(this, "AddToGroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void RemoveFromGroup() - { - Factory.ExecuteMethod(this, "RemoveFromGroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Intersect() - { - Factory.ExecuteMethod(this, "Intersect"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Subtract() - { - Factory.ExecuteMethod(this, "Subtract"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Trim() - { - Factory.ExecuteMethod(this, "Trim"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Join() - { - Factory.ExecuteMethod(this, "Join"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] nameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void DockedStencils(out String[] nameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - nameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)nameArray); - Invoker.Method(this, "DockedStencils", paramsArray, modifiers); - nameArray = (String[])paramsArray[0]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 nxFlags - /// Int32 nyFlags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Scroll(Int32 nxFlags, Int32 nyFlags) - { - Factory.ExecuteMethod(this, "Scroll", nxFlags, nyFlags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double x - /// Double y - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ScrollViewTo(Double x, Double y) - { - Factory.ExecuteMethod(this, "ScrollViewTo", x, y); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double pdLeft - /// Double pdTop - /// Double pdWidth - /// Double pdHeight - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetViewRect(out Double pdLeft, out Double pdTop, out Double pdWidth, out Double pdHeight) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true,true,true,true); - pdLeft = 0; - pdTop = 0; - pdWidth = 0; - pdHeight = 0; - object[] paramsArray = Invoker.ValidateParamsArray(pdLeft, pdTop, pdWidth, pdHeight); - Invoker.Method(this, "GetViewRect", paramsArray, modifiers); - pdLeft = (Double)paramsArray[0]; - pdTop = (Double)paramsArray[1]; - pdWidth = (Double)paramsArray[2]; - pdHeight = (Double)paramsArray[3]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double dLeft - /// Double dTop - /// Double dWidth - /// Double dHeight - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetViewRect(Double dLeft, Double dTop, Double dWidth, Double dHeight) - { - Factory.ExecuteMethod(this, "SetViewRect", dLeft, dTop, dWidth, dHeight); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 pnLeft - /// Int32 pnTop - /// Int32 pnWidth - /// Int32 pnHeight - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetWindowRect(out Int32 pnLeft, out Int32 pnTop, out Int32 pnWidth, out Int32 pnHeight) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true,true,true,true); - pnLeft = 0; - pnTop = 0; - pnWidth = 0; - pnHeight = 0; - object[] paramsArray = Invoker.ValidateParamsArray(pnLeft, pnTop, pnWidth, pnHeight); - Invoker.Method(this, "GetWindowRect", paramsArray, modifiers); - pnLeft = (Int32)paramsArray[0]; - pnTop = (Int32)paramsArray[1]; - pnWidth = (Int32)paramsArray[2]; - pnHeight = (Int32)paramsArray[3]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 nLeft - /// Int32 nTop - /// Int32 nWidth - /// Int32 nHeight - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetWindowRect(Int32 nLeft, Int32 nTop, Int32 nWidth, Int32 nHeight) - { - Factory.ExecuteMethod(this, "SetWindowRect", nLeft, nTop, nWidth, nHeight); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow NewWindow() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "NewWindow"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape sheetObject - /// NetOffice.VisioApi.Enums.VisCenterViewFlags flags - [SupportByVersion("Visio", 14,15,16)] - public void CenterViewOnShape(NetOffice.VisioApi.IVShape sheetObject, NetOffice.VisioApi.Enums.VisCenterViewFlags flags) - { - Factory.ExecuteMethod(this, "CenterViewOnShape", sheetObject, flags); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/DispatchInterfaces/IVWindows.cs b/Source/Visio/DispatchInterfaces/IVWindows.cs deleted file mode 100644 index 34f2d5b304..0000000000 --- a/Source/Visio/DispatchInterfaces/IVWindows.cs +++ /dev/null @@ -1,620 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVWindows - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface), BaseType, Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class IVWindows : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVWindows); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVWindows(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVWindows(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVWindows(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVWindows(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVWindows(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVWindows(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVWindows() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVWindows(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVWindow this[Int16 index] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", index); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 nID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVWindow get_ItemFromID(Int32 nID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVWindow.LateBindingApiWrapperType, nID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 nID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVWindow ItemFromID(Int32 nID) - { - return get_ItemFromID(nID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object captionOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVWindow get_ItemEx(object captionOrIndex) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemEx", NetOffice.VisioApi.IVWindow.LateBindingApiWrapperType, captionOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemEx - /// - /// object captionOrIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemEx")] - public NetOffice.VisioApi.IVWindow ItemEx(object captionOrIndex) - { - return get_ItemEx(captionOrIndex); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void VoidArrange() - { - Factory.ExecuteMethod(this, "VoidArrange"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - /// optional object nLeft - /// optional object nTop - /// optional object nWidth - /// optional object nHeight - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add_WithoutMergeArgs(object bstrCaption, object nFlags, object nType, object nLeft, object nTop, object nWidth, object nHeight) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add_WithoutMergeArgs", new object[]{ bstrCaption, nFlags, nType, nLeft, nTop, nWidth, nHeight }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [BaseResult] - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add_WithoutMergeArgs() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add_WithoutMergeArgs"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [BaseResult] - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add_WithoutMergeArgs(object bstrCaption) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add_WithoutMergeArgs", bstrCaption); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [BaseResult] - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add_WithoutMergeArgs(object bstrCaption, object nFlags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add_WithoutMergeArgs", bstrCaption, nFlags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [BaseResult] - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add_WithoutMergeArgs(object bstrCaption, object nFlags, object nType) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add_WithoutMergeArgs", bstrCaption, nFlags, nType); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - /// optional object nLeft - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [BaseResult] - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add_WithoutMergeArgs(object bstrCaption, object nFlags, object nType, object nLeft) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add_WithoutMergeArgs", bstrCaption, nFlags, nType, nLeft); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - /// optional object nLeft - /// optional object nTop - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [BaseResult] - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add_WithoutMergeArgs(object bstrCaption, object nFlags, object nType, object nLeft, object nTop) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add_WithoutMergeArgs", new object[]{ bstrCaption, nFlags, nType, nLeft, nTop }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - /// optional object nLeft - /// optional object nTop - /// optional object nWidth - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [BaseResult] - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add_WithoutMergeArgs(object bstrCaption, object nFlags, object nType, object nLeft, object nTop, object nWidth) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add_WithoutMergeArgs", new object[]{ bstrCaption, nFlags, nType, nLeft, nTop, nWidth }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object nArrangeFlags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Arrange(object nArrangeFlags) - { - Factory.ExecuteMethod(this, "Arrange", nArrangeFlags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Arrange() - { - Factory.ExecuteMethod(this, "Arrange"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - /// optional object nLeft - /// optional object nTop - /// optional object nWidth - /// optional object nHeight - /// optional object bstrMergeID - /// optional object bstrMergeClass - /// optional object nMergePosition - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow Add(object bstrCaption, object nFlags, object nType, object nLeft, object nTop, object nWidth, object nHeight, object bstrMergeID, object bstrMergeClass, object nMergePosition) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", new object[]{ bstrCaption, nFlags, nType, nLeft, nTop, nWidth, nHeight, bstrMergeID, bstrMergeClass, nMergePosition }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add(object bstrCaption) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", bstrCaption); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add(object bstrCaption, object nFlags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", bstrCaption, nFlags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add(object bstrCaption, object nFlags, object nType) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", bstrCaption, nFlags, nType); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - /// optional object nLeft - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add(object bstrCaption, object nFlags, object nType, object nLeft) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", bstrCaption, nFlags, nType, nLeft); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - /// optional object nLeft - /// optional object nTop - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add(object bstrCaption, object nFlags, object nType, object nLeft, object nTop) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", new object[]{ bstrCaption, nFlags, nType, nLeft, nTop }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - /// optional object nLeft - /// optional object nTop - /// optional object nWidth - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add(object bstrCaption, object nFlags, object nType, object nLeft, object nTop, object nWidth) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", new object[]{ bstrCaption, nFlags, nType, nLeft, nTop, nWidth }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - /// optional object nLeft - /// optional object nTop - /// optional object nWidth - /// optional object nHeight - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add(object bstrCaption, object nFlags, object nType, object nLeft, object nTop, object nWidth, object nHeight) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", new object[]{ bstrCaption, nFlags, nType, nLeft, nTop, nWidth, nHeight }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - /// optional object nLeft - /// optional object nTop - /// optional object nWidth - /// optional object nHeight - /// optional object bstrMergeID - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add(object bstrCaption, object nFlags, object nType, object nLeft, object nTop, object nWidth, object nHeight, object bstrMergeID) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", new object[]{ bstrCaption, nFlags, nType, nLeft, nTop, nWidth, nHeight, bstrMergeID }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - /// optional object nLeft - /// optional object nTop - /// optional object nWidth - /// optional object nHeight - /// optional object bstrMergeID - /// optional object bstrMergeClass - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add(object bstrCaption, object nFlags, object nType, object nLeft, object nTop, object nWidth, object nHeight, object bstrMergeID, object bstrMergeClass) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", new object[]{ bstrCaption, nFlags, nType, nLeft, nTop, nWidth, nHeight, bstrMergeID, bstrMergeClass }); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVWindow item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/DispatchInterfaces/IVisEventProc.cs b/Source/Visio/DispatchInterfaces/IVisEventProc.cs deleted file mode 100644 index a794bbcfa0..0000000000 --- a/Source/Visio/DispatchInterfaces/IVisEventProc.cs +++ /dev/null @@ -1,135 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// DispatchInterface IVisEventProc - /// SupportByVersion Visio, 11,12,14,15,16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff769310(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsDispatchInterface)] - public class IVisEventProc : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVisEventProc); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVisEventProc(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVisEventProc(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVisEventProc(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVisEventProc(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVisEventProc(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVisEventProc(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVisEventProc() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVisEventProc(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// MSDN Online: http://msdn.microsoft.com/en-us/en-us/library/ff768483(v=office.14).aspx - /// Int16 nEventCode - /// object pSourceObj - /// Int32 nEventID - /// Int32 nEventSeqNum - /// object pSubjectObj - /// object vMoreInfo - [SupportByVersion("Visio", 11,12,14,15,16)] - public object VisEventProc(Int16 nEventCode, object pSourceObj, Int32 nEventID, Int32 nEventSeqNum, object pSubjectObj, object vMoreInfo) - { - return Factory.ExecuteVariantMethodGet(this, "VisEventProc", new object[]{ nEventCode, pSourceObj, nEventID, nEventSeqNum, pSubjectObj, vMoreInfo }); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Enums/VisArcSweepFlags.cs b/Source/Visio/Enums/VisArcSweepFlags.cs deleted file mode 100644 index 9cfd1c4610..0000000000 --- a/Source/Visio/Enums/VisArcSweepFlags.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisArcSweepFlags - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visArcSweepFlagConcave = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visArcSweepFlagConvex = 1 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisAutoConnectDir.cs b/Source/Visio/Enums/VisAutoConnectDir.cs deleted file mode 100644 index 0205fab4d5..0000000000 --- a/Source/Visio/Enums/VisAutoConnectDir.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisAutoConnectDir - { - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoConnectDirNone = 0, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoConnectDirUp = 1, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoConnectDirDown = 2, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoConnectDirLeft = 3, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoConnectDirRight = 4 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisAutoLinkBehaviors.cs b/Source/Visio/Enums/VisAutoLinkBehaviors.cs deleted file mode 100644 index 1bcf3653e9..0000000000 --- a/Source/Visio/Enums/VisAutoLinkBehaviors.cs +++ /dev/null @@ -1,62 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisAutoLinkBehaviors - { - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkSelectedShapesOnly = 1, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkGenericProgressBar = 2, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkNoApplyDataGraphic = 4, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkReplaceExistingLinks = 8, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkDontReplaceExistingLinks = 16, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkNullMatchesNoFormula = 32, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkIncludeHiddenProps = 64 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisAutoLinkFieldTypes.cs b/Source/Visio/Enums/VisAutoLinkFieldTypes.cs deleted file mode 100644 index 2c4e14f031..0000000000 --- a/Source/Visio/Enums/VisAutoLinkFieldTypes.cs +++ /dev/null @@ -1,132 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisAutoLinkFieldTypes - { - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkShapeText = 1, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkCustPropsLabel = 2, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkUserRowName = 3, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkGeometryAngle = 4, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkGeometryWidth = 5, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkGeometryHeight = 6, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkObjectID = 7, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkMasterName = 8, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkObjectName = 9, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkObjectType = 10, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkObjectData1 = 11, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkObjectData2 = 12, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 13 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkObjectData3 = 13, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkPropRowNameU = 14, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 15 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkUserRowNameU = 15, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkMasterNameU = 16, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 17 - [SupportByVersion("Visio", 12,14,15,16)] - visAutoLinkObjectNameU = 17 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisBoundingBoxArgs.cs b/Source/Visio/Enums/VisBoundingBoxArgs.cs deleted file mode 100644 index b1c3592954..0000000000 --- a/Source/Visio/Enums/VisBoundingBoxArgs.cs +++ /dev/null @@ -1,76 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisBoundingBoxArgs - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBBoxUprightWH = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBBoxUprightText = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBBoxExtents = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBBoxIncludeHidden = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBBoxIgnoreVisible = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4096 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBBoxIncludeGuides = 4096, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8192 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBBoxDrawingCoords = 8192, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16384 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBBoxNoNonPrint = 16384, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 12,14,15,16)] - visBBoxIncludeDataGraphics = 64 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisBuiltInStencilTypes.cs b/Source/Visio/Enums/VisBuiltInStencilTypes.cs deleted file mode 100644 index 6c73b63e2c..0000000000 --- a/Source/Visio/Enums/VisBuiltInStencilTypes.cs +++ /dev/null @@ -1,49 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768606(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisBuiltInStencilTypes - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visBuiltInStencilBackgrounds = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visBuiltInStencilBorders = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visBuiltInStencilContainers = 2, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 14,15,16)] - visBuiltInStencilCallouts = 3, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 14,15,16)] - visBuiltInStencilLegends = 4 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisCellError.cs b/Source/Visio/Enums/VisCellError.cs deleted file mode 100644 index b1c4244358..0000000000 --- a/Source/Visio/Enums/VisCellError.cs +++ /dev/null @@ -1,62 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisCellError - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visErrorSuccess = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 39 - [SupportByVersion("Visio", 11,12,14,15,16)] - visErrorDivideByZero = 39, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 47 - [SupportByVersion("Visio", 11,12,14,15,16)] - visErrorValue = 47, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 55 - [SupportByVersion("Visio", 11,12,14,15,16)] - visErrorReference = 55, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 61 - [SupportByVersion("Visio", 11,12,14,15,16)] - visErrorName = 61, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 68 - [SupportByVersion("Visio", 11,12,14,15,16)] - visErrorNumber = 68, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 74 - [SupportByVersion("Visio", 11,12,14,15,16)] - visErrorNotAvailable = 74 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisCellIndices.cs b/Source/Visio/Enums/VisCellIndices.cs deleted file mode 100644 index 84d68b862c..0000000000 --- a/Source/Visio/Enums/VisCellIndices.cs +++ /dev/null @@ -1,3436 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisCellIndices - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 255 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCellInval = 255, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCellFirst = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 255 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCellNone = 255, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visXFormPinX = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visXFormPinY = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visXFormWidth = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visXFormHeight = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visXFormLocPinX = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visXFormLocPinY = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visXFormAngle = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visXFormFlipX = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visXFormFlipY = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visXFormResizeMode = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLineWeight = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLineColor = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLinePattern = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLineRounding = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLineArrowSize = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLineEndArrowSize = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLineBeginArrow = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLineEndArrow = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLineEndCap = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLineBeginArrowSize = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLineColorTrans = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFillForegnd = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFillBkgnd = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFillPattern = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFillShdwForegnd = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFillShdwBkgnd = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFillShdwPattern = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFillForegndTrans = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFillBkgndTrans = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFillShdwForegndTrans = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFillShdwBkgndTrans = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFillShdwType = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFillShdwOffsetX = 11, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFillShdwOffsetY = 12, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 13 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFillShdwObliqueAngle = 13, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFillShdwScaleFactor = 14, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - vis1DBeginX = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - vis1DBeginY = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - vis1DEndX = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - vis1DEndY = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCellTheData = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCellTheText = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCellDblClick = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCellXFMod = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCellDrop = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLayerMember = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGuideFlags = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visStyleIncludesLine = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visStyleIncludesFill = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visStyleIncludesText = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visStyleHidden = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFrgnImgOffsetX = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFrgnImgOffsetY = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFrgnImgWidth = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFrgnImgHeight = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPageWidth = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPageHeight = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPageShdwOffsetX = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPageShdwOffsetY = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPageScale = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPageDrawingScale = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPageDrawSizeType = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPageDrawScaleType = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 26 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPageInhibitSnap = 26, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 34 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPageUIVisibility = 34, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 35 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPageShdwType = 35, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 36 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPageShdwObliqueAngle = 36, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 37 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPageShdwScaleFactor = 37, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTxtBlkLeftMargin = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTxtBlkRightMargin = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTxtBlkTopMargin = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTxtBlkBottomMargin = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTxtBlkVerticalAlign = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTxtBlkBkgnd = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTxtBlkDefaultTabStop = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTxtBlkDirection = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTxtBlkBkgndTrans = 11, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAlignLeft = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAlignCenter = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAlignRight = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAlignTop = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAlignMiddle = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAlignBottom = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLockWidth = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLockHeight = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLockMoveX = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLockMoveY = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLockAspect = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLockDelete = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLockBegin = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLockEnd = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLockRotate = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLockCrop = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLockVtxEdit = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLockTextEdit = 11, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLockFormat = 12, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 13 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLockGroup = 13, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLockCalcWH = 14, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 15 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLockSelect = 15, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLockCustProp = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjHelp = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCopyright = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visNoObjHandles = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visNonPrinting = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visNoCtlHandles = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visNoAlignBox = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUpdateAlignBox = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHideText = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visVerticalText = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDynFeedback = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGlueType = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWalkPref = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBegTrigger = 11, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEndTrigger = 12, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 13 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOFlags = 13, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOInteraction = 14, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 15 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOBehavior = 15, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visComment = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 17 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDropSource = 17, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 18 - [SupportByVersion("Visio", 11,12,14,15,16)] - visNoLiveDynamics = 18, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 19 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjLocalizeMerge = 19, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 25 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjCalendar = 25, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 26 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjLangID = 26, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 27 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjKeywords = 27, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 28 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjDropOnPageScale = 28, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visXRulerDensity = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visYRulerDensity = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visXRulerOrigin = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visYRulerOrigin = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visXGridDensity = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visYGridDensity = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visXGridSpacing = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visYGridSpacing = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visXGridOrigin = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 11,12,14,15,16)] - visYGridOrigin = 11, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocOutputFormat = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocLockPreview = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocMetric = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocAddMarkup = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocViewMarkup = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocPreviewQuality = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocPreviewScope = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 19 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocLangID = 19, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visImageGamma = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visImageContrast = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visImageBrightness = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visImageSharpen = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visImageBlur = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visImageDenoise = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visImageTransparency = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGroupSelectMode = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGroupDisplayMode = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGroupIsDropTarget = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGroupIsSnapTarget = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGroupIsTextEditTarget = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGroupDontMoveChildren = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOPermX = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOPermY = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOPermeablePlace = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOFixedCode = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOPlowCode = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLORouteStyle = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOConFixedCode = 12, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 13 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOJumpCode = 13, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOJumpStyle = 14, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOJumpDirX = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 17 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOJumpDirY = 17, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 18 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOPlaceFlip = 18, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 19 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOLineRouteExt = 19, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 20 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOSplit = 20, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 21 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOSplittable = 21, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOResizePage = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOEnableGrid = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLODynamicsOff = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOCtrlAsInput = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlaceStyle = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLORouteStyle = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlaceDepth = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlowCode = 11, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOJumpCode = 12, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 13 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOJumpStyle = 13, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOJumpDirX = 14, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 15 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOJumpDirY = 15, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOLineToNodeX = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 17 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOLineToNodeY = 17, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 18 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOBlockSizeX = 18, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 19 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOBlockSizeY = 19, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 20 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOAvenueSizeX = 20, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 21 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOAvenueSizeY = 21, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 22 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOLineToLineX = 22, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 23 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOLineToLineY = 23, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 24 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOJumpFactorX = 24, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 25 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOJumpFactorY = 25, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 26 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOLineAdjustFrom = 26, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 27 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOLineAdjustTo = 27, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 28 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlaceFlip = 28, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 29 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOLineRouteExt = 29, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 30 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOSplit = 30, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCharacterFont = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCharacterColor = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCharacterStyle = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCharacterCase = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCharacterPos = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCharacterFontScale = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCharacterLocale = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCharacterSize = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCharacterDblUnderline = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCharacterOverline = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCharacterStrikethru = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCharacterPerpendicular = 12, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 13 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCharacterDoubleStrikethrough = 13, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCharacterRTLText = 14, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 15 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCharacterUseVertical = 15, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCharacterLetterspace = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 17 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCharacterColorTrans = 17, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 51 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCharacterAsianFont = 51, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 52 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCharacterComplexScriptFont = 52, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 53 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCharacterLocalizeFont = 53, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 54 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCharacterComplexScriptSize = 54, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 57 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCharacterLangID = 57, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIndentFirst = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIndentLeft = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIndentRight = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSpaceLine = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSpaceBefore = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSpaceAfter = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHorzAlign = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBulletIndex = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBulletString = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBulletFont = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLocalizeBulletFont = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBulletFontSize = 11, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTextPosAfterBullet = 12, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 13 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFlags = 13, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTabStopCount = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTabPos = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTabAlign = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScratchX = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScratchY = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScratchA = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScratchB = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScratchC = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScratchD = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCnnctX = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCnnctY = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCnnctDirX = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCnnctDirY = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCnnctType = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCnnctAutoGen = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCnnctA = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCnnctB = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCnnctC = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCnnctD = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFieldCell = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFieldEditMode = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFieldFormat = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFieldType = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFieldUICategory = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFieldUICode = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFieldUIFormat = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFieldCalendar = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFieldObjectKind = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtlX = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtlY = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtlXDyn = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtlYDyn = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtlXCon = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtlYCon = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtlGlue = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtlType = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtlTip = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCompNoFill = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCompNoLine = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCompNoShow = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCompNoSnap = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visX = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visY = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBow = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visInfiniteLineX1 = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visInfiniteLineY1 = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visInfiniteLineX2 = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visInfiniteLineY2 = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEllipseCenterX = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEllipseCenterY = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEllipseMajorX = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEllipseMajorY = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEllipseMinorX = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEllipseMinorY = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visControlX = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visControlY = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEccentricityAngle = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAspectRatio = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSplineKnot = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSplineKnot2 = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSplineKnot3 = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSplineDegree = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPolylineData = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visNURBSKnot = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visNURBSWeight = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visNURBSKnotPrev = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visNURBSWeightPrev = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visNURBSData = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visActionMenu = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visActionPrompt = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visActionHelp = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visActionAction = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visActionChecked = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visActionDisabled = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visActionReadOnly = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visActionInvisible = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visActionBeginGroup = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 11,12,14,15,16)] - visActionTagName = 14, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 15 - [SupportByVersion("Visio", 11,12,14,15,16)] - visActionButtonFace = 15, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visActionSortKey = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLayerName = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLayerColor = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLayerStatus = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLayerVisible = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLayerPrint = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLayerActive = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLayerLock = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLayerSnap = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLayerGlue = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLayerNameUniv = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLayerColorTrans = 11, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUserValue = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUserPrompt = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCustPropsValue = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCustPropsPrompt = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCustPropsLabel = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCustPropsFormat = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCustPropsSortKey = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCustPropsType = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCustPropsInvis = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCustPropsAsk = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCustPropsLangID = 14, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 15 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCustPropsCalendar = 15, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHLinkDescription = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHLinkAddress = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHLinkSubAddress = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHLinkExtraInfo = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHLinkFrame = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHLinkNewWin = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHLinkDefault = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHLinkInvisible = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 15 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHLinkSortKey = 15, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visReviewerName = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visReviewerInitials = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visReviewerColor = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visReviewerReviewerID = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visReviewerCurrentIndex = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAnnotationX = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAnnotationY = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAnnotationReviewerID = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAnnotationMarkerIndex = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAnnotationDate = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAnnotationComment = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAnnotationLangID = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSmartTagX = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSmartTagY = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSmartTagName = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSmartTagXJustify = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSmartTagYJustify = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSmartTagDisplayMode = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSmartTagButtonFace = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSmartTagDisabled = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 15 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSmartTagDescription = 15, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPrintPropertiesLeftMargin = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPrintPropertiesRightMargin = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPrintPropertiesTopMargin = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPrintPropertiesBottomMargin = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPrintPropertiesScaleX = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPrintPropertiesScaleY = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPrintPropertiesPagesX = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPrintPropertiesPagesY = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPrintPropertiesCenterX = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPrintPropertiesCenterY = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPrintPropertiesOnPage = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPrintPropertiesPrintGrid = 11, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPrintPropertiesPageOrientation = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 17 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPrintPropertiesPaperKind = 17, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 18 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPrintPropertiesPaperSource = 18, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 29 - [SupportByVersion("Visio", 12,14,15,16)] - visObjTheme = 29, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 12,14,15,16)] - visSLOPlaceStyle = 11, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 12,14,15,16)] - visCompPath = 4, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 17 - [SupportByVersion("Visio", 12,14,15,16)] - visLockFromGroupFormat = 17, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 18 - [SupportByVersion("Visio", 12,14,15,16)] - visLockThemeColors = 18, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 19 - [SupportByVersion("Visio", 12,14,15,16)] - visLockThemeEffects = 19, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 22 - [SupportByVersion("Visio", 12,14,15,16)] - visEvtCellMultiDrop = 22, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 38 - [SupportByVersion("Visio", 14,15,16)] - visPageDrawResizeType = 38, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 39 - [SupportByVersion("Visio", 14,15,16)] - visPageZOrderChanged = 39, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 14,15,16)] - visSLORelationships = 3, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 22 - [SupportByVersion("Visio", 14,15,16)] - visSLODisplayLevel = 22, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 23 - [SupportByVersion("Visio", 14,15,16)] - visSLORelChanged = 23, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 24 - [SupportByVersion("Visio", 14,15,16)] - visSLOCategoryChanged = 24, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 14,15,16)] - visPLOAvoidPageBreaks = 4, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 14,15,16)] - visCompNoQuickDrag = 5, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 14,15,16)] - visActionFlyoutChild = 9, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 10 - [SupportByVersion("Visio", 15, 16)] - visCompoundType = 10, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 15 - [SupportByVersion("Visio", 15, 16)] - visFillShdwBlur = 15, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 16 - [SupportByVersion("Visio", 15, 16)] - visFillShdwShow = 16, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 4 - [SupportByVersion("Visio", 15, 16)] - visFrgnImgClippingPath = 4, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 27 - [SupportByVersion("Visio", 15, 16)] - visPageLockReplace = 27, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 28 - [SupportByVersion("Visio", 15, 16)] - visPageLockDuplicate = 28, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 20 - [SupportByVersion("Visio", 15, 16)] - visObjNoProofing = 20, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 30 - [SupportByVersion("Visio", 15, 16)] - visObjThemeModern = 30, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 5 - [SupportByVersion("Visio", 15, 16)] - visDocLockReplace = 5, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 6 - [SupportByVersion("Visio", 15, 16)] - visDocNoCoauth = 6, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 7 - [SupportByVersion("Visio", 15, 16)] - visDocLockDuplicatePage = 7, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 2 - [SupportByVersion("Visio", 15, 16)] - visControl1X = 2, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 3 - [SupportByVersion("Visio", 15, 16)] - visControl1Y = 3, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 4 - [SupportByVersion("Visio", 15, 16)] - visControl2X = 4, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 5 - [SupportByVersion("Visio", 15, 16)] - visControl2Y = 5, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 8 - [SupportByVersion("Visio", 15, 16)] - visCustPropsDataLinked = 8, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 20 - [SupportByVersion("Visio", 15, 16)] - visLockThemeConnectors = 20, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 21 - [SupportByVersion("Visio", 15, 16)] - visLockThemeFonts = 21, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 22 - [SupportByVersion("Visio", 15, 16)] - visLockThemeIndex = 22, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 23 - [SupportByVersion("Visio", 15, 16)] - visLockReplace = 23, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 24 - [SupportByVersion("Visio", 15, 16)] - visLockVariation = 24, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 0 - [SupportByVersion("Visio", 15, 16)] - visLineGradientDir = 0, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 1 - [SupportByVersion("Visio", 15, 16)] - visLineGradientAngle = 1, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 2 - [SupportByVersion("Visio", 15, 16)] - visFillGradientDir = 2, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 3 - [SupportByVersion("Visio", 15, 16)] - visFillGradientAngle = 3, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 4 - [SupportByVersion("Visio", 15, 16)] - visLineGradientEnabled = 4, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 5 - [SupportByVersion("Visio", 15, 16)] - visFillGradientEnabled = 5, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 6 - [SupportByVersion("Visio", 15, 16)] - visRotateGradientWithShape = 6, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 7 - [SupportByVersion("Visio", 15, 16)] - visUseGroupGradient = 7, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 0 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleLineColor = 0, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 1 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleFillColor = 1, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 2 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleShadowColor = 2, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 3 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleFontColor = 3, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 4 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleLineMatrix = 4, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 5 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleFillMatrix = 5, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 6 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleEffectsMatrix = 6, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 7 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleFontMatrix = 7, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 8 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleType = 8, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 9 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleVariation = 9, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 0 - [SupportByVersion("Visio", 15, 16)] - visReflectionTrans = 0, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 1 - [SupportByVersion("Visio", 15, 16)] - visReflectionSize = 1, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 2 - [SupportByVersion("Visio", 15, 16)] - visReflectionDist = 2, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 3 - [SupportByVersion("Visio", 15, 16)] - visReflectionBlur = 3, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 4 - [SupportByVersion("Visio", 15, 16)] - visGlowColor = 4, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 5 - [SupportByVersion("Visio", 15, 16)] - visGlowColorTrans = 5, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 6 - [SupportByVersion("Visio", 15, 16)] - visGlowSize = 6, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 7 - [SupportByVersion("Visio", 15, 16)] - visSoftEdgesSize = 7, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 8 - [SupportByVersion("Visio", 15, 16)] - visSketchSeed = 8, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 9 - [SupportByVersion("Visio", 15, 16)] - visSketchEnabled = 9, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 10 - [SupportByVersion("Visio", 15, 16)] - visSketchAmount = 10, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 11 - [SupportByVersion("Visio", 15, 16)] - visSketchLineWeight = 11, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 12 - [SupportByVersion("Visio", 15, 16)] - visSketchLineChange = 12, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 13 - [SupportByVersion("Visio", 15, 16)] - visSketchFillChange = 13, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 0 - [SupportByVersion("Visio", 15, 16)] - visBevelTopType = 0, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 1 - [SupportByVersion("Visio", 15, 16)] - visBevelTopWidth = 1, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 2 - [SupportByVersion("Visio", 15, 16)] - visBevelTopHeight = 2, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 3 - [SupportByVersion("Visio", 15, 16)] - visBevelBottomType = 3, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 4 - [SupportByVersion("Visio", 15, 16)] - visBevelBottomWidth = 4, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 5 - [SupportByVersion("Visio", 15, 16)] - visBevelBottomHeight = 5, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 6 - [SupportByVersion("Visio", 15, 16)] - visBevelDepthColor = 6, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 7 - [SupportByVersion("Visio", 15, 16)] - visBevelDepthSize = 7, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 8 - [SupportByVersion("Visio", 15, 16)] - visBevelContourColor = 8, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 9 - [SupportByVersion("Visio", 15, 16)] - visBevelContourSize = 9, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 10 - [SupportByVersion("Visio", 15, 16)] - visBevelMaterialType = 10, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 11 - [SupportByVersion("Visio", 15, 16)] - visBevelLightingType = 11, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 12 - [SupportByVersion("Visio", 15, 16)] - visBevelLightingAngle = 12, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 0 - [SupportByVersion("Visio", 15, 16)] - visRotationXAngle = 0, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 1 - [SupportByVersion("Visio", 15, 16)] - visRotationYAngle = 1, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 2 - [SupportByVersion("Visio", 15, 16)] - visRotationZAngle = 2, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 3 - [SupportByVersion("Visio", 15, 16)] - visRotationType = 3, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 4 - [SupportByVersion("Visio", 15, 16)] - visPerspective = 4, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 5 - [SupportByVersion("Visio", 15, 16)] - visDistanceFromGround = 5, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 6 - [SupportByVersion("Visio", 15, 16)] - visKeepTextFlat = 6, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 0 - [SupportByVersion("Visio", 15, 16)] - visGradientStopColor = 0, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 1 - [SupportByVersion("Visio", 15, 16)] - visGradientStopColorTrans = 1, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 2 - [SupportByVersion("Visio", 15, 16)] - visGradientStopPosition = 2, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 0 - [SupportByVersion("Visio", 15, 16)] - visColorSchemeIndex = 0, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 1 - [SupportByVersion("Visio", 15, 16)] - visEffectSchemeIndex = 1, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 2 - [SupportByVersion("Visio", 15, 16)] - visConnectorSchemeIndex = 2, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 3 - [SupportByVersion("Visio", 15, 16)] - visFontSchemeIndex = 3, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 4 - [SupportByVersion("Visio", 15, 16)] - visThemeIndex = 4, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 5 - [SupportByVersion("Visio", 15, 16)] - visVariationColorIndex = 5, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 6 - [SupportByVersion("Visio", 15, 16)] - visVariationStyleIndex = 6, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 7 - [SupportByVersion("Visio", 15, 16)] - visEmbellishmentIndex = 7, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 0 - [SupportByVersion("Visio", 15, 16)] - visReplaceLockShapeData = 0, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 1 - [SupportByVersion("Visio", 15, 16)] - visReplaceLockText = 1, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 2 - [SupportByVersion("Visio", 15, 16)] - visReplaceLockFormat = 2, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 3 - [SupportByVersion("Visio", 15, 16)] - visReplaceCopyCells = 3 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisCellVals.cs b/Source/Visio/Enums/VisCellVals.cs deleted file mode 100644 index 40f9244a04..0000000000 --- a/Source/Visio/Enums/VisCellVals.cs +++ /dev/null @@ -1,2393 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisCellVals - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visXFormResizeDontCare = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visXFormResizeSpread = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visXFormResizeScale = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visArrowSizeVerySmall = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visArrowSizeSmall = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visArrowSizeMedium = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visArrowSizeLarge = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visArrowSizeVeryLarge = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visArrowSizeJumbo = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visArrowSizeColossal = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visNoFill = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSolid = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWideUpDiagonal = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWideCross = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWideDiagonalCross = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWideDownDiagonal = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWideHorz = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWideVert = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBackDotsMini = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHalfAndHalf = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visForeDotsMini = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 11,12,14,15,16)] - visForeDotsNarrow = 11, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 11,12,14,15,16)] - visForeDotsWide = 12, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 13 - [SupportByVersion("Visio", 11,12,14,15,16)] - visThickHorz = 13, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 11,12,14,15,16)] - visThickVertical = 14, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 15 - [SupportByVersion("Visio", 11,12,14,15,16)] - visThickDownDiagonal = 15, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visThickUpDiagonal = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 17 - [SupportByVersion("Visio", 11,12,14,15,16)] - visThickDiagonalCross = 17, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 18 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBackDotsWide = 18, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 19 - [SupportByVersion("Visio", 11,12,14,15,16)] - visThinHorz = 19, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 20 - [SupportByVersion("Visio", 11,12,14,15,16)] - visThinVert = 20, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 21 - [SupportByVersion("Visio", 11,12,14,15,16)] - visThinDownDiagonal = 21, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 22 - [SupportByVersion("Visio", 11,12,14,15,16)] - visThinUpDiagonal = 22, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 23 - [SupportByVersion("Visio", 11,12,14,15,16)] - visThinCross = 23, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 24 - [SupportByVersion("Visio", 11,12,14,15,16)] - visThinDiagonalCross = 24, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1024 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGuideXActive = 1024, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2048 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGuideYActive = 2048, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPrintSetup = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTight = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visStandard = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCustom = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLogical = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDSMetric = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDSEngr = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDSArch = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visNoScale = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visArchitectural = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEngineering = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScaleCustom = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScaleMetric = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScaleMechanical = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visVertTop = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visVertMiddle = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visVertBottom = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 255 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTxtBlkOpaque = 255, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTxtBlkLeftToRight = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTxtBlkTopToBottom = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDynFBDefault = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDynFBUCon3Leg = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDynFBUCon5Leg = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGlueTypeDefault = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGlueTypeTrigger = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGlueTypeWalking = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGlueTypeNoWalking = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGlueTypeNoWalkingTo = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWalkPrefBegNS = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWalkPrefEndNS = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOFlagsVisDecides = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOFlagsPlacable = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOFlagsRoutable = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOFlagsDont = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOFlagsPNRGroup = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOIPlaceNormal = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOIPlaceXPermeable = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOIPlaceYPermeable = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOIRouteNormal = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOBPlaceNormal = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOBRouteNormal = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOBRouteRightAng = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOBRouteStraight = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOBRouteFlowNS = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOBRouteFlowWE = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOBRouteTreeNS = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOBRouteTreeWE = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1024 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOBRouteManual = 1024, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRulerFine = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRulerNormal = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRulerCoarse = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRulerFixed = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGridFine = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGridNormal = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGridCoarse = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGridFixed = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocPreviewQualityDraft = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocPreviewQualityDetailed = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocPreviewScope1stPage = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocPreviewScopeNone = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocPreviewScopeAllPages = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPPOSameAsPrinter = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPPOPortrait = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPPOLandscape = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGrpSelModeGroupOnly = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGrpSelModeGroup1st = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGrpSelModeMembers1st = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGrpDispModeNone = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGrpDispModeBack = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGrpDispModeFront = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteDefault = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteRightAngle = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteStraight = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteOrgChartNS = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteOrgChartWE = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteFlowchartNS = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteFlowchartWE = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteTreeNS = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteTreeWE = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteNetwork = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteOrgChartSN = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteOrgChartEW = 11, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteFlowchartSN = 12, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 13 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteFlowchartEW = 13, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteTreeSN = 14, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 15 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteTreeEW = 15, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteCenterToCenter = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 17 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteSimpleNS = 17, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 18 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteSimpleWE = 18, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 19 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteSimpleSN = 19, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 20 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteSimpleEW = 20, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 21 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteSimpleHV = 21, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 22 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteSimpleVH = 22, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOJumpStyleDefault = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOJumpStyleArc = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOJumpStyleGap = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOJumpStyleSquare = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOJumpStyleTriangle = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOJumpStyle2Point = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOJumpStyle3Point = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOJumpStyle4Point = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOJumpStyle5Point = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOJumpStyle6Point = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOJumpDirXDefault = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOJumpDirXUp = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOJumpDirXDown = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOJumpDirYDefault = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOJumpDirYLeft = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOJumpDirYRight = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOFlipDefault = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOFlipX = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOFlipY = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOFlipRotate = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLOFlipNone = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteExtDefault = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteExtStraight = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLORouteExtNURBS = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOFixedPlacement = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOFixedPlow = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOFixedPermeablePlow = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOFixedConnPtsIgnore = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOFixedConnPtsOnly = 64, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 128 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOFixedNoFoldToShape = 128, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOPlowDefault = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOPlowNever = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOPlowAlways = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOConFixedRerouteFreely = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOConFixedRerouteAsNeeded = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOConFixedRerouteNever = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOConFixedRerouteOnCrossover = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOConFixedByAlgFrom = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOConFixedByAlgTo = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOConFixedByAlgFromTo = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOJumpDefault = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOJumpNever = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOJumpAlways = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOJumpOther = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOJumpNeither = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlaceDefault = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlaceTopToBottom = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlaceLeftToRight = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlaceRadial = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlaceBottomToTop = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlaceRightToLeft = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlaceCircular = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlaceCompactDownRight = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlaceCompactRightDown = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlaceCompactRightUp = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlaceCompactUpRight = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlaceCompactUpLeft = 11, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlaceCompactLeftUp = 12, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 13 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlaceCompactLeftDown = 13, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlaceCompactDownLeft = 14, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlaceDepthDefault = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlaceDepthMedium = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlaceDepthDeep = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlaceDepthShallow = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlowNone = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOPlowAll = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOJumpNone = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOJumpHorizontal = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOJumpVertical = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOJumpLastRouted = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOJumpDisplayOrder = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOJumpReverseDisplayOrder = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOJumpProhibitAll = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOLineAdjustFromNotRelated = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOLineAdjustFromAll = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOLineAdjustFromNone = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOLineAdjustFromRoutingDefault = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOLineAdjustToDefault = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOLineAdjustToAll = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOLineAdjustToNone = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOLineAdjustToRelated = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBold = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visItalic = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUnderLine = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSmallCaps = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visComplexBold = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visComplexItalic = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCaseNormal = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCaseAllCaps = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCaseInitialCaps = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPosNormal = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPosSuper = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPosSub = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHorzLeft = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHorzCenter = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHorzRight = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHorzJustify = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHorzForce = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHorzDistribute = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHorzJustifyLow = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHorzJustifyMedium = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHorzJustifyHigh = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTabStopLeft = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTabStopCenter = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTabStopRight = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTabStopDecimal = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTabStopComma = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCnnctTypeInward = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCnnctTypeOutward = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCnnctTypeInwardOutward = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtlProportional = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtlLocked = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtlOffsetMin = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtlOffsetMid = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtlOffsetMax = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtlProportionalHidden = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtlLockedHidden = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtlOffsetMinHidden = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtlOffsetMidHidden = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtlOffsetMaxHidden = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 255 - [SupportByVersion("Visio", 11,12,14,15,16)] - visNoLayerColor = 255, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLayerValid = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLayerDeleted = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLayerAvailable = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPropTypeString = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPropTypeListFix = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPropTypeNumber = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPropTypeBool = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPropTypeListVar = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPropTypeDate = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPropTypeDuration = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPropTypeCurrency = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCalWestern = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCalArabicHijri = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCalHebrewLunar = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCalChineseTaiwan = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCalJapaneseEmperor = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCalThaiBuddhism = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCalKoreanDanki = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCalSakaEra = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCalTranslitEnglish = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCalTranslitFrench = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOSplitNone = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPLOSplitAllow = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOSplitNone = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOSplitAllow = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOSplittableNone = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSLOSplittableAllow = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFSTPageDefault = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFSTSimple = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFSTOblique = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIVNormal = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIVHidden = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLocFontIfArialOrSym = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLocFontAlways = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLocFontNever = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSmartTagXJustifyLeft = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSmartTagXJustifyCenter = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSmartTagXJustifyRight = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSmartTagYJustifyTop = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSmartTagYJustifyMiddle = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSmartTagYJustifyBottom = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSmartTagDispModeMouseOver = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSmartTagDispModeShapeSelected = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSmartTagDispModeAlways = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTFOKStandard = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTFOKHorizontalInVertical = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPPFlagsRTLText = 1, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 15 - [SupportByVersion("Visio", 12,14,15,16)] - visPLOPlaceParentDefault = 15, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 12,14,15,16)] - visPLOPlaceHierarchyTopToBottomLeft = 16, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 17 - [SupportByVersion("Visio", 12,14,15,16)] - visPLOPlaceHierarchyTopToBottomCenter = 17, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 18 - [SupportByVersion("Visio", 12,14,15,16)] - visPLOPlaceHierarchyTopToBottomRight = 18, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 19 - [SupportByVersion("Visio", 12,14,15,16)] - visPLOPlaceHierarchyBottomToTopLeft = 19, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 20 - [SupportByVersion("Visio", 12,14,15,16)] - visPLOPlaceHierarchyBottomToTopCenter = 20, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 21 - [SupportByVersion("Visio", 12,14,15,16)] - visPLOPlaceHierarchyBottomToTopRight = 21, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 22 - [SupportByVersion("Visio", 12,14,15,16)] - visPLOPlaceHierarchyLeftToRightTop = 22, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 23 - [SupportByVersion("Visio", 12,14,15,16)] - visPLOPlaceHierarchyLeftToRightMiddle = 23, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 24 - [SupportByVersion("Visio", 12,14,15,16)] - visPLOPlaceHierarchyLeftToRightBottom = 24, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 25 - [SupportByVersion("Visio", 12,14,15,16)] - visPLOPlaceHierarchyRightToLeftTop = 25, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 26 - [SupportByVersion("Visio", 12,14,15,16)] - visPLOPlaceHierarchyRightToLeftMiddle = 26, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 27 - [SupportByVersion("Visio", 12,14,15,16)] - visPLOPlaceHierarchyRightToLeftBottom = 27, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceDefault = 0, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceTopToBottom = 1, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceLeftToRight = 2, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceRadial = 3, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceBottomToTop = 4, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceRightToLeft = 5, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceCircular = 6, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceCompactDownRight = 7, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceCompactRightDown = 8, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceCompactRightUp = 9, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceCompactUpRight = 10, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceCompactUpLeft = 11, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceCompactLeftUp = 12, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 13 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceCompactLeftDown = 13, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceCompactDownLeft = 14, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 15 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceParentDefault = 15, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceHierarchyTopToBottomLeft = 16, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 17 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceHierarchyTopToBottomCenter = 17, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 18 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceHierarchyTopToBottomRight = 18, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 19 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceHierarchyBottomToTopLeft = 19, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 20 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceHierarchyBottomToTopCenter = 20, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 21 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceHierarchyBottomToTopRight = 21, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 22 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceHierarchyLeftToRightTop = 22, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 23 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceHierarchyLeftToRightMiddle = 23, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 24 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceHierarchyLeftToRightBottom = 24, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 25 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceHierarchyRightToLeftTop = 25, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 26 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceHierarchyRightToLeftMiddle = 26, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 27 - [SupportByVersion("Visio", 12,14,15,16)] - visLOPlaceHierarchyRightToLeftBottom = 27, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 12,14,15,16)] - visCalThaiBuddhist = 5 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisCenterViewFlags.cs b/Source/Visio/Enums/VisCenterViewFlags.cs deleted file mode 100644 index c29005d93f..0000000000 --- a/Source/Visio/Enums/VisCenterViewFlags.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767286(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisCenterViewFlags - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visCenterViewDefault = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visCenterViewIfOffScreen = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visCenterViewSelectShape = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisCharsBias.cs b/Source/Visio/Enums/VisCharsBias.cs deleted file mode 100644 index 9c28974846..0000000000 --- a/Source/Visio/Enums/VisCharsBias.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisCharsBias - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBiasLetVisioChoose = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBiasLeft = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBiasRight = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisConnectedShapesFlags.cs b/Source/Visio/Enums/VisConnectedShapesFlags.cs deleted file mode 100644 index ba7811b087..0000000000 --- a/Source/Visio/Enums/VisConnectedShapesFlags.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765049(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisConnectedShapesFlags - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visConnectedShapesAllNodes = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visConnectedShapesIncomingNodes = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visConnectedShapesOutgoingNodes = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisConnectorEnds.cs b/Source/Visio/Enums/VisConnectorEnds.cs deleted file mode 100644 index a98ee207af..0000000000 --- a/Source/Visio/Enums/VisConnectorEnds.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765582(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisConnectorEnds - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visConnectorBeginpoint = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visConnectorEndPoint = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visConnectorBothEnds = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisContainerAutoResize.cs b/Source/Visio/Enums/VisContainerAutoResize.cs deleted file mode 100644 index c308365141..0000000000 --- a/Source/Visio/Enums/VisContainerAutoResize.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768087(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisContainerAutoResize - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visContainerAutoResizeNone = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visContainerAutoResizeExpand = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visContainerAutoResizeExpandContract = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisContainerFlags.cs b/Source/Visio/Enums/VisContainerFlags.cs deleted file mode 100644 index eccfffa029..0000000000 --- a/Source/Visio/Enums/VisContainerFlags.cs +++ /dev/null @@ -1,63 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768205(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisContainerFlags - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visContainerFlagsDefault = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visContainerFlagsExcludeContainers = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visContainerFlagsExcludeConnectors = 2, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 14,15,16)] - visContainerFlagsExcludeCallouts = 4, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 14,15,16)] - visContainerFlagsExcludeElements = 8, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 14,15,16)] - visContainerFlagsExcludeNested = 16, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 14,15,16)] - visContainerFlagsExcludeListMembers = 32 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisContainerFormatType.cs b/Source/Visio/Enums/VisContainerFormatType.cs deleted file mode 100644 index 56ebe3ae88..0000000000 --- a/Source/Visio/Enums/VisContainerFormatType.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766026(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisContainerFormatType - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visContainerFormatLockMembership = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visContainerFormatContainerAutoResize = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visContainerFormatFitToContents = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisContainerMemberState.cs b/Source/Visio/Enums/VisContainerMemberState.cs deleted file mode 100644 index 65d8946bd1..0000000000 --- a/Source/Visio/Enums/VisContainerMemberState.cs +++ /dev/null @@ -1,49 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766104(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisContainerMemberState - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visContainerMemberNotAMember = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visContainerMemberInterior = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visContainerMemberOnBoundary = 2, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 14,15,16)] - visContainerMemberOutside = 3, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 14,15,16)] - visContainerMemberInList = 4 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisContainerNested.cs b/Source/Visio/Enums/VisContainerNested.cs deleted file mode 100644 index 26f67eecf9..0000000000 --- a/Source/Visio/Enums/VisContainerNested.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767073(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisContainerNested - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visContainerIncludeNested = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visContainerExcludeNested = 1 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisContainerTypes.cs b/Source/Visio/Enums/VisContainerTypes.cs deleted file mode 100644 index ffcb1044d8..0000000000 --- a/Source/Visio/Enums/VisContainerTypes.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767561(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisContainerTypes - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visContainerTypeNormal = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visContainerTypeList = 1 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisCutCopyPasteCodes.cs b/Source/Visio/Enums/VisCutCopyPasteCodes.cs deleted file mode 100644 index f2d5002dce..0000000000 --- a/Source/Visio/Enums/VisCutCopyPasteCodes.cs +++ /dev/null @@ -1,69 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisCutCopyPasteCodes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCopyPasteNormal = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCopyPasteNoTranslate = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visCopyPasteCenter = 2, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 14,15,16)] - visCopyPasteNoHealConnectors = 4, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 14,15,16)] - visCopyPasteNoContainerMembers = 8, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 14,15,16)] - visCopyPasteNoAssociatedCallouts = 16, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 14,15,16)] - visCopyPasteDontAddToContainers = 32, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 14,15,16)] - visCopyPasteNoCascade = 64 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisDataColumnProperties.cs b/Source/Visio/Enums/VisDataColumnProperties.cs deleted file mode 100644 index 24f10151c7..0000000000 --- a/Source/Visio/Enums/VisDataColumnProperties.cs +++ /dev/null @@ -1,69 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisDataColumnProperties - { - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 12,14,15,16)] - visDataColumnPropertyType = 1, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 12,14,15,16)] - visDataColumnPropertyLangID = 2, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 12,14,15,16)] - visDataColumnPropertyCalendar = 3, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 12,14,15,16)] - visDataColumnPropertyUnits = 4, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 12,14,15,16)] - visDataColumnPropertyCurrency = 5, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 12,14,15,16)] - visDataColumnPropertyDisplayName = 6, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 12,14,15,16)] - visDataColumnPropertyVisible = 7, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 12,14,15,16)] - visDataColumnPropertyHyperlink = 8 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisDataRecordsetAddOptions.cs b/Source/Visio/Enums/VisDataRecordsetAddOptions.cs deleted file mode 100644 index 54e43794c1..0000000000 --- a/Source/Visio/Enums/VisDataRecordsetAddOptions.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisDataRecordsetAddOptions - { - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 12,14,15,16)] - visDataRecordsetNoExternalDataUI = 1, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 12,14,15,16)] - visDataRecordsetNoRefreshUI = 2, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 12,14,15,16)] - visDataRecordsetNoAdvConfig = 4, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 12,14,15,16)] - visDataRecordsetDelayQuery = 8, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 12,14,15,16)] - visDataRecordsetDontCopyLinks = 16 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisDefaultColors.cs b/Source/Visio/Enums/VisDefaultColors.cs deleted file mode 100644 index 8a01f97d68..0000000000 --- a/Source/Visio/Enums/VisDefaultColors.cs +++ /dev/null @@ -1,195 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisDefaultColors - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTransparent = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBlack = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWhite = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRed = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGreen = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBlue = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visYellow = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMagenta = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCyan = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDarkRed = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDarkGreen = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDarkBlue = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDarkYellow = 11, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPurple = 12, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 13 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDarkCyan = 13, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGray = 14, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 15 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGray10 = 15, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGray20 = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 17 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGray30 = 17, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 18 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGray40 = 18, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 19 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDarkGray = 19, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 19 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGray50 = 19, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 20 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGray60 = 20, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 21 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGray70 = 21, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 22 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGray80 = 22, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 23 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGray90 = 23 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisDefaultSaveFormats.cs b/Source/Visio/Enums/VisDefaultSaveFormats.cs deleted file mode 100644 index 999a747d92..0000000000 --- a/Source/Visio/Enums/VisDefaultSaveFormats.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisDefaultSaveFormats - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDefaultSaveCurrentBinary = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDefaultSavePreviousBinary = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDefaultSaveCurrentXML = 2, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 0 - [SupportByVersion("Visio", 15, 16)] - visDefaultSaveCurrent = 0, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 3 - [SupportByVersion("Visio", 15, 16)] - visDefaultSaveCurrentMacroEnabled = 3 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisDeleteFlags.cs b/Source/Visio/Enums/VisDeleteFlags.cs deleted file mode 100644 index 498275ebcd..0000000000 --- a/Source/Visio/Enums/VisDeleteFlags.cs +++ /dev/null @@ -1,49 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765529(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisDeleteFlags - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visDeleteNormal = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visDeleteHealConnectors = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visDeleteNoHealConnectors = 2, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 14,15,16)] - visDeleteNoContainerMembers = 4, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 14,15,16)] - visDeleteNoAssociatedCallouts = 8 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisDiagramServices.cs b/Source/Visio/Enums/VisDiagramServices.cs deleted file mode 100644 index 9e6c750ec8..0000000000 --- a/Source/Visio/Enums/VisDiagramServices.cs +++ /dev/null @@ -1,70 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768414(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisDiagramServices - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// -1 - [SupportByVersion("Visio", 14,15,16)] - visServiceAll = -1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 14,15,16)] - visServiceVersion140 = 7, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visServiceNone = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visServiceAutoSizePage = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visServiceStructureBasic = 2, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 14,15,16)] - visServiceStructureFull = 4, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 8 - [SupportByVersion("Visio", 15, 16)] - visServiceVersion150 = 8, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 8 - [SupportByVersion("Visio", 15, 16)] - visServiceAnimations = 8 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisDistributeTypes.cs b/Source/Visio/Enums/VisDistributeTypes.cs deleted file mode 100644 index d9a118e267..0000000000 --- a/Source/Visio/Enums/VisDistributeTypes.cs +++ /dev/null @@ -1,69 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisDistributeTypes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDistHorzSpace = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDistHorzLeft = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDistHorzCenter = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDistHorzRight = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDistVertSpace = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDistVertTop = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDistVertMiddle = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDistVertBottom = 7 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisDocCleanActions.cs b/Source/Visio/Enums/VisDocCleanActions.cs deleted file mode 100644 index ddc7d736d5..0000000000 --- a/Source/Visio/Enums/VisDocCleanActions.cs +++ /dev/null @@ -1,139 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisDocCleanActions - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanActLocalFormulas = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanActEmptyRowsAndSects = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanActNonDefaultFonts = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanActStaleResults = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanActMissingSubs = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanActConstantFormulas = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanActNearZero = 64, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 128 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanActDuplicateSubs = 128, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 256 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanActBadDisplayLists = 256, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 512 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanActBadFieldCounts = 512, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1024 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanActDeletedFields = 1024, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2048 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanActBadFieldFormulas = 2048, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4096 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanActBadFieldMarks = 4096, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8192 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanActBadReferences = 8192, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16383 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanActAll = 16383, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8152 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanActDefault = 8152, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanAlertDefault = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 984 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanFixDefault = 984 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisDocCleanTargets.cs b/Source/Visio/Enums/VisDocCleanTargets.cs deleted file mode 100644 index ced7151758..0000000000 --- a/Source/Visio/Enums/VisDocCleanTargets.cs +++ /dev/null @@ -1,69 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisDocCleanTargets - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanTargFPages = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanTargBPages = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanTargMasters = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanTargStyles = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanTargDoc = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanTargRPages = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 256 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanPageSheet = 256, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 255 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocCleanTargAll = 255 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisDocExIntent.cs b/Source/Visio/Enums/VisDocExIntent.cs deleted file mode 100644 index 6d398198c1..0000000000 --- a/Source/Visio/Enums/VisDocExIntent.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisDocExIntent - { - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 12,14,15,16)] - visDocExIntentScreen = 0, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 12,14,15,16)] - visDocExIntentPrint = 1 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisDocModeArgs.cs b/Source/Visio/Enums/VisDocModeArgs.cs deleted file mode 100644 index 74aba15f35..0000000000 --- a/Source/Visio/Enums/VisDocModeArgs.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisDocModeArgs - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// -1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visInvalDocID = -1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocModeRun = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocModeDesign = 1 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisDocVersions.cs b/Source/Visio/Enums/VisDocVersions.cs deleted file mode 100644 index 6ff5d75e49..0000000000 --- a/Source/Visio/Enums/VisDocVersions.cs +++ /dev/null @@ -1,97 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisDocVersions - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visVersionUnsaved = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 65571 - [SupportByVersion("Visio", 11,12,14,15,16)] - visVersion10 = 65571, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 131072 - [SupportByVersion("Visio", 11,12,14,15,16)] - visVersion20 = 131072, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 196611 - [SupportByVersion("Visio", 11,12,14,15,16)] - visVersion30 = 196611, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 262144 - [SupportByVersion("Visio", 11,12,14,15,16)] - visVersion40 = 262144, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 327680 - [SupportByVersion("Visio", 11,12,14,15,16)] - visVersion50 = 327680, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 393216 - [SupportByVersion("Visio", 11,12,14,15,16)] - visVersion60 = 393216, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 393216 - [SupportByVersion("Visio", 11,12,14,15,16)] - visVersion100 = 393216, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 720896 - [SupportByVersion("Visio", 11,12,14,15,16)] - visVersion110 = 720896, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 720896 - [SupportByVersion("Visio", 12,14,15,16)] - visVersion120 = 720896, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 720896 - [SupportByVersion("Visio", 14,15,16)] - visVersion140 = 720896, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 983040 - [SupportByVersion("Visio", 15, 16)] - visVersion150 = 983040 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisDocumentTypes.cs b/Source/Visio/Enums/VisDocumentTypes.cs deleted file mode 100644 index 66e64be63c..0000000000 --- a/Source/Visio/Enums/VisDocumentTypes.cs +++ /dev/null @@ -1,41 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisDocumentTypes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDocTypeInval = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeDrawing = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeStencil = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeTemplate = 3 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisDrawRegionFlags.cs b/Source/Visio/Enums/VisDrawRegionFlags.cs deleted file mode 100644 index 4e609df6e2..0000000000 --- a/Source/Visio/Enums/VisDrawRegionFlags.cs +++ /dev/null @@ -1,41 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisDrawRegionFlags - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDrawRegionDeleteInput = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDrawRegionIncludeHidden = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDrawRegionIgnoreVisible = 32, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 12,14,15,16)] - visDrawRegionIncludeDataGraphics = 64 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisDrawSplineFlags.cs b/Source/Visio/Enums/VisDrawSplineFlags.cs deleted file mode 100644 index 91633db2a8..0000000000 --- a/Source/Visio/Enums/VisDrawSplineFlags.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisDrawSplineFlags - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSplinePeriodic = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSplineDoCircles = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSplineAbrupt = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSpline1D = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPolyline1D = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 256 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPolyarcs = 256 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisEdition.cs b/Source/Visio/Enums/VisEdition.cs deleted file mode 100644 index 587dbfe05f..0000000000 --- a/Source/Visio/Enums/VisEdition.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765295(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisEdition - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visEditionStandard = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visEditionProfessional = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visEditionPremium = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisEventCodes.cs b/Source/Visio/Enums/VisEventCodes.cs deleted file mode 100644 index a06883ea1d..0000000000 --- a/Source/Visio/Enums/VisEventCodes.cs +++ /dev/null @@ -1,797 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisEventCodes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// -1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtIDInval = -1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// -1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScopeIDInval = -1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeInval = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeDocCreate = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeDocOpen = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeDocSave = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeDocSaveAs = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeDocRunning = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeDocDesign = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeBefDocSave = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeBefDocSaveAs = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeQueryCancelDocClose = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeCancelDocClose = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 200 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeBefForcedFlush = 200, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 201 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeAfterForcedFlush = 201, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 202 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeEnterScope = 202, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 203 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeExitScope = 203, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 204 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeQueryCancelQuit = 204, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 205 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeCancelQuit = 205, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 206 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeQueryCancelSuspend = 206, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 207 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeCancelSuspend = 207, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 208 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeBeforeSuspend = 208, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 209 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeAfterResume = 209, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 300 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeQueryCancelStyleDel = 300, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 301 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeCancelStyleDel = 301, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 400 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeQueryCancelMasterDel = 400, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 401 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeCancelMasterDel = 401, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 500 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeQueryCancelPageDel = 500, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 501 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeCancelPageDel = 501, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 701 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeWinSelChange = 701, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 702 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeBefWinSelDel = 702, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 703 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeBefWinPageTurn = 703, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 704 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeWinPageTurn = 704, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 705 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeViewChanged = 705, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 706 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeQueryCancelWinClose = 706, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 707 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeCancelWinClose = 707, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 708 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeWinOnAddonKeyMSG = 708, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 801 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeShapeDelete = 801, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 802 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeShapeParentChange = 802, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 803 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeShapeBeforeTextEdit = 803, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 804 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeShapeExitTextEdit = 804, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 901 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeBefSelDel = 901, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 902 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeSelAdded = 902, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 903 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeQueryCancelSelDel = 903, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 904 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeCancelSelDel = 904, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 905 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeQueryCancelUngroup = 905, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 906 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeCancelUngroup = 906, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 907 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeQueryCancelConvertToGroup = 907, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 908 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeCancelConvertToGroup = 908, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32768 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtAdd = 32768, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16384 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtDel = 16384, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8192 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtMod = 8192, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtWindow = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtDoc = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtStyle = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtMaster = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtPage = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtLayer = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtShape = 64, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 128 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtText = 128, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 256 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtConnect = 256, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 512 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtSection = 512, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1024 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtRow = 1024, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2048 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCell = 2048, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4096 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtFormula = 4096, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4096 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtApp = 4096, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtAppActivate = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtAppDeactivate = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtObjActivate = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtObjDeactivate = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtBeforeQuit = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtBeforeModal = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtAfterModal = 64, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 128 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtWinActivate = 128, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 256 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtMarker = 256, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 512 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtNonePending = 512, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1024 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtIdle = 1024, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 28672 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCode1stUser = 28672, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32767 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeLastUser = 32767, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeCreate = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeOpen = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visActCodeRunAddon = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visActCodeAdvise = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtIdMostRecent = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 709 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeMouseDown = 709, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 710 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeMouseMove = 710, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 711 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeMouseUp = 711, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 712 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeKeyDown = 712, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 713 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeKeyPress = 713, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 714 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEvtCodeKeyUp = 714, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 12,14,15,16)] - visEvtDataRecordset = 32, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 805 - [SupportByVersion("Visio", 12,14,15,16)] - visEvtShapeLinkAdded = 805, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 806 - [SupportByVersion("Visio", 12,14,15,16)] - visEvtShapeLinkDeleted = 806, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 807 - [SupportByVersion("Visio", 12,14,15,16)] - visEvtShapeDataGraphicChanged = 807, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 909 - [SupportByVersion("Visio", 12,14,15,16)] - visEvtCodeQueryCancelSelGroup = 909, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 910 - [SupportByVersion("Visio", 12,14,15,16)] - visEvtCodeCancelSelGroup = 910, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 12,14,15,16)] - visEvtRemoveHiddenInformation = 11, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 210 - [SupportByVersion("Visio", 12,14,15,16)] - visEvtCodeQueryCancelSuspendEvents = 210, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 211 - [SupportByVersion("Visio", 12,14,15,16)] - visEvtCodeCancelSuspendEvents = 211, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 212 - [SupportByVersion("Visio", 12,14,15,16)] - visEvtCodeBeforeSuspendEvents = 212, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 213 - [SupportByVersion("Visio", 12,14,15,16)] - visEvtCodeAfterResumeEvents = 213, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 502 - [SupportByVersion("Visio", 14,15,16)] - visEvtCodeContainerRelationshipAdded = 502, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 503 - [SupportByVersion("Visio", 14,15,16)] - visEvtCodeContainerRelationshipDeleted = 503, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 504 - [SupportByVersion("Visio", 14,15,16)] - visEvtCodeCalloutRelationshipAdded = 504, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 505 - [SupportByVersion("Visio", 14,15,16)] - visEvtCodeCalloutRelationshipDeleted = 505, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 14,15,16)] - visEvtCodeSelectionMovedToSubprocess = 12, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 13 - [SupportByVersion("Visio", 14,15,16)] - visEvtCodeRuleSetValidated = 13, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 911 - [SupportByVersion("Visio", 15, 16)] - visEvtCodeQueryCancelReplaceShapes = 911, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 912 - [SupportByVersion("Visio", 15, 16)] - visEvtCodeCancelReplaceShapes = 912, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 913 - [SupportByVersion("Visio", 15, 16)] - visEvtCodeBeforeReplaceShapes = 913, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 914 - [SupportByVersion("Visio", 15, 16)] - visEvtCodeShapesReplaced = 914, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 14 - [SupportByVersion("Visio", 15, 16)] - visEvtCodeAfterCoauthMerge = 14 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisExistsFlags.cs b/Source/Visio/Enums/VisExistsFlags.cs deleted file mode 100644 index 59fde567f1..0000000000 --- a/Source/Visio/Enums/VisExistsFlags.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisExistsFlags - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visExistsLocally = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visExistsAnywhere = 0 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisFieldCategories.cs b/Source/Visio/Enums/VisFieldCategories.cs deleted file mode 100644 index de3cbf09b4..0000000000 --- a/Source/Visio/Enums/VisFieldCategories.cs +++ /dev/null @@ -1,62 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisFieldCategories - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCatCustom = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCatDateTime = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCatDocument = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCatGeometry = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCatObject = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCatPage = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCatNotes = 6 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisFieldCodes.cs b/Source/Visio/Enums/VisFieldCodes.cs deleted file mode 100644 index 24729656c1..0000000000 --- a/Source/Visio/Enums/VisFieldCodes.cs +++ /dev/null @@ -1,244 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisFieldCodes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeCreateDate = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeCreateTime = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeCurrentDate = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeCurrentTime = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeEditDate = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeEditTime = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodePrintDate = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodePrintTime = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeCreator = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeDescription = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeDirectory = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeFileName = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeKeyWords = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeSubject = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeTitle = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeManager = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeCompany = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeCategory = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeHyperlinkBase = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeWidth = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeHeight = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeAngle = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeData1 = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeData2 = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeData3 = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeObjectID = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeMasterName = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeObjectName = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeObjectType = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeBackgroundName = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodePageName = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodeNumberOfPages = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFCodePageNumber = 3 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisFieldFormats.cs b/Source/Visio/Enums/VisFieldFormats.cs deleted file mode 100644 index 2aac3cb729..0000000000 --- a/Source/Visio/Enums/VisFieldFormats.cs +++ /dev/null @@ -1,783 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisFieldFormats - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtNumGenNoUnits = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtNumGenDefUnits = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmt0PlNoUnits = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmt0PlDefUnits = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmt1PlNoUnits = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmt1PlDefUnits = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmt2PlNoUnits = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmt2PlDefUnits = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmt3PlNoUnits = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmt3PlDefUnits = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtFeetAndInches = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtRadians = 11, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDegrees = 12, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 13 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtFeetAndInches1Pl = 13, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtFeetAndInches2Pl = 14, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 15 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtFraction1PlNoUnits = 15, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtFraction1PlDefUnits = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 17 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtFraction2PlNoUnits = 17, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 18 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtFraction2PlDefUnits = 18, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 20 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateShort = 20, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 21 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateLong = 21, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 22 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateMDYY = 22, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 23 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateMMDDYY = 23, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 24 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateMmmDYYYY = 24, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 25 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateMmmmDYYYY = 25, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 26 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateDMYY = 26, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 27 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateDDMMYY = 27, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 28 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateDMMMYYYY = 28, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 29 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateDMMMMYYYY = 29, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 30 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtTimeGen = 30, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 31 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtTimeHMM = 31, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtTimeHHMM = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 33 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtTimeHMM24 = 33, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 34 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtTimeHHMM24 = 34, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 35 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtTimeHMMAMPM = 35, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 36 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtTimeHHMMAMPM = 36, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 37 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtStrNormal = 37, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 38 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtStrLower = 38, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 39 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtStrUpper = 39, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 40 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtJDategggeXmXdXww = 40, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 41 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtJDateyyyyXmXdXww = 41, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 42 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtJDategggeXmXdX = 42, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 43 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtJDateyyyyXmXdX = 43, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 44 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtJDateyyyymd = 44, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 45 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtJDateyymmdd = 45, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 46 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtJDatehmmaxpx = 46, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 47 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtJDateaxpxhmm = 47, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 48 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtJDateaxpxhXmmX = 48, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 49 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtJDatehXmmX = 49, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 50 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtCDateiiieXmmmmXdddd = 50, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 51 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtCDateiieXmmmmXdddd = 51, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 52 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtCDateieXmmmmXddddXww = 52, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 53 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtCDateieXmmmmXdddd = 53, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 44 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateyyyymd = 44, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 45 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateyymmdd = 45, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 46 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtTimeAMPMhmm_J = 46, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 50 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateTWNfYYYYMMDDD_C = 50, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 51 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateTWNsYYYYMMDDD_C = 51, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 52 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateTWNfyyyymmddww_C = 52, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 53 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateTWNfyyyymmdd_C = 53, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 54 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDategggemdww_J = 54, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 55 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateyyyymdww_J = 55, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 56 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDategggemd_J = 56, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 57 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateyyyymd_J = 57, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 58 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateYYYYMMMDDDWWW_C = 58, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 59 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateYYYYMMMDDD_C = 59, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 60 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDategeMMMMddddww_K = 60, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 61 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateyyyymdww_K = 61, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 62 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDategeMMMMddd_K = 62, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 63 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateyyyymd_K = 63, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateyyyy_m_d = 64, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 65 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateyy_mm_dd = 65, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 66 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtTimeAMPMhmm_C = 66, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 67 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtTimeAMPMhmm_K = 67, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 68 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtTimeAMPM_hmm_J = 68, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 69 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtTimehmm_J = 69, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 70 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtTimeAMPM_hmm_C = 70, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 71 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtTimehmm_C = 71, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 72 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtTimeAMPM_hmm_K = 72, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 73 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtTimehmm_K = 73, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 74 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtTimeHMMAMPM_E = 74, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 75 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtTimeHHMMAMPM_E = 75, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 76 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateyyyymd_S = 76, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 77 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDateyyyymmdd_S = 77, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 78 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDatewwyyyymmdd_S = 78, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 79 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtDatewwyyyymd_S = 79, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 80 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtTimeAMPMhmm_S = 80, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 81 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtTimeAMPMhhmm_S = 81, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 200 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtMsoDateShort = 200, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 201 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtMsoDateLongDay = 201, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 202 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtMsoDateLong = 202, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 203 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtMsoDateShortAlt = 203, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 204 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtMsoDateISO = 204, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 205 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtMsoDateShortMon = 205, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 206 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtMsoDateShortSlash = 206, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 207 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtMsoDateShortAbb = 207, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 208 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtMsoDateEnglish = 208, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 209 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtMsoDateMonthYr = 209, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 210 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtMsoDateMon_Yr = 210, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 211 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtMsoTimeDatePM = 211, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 212 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtMsoTimeDateSecPM = 212, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 213 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtMsoTimePM = 213, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 214 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtMsoTimeSecPM = 214, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 215 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtMsoTime24 = 215, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 216 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtMsoTimeSec24 = 216, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 217 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtMsoFEExtra1 = 217, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 218 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtMsoFEExtra2 = 218, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 219 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtMsoFEExtra3 = 219, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 220 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtMsoFEExtra4 = 220, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 221 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFmtMsoFEExtra5 = 221 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisFilterActions.cs b/Source/Visio/Enums/VisFilterActions.cs deleted file mode 100644 index a3ecc460ea..0000000000 --- a/Source/Visio/Enums/VisFilterActions.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisFilterActions - { - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 12,14,15,16)] - visFilterMouseMoveNoDrag = 0, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 12,14,15,16)] - visFilterMouseMoveDragBegin = 1, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 12,14,15,16)] - visFilterMouseMoveDragEnter = 2, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 12,14,15,16)] - visFilterMouseMoveDragOver = 3, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 12,14,15,16)] - visFilterMouseMoveDragLeave = 4, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 12,14,15,16)] - visFilterMouseMoveDragDrop = 5 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisFixedFormatTypes.cs b/Source/Visio/Enums/VisFixedFormatTypes.cs deleted file mode 100644 index 8b0da05fb9..0000000000 --- a/Source/Visio/Enums/VisFixedFormatTypes.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisFixedFormatTypes - { - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 12,14,15,16)] - visFixedFormatPDF = 1, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 12,14,15,16)] - visFixedFormatXPS = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisFlipDirection.cs b/Source/Visio/Enums/VisFlipDirection.cs deleted file mode 100644 index 3be0b4c45a..0000000000 --- a/Source/Visio/Enums/VisFlipDirection.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisFlipDirection - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFlipHorizontal = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFlipVertical = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisFlipTypes.cs b/Source/Visio/Enums/VisFlipTypes.cs deleted file mode 100644 index 398a329cb0..0000000000 --- a/Source/Visio/Enums/VisFlipTypes.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisFlipTypes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFlipSelection = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFlipSelectionWithPin = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFlipShapes = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisFontAttributes.cs b/Source/Visio/Enums/VisFontAttributes.cs deleted file mode 100644 index fc916e8cc7..0000000000 --- a/Source/Visio/Enums/VisFontAttributes.cs +++ /dev/null @@ -1,41 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisFontAttributes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFontRaster = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFontDevice = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFontScalable = 64, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 128 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFont0Alias = 128 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisFromParts.cs b/Source/Visio/Enums/VisFromParts.cs deleted file mode 100644 index dbce466588..0000000000 --- a/Source/Visio/Enums/VisFromParts.cs +++ /dev/null @@ -1,132 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisFromParts - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// -1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visConnectFromError = -1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFromNone = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLeftEdge = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCenterEdge = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRightEdge = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBottomEdge = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMiddleEdge = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTopEdge = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBeginX = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBeginY = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBegin = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEndX = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEndY = 11, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 11,12,14,15,16)] - visEnd = 12, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 13 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFromAngle = 13, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFromPin = 14, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 100 - [SupportByVersion("Visio", 11,12,14,15,16)] - visControlPoint = 100 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisGeomFlags.cs b/Source/Visio/Enums/VisGeomFlags.cs deleted file mode 100644 index 2f009951c3..0000000000 --- a/Source/Visio/Enums/VisGeomFlags.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisGeomFlags - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGeomExcludeLastPoint = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGeomWHPct = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGeomXYLocal = 32 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisGetSetArgs.cs b/Source/Visio/Enums/VisGetSetArgs.cs deleted file mode 100644 index 72300a881f..0000000000 --- a/Source/Visio/Enums/VisGetSetArgs.cs +++ /dev/null @@ -1,83 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisGetSetArgs - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGetFloats = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGetTruncatedInts = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGetRoundedInts = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGetStrings = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGetFormulas = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGetFormulasU = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSetFormulas = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSetBlastGuards = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSetTestCircular = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSetUniversalSyntax = 8 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisGlueSettings.cs b/Source/Visio/Enums/VisGlueSettings.cs deleted file mode 100644 index 080ae174ed..0000000000 --- a/Source/Visio/Enums/VisGlueSettings.cs +++ /dev/null @@ -1,62 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisGlueSettings - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGlueToNone = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGlueToGuides = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGlueToHandles = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGlueToVertices = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGlueToConnectionPoints = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGlueToGeometry = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32768 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGlueToDisabled = 32768 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisGluedShapesFlags.cs b/Source/Visio/Enums/VisGluedShapesFlags.cs deleted file mode 100644 index bdabd1d05e..0000000000 --- a/Source/Visio/Enums/VisGluedShapesFlags.cs +++ /dev/null @@ -1,56 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768275(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisGluedShapesFlags - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visGluedShapesAll1D = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visGluedShapesIncoming1D = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visGluedShapesOutgoing1D = 2, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 14,15,16)] - visGluedShapesAll2D = 3, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 14,15,16)] - visGluedShapesIncoming2D = 4, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 14,15,16)] - visGluedShapesOutgoing2D = 5 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisGraphicField.cs b/Source/Visio/Enums/VisGraphicField.cs deleted file mode 100644 index b0eaf482f0..0000000000 --- a/Source/Visio/Enums/VisGraphicField.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisGraphicField - { - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 12,14,15,16)] - visGraphicPropertyLabel = 1, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 12,14,15,16)] - visGraphicExpression = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisGraphicItemTypes.cs b/Source/Visio/Enums/VisGraphicItemTypes.cs deleted file mode 100644 index 6d4be873c2..0000000000 --- a/Source/Visio/Enums/VisGraphicItemTypes.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisGraphicItemTypes - { - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 12,14,15,16)] - visTypeIconSet = 2, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 12,14,15,16)] - visTypeTextCallout = 3, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 12,14,15,16)] - visTypeDataBar = 4, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 12,14,15,16)] - visTypeColorByValue = 5, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 12,14,15,16)] - visTypeHeading = 6 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisGraphicPositionHorizontal.cs b/Source/Visio/Enums/VisGraphicPositionHorizontal.cs deleted file mode 100644 index 22567800d8..0000000000 --- a/Source/Visio/Enums/VisGraphicPositionHorizontal.cs +++ /dev/null @@ -1,62 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisGraphicPositionHorizontal - { - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 12,14,15,16)] - visGraphicFarLeft = 0, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 12,14,15,16)] - visGraphicLeftEdge = 1, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 12,14,15,16)] - visGraphicLeft = 2, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 12,14,15,16)] - visGraphicCenter = 3, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 12,14,15,16)] - visGraphicRight = 4, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 12,14,15,16)] - visGraphicRightEdge = 5, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 12,14,15,16)] - visGraphicFarRight = 6 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisGraphicPositionVertical.cs b/Source/Visio/Enums/VisGraphicPositionVertical.cs deleted file mode 100644 index c3adea85de..0000000000 --- a/Source/Visio/Enums/VisGraphicPositionVertical.cs +++ /dev/null @@ -1,62 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisGraphicPositionVertical - { - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 12,14,15,16)] - visGraphicBelow = 0, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 12,14,15,16)] - visGraphicBottomEdge = 1, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 12,14,15,16)] - visGraphicBottom = 2, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 12,14,15,16)] - visGraphicMiddle = 3, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 12,14,15,16)] - visGraphicTop = 4, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 12,14,15,16)] - visGraphicTopEdge = 5, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 12,14,15,16)] - visGraphicAbove = 6 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisGuideTypes.cs b/Source/Visio/Enums/VisGuideTypes.cs deleted file mode 100644 index f7b7fe40ed..0000000000 --- a/Source/Visio/Enums/VisGuideTypes.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisGuideTypes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPoint = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHorz = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visVert = 3 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisHitTestResults.cs b/Source/Visio/Enums/VisHitTestResults.cs deleted file mode 100644 index 654ac08d0a..0000000000 --- a/Source/Visio/Enums/VisHitTestResults.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisHitTestResults - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHitOutside = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHitOnBoundary = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHitInside = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisHorizontalAlignTypes.cs b/Source/Visio/Enums/VisHorizontalAlignTypes.cs deleted file mode 100644 index 80e5a29579..0000000000 --- a/Source/Visio/Enums/VisHorizontalAlignTypes.cs +++ /dev/null @@ -1,42 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768502(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisHorizontalAlignTypes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHorzAlignNone = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHorzAlignLeft = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHorzAlignCenter = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHorzAlignRight = 3 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisInsertObjArgs.cs b/Source/Visio/Enums/VisInsertObjArgs.cs deleted file mode 100644 index 64d57cc3b9..0000000000 --- a/Source/Visio/Enums/VisInsertObjArgs.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisInsertObjArgs - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visInsertLink = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visInsertIcon = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4096 - [SupportByVersion("Visio", 11,12,14,15,16)] - visInsertDontShow = 4096, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8192 - [SupportByVersion("Visio", 11,12,14,15,16)] - visInsertAsControl = 8192, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16384 - [SupportByVersion("Visio", 11,12,14,15,16)] - visInsertAsEmbed = 16384, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 256 - [SupportByVersion("Visio", 11,12,14,15,16)] - visInsertNoDesignModeTransition = 256 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisKeyButtonFlags.cs b/Source/Visio/Enums/VisKeyButtonFlags.cs deleted file mode 100644 index 81238abeb2..0000000000 --- a/Source/Visio/Enums/VisKeyButtonFlags.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisKeyButtonFlags - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMouseLeft = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMouseMiddle = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMouseRight = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visKeyShift = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visKeyControl = 8 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisLangFlags.cs b/Source/Visio/Enums/VisLangFlags.cs deleted file mode 100644 index eb88e45828..0000000000 --- a/Source/Visio/Enums/VisLangFlags.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767486(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisLangFlags - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visLangLocal = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visLangUniversal = 1 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisLayoutDirection.cs b/Source/Visio/Enums/VisLayoutDirection.cs deleted file mode 100644 index 893bac9fcb..0000000000 --- a/Source/Visio/Enums/VisLayoutDirection.cs +++ /dev/null @@ -1,42 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767154(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisLayoutDirection - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visLayoutDirRotateRight = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visLayoutDirRotateLeft = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visLayoutDirFlipVert = 2, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 14,15,16)] - visLayoutDirFlipHorz = 3 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisLayoutHorzAlignType.cs b/Source/Visio/Enums/VisLayoutHorzAlignType.cs deleted file mode 100644 index 27c54e1d14..0000000000 --- a/Source/Visio/Enums/VisLayoutHorzAlignType.cs +++ /dev/null @@ -1,49 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766947(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisLayoutHorzAlignType - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visLayoutHorzAlignNone = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visLayoutHorzAlignDefault = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visLayoutHorzAlignLeft = 2, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 14,15,16)] - visLayoutHorzAlignCenter = 3, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 14,15,16)] - visLayoutHorzAlignRight = 4 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisLayoutIncrementalType.cs b/Source/Visio/Enums/VisLayoutIncrementalType.cs deleted file mode 100644 index 4463a582df..0000000000 --- a/Source/Visio/Enums/VisLayoutIncrementalType.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765869(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisLayoutIncrementalType - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visLayoutIncrAlign = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visLayoutIncrSpace = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisLayoutVertAlignType.cs b/Source/Visio/Enums/VisLayoutVertAlignType.cs deleted file mode 100644 index 3fa673fc8d..0000000000 --- a/Source/Visio/Enums/VisLayoutVertAlignType.cs +++ /dev/null @@ -1,49 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766849(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisLayoutVertAlignType - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visLayoutVertAlignNone = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visLayoutVertAlignDefault = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visLayoutVertAlignTop = 2, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 14,15,16)] - visLayoutVertAlignMiddle = 3, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 14,15,16)] - visLayoutVertAlignBottom = 4 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisLegendFlags.cs b/Source/Visio/Enums/VisLegendFlags.cs deleted file mode 100644 index d3ab4d4895..0000000000 --- a/Source/Visio/Enums/VisLegendFlags.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768027(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisLegendFlags - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visLegendPopulate = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visLegendNoContents = 1 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisLinkReplaceBehavior.cs b/Source/Visio/Enums/VisLinkReplaceBehavior.cs deleted file mode 100644 index f29869ff15..0000000000 --- a/Source/Visio/Enums/VisLinkReplaceBehavior.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisLinkReplaceBehavior - { - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 12,14,15,16)] - visLinkReplaceNever = 0, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 12,14,15,16)] - visLinkReplaceAlways = 1, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 12,14,15,16)] - visLinkReplacePrompt = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisListAlignment.cs b/Source/Visio/Enums/VisListAlignment.cs deleted file mode 100644 index 716bf15df5..0000000000 --- a/Source/Visio/Enums/VisListAlignment.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765547(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisListAlignment - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visListAlignLeftOrTop = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visListAlignCenterOrMiddle = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visListAlignRightOrBottom = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisListDirection.cs b/Source/Visio/Enums/VisListDirection.cs deleted file mode 100644 index 8ce00664fe..0000000000 --- a/Source/Visio/Enums/VisListDirection.cs +++ /dev/null @@ -1,42 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766886(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisListDirection - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visListDirLeftToRight = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visListDirRightToLeft = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visListDirTopToBottom = 2, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 14,15,16)] - visListDirBottomToTop = 3 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisMasterProperties.cs b/Source/Visio/Enums/VisMasterProperties.cs deleted file mode 100644 index b03788936a..0000000000 --- a/Source/Visio/Enums/VisMasterProperties.cs +++ /dev/null @@ -1,195 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisMasterProperties - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visLeft = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCenter = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRight = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconFormatVisio = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconFormatBMP = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visNormal = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTall = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWide = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDouble = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAutomatic = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visManual = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMasIsLinePat = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMasIsLineEnd = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMasIsFillPat = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMasLPTileDeform = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMasLPTile = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMasLPStretch = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 48 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMasLPAnnotate = 48, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMasLPScale = 64, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMasLEDefault = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 256 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMasLEUpright = 256, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1024 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMasLEScale = 1024, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMasFPTile = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4096 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMasFPCenter = 4096, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8192 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMasFPStretch = 8192, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16384 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMasFPScale = 16384 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisMasterTypes.cs b/Source/Visio/Enums/VisMasterTypes.cs deleted file mode 100644 index 41b439d175..0000000000 --- a/Source/Visio/Enums/VisMasterTypes.cs +++ /dev/null @@ -1,62 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisMasterTypes - { - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 12,14,15,16)] - visTypeMaster = 1, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 12,14,15,16)] - visTypeFillPattern = 2, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 12,14,15,16)] - visTypeLinePattern = 3, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 12,14,15,16)] - visTypeLineEnd = 4, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 12,14,15,16)] - visTypeDataGraphic = 5, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 12,14,15,16)] - visTypeThemeColors = 6, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 12,14,15,16)] - visTypeThemeEffects = 7 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisMeasurementSystem.cs b/Source/Visio/Enums/VisMeasurementSystem.cs deleted file mode 100644 index 1094bfcd0f..0000000000 --- a/Source/Visio/Enums/VisMeasurementSystem.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisMeasurementSystem - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMSDefault = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMSMetric = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMSUS = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisMemberAddOptions.cs b/Source/Visio/Enums/VisMemberAddOptions.cs deleted file mode 100644 index 45d4179512..0000000000 --- a/Source/Visio/Enums/VisMemberAddOptions.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768755(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisMemberAddOptions - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visMemberAddUseResizeSetting = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visMemberAddExpandContainer = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visMemberAddDoNotExpand = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisMouseMoveDragStates.cs b/Source/Visio/Enums/VisMouseMoveDragStates.cs deleted file mode 100644 index 0bd996d940..0000000000 --- a/Source/Visio/Enums/VisMouseMoveDragStates.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisMouseMoveDragStates - { - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 12,14,15,16)] - visMouseMoveDragStatesNone = 0, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 12,14,15,16)] - visMouseMoveDragStatesBegin = 1, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 12,14,15,16)] - visMouseMoveDragStatesEnter = 2, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 12,14,15,16)] - visMouseMoveDragStatesOver = 3, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 12,14,15,16)] - visMouseMoveDragStatesLeave = 4, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 12,14,15,16)] - visMouseMoveDragStatesDrop = 5 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisObjectTypes.cs b/Source/Visio/Enums/VisObjectTypes.cs deleted file mode 100644 index d58dde6436..0000000000 --- a/Source/Visio/Enums/VisObjectTypes.cs +++ /dev/null @@ -1,483 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766202(v=office.14).aspx - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisObjectTypes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeUnknown = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeApp = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeCell = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeChars = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeConnect = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeConnects = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeDoc = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeDocs = 11, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeMaster = 12, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 13 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeMasters = 13, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypePage = 14, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 15 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypePages = 15, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeSelection = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 17 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeShape = 17, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 18 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeShapes = 18, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 19 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeStyle = 19, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 20 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeStyles = 20, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 21 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeWindow = 21, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 22 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeWindows = 22, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 25 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeLayer = 25, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 26 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeLayers = 26, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 27 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeFont = 27, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 28 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeFonts = 28, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 29 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeColor = 29, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 30 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeColors = 30, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 31 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeAddon = 31, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeAddons = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 33 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeEvent = 33, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 34 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeEventList = 34, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 36 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeGlobal = 36, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 37 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeHyperlink = 37, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 38 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeOLEObjects = 38, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 39 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeOLEObject = 39, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 40 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypePaths = 40, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 41 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypePath = 41, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 42 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeCurve = 42, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 43 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeHyperlinks = 43, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 44 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeSection = 44, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 45 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeRow = 45, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 46 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeMasterShortcuts = 46, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 47 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeMasterShortcut = 47, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 48 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeMSGWrap = 48, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 49 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeMouseEvent = 49, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 50 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeKeyboardEvent = 50, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 51 - [SupportByVersion("Visio", 11,12,14,15,16)] - visObjTypeApplicationSettings = 51, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 52 - [SupportByVersion("Visio", 12,14,15,16)] - visObjTypeDataRecordsets = 52, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 53 - [SupportByVersion("Visio", 12,14,15,16)] - visObjTypeDataRecordset = 53, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 54 - [SupportByVersion("Visio", 12,14,15,16)] - visObjTypeDataConnection = 54, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 55 - [SupportByVersion("Visio", 12,14,15,16)] - visObjTypeDataColumns = 55, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 56 - [SupportByVersion("Visio", 12,14,15,16)] - visObjTypeDataColumn = 56, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 57 - [SupportByVersion("Visio", 12,14,15,16)] - visObjTypeDataRecordsetChangedEvent = 57, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 58 - [SupportByVersion("Visio", 12,14,15,16)] - visObjTypeGraphicItems = 58, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 59 - [SupportByVersion("Visio", 12,14,15,16)] - visObjTypeGraphicItem = 59, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 60 - [SupportByVersion("Visio", 14,15,16)] - visObjTypeContainerProperties = 60, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 61 - [SupportByVersion("Visio", 14,15,16)] - visObjTypeRelatedShapePairEvent = 61, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 62 - [SupportByVersion("Visio", 14,15,16)] - visObjTypeMovedSelectionEvent = 62, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 63 - [SupportByVersion("Visio", 14,15,16)] - visObjTypeServerPublishOptions = 63, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 14,15,16)] - visObjTypeValidation = 64, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 65 - [SupportByVersion("Visio", 14,15,16)] - visObjTypeValidationRuleSets = 65, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 66 - [SupportByVersion("Visio", 14,15,16)] - visObjTypeValidationRuleSet = 66, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 67 - [SupportByVersion("Visio", 14,15,16)] - visObjTypeValidationRules = 67, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 68 - [SupportByVersion("Visio", 14,15,16)] - visObjTypeValidationRule = 68, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 69 - [SupportByVersion("Visio", 14,15,16)] - visObjTypeValidationIssues = 69, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 70 - [SupportByVersion("Visio", 14,15,16)] - visObjTypeValidationIssue = 70, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 71 - [SupportByVersion("Visio", 15, 16)] - visObjTypeReplaceShapesEvent = 71, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 73 - [SupportByVersion("Visio", 15, 16)] - visObjTypeComments = 73, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 74 - [SupportByVersion("Visio", 15, 16)] - visObjTypeComment = 74 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisOnComponentEnterCodes.cs b/Source/Visio/Enums/VisOnComponentEnterCodes.cs deleted file mode 100644 index f216599b95..0000000000 --- a/Source/Visio/Enums/VisOnComponentEnterCodes.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisOnComponentEnterCodes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visComponentStateModal = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 65536 - [SupportByVersion("Visio", 11,12,14,15,16)] - visModalDeferEvents = 65536, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 131072 - [SupportByVersion("Visio", 11,12,14,15,16)] - visModalNoBeforeAfter = 131072, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 262144 - [SupportByVersion("Visio", 11,12,14,15,16)] - visModalDontBlockMessages = 262144, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 524288 - [SupportByVersion("Visio", 11,12,14,15,16)] - visModalDisableVisiosFrame = 524288 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisOpenSaveArgs.cs b/Source/Visio/Enums/VisOpenSaveArgs.cs deleted file mode 100644 index 9091434c3d..0000000000 --- a/Source/Visio/Enums/VisOpenSaveArgs.cs +++ /dev/null @@ -1,202 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisOpenSaveArgs - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visOpenCopy = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visOpenRO = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visOpenDocked = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visOpenDontList = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visOpenMinimized = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visOpenRW = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 11,12,14,15,16)] - visOpenHidden = 64, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 128 - [SupportByVersion("Visio", 11,12,14,15,16)] - visOpenMacrosDisabled = 128, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 256 - [SupportByVersion("Visio", 11,12,14,15,16)] - visOpenNoWorkspace = 256, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAddDocked = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAddMinimized = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAddHidden = 64, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 128 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAddMacrosDisabled = 128, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 256 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAddNoWorkspace = 256, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 512 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAddStencil = 512, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSaveAsRO = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSaveAsWS = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSaveAsListInMRU = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSavePrevNone = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSavePrevDraft1st = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSavePrevDetailed1st = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSavePrevDraftAll = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSavePrevDetailedAll = 8, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1024 - [SupportByVersion("Visio", 12,14,15,16)] - visOpenDeclineAutoRefresh = 1024, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1024 - [SupportByVersion("Visio", 12,14,15,16)] - visAddDeclineAutoRefresh = 1024, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 2048 - [SupportByVersion("Visio", 15, 16)] - visOpenCopyOfNaming = 2048, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 8 - [SupportByVersion("Visio", 15, 16)] - visSaveAsCheckCompatibility = 8 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisPageAndMasterIDs.cs b/Source/Visio/Enums/VisPageAndMasterIDs.cs deleted file mode 100644 index 19f3c4ce02..0000000000 --- a/Source/Visio/Enums/VisPageAndMasterIDs.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisPageAndMasterIDs - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// -1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visInvalPageID = -1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// -1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visInvalMasterID = -1 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisPageSizingBehaviors.cs b/Source/Visio/Enums/VisPageSizingBehaviors.cs deleted file mode 100644 index f22d9c3b1a..0000000000 --- a/Source/Visio/Enums/VisPageSizingBehaviors.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisPageSizingBehaviors - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visNeverResizePages = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visResizePages = 1 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisPageTypes.cs b/Source/Visio/Enums/VisPageTypes.cs deleted file mode 100644 index 3e5afef285..0000000000 --- a/Source/Visio/Enums/VisPageTypes.cs +++ /dev/null @@ -1,41 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisPageTypes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPageTypeInval = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeForeground = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeBackground = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeMarkup = 3 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisPaperSizes.cs b/Source/Visio/Enums/VisPaperSizes.cs deleted file mode 100644 index 2b5bed71fa..0000000000 --- a/Source/Visio/Enums/VisPaperSizes.cs +++ /dev/null @@ -1,104 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisPaperSizes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPaperSizeUnknown = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPaperSizeLetter = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPaperSizeLegal = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPaperSizeA3 = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPaperSizeA4 = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPaperSizeA5 = 11, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPaperSizeB4 = 12, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 13 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPaperSizeB5 = 13, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPaperSizeFolio = 14, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 18 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPaperSizeNote = 18, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 24 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPaperSizeC = 24, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 25 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPaperSizeD = 25, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 26 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPaperSizeE = 26 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisPasteSpecialCodes.cs b/Source/Visio/Enums/VisPasteSpecialCodes.cs deleted file mode 100644 index 871cda8d68..0000000000 --- a/Source/Visio/Enums/VisPasteSpecialCodes.cs +++ /dev/null @@ -1,139 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisPasteSpecialCodes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPasteText = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPasteBitmap = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPasteMetafile = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPasteOEMText = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPasteDIB = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPasteEMF = 14, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 65536 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPasteOLEObject = 65536, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 65537 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPasteRichText = 65537, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 65538 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPasteHyperlink = 65538, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 65539 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPasteURL = 65539, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 65540 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPasteVisioShapes = 65540, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 65541 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPasteVisioMasters = 65541, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 65542 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPasteVisioText = 65542, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 65543 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPasteVisioIcon = 65543, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 65544 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPasteInk = 65544, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 65545 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPasteVisioShapesXML = 65545, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 65546 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPasteVisioMastersXML = 65546, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 65548 - [SupportByVersion("Visio", 12,14,15,16)] - visPasteVisioShapesWithoutDataLinks = 65548 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisPrimaryKeySettings.cs b/Source/Visio/Enums/VisPrimaryKeySettings.cs deleted file mode 100644 index b0ecfcb530..0000000000 --- a/Source/Visio/Enums/VisPrimaryKeySettings.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisPrimaryKeySettings - { - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 12,14,15,16)] - visKeyRowOrder = 1, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 12,14,15,16)] - visKeySingle = 2, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 12,14,15,16)] - visKeyComposite = 3 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisPrintOutRange.cs b/Source/Visio/Enums/VisPrintOutRange.cs deleted file mode 100644 index 2ba32c8286..0000000000 --- a/Source/Visio/Enums/VisPrintOutRange.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisPrintOutRange - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPrintAll = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPrintFromTo = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPrintCurrentPage = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPrintSelection = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPrintCurrentView = 4 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisProtection.cs b/Source/Visio/Enums/VisProtection.cs deleted file mode 100644 index db19d26c2e..0000000000 --- a/Source/Visio/Enums/VisProtection.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisProtection - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visProtectNone = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visProtectStyles = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visProtectShapes = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visProtectMasters = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visProtectBackgrounds = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visProtectPreviews = 16 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisPublishDataRecordsets.cs b/Source/Visio/Enums/VisPublishDataRecordsets.cs deleted file mode 100644 index 6d22807a9c..0000000000 --- a/Source/Visio/Enums/VisPublishDataRecordsets.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768956(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisPublishDataRecordsets - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visPublishDataRecordsetAll = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visPublishDataRecordsetNone = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visPublishDataRecordsetSelect = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisPublishPages.cs b/Source/Visio/Enums/VisPublishPages.cs deleted file mode 100644 index 6e540b42a9..0000000000 --- a/Source/Visio/Enums/VisPublishPages.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767708(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisPublishPages - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visPublishPageAll = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visPublishPageSelect = 1 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisQuickStyleColors.cs b/Source/Visio/Enums/VisQuickStyleColors.cs deleted file mode 100644 index 9c8f796c58..0000000000 --- a/Source/Visio/Enums/VisQuickStyleColors.cs +++ /dev/null @@ -1,125 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - [EntityType(EntityType.IsEnum)] - public enum VisQuickStyleColors - { - /// - /// SupportByVersion Visio 15,16 - /// - /// 0 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleColorDark = 0, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 1 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleColorLight = 1, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 2 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleColorAccent1 = 2, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 3 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleColorAccent2 = 3, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 4 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleColorAccent3 = 4, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 5 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleColorAccent4 = 5, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 6 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleColorAccent5 = 6, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 7 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleColorAccent6 = 7, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 8 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleColorBackground = 8, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 9 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleColorVariant1 = 9, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 10 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleColorVariant2 = 10, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 11 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleColorVariant3 = 11, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 12 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleColorVariant4 = 12, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 13 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleColorVariant5 = 13, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 14 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleColorVariant6 = 14, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 15 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleColorVariant7 = 15 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisQuickStyleMatrixIndices.cs b/Source/Visio/Enums/VisQuickStyleMatrixIndices.cs deleted file mode 100644 index 4c03725e39..0000000000 --- a/Source/Visio/Enums/VisQuickStyleMatrixIndices.cs +++ /dev/null @@ -1,90 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - [EntityType(EntityType.IsEnum)] - public enum VisQuickStyleMatrixIndices - { - /// - /// SupportByVersion Visio 15,16 - /// - /// 0 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleMatrixNone = 0, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 1 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleMatrixTheme1 = 1, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 2 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleMatrixTheme2 = 2, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 3 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleMatrixTheme3 = 3, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 4 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleMatrixTheme4 = 4, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 5 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleMatrixTheme5 = 5, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 6 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleMatrixTheme6 = 6, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 7 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleMatrixVariant1 = 7, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 8 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleMatrixVariant2 = 8, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 9 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleMatrixVariant3 = 9, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 10 - [SupportByVersion("Visio", 15, 16)] - visQuickStyleMatrixVariant4 = 10 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisRasterExportColorFormat.cs b/Source/Visio/Enums/VisRasterExportColorFormat.cs deleted file mode 100644 index 41a27cdf22..0000000000 --- a/Source/Visio/Enums/VisRasterExportColorFormat.cs +++ /dev/null @@ -1,91 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765180(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisRasterExportColorFormat - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visRasterBiLevel = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visRaster16Color = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visRaster256Color = 2, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 14,15,16)] - visRaster24Bit = 3, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 14,15,16)] - visRasterRGB = 4, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 14,15,16)] - visRasterYCC = 5, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 14,15,16)] - visRasterGrayScale = 6, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 14,15,16)] - visRasterCMYK = 7, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 14,15,16)] - visRaster16ColorGrayScale = 8, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 14,15,16)] - visRaster256ColorGrayScale = 9, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 14,15,16)] - visRaster16Bit = 10 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisRasterExportColorReduction.cs b/Source/Visio/Enums/VisRasterExportColorReduction.cs deleted file mode 100644 index bdf1316c7d..0000000000 --- a/Source/Visio/Enums/VisRasterExportColorReduction.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768095(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisRasterExportColorReduction - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visRasterAdaptive = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visRasterDiffusion = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visRasterHalftone = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisRasterExportDataCompression.cs b/Source/Visio/Enums/VisRasterExportDataCompression.cs deleted file mode 100644 index 12365bb7e3..0000000000 --- a/Source/Visio/Enums/VisRasterExportDataCompression.cs +++ /dev/null @@ -1,63 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765692(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisRasterExportDataCompression - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visRasterNone = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visRasterRLE = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visRasterGroup3 = 2, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 14,15,16)] - visRasterPackbits = 3, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 14,15,16)] - visRasterGroup4 = 4, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 14,15,16)] - visRasterLZW = 5, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 14,15,16)] - visRasterModifiedHuffman = 6 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisRasterExportDataFormat.cs b/Source/Visio/Enums/VisRasterExportDataFormat.cs deleted file mode 100644 index 9bf2d87970..0000000000 --- a/Source/Visio/Enums/VisRasterExportDataFormat.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768044(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisRasterExportDataFormat - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visRasterInterlace = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visRasterNonInterlace = 1 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisRasterExportFlip.cs b/Source/Visio/Enums/VisRasterExportFlip.cs deleted file mode 100644 index e9cdfe9f4f..0000000000 --- a/Source/Visio/Enums/VisRasterExportFlip.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767998(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisRasterExportFlip - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visRasterNoFlip = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visRasterFlipHorizontal = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visRasterFlipVertical = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisRasterExportOperation.cs b/Source/Visio/Enums/VisRasterExportOperation.cs deleted file mode 100644 index 3c79d13880..0000000000 --- a/Source/Visio/Enums/VisRasterExportOperation.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766083(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisRasterExportOperation - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visRasterBaseline = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visRasterProgressive = 1 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisRasterExportResolution.cs b/Source/Visio/Enums/VisRasterExportResolution.cs deleted file mode 100644 index 4c5780f501..0000000000 --- a/Source/Visio/Enums/VisRasterExportResolution.cs +++ /dev/null @@ -1,42 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766724(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisRasterExportResolution - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visRasterUseScreenResolution = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visRasterUsePrinterResolution = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visRasterUseSourceResolution = 2, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 14,15,16)] - visRasterUseCustomResolution = 3 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisRasterExportResolutionUnits.cs b/Source/Visio/Enums/VisRasterExportResolutionUnits.cs deleted file mode 100644 index cdc3c778a9..0000000000 --- a/Source/Visio/Enums/VisRasterExportResolutionUnits.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768075(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisRasterExportResolutionUnits - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visRasterPixelsPerInch = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visRasterPixelsPerCm = 1 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisRasterExportRotation.cs b/Source/Visio/Enums/VisRasterExportRotation.cs deleted file mode 100644 index 8aa0d957cc..0000000000 --- a/Source/Visio/Enums/VisRasterExportRotation.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765735(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisRasterExportRotation - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visRasterNoRotation = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visRasterRotateLeft = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visRasterRotateRight = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisRasterExportSize.cs b/Source/Visio/Enums/VisRasterExportSize.cs deleted file mode 100644 index 38f12a5915..0000000000 --- a/Source/Visio/Enums/VisRasterExportSize.cs +++ /dev/null @@ -1,42 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766950(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisRasterExportSize - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visRasterFitToScreenSize = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visRasterFitToPrinterSize = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visRasterFitToSourceSize = 2, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 14,15,16)] - visRasterFitToCustomSize = 3 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisRasterExportSizeUnits.cs b/Source/Visio/Enums/VisRasterExportSizeUnits.cs deleted file mode 100644 index de44dcd5d5..0000000000 --- a/Source/Visio/Enums/VisRasterExportSizeUnits.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768102(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisRasterExportSizeUnits - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visRasterPixel = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visRasterCm = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visRasterInch = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisRefreshSettings.cs b/Source/Visio/Enums/VisRefreshSettings.cs deleted file mode 100644 index 06fe54da62..0000000000 --- a/Source/Visio/Enums/VisRefreshSettings.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisRefreshSettings - { - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 12,14,15,16)] - visRefreshOverwriteAll = 1, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 12,14,15,16)] - visRefreshNoReconcilationUI = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisRegionalUIOptions.cs b/Source/Visio/Enums/VisRegionalUIOptions.cs deleted file mode 100644 index 5e659c794e..0000000000 --- a/Source/Visio/Enums/VisRegionalUIOptions.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisRegionalUIOptions - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 65535 - [SupportByVersion("Visio", 11,12,14,15,16)] - VisRegionalUIOptionsUseSystemSettings = 65535, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - VisRegionalUIOptionsHide = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - VisRegionalUIOptionsShow = 1 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisRemoveHiddenInfoItems.cs b/Source/Visio/Enums/VisRemoveHiddenInfoItems.cs deleted file mode 100644 index 34ca5a79f7..0000000000 --- a/Source/Visio/Enums/VisRemoveHiddenInfoItems.cs +++ /dev/null @@ -1,62 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisRemoveHiddenInfoItems - { - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 12,14,15,16)] - visRHINone = 0, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 12,14,15,16)] - visRHIPersonalInfo = 1, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 12,14,15,16)] - visRHIPreview = 2, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 12,14,15,16)] - visRHIMasters = 4, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 12,14,15,16)] - visRHIStyles = 8, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 12,14,15,16)] - visRHIDataRecordsets = 16, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 14,15,16)] - visRHIValidationRules = 32 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisReplaceFlags.cs b/Source/Visio/Enums/VisReplaceFlags.cs deleted file mode 100644 index 278e0e6344..0000000000 --- a/Source/Visio/Enums/VisReplaceFlags.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - [EntityType(EntityType.IsEnum)] - public enum VisReplaceFlags - { - /// - /// SupportByVersion Visio 15,16 - /// - /// 0 - [SupportByVersion("Visio", 15, 16)] - visReplaceShapeDefault = 0, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 1 - [SupportByVersion("Visio", 15, 16)] - visReplaceShapeKeepBasic = 1, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 2 - [SupportByVersion("Visio", 15, 16)] - visReplaceShapeLockText = 2, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 4 - [SupportByVersion("Visio", 15, 16)] - visReplaceShapeLockShapeData = 4, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 8 - [SupportByVersion("Visio", 15, 16)] - visReplaceShapeLockFormat = 8 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisResizeDirection.cs b/Source/Visio/Enums/VisResizeDirection.cs deleted file mode 100644 index 6bb3501770..0000000000 --- a/Source/Visio/Enums/VisResizeDirection.cs +++ /dev/null @@ -1,70 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767414(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisResizeDirection - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visResizeDirE = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visResizeDirNE = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visResizeDirN = 2, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 14,15,16)] - visResizeDirNW = 3, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 14,15,16)] - visResizeDirW = 4, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 14,15,16)] - visResizeDirSW = 5, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 14,15,16)] - visResizeDirS = 6, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 14,15,16)] - visResizeDirSE = 7 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisRibbonXModes.cs b/Source/Visio/Enums/VisRibbonXModes.cs deleted file mode 100644 index 4fd8b24358..0000000000 --- a/Source/Visio/Enums/VisRibbonXModes.cs +++ /dev/null @@ -1,42 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767149(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisRibbonXModes - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visRXModeNone = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visRXModeDrawing = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visRXModeStencil = 2, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 14,15,16)] - visRXModePrintPreview = 4 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisRoleSelectionTypes.cs b/Source/Visio/Enums/VisRoleSelectionTypes.cs deleted file mode 100644 index fb028cdc27..0000000000 --- a/Source/Visio/Enums/VisRoleSelectionTypes.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff767247(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisRoleSelectionTypes - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visRoleSelConnector = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visRoleSelContainer = 2, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 14,15,16)] - visRoleSelCallout = 4 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisRotationTypes.cs b/Source/Visio/Enums/VisRotationTypes.cs deleted file mode 100644 index 8bfef71c27..0000000000 --- a/Source/Visio/Enums/VisRotationTypes.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisRotationTypes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRotateSelection = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRotateSelectionWithPin = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRotateShapes = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisRoundFlags.cs b/Source/Visio/Enums/VisRoundFlags.cs deleted file mode 100644 index fdcbdc5299..0000000000 --- a/Source/Visio/Enums/VisRoundFlags.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisRoundFlags - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTruncate = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRound = 1 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisRowIndices.cs b/Source/Visio/Enums/VisRowIndices.cs deleted file mode 100644 index 702b6bf7b1..0000000000 --- a/Source/Visio/Enums/VisRowIndices.cs +++ /dev/null @@ -1,419 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisRowIndices - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// -1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowInval = -1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowFirst = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// -2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowLast = -2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// -1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowNone = -1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowXFormOut = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowXFormIn = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowLine = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowFill = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowXForm1D = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowEvent = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowLayerMem = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowGuide = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowStyle = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowForeign = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowPage = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowText = 11, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowTextXForm = 12, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowAlign = 14, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 15 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowLock = 15, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowHelpCopyright = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowData123 = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 17 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowMisc = 17, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 18 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowRulerGrid = 18, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 19 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowHyperlink = 19, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 20 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowDoc = 20, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 21 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowImage = 21, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 22 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowGroup = 22, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 23 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowShapeLayout = 23, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 24 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowPageLayout = 24, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 25 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowPrintProperties = 25, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowComponent = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowVertex = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowMember = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowCharacter = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowParagraph = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowTab = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowScratch = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowConnectionPts = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowExport = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowField = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowControl = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowAction = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowLayer = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowUser = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowProp = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRow1stHyperlink = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowFormat = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowReviewer = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowAnnotation = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRowSmartTag = 0, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 26 - [SupportByVersion("Visio", 15, 16)] - visRowGradientProperties = 26, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 27 - [SupportByVersion("Visio", 15, 16)] - visRowQuickStyleProperties = 27, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 28 - [SupportByVersion("Visio", 15, 16)] - visRowOtherEffectProperties = 28, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 29 - [SupportByVersion("Visio", 15, 16)] - visRowBevelProperties = 29, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 30 - [SupportByVersion("Visio", 15, 16)] - visRow3DRotationProperties = 30, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 31 - [SupportByVersion("Visio", 15, 16)] - visRowThemeProperties = 31, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 32 - [SupportByVersion("Visio", 15, 16)] - visRowReplaceBehaviors = 32, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 0 - [SupportByVersion("Visio", 15, 16)] - visRowGradientStop = 0 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisRowTags.cs b/Source/Visio/Enums/VisRowTags.cs deleted file mode 100644 index f743991c3f..0000000000 --- a/Source/Visio/Enums/VisRowTags.cs +++ /dev/null @@ -1,223 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisRowTags - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagDefault = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 130 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagBase = 130, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 180 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagRowVoid = 180, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// -1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagInvalid = -1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 137 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagComponent = 137, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 138 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagMoveTo = 138, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 139 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagLineTo = 139, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 140 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagArcTo = 140, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 141 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagInfiniteLine = 141, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 143 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagEllipse = 143, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 144 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagEllipticalArcTo = 144, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 165 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagSplineBeg = 165, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 166 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagSplineSpan = 166, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 193 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagPolylineTo = 193, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 195 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagNURBSTo = 195, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 136 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagTab0 = 136, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 150 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagTab2 = 150, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 151 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagTab10 = 151, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 181 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagTab60 = 181, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 153 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagCnnctPt = 153, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 185 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagCnnctNamed = 185, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 186 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagCnnctPtABCD = 186, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 187 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagCnnctNamedABCD = 187, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 162 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagCtlPt = 162, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 170 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTagCtlPtTip = 170, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 238 - [SupportByVersion("Visio", 15, 16)] - visTagRelMoveTo = 238, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 239 - [SupportByVersion("Visio", 15, 16)] - visTagRelLineTo = 239, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 240 - [SupportByVersion("Visio", 15, 16)] - visTagRelEllipticalArcTo = 240, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 236 - [SupportByVersion("Visio", 15, 16)] - visTagRelCubBezTo = 236, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 237 - [SupportByVersion("Visio", 15, 16)] - visTagRelQuadBezTo = 237 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisRuleSetFlags.cs b/Source/Visio/Enums/VisRuleSetFlags.cs deleted file mode 100644 index 9641bbcc68..0000000000 --- a/Source/Visio/Enums/VisRuleSetFlags.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff765817(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisRuleSetFlags - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visRuleSetDefault = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visRuleSetHidden = 1 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisRuleTargets.cs b/Source/Visio/Enums/VisRuleTargets.cs deleted file mode 100644 index bd90c9c626..0000000000 --- a/Source/Visio/Enums/VisRuleTargets.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff768086(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisRuleTargets - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visRuleTargetShape = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visRuleTargetPage = 1, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 14,15,16)] - visRuleTargetDocument = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisRunTypes.cs b/Source/Visio/Enums/VisRunTypes.cs deleted file mode 100644 index 928c76a124..0000000000 --- a/Source/Visio/Enums/VisRunTypes.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisRunTypes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCharPropRow = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visParaPropRow = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTabPropRow = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWordRun = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 11,12,14,15,16)] - visParaRun = 11, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 20 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFieldRun = 20 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisSVGExportFormat.cs b/Source/Visio/Enums/VisSVGExportFormat.cs deleted file mode 100644 index 5a5c1f3bb8..0000000000 --- a/Source/Visio/Enums/VisSVGExportFormat.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - [EntityType(EntityType.IsEnum)] - public enum VisSVGExportFormat - { - /// - /// SupportByVersion Visio 15,16 - /// - /// 0 - [SupportByVersion("Visio", 15, 16)] - visSVGIncludeVisioElements = 0, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 1 - [SupportByVersion("Visio", 15, 16)] - visSVGExcludeVisioElements = 1 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisSavePreviewMode.cs b/Source/Visio/Enums/VisSavePreviewMode.cs deleted file mode 100644 index da0e68c9b4..0000000000 --- a/Source/Visio/Enums/VisSavePreviewMode.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisSavePreviewMode - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSavePreviewNone = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSavePreviewDraft1st = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSavePreviewDetailed1st = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSavePreviewDraftAll = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSavePreviewDetailedAll = 8 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisScrollbarStates.cs b/Source/Visio/Enums/VisScrollbarStates.cs deleted file mode 100644 index 82f8ae692a..0000000000 --- a/Source/Visio/Enums/VisScrollbarStates.cs +++ /dev/null @@ -1,41 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisScrollbarStates - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScrollBarNeither = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScrollBarHoriz = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScrollBarVert = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScrollBarBoth = 5 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisSectionIndices.cs b/Source/Visio/Enums/VisSectionIndices.cs deleted file mode 100644 index c489c6c4d6..0000000000 --- a/Source/Visio/Enums/VisSectionIndices.cs +++ /dev/null @@ -1,202 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisSectionIndices - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 255 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionInval = 255, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionFirst = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 252 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionLast = 252, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 255 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionNone = 255, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionObject = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionMember = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionCharacter = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionParagraph = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionTab = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionScratch = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionConnectionPts = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionExport = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionTextField = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionControls = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionFirstComponent = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 239 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionLastComponent = 239, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 240 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionAction = 240, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 241 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionLayer = 241, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 242 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionUser = 242, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 243 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionProp = 243, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 244 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionHyperlink = 244, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 245 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionReviewer = 245, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 246 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionAnnotation = 246, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 247 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionSmartTag = 247, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 247 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSectionLastReal = 247, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 248 - [SupportByVersion("Visio", 15, 16)] - visSectionLineGradientStops = 248, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 249 - [SupportByVersion("Visio", 15, 16)] - visSectionFillGradientStops = 249 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisSelectArgs.cs b/Source/Visio/Enums/VisSelectArgs.cs deleted file mode 100644 index e3cb9fcb63..0000000000 --- a/Source/Visio/Enums/VisSelectArgs.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisSelectArgs - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDeselect = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSelect = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSubSelect = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSelectAll = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 256 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDeselectAll = 256 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisSelectItemStatus.cs b/Source/Visio/Enums/VisSelectItemStatus.cs deleted file mode 100644 index bb62629bcd..0000000000 --- a/Source/Visio/Enums/VisSelectItemStatus.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisSelectItemStatus - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSelIsPrimaryItem = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSelIsSubItem = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSelIsSuperItem = 4 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisSelectMode.cs b/Source/Visio/Enums/VisSelectMode.cs deleted file mode 100644 index 534ca336b6..0000000000 --- a/Source/Visio/Enums/VisSelectMode.cs +++ /dev/null @@ -1,41 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisSelectMode - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 256 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSelModeSkipSuper = 256, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 512 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSelModeOnlySuper = 512, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1024 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSelModeSkipSub = 1024, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2048 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSelModeOnlySub = 2048 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisSelectionTypes.cs b/Source/Visio/Enums/VisSelectionTypes.cs deleted file mode 100644 index 09d5e73cfd..0000000000 --- a/Source/Visio/Enums/VisSelectionTypes.cs +++ /dev/null @@ -1,69 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisSelectionTypes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSelTypeEmpty = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSelTypeAll = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSelTypeSingle = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSelTypeByLayer = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSelTypeByType = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSelTypeByMaster = 5, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 12,14,15,16)] - visSelTypeByDataGraphic = 6, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 14,15,16)] - visSelTypeByRole = 7 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisShapeIDs.cs b/Source/Visio/Enums/VisShapeIDs.cs deleted file mode 100644 index 01a57849e0..0000000000 --- a/Source/Visio/Enums/VisShapeIDs.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisShapeIDs - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// -1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visInvalShapeID = -1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPageSheetID = 0 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisShapeTypes.cs b/Source/Visio/Enums/VisShapeTypes.cs deleted file mode 100644 index 768377123b..0000000000 --- a/Source/Visio/Enums/VisShapeTypes.cs +++ /dev/null @@ -1,111 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisShapeTypes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeInval = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypePage = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeGroup = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeShape = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeForeignObject = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeGuide = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeDoc = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeMetafile = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeBitmap = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 256 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeIsLinked = 256, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 512 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeIsEmbedded = 512, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1024 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeIsControl = 1024, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32768 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeIsOLE2 = 32768, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeInk = 64 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisSnapExtensions.cs b/Source/Visio/Enums/VisSnapExtensions.cs deleted file mode 100644 index 1e970ba50c..0000000000 --- a/Source/Visio/Enums/VisSnapExtensions.cs +++ /dev/null @@ -1,111 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisSnapExtensions - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapExtNone = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapExtAlignmentBoxExtension = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapExtCenterAxes = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapExtCurveTangent = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapExtEndpoint = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapExtMidpoint = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapExtLinearExtension = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapExtCurveExtension = 64, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 128 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapExtEndpointPerpendicular = 128, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 256 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapExtMidpointPerpendicular = 256, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 512 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapExtEndpointHorizontal = 512, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1024 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapExtEndpointVertical = 1024, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2048 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapExtEllipseCenter = 2048, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4096 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapExtIsometricAngles = 4096 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisSnapSettings.cs b/Source/Visio/Enums/VisSnapSettings.cs deleted file mode 100644 index 38cb03cb96..0000000000 --- a/Source/Visio/Enums/VisSnapSettings.cs +++ /dev/null @@ -1,97 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisSnapSettings - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapToNone = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapToRulerSubdivisions = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapToGrid = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapToGuides = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapToHandles = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapToVertices = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapToConnectionPoints = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 256 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapToGeometry = 256, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 512 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapToAlignmentBox = 512, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1024 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapToExtensions = 1024, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32768 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapToDisabled = 32768, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 65536 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSnapToIntersections = 65536 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisSpatialRelationCodes.cs b/Source/Visio/Enums/VisSpatialRelationCodes.cs deleted file mode 100644 index 022d61aa42..0000000000 --- a/Source/Visio/Enums/VisSpatialRelationCodes.cs +++ /dev/null @@ -1,41 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisSpatialRelationCodes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSpatialOverlap = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSpatialContain = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSpatialContainedIn = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSpatialTouching = 8 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisSpatialRelationFlags.cs b/Source/Visio/Enums/VisSpatialRelationFlags.cs deleted file mode 100644 index a0589d29c9..0000000000 --- a/Source/Visio/Enums/VisSpatialRelationFlags.cs +++ /dev/null @@ -1,62 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisSpatialRelationFlags - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSpatialIncludeGuides = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSpatialFrontToBack = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSpatialBackToFront = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSpatialIncludeHidden = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSpatialIgnoreVisible = 32, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 12,14,15,16)] - visSpatialIncludeDataGraphics = 64, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 128 - [SupportByVersion("Visio", 14,15,16)] - visSpatialIncludeContainerShapes = 128 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisStatCodes.cs b/Source/Visio/Enums/VisStatCodes.cs deleted file mode 100644 index 5db38056f1..0000000000 --- a/Source/Visio/Enums/VisStatCodes.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisStatCodes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visStatNormal = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visStatAppHasShutdown = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visStatDeleted = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visStatTouched = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visStatClosed = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visStatSuspended = 16 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisTextDisplayQualityTypes.cs b/Source/Visio/Enums/VisTextDisplayQualityTypes.cs deleted file mode 100644 index f5e5936041..0000000000 --- a/Source/Visio/Enums/VisTextDisplayQualityTypes.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisTextDisplayQualityTypes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTextDisplayFaster = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTextDisplayHigherQuality = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTextDisplayClear = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisThemeColors.cs b/Source/Visio/Enums/VisThemeColors.cs deleted file mode 100644 index a854a94de9..0000000000 --- a/Source/Visio/Enums/VisThemeColors.cs +++ /dev/null @@ -1,412 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisThemeColors - { - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsNone = 0, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsMonochrome = 1, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsOffice = 2, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsMedian = 3, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsConcourse = 4, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsSolstice = 5, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsTechnic = 6, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsPaper = 7, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsFoundry = 8, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsApex = 9, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsTrek = 10, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsModule = 11, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsOriel = 12, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 13 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsAspect = 13, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsEquity = 14, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 15 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsCivic = 15, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsOpulent = 16, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 17 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsVerve = 17, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 18 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsOrigin = 18, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 19 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsUrban = 19, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 20 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsFlow = 20, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 21 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsMetro = 21, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 22 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsOfficeLight = 22, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 23 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsOfficeDark = 23, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 24 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsMedianLight = 24, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 25 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsMedianDark = 25, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 26 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsConcourseLight = 26, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 27 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsConcourseDark = 27, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 28 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsPaperLight = 28, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 29 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsPaperDark = 29, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 30 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsFoundryLight = 30, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 31 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsFoundryDark = 31, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsEquityLight = 32, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 33 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsEquityDark = 33, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 34 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsVerveLight = 34, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 35 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeColorsVerveDark = 35, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 36 - [SupportByVersion("Visio", 14,15,16)] - visThemeColorsBasic = 36, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 37 - [SupportByVersion("Visio", 14,15,16)] - visThemeColorsAdjacency = 37, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 38 - [SupportByVersion("Visio", 14,15,16)] - visThemeColorsAngles = 38, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 39 - [SupportByVersion("Visio", 14,15,16)] - visThemeColorsApothecary = 39, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 40 - [SupportByVersion("Visio", 14,15,16)] - visThemeColorsAustin = 40, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 41 - [SupportByVersion("Visio", 14,15,16)] - visThemeColorsEssential = 41, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 42 - [SupportByVersion("Visio", 14,15,16)] - visThemeColorsBlackTie = 42, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 43 - [SupportByVersion("Visio", 14,15,16)] - visThemeColorsComposite = 43, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 44 - [SupportByVersion("Visio", 14,15,16)] - visThemeColorsClarity = 44, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 45 - [SupportByVersion("Visio", 14,15,16)] - visThemeColorsElemental = 45, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 46 - [SupportByVersion("Visio", 14,15,16)] - visThemeColorsExecutive = 46, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 47 - [SupportByVersion("Visio", 14,15,16)] - visThemeColorsGrid = 47, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 48 - [SupportByVersion("Visio", 14,15,16)] - visThemeColorsHardcover = 48, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 49 - [SupportByVersion("Visio", 14,15,16)] - visThemeColorsHorizon = 49, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 50 - [SupportByVersion("Visio", 14,15,16)] - visThemeColorsNewsprint = 50, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 51 - [SupportByVersion("Visio", 14,15,16)] - visThemeColorsCouture = 51, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 52 - [SupportByVersion("Visio", 14,15,16)] - visThemeColorsPerspective = 52, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 53 - [SupportByVersion("Visio", 14,15,16)] - visThemeColorsPushpin = 53, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 54 - [SupportByVersion("Visio", 14,15,16)] - visThemeColorsSlipstream = 54, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 55 - [SupportByVersion("Visio", 14,15,16)] - visThemeColorsThatch = 55, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 56 - [SupportByVersion("Visio", 14,15,16)] - visThemeColorsWaveform = 56 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisThemeEffects.cs b/Source/Visio/Enums/VisThemeEffects.cs deleted file mode 100644 index 6f10a8c7ac..0000000000 --- a/Source/Visio/Enums/VisThemeEffects.cs +++ /dev/null @@ -1,132 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisThemeEffects - { - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeEffectsNone = 0, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeEffectsSubdued = 1, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeEffectsSimpleShadow = 2, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeEffectsButton = 3, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeEffectsSquare = 4, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeEffectsPillow = 5, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeEffectsBevelIllusion = 6, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeEffectsBevelHighlight = 7, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeEffectsOutline = 8, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeEffectsDecal = 9, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeEffectsRaisedSurface = 10, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeEffectsMesh = 11, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeEffectsPinstripe = 12, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 13 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeEffectsStripes = 13, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeEffectsOblique = 14, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 15 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeEffectsToy = 15, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 14,15,16)] - visThemeEffectsBasicShadow = 16 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisThemeTypes.cs b/Source/Visio/Enums/VisThemeTypes.cs deleted file mode 100644 index 3b26a796c7..0000000000 --- a/Source/Visio/Enums/VisThemeTypes.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisThemeTypes - { - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeTypeColor = 1, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 12,14,15,16)] - visThemeTypeEffect = 2, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 0 - [SupportByVersion("Visio", 15, 16)] - visThemeTypeIndex = 0, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 3 - [SupportByVersion("Visio", 15, 16)] - visThemeTypeConnector = 3, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 4 - [SupportByVersion("Visio", 15, 16)] - visThemeTypeFont = 4 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisToParts.cs b/Source/Visio/Enums/VisToParts.cs deleted file mode 100644 index c2e81160e7..0000000000 --- a/Source/Visio/Enums/VisToParts.cs +++ /dev/null @@ -1,83 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisToParts - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// -1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visConnectToError = -1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visToNone = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGuideX = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGuideY = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWholeShape = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGuideIntersect = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visToAngle = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 100 - [SupportByVersion("Visio", 11,12,14,15,16)] - visConnectionPoint = 100, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// -1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visConnectError = -1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visNone = 0 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisToolbarFlavors.cs b/Source/Visio/Enums/VisToolbarFlavors.cs deleted file mode 100644 index 06773f30db..0000000000 --- a/Source/Visio/Enums/VisToolbarFlavors.cs +++ /dev/null @@ -1,41 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisToolbarFlavors - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// -1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visToolBarNone = -1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visToolBarOn = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visToolBarMSOffice = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visToolBarLotusSS = 0 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisTraceFlags.cs b/Source/Visio/Enums/VisTraceFlags.cs deleted file mode 100644 index e6e8109ce3..0000000000 --- a/Source/Visio/Enums/VisTraceFlags.cs +++ /dev/null @@ -1,41 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisTraceFlags - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTraceEvents = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTraceAdvises = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTraceAddonInvokes = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTraceCallsToVBA = 8 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisTypeSelectionTypes.cs b/Source/Visio/Enums/VisTypeSelectionTypes.cs deleted file mode 100644 index 21d513574a..0000000000 --- a/Source/Visio/Enums/VisTypeSelectionTypes.cs +++ /dev/null @@ -1,62 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisTypeSelectionTypes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeSelGroup = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeSelShape = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeSelGuide = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeSelMetafile = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeSelBitmap = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeSelInk = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeSelOLE = 64 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisUIBarPosition.cs b/Source/Visio/Enums/VisUIBarPosition.cs deleted file mode 100644 index 111e1dfd8c..0000000000 --- a/Source/Visio/Enums/VisUIBarPosition.cs +++ /dev/null @@ -1,62 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisUIBarPosition - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBarLeft = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBarTop = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBarRight = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBarBottom = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBarFloating = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBarPopup = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBarMenu = 6 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisUIBarProtection.cs b/Source/Visio/Enums/VisUIBarProtection.cs deleted file mode 100644 index 854f57672c..0000000000 --- a/Source/Visio/Enums/VisUIBarProtection.cs +++ /dev/null @@ -1,62 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisUIBarProtection - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBarNoProtection = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBarNoCustomize = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBarNoResize = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBarNoMove = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBarNoChangeDock = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBarNoVerticalDock = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBarNoHorizontalDock = 64 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisUIBarRow.cs b/Source/Visio/Enums/VisUIBarRow.cs deleted file mode 100644 index 46872fe148..0000000000 --- a/Source/Visio/Enums/VisUIBarRow.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisUIBarRow - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBarRowFirst = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// -1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visBarRowLast = -1 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisUIButtonState.cs b/Source/Visio/Enums/VisUIButtonState.cs deleted file mode 100644 index 753b6aaedd..0000000000 --- a/Source/Visio/Enums/VisUIButtonState.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisUIButtonState - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visButtonUp = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// -1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visButtonDown = -1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visButtonMixed = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisUIButtonStyle.cs b/Source/Visio/Enums/VisUIButtonStyle.cs deleted file mode 100644 index 9ef025e6e4..0000000000 --- a/Source/Visio/Enums/VisUIButtonStyle.cs +++ /dev/null @@ -1,41 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisUIButtonStyle - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visButtonAutomatic = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visButtonIcon = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visButtonCaption = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visButtonIconandCaption = 3 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisUICmds.cs b/Source/Visio/Enums/VisUICmds.cs deleted file mode 100644 index 7d13d14a8e..0000000000 --- a/Source/Visio/Enums/VisUICmds.cs +++ /dev/null @@ -1,5004 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisUICmds - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFirst = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 65535 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdLast = 65535, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdHierarchical = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1001 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileNew = 1001, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1002 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileOpen = 1002, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1003 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileClose = 1003, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1004 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileSave = 1004, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1005 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileSaveAs = 1005, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1006 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileSaveWorkspace = 1006, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1007 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileImport = 1007, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1009 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileSummaryInfoDlg = 1009, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1010 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFilePrint = 1010, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1012 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileLastFile1 = 1012, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1013 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileLastFile2 = 1013, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1014 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileLastFile3 = 1014, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1015 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileLastFile4 = 1015, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1016 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileExit = 1016, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1017 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdEditUndo = 1017, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1018 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdEditRedo = 1018, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1019 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdEditRepeat = 1019, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1020 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdUFEditCut = 1020, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1021 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdUFEditCopy = 1021, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1022 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdUFEditPaste = 1022, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1023 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdUFEditClear = 1023, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1024 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdUFEditDuplicate = 1024, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1025 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdUFEditSelectAll = 1025, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1026 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdEditSelectSpecial = 1026, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1027 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdEditPasteSpecial = 1027, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1028 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdEditPasteLink = 1028, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1029 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdEditOpenObject = 1029, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1030 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdEditLinks = 1030, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1031 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdEditInsertObject = 1031, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1032 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdEditInsertField = 1032, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1033 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdViewFitInWindow = 1033, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1034 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdView75 = 1034, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1035 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdView100 = 1035, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1036 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdView150 = 1036, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1037 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdView200 = 1037, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1038 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdViewCustom = 1038, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1039 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdViewRulers = 1039, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1040 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdViewGrid = 1040, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1041 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdViewGuides = 1041, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1042 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdViewConnections = 1042, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1043 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdEditFind = 1043, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1044 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdViewStatusBar = 1044, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1045 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdObjectBringForward = 1045, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1046 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdObjectBringToFront = 1046, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1047 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdObjectSendBackward = 1047, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1048 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdObjectSendToBack = 1048, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1049 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdObjectAlignObjects = 1049, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1050 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdObjectConnectObjects = 1050, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1051 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdObjectGroup = 1051, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1052 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdObjectUngroup = 1052, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1053 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdObjectAddToGroup = 1053, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1054 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdObjectRemoveFromGroup = 1054, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1055 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdObjectConvertToGroup = 1055, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1056 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdObjectRotate90 = 1056, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1057 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdObjectFlipVertical = 1057, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1058 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdObjectFlipHorizontal = 1058, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1059 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdObjectReverse = 1059, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1060 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdObjectUnion = 1060, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1061 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdObjectCombine = 1061, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1062 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdObjectFragment = 1062, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1063 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFormatStyle = 1063, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1064 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFormatDefineStyles = 1064, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1065 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFormatLine = 1065, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1066 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFormatFill = 1066, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1067 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFormatText = 1067, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1068 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFormatParagraph = 1068, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1069 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFormatTabs = 1069, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1070 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFormatBlock = 1070, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1071 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFormatBehavior = 1071, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1072 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFormatProtection = 1072, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1073 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFormatSpecial = 1073, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1074 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdOptionsEditDrawing = 1074, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1075 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdOptionsEditBackground = 1075, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1076 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdOptionsPageSetup = 1076, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1077 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdOptionsGoToDrawing = 1077, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1078 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdOptionsNewPage = 1078, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1079 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdOptionsDeletePages = 1079, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1080 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdOptionsReorderPages = 1080, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1081 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdOptionsPreferences = 1081, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1082 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdOptionsColorPaletteDlg = 1082, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1083 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdOptionsProtectDocument = 1083, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1084 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdOptionsSnapGlueSetup = 1084, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1085 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdWindowNewWindow = 1085, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1086 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdWindowCascadeAll = 1086, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1087 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdWindowTileAll = 1087, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1088 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdWindowShowShapeSheet = 1088, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1089 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdWindowShowMasterObjects = 1089, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1090 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdRunAddOnMenu = 1090, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1091 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdWindowShowDrawPage = 1091, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1092 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdHelpContents = 1092, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1093 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDecreaseIndent = 1093, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1094 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdIncreaseIndent = 1094, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1095 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDecreaseParaSpacing = 1095, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1096 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdIncreaseParaSpacing = 1096, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1097 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdHelpStencil = 1097, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1098 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextRotate90 = 1098, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1099 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdHelpQuickTour = 1099, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1100 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdHelpAboutVisio = 1100, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1101 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdStenEditIcon = 1101, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1102 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdStenEditDrawing = 1102, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1103 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdStenNameMaster = 1103, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1104 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdStenNewMaster = 1104, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1105 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdStenImageMaster = 1105, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1106 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdStenCleanup = 1106, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1107 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSWShowValues = 1107, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1108 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSWShowFormulas = 1108, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1109 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSWShowSectionsDlg = 1109, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1110 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSWPasteNameDlg = 1110, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1111 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSWPasteFunctionDlg = 1111, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1112 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSWInsertRow = 1112, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1113 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSWInsertRowAfter = 1113, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1114 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSWChangeRowTypeDlg = 1114, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1115 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSWDeleteRow = 1115, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1116 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSWAddSectionDlg = 1116, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1117 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSWDeleteSection = 1117, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1118 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFormatDoubleClick = 1118, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1121 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDrawTextStyle = 1121, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1122 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDrawLineStyle = 1122, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1123 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDrawFillStyle = 1123, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1124 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDrawSnap = 1124, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1125 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDrawGlue = 1125, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1126 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDrawZoom = 1126, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1128 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextStyle = 1128, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1129 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextFont = 1129, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1130 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextSize = 1130, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1131 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextBold = 1131, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1132 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextItalic = 1132, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1133 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextSmallCaps = 1133, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1134 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextSuperscript = 1134, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1135 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextSubscript = 1135, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1136 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextUline = 1136, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1139 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSWCancel = 1139, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1140 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSWAccept = 1140, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1141 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSWFormula = 1141, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1142 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSWShowToggle = 1142, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1143 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdIconLeftColor = 1143, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1144 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdIconRightColor = 1144, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1145 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdIconPencilTool = 1145, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1146 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdRecalcObjectWH = 1146, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1147 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTurnToPrevPage = 1147, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1148 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTurnToNextPage = 1148, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1179 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdEditReplace = 1179, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1180 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDrawAddGuide = 1180, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1181 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdAddTextShape = 1181, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1182 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDrawRect = 1182, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1183 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDrawOval = 1183, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1184 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDragDuplicate = 1184, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1185 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdMoveObject = 1185, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1186 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdMove1D = 1186, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1187 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdMove2D = 1187, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1188 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSize1D = 1188, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1189 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSize2D = 1189, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1190 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdRotateObject = 1190, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1192 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdCropObject = 1192, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1193 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdPanObject = 1193, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1194 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSizeTextBlock = 1194, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1196 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdAlignObjectLeft = 1196, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1197 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdAlignObjectCenter = 1197, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1198 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdAlignObjectRight = 1198, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1199 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdAlignObjectTop = 1199, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1200 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdAlignObjectMiddle = 1200, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1201 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdAlignObjectBottom = 1201, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1202 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdCenterDrawing = 1202, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1213 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDeselectAll = 1213, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1214 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextEditState = 1214, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1215 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdZoomPt = 1215, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1216 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdZoomIn = 1216, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1217 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdZoomOut = 1217, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1218 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdZoomArea = 1218, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1219 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDRPointerTool = 1219, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1220 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDRPencilTool = 1220, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1221 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDRLineTool = 1221, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1222 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDRQtrArcTool = 1222, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1223 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDRRectTool = 1223, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1224 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDROvalTool = 1224, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1225 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDRConnectorTool = 1225, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1226 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDRConnectionTool = 1226, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1227 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDRTextTool = 1227, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1228 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDRRotateTool = 1228, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1230 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdObjectDistributeDlg = 1230, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1231 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDistributeHSpace = 1231, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1232 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDistributeLeft = 1232, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1233 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDistributeCenter = 1233, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1234 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDistributeRight = 1234, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1235 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDistributeVSpace = 1235, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1236 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDistributeTop = 1236, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1237 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDistributeMiddle = 1237, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1238 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDistributeBottom = 1238, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1241 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdUpdateContentCache = 1241, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1243 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDropOnText = 1243, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1244 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDropOnStencil = 1244, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1246 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDropOnPage = 1246, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1250 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSSWindowCollapse = 1250, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1251 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSSWindowExpand = 1251, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1252 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSSWindowSelect = 1252, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1253 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSSWindowDeselect = 1253, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1263 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdAddConnectPt = 1263, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1264 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdModConnectPt = 1264, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1265 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDelConnectPt = 1265, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1266 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdAddControlPt = 1266, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1267 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdModControlPt = 1267, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1268 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDelControlPt = 1268, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1269 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdMovConnectPt = 1269, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1270 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdToolsSpelling = 1270, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1271 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFormatPainter = 1271, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1274 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdPageMeasureUnitsDlg = 1274, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1279 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdView50 = 1279, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1280 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdView400 = 1280, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1282 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdInsertDataMap = 1282, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1292 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSendAsMail = 1292, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1309 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdShapeActions = 1309, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1311 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDRSplineTool = 1311, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1312 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFormatCustPropEdit = 1312, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1318 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdRulerGridDlg = 1318, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1333 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFormatShadow = 1333, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1334 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFormatCorners = 1334, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1335 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdToolsInventory = 1335, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1343 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdMasterSetup = 1343, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1354 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdToolsArrayShapesAddOn = 1354, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1355 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetLineWeight = 1355, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1356 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetLinePattern = 1356, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1357 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetLineEnds = 1357, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1358 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetLineCornerStyle = 1358, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1359 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetLineColor = 1359, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1361 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdCloseWindow = 1361, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1379 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetFillShadow = 1379, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1380 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSSWindowShowSection = 1380, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1381 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSSWindowPasteName = 1381, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1382 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSSWindowPasteFunction = 1382, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1383 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSSWindowChangeRowType = 1383, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1384 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSSWindowAddSection = 1384, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1385 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetFillColor = 1385, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1386 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdHelpMode = 1386, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1387 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdOffsetDlg = 1387, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1388 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDesignMode = 1388, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1389 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdShapeExplorer = 1389, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1399 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetFillPattern = 1399, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1404 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetCharColor = 1404, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1405 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetCharSizeUp = 1405, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1406 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetCharSizeDown = 1406, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1407 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextHAlignLeft = 1407, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1408 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextHAlignCenter = 1408, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1409 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextHAlignRight = 1409, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1412 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextHAlignJustify = 1412, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1413 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextVAlignTop = 1413, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1414 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextVAlignMiddle = 1414, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1422 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextVAlignBottom = 1422, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1424 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdStampTool = 1424, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1425 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdObjectInfoDlg = 1425, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1428 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdObjectHelp = 1428, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1439 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdEditConvertObject = 1439, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1442 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileOpenStencil = 1442, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1443 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdPrintPage = 1443, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1444 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSWShapeActionDlg = 1444, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1446 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdLayerDlg = 1446, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1448 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdLayerSetupDlg = 1448, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1449 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdCropTool = 1449, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1451 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextBlockTool = 1451, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1452 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdStenClose = 1452, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1453 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdIntersect = 1453, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1454 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSubtract = 1454, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1458 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdStenActivate = 1458, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1480 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdStenIconAndName = 1480, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1481 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdStenIconOnly = 1481, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1482 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdStenNameOnly = 1482, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1483 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdStenAutoArrange = 1483, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1484 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdRunAddOnDlg = 1484, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1490 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdPrintPreview = 1490, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1491 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdOpenInVisio = 1491, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1492 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFullScreenMode = 1492, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1493 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdLayoutDynamic = 1493, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1494 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdRotate90Clockwise = 1494, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1495 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdZoomLast = 1495, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1496 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdZoomPageWidth = 1496, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1497 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdInsertClipArt = 1497, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1498 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdInsertWordArt = 1498, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1499 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdInsertMicrosoftGraph = 1499, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1500 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdToolbarsDlg = 1500, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1501 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdInsertComment = 1501, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1502 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdMoveComment = 1502, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1503 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdOpenCommentForEdit = 1503, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1504 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdMSOInsertSymbol = 1504, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1505 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdMSOInsertSymbolDlg = 1505, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1506 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdINETAddToFavorites = 1506, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1509 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdViewPageBreaks = 1509, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1512 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdZoomSingleTile = 1512, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1513 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdPreviousTile = 1513, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1514 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdNextTile = 1514, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1515 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFirstTile = 1515, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1516 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdLastTile = 1516, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1521 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdInsertAutoCADAddOn = 1521, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1522 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdInsertControlDlg = 1522, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1533 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdJoin = 1533, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1534 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTrim = 1534, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1536 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDlgCustomFit = 1536, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1538 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFitCurve = 1538, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1543 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdIconBucketTool = 1543, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1544 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdIconLassoTool = 1544, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1545 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdIconSelectNet = 1545, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1561 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileLastFile5 = 1561, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1569 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileLastFile6 = 1569, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1570 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileLastFile7 = 1570, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1571 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileLastFile8 = 1571, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1572 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileLastFile9 = 1572, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1574 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdToolsLayoutShapesDlg = 1574, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1576 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdToolsRunVBE = 1576, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1577 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdToolsMacroDlg = 1577, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1579 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileNewBlankDrawing = 1579, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1580 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileNewStencilDlg = 1580, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1582 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileNewBlankStencil = 1582, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1583 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileChooseTemplates = 1583, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1584 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdProgRefHelp = 1584, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1585 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdInsertHyperLink = 1585, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1586 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdHelpTemplates = 1586, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1588 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdEmailRouting = 1588, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1589 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSendToExchange = 1589, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1590 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdRemoveVBAFromActiveDoc = 1590, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1595 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdINETUserSearchPage = 1595, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1596 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdINETVisioHomePage = 1596, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1598 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdINETGoForward = 1598, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1599 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdINETGoBack = 1599, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1601 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdOpenActiveObject = 1601, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1602 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdCancelInPlaceEditing = 1602, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1604 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdINETVisioSolutionsLibrary = 1604, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1605 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdINETKnowledgeBase = 1605, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1606 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdINETDiagrammingResources = 1606, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1607 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdINETOpenHlink = 1607, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1608 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdINETOpenHlinkNewWnd = 1608, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1609 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdINETDeleteHlink = 1609, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1610 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdINETCopyHyperlink = 1610, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1611 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdHyperlinkHier = 1611, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1619 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdINETEditHyperlink = 1619, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1620 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdINETPasteAsHyperlink = 1620, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1633 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdBullets = 1633, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1634 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdShapeLayerToolbar = 1634, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1635 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdGoToPageToolbar = 1635, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1642 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFormatAllTextProps = 1642, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1645 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdBrowseSampleDrawings = 1645, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1646 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdMSOInsertEquation = 1646, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1650 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdABarHide = 1650, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1651 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdABarToggleFloat = 1651, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1652 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdABarAutohide = 1652, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1653 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdPanZoom = 1653, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1654 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdPagesList = 1654, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1658 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdCustProp = 1658, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1661 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdInkTool = 1661, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1664 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdInkCustomizePen = 1664, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1669 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdShapesWindow = 1669, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1670 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSizePos = 1670, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1671 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileNewBlankDrawingMetric = 1671, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1672 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileNewBlankDrawingUS = 1672, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1673 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileNewBlankStencilMetric = 1673, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1674 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileNewBlankStencilUS = 1674, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1675 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdCustomPropertySets = 1675, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1676 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdStenSave = 1676, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1677 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdStenSaveAs = 1677, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1678 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdStenProperties = 1678, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1679 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdStenEditToggle = 1679, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1680 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdStenEditOn = 1680, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1681 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdStenEditOff = 1681, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1682 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdEditUndoMultiple = 1682, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1683 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdEditRedoMultiple = 1683, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1684 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdABarAutoHeight = 1684, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1685 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdShapeCommentDlg = 1685, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1686 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdShapeComment = 1686, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1687 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFormatCustPropDef = 1687, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1688 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdShapeCommentDelete = 1688, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1689 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdHideDocumentStencil = 1689, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1690 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdToggleDocumentStencil = 1690, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1695 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdCustPropDefine = 1695, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1696 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetDynConnRerouteFreely = 1696, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1697 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetDynConnRerouteAsNeeded = 1697, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1698 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetDynConnRerouteNever = 1698, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1699 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetPagePlow = 1699, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1700 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetDynConnRoutingStyle = 1700, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1702 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetPlaceableShapeBehavior = 1702, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1703 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetPageLineJumpCode_Disp = 1703, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1704 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetPageLineJumpCode_None = 1704, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1705 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetPageLineJumpCode_Horz = 1705, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1706 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetPageLineJumpCode_Vert = 1706, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1707 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetPageLineJumpCode_Last = 1707, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1708 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetDynConnLineJumpStyle_Page = 1708, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1709 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetDynConnLineJumpStyle_Arc = 1709, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1710 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetDynConnLineJumpStyle_Gap = 1710, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1711 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetDynConnLineJumpStyle_Square = 1711, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1712 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetDynConnLineJumpStyle_Triangle = 1712, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1713 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetDynConnLineJumpStyle_2pt = 1713, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1714 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetDynConnLineJumpStyle_3pt = 1714, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1715 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetDynConnLineJumpStyle_4pt = 1715, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1716 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetDynConnLineJumpStyle_5pt = 1716, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1717 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetDynConnLineJumpStyle_6pt = 1717, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1718 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSWExpandRow = 1718, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1719 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdHyperlinkList = 1719, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1720 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdHeaderFooter = 1720, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1721 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDrawingExplorer = 1721, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1726 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdHideAllToolbars = 1726, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1741 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextStrikethrough = 1741, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1742 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDrawRegion = 1742, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1744 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetAddMarkup = 1744, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1765 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDynamicGrid = 1765, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1766 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdRulSub = 1766, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1767 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdGrid = 1767, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1768 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdAlignBox = 1768, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1769 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdShapeGeo = 1769, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1771 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdGuides = 1771, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1772 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdShapeHand = 1772, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1773 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdShapeVert = 1773, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1774 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdConnPoints = 1774, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1775 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdRecordNewMacro = 1775, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1776 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdStartRecordingMacro = 1776, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1777 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdStopRecordingMacro = 1777, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1778 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdPauseRecordingMacro = 1778, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1779 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdResumeRecordingMacro = 1779, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1781 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSSWindowShowTraceWindow = 1781, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1785 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileSaveAsWebPage = 1785, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1787 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileCheckIn = 1787, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1788 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFileCheckOut = 1788, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1790 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdPasteShortcut = 1790, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1791 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdCreateShortcut = 1791, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1795 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdReOrderPage = 1795, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1796 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdStenDrawingExplorer = 1796, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1802 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdINETOfficeOnTheWeb = 1802, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1807 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdToolSnapLines = 1807, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1809 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdHelpSearch = 1809, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1810 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextEditRuler = 1810, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1812 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdCreateNewDrawing = 1812, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1822 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdHelpShapeBasics = 1822, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1829 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDynConnReroute = 1829, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1830 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdShapeIntersect = 1830, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1831 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdINETVisioOnTheWeb = 1831, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1836 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdReviewerVisibilityAll = 1836, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1837 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetDynConnRerouteOnCrossover = 1837, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1857 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSaveForAutoRecover = 1857, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1858 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetHeaderFooter = 1858, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1859 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdMsoClipboard = 1859, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1860 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdMsoSearch = 1860, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1862 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextAllCaps = 1862, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1863 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextDoubleUline = 1863, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1864 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdAppMaximize = 1864, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1865 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdAppMinimize = 1865, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1866 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdMsoAutoCorrectDlg = 1866, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1867 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdShapeGalleryAddOn = 1867, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1868 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdAcquireImages = 1868, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1869 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDropManyOnPage = 1869, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1870 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdObjectSwapEnds = 1870, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1871 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetIndexInStencil = 1871, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1872 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdMsoAutoCorrect = 1872, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1873 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdMsoAutoFormat = 1873, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1874 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdShapeTransparencyDlg = 1874, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1875 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdShapeTransparency = 1875, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1876 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdToolsShowAddins = 1876, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1877 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdLicenseVerification = 1877, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1878 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdRightDragMove = 1878, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1879 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdRightDragCopy = 1879, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1880 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdRightDragLink = 1880, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1881 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdRightDragCancel = 1881, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1882 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdNMMeetNow = 1882, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1883 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdImagePropertiesDlg = 1883, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1884 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdToolsSecurity = 1884, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1885 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdMsoMediaGallery = 1885, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1886 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdNextWindow = 1886, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1887 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdImageProperties = 1887, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1888 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetLanguageDlg = 1888, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1889 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSpellingChange = 1889, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1890 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDetectAndRepair = 1890, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1891 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdExportDatabaseAddOn = 1891, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1892 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdStenIconAndDetail = 1892, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1893 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetDynConnAppearanceDefault = 1893, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1894 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetDynConnAppearanceStraight = 1894, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1895 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSetDynConnAppearanceCurved = 1895, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1896 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTaskPaneToggle = 1896, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1897 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdNewFromExisting = 1897, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1898 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdMsoCustomItem = 1898, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1899 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdCreateEditMaster = 1899, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1900 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdBreakOLELink = 1900, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1901 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdMDIMaximize = 1901, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1902 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdMDIMinimize = 1902, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1903 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdMDIRestore = 1903, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1904 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdAppRestore = 1904, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1905 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDeleteBackWord = 1905, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1906 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdNewDefDocBlankDrawing = 1906, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1907 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSelectionModeRect = 1907, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1908 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSelectionModeLasso = 1908, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1909 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSelectionModeExtend = 1909, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1914 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdNextMarkup = 1914, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1915 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdPreviousMarkup = 1915, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1916 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdMasterExplorer = 1916, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1917 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdZoomInIgnoreSel = 1917, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1918 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdZoomOutIgnoreSel = 1918, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1919 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdReviewerVisibilityNone = 1919, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1920 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDeleteComment = 1920, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1939 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdReviewerPaneToggle = 1939, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1943 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdConnectorEffectRightAngle = 1943, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1944 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdConnectorEffectStraight = 1944, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1945 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdConnectorEffectCurved = 1945, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1946 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDrawingTools = 1946, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1951 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextDoubleStrikethrough = 1951, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1952 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdTextHAlignDistribute = 1952, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1955 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdFormatInkDlg = 1955, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1962 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdCheckForUpdates = 1962, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1963 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdPrivacySettings = 1963, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1964 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdContactUs = 1964, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1967 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdResearchLookUp = 1967, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1968 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdResearchTranslate = 1968, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1969 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdResearchPaneToggle = 1969, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1970 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdInkEraser = 1970, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1971 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdInkReviewPen = 1971, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1972 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdSharedWorkspacePaneToggle = 1972, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1973 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdInkStockPen0 = 1973, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1974 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdInkStockPen1 = 1974, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1975 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdInkStockPen2 = 1975, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1976 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdInkStockPen3 = 1976, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1977 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdInkStockPen4 = 1977, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1982 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdDiagramGallery = 1982, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1985 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCmdShapeStudioAddon = 1985, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1925 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdSizeObjects = 1925, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1997 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdLinkRowToShape = 1997, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1998 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdAddDataRecordset = 1998, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1999 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDeleteDataRecordset = 1999, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2005 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdStenNamesUnderIcons = 2005, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2006 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdInsertTextBox = 2006, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2007 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdInsertVertTextBox = 2007, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2009 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdRHI = 2009, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2010 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdRHIDlg = 2010, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2011 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDataSelectorDlg = 2011, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2012 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdViewDirectionToggle = 2012, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2013 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdViewLeftToRight = 2013, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2014 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdViewRightToLeft = 2014, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2017 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdApplyDataGraphic = 2017, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2019 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDataRefreshDlg = 2019, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2021 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDataRefresh = 2021, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2022 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDataRefreshConfigDlg = 2022, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2024 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdTaskPaneDataGraphic = 2024, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2037 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDataRecordsetSetCommand = 2037, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2038 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDataRecordsetSetPrimaryKey = 2038, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2042 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdSpellingOptionsDlg = 2042, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2043 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDataColumnSettingsDlg = 2043, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2044 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDataExplorerWindow = 2044, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2045 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDataAutoLinkWiz = 2045, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2046 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDataAutoLink = 2046, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2047 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdApplyThemeToPage = 2047, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2048 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdApplyThemeToDoc = 2048, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2049 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdEditTheme = 2049, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2050 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDuplicateTheme = 2050, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2052 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDeleteTheme = 2052, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2053 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdTaskTogglePreviewSize = 2053, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2054 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdTaskPaneThemeColors = 2054, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2055 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdTaskPaneThemeEffects = 2055, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2056 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdAllowThemes = 2056, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2057 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDataUnlinkShape = 2057, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2058 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDataUnlinkRow = 2058, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2061 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdUpdateColumnsInLinkedShapes = 2061, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2064 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdNewThemeEffects = 2064, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2065 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdNewThemeColors = 2065, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2067 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDeleteDataGraphic = 2067, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2068 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdRelayoutShapes = 2068, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2072 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDataRecordsetProperties = 2072, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2091 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdAutoConnectToggle = 2091, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2092 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdApplyDataGraphicAfterLink = 2092, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2094 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDataRefreshAddConflict = 2094, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2095 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDataRefreshDeleteConflict = 2095, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2098 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDataAutoConnect = 2098, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2103 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDataRefreshResolveConflict = 2103, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2104 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdTrustCenterDlg = 2104, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2105 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdAutoGenerateDataGraphics = 2105, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2106 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDuplicateDataGraphic = 2106, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2107 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdRemoveDataGraphicFromSel = 2107, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2108 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDropManyLinked = 2108, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2109 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdFileUndoCheckout = 2109, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2114 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdDeleteForwardWord = 2114, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2117 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdSaveAsFixedFormatDlg = 2117, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2119 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdRemoveThemeFromSel = 2119, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1896 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdTaskPane = 1896, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1939 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdTaskPaneReviewer = 1939, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1969 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdTaskPaneResearch = 1969, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1972 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdTaskPaneDocumentManagement = 1972, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 1890 - [SupportByVersion("Visio", 12,14,15,16)] - visCmdOfficeDiagnostics = 1890, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2127 - [SupportByVersion("Visio", 14,15,16)] - visCmdFileLastFile10 = 2127, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2128 - [SupportByVersion("Visio", 14,15,16)] - visCmdFileLastFile11 = 2128, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2129 - [SupportByVersion("Visio", 14,15,16)] - visCmdFileLastFile12 = 2129, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2130 - [SupportByVersion("Visio", 14,15,16)] - visCmdFileLastFile13 = 2130, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2131 - [SupportByVersion("Visio", 14,15,16)] - visCmdFileLastFile14 = 2131, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2132 - [SupportByVersion("Visio", 14,15,16)] - visCmdFileLastFile15 = 2132, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2133 - [SupportByVersion("Visio", 14,15,16)] - visCmdFileLastFile16 = 2133, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2134 - [SupportByVersion("Visio", 14,15,16)] - visCmdFileLastFile17 = 2134, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2135 - [SupportByVersion("Visio", 14,15,16)] - visCmdFileLastFile18 = 2135, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2136 - [SupportByVersion("Visio", 14,15,16)] - visCmdFileLastFile19 = 2136, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2137 - [SupportByVersion("Visio", 14,15,16)] - visCmdFileLastFile20 = 2137, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2141 - [SupportByVersion("Visio", 14,15,16)] - visCmdOfficeCenterOptions = 2141, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2144 - [SupportByVersion("Visio", 14,15,16)] - visCmdInsertLabelControl = 2144, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2145 - [SupportByVersion("Visio", 14,15,16)] - visCmdInserTextBoxControl = 2145, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2146 - [SupportByVersion("Visio", 14,15,16)] - visCmdInsertSpinControl = 2146, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2147 - [SupportByVersion("Visio", 14,15,16)] - visCmdInsertPushButtonControl = 2147, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2148 - [SupportByVersion("Visio", 14,15,16)] - visCmdInsertImageControl = 2148, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2149 - [SupportByVersion("Visio", 14,15,16)] - visCmdInsertScrollBarControl = 2149, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2150 - [SupportByVersion("Visio", 14,15,16)] - visCmdInsertCheckBoxControl = 2150, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2151 - [SupportByVersion("Visio", 14,15,16)] - visCmdInsertRadioButtonControl = 2151, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2152 - [SupportByVersion("Visio", 14,15,16)] - visCmdInsertComboBoxControl = 2152, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2153 - [SupportByVersion("Visio", 14,15,16)] - visCmdInsertListBoxControl = 2153, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2154 - [SupportByVersion("Visio", 14,15,16)] - visCmdInsertToggleButtonControl = 2154, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2165 - [SupportByVersion("Visio", 14,15,16)] - visCmdInsertNewBackgroundPage = 2165, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2167 - [SupportByVersion("Visio", 14,15,16)] - visCmdShowShapeSheetShape = 2167, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2168 - [SupportByVersion("Visio", 14,15,16)] - visCmdShowShapeSheetPage = 2168, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2169 - [SupportByVersion("Visio", 14,15,16)] - visCmdShowShapeSheetDocument = 2169, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2170 - [SupportByVersion("Visio", 14,15,16)] - visCmdSetPageOrientation = 2170, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2171 - [SupportByVersion("Visio", 14,15,16)] - visCmdSetPageSize = 2171, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2172 - [SupportByVersion("Visio", 14,15,16)] - visCmdDropAndContain = 2172, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2173 - [SupportByVersion("Visio", 14,15,16)] - visCmdAddMemberToContainer = 2173, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2174 - [SupportByVersion("Visio", 14,15,16)] - visCmdInsertMemberIntoList = 2174, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2175 - [SupportByVersion("Visio", 14,15,16)] - visCmdRemoveMemberFromContainer = 2175, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2176 - [SupportByVersion("Visio", 14,15,16)] - visCmdPageSizeDlg = 2176, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2178 - [SupportByVersion("Visio", 14,15,16)] - visCmdResearchThesaurus = 2178, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2179 - [SupportByVersion("Visio", 14,15,16)] - visCmdPreviousCommentMarkup = 2179, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2180 - [SupportByVersion("Visio", 14,15,16)] - visCmdNextCommentMarkup = 2180, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2181 - [SupportByVersion("Visio", 14,15,16)] - visCmdSetContainerProperties = 2181, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2188 - [SupportByVersion("Visio", 14,15,16)] - visCmdApplyThemeColors = 2188, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2189 - [SupportByVersion("Visio", 14,15,16)] - visCmdApplyThemeEffects = 2189, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2190 - [SupportByVersion("Visio", 14,15,16)] - visCmdEditThemeColors = 2190, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2191 - [SupportByVersion("Visio", 14,15,16)] - visCmdEditThemeEffects = 2191, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2195 - [SupportByVersion("Visio", 14,15,16)] - visCmdFitContainerToContents = 2195, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2196 - [SupportByVersion("Visio", 14,15,16)] - visCmdDropAndInsertIntoList = 2196, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2197 - [SupportByVersion("Visio", 14,15,16)] - visCmdReorderList = 2197, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2199 - [SupportByVersion("Visio", 14,15,16)] - visCmdDeleteConnectors = 2199, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2201 - [SupportByVersion("Visio", 14,15,16)] - visCmdMultipleFileImport = 2201, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2202 - [SupportByVersion("Visio", 14,15,16)] - visCmdInsertPageTab = 2202, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2204 - [SupportByVersion("Visio", 14,15,16)] - visCmdDisbandContainer = 2204, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2205 - [SupportByVersion("Visio", 14,15,16)] - visCmdFormatPictureAutobalance = 2205, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2212 - [SupportByVersion("Visio", 14,15,16)] - visCmdFormatPictureCompressionDlg = 2212, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2213 - [SupportByVersion("Visio", 14,15,16)] - visCmdCloseInkToolsRibbonTab = 2213, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2219 - [SupportByVersion("Visio", 14,15,16)] - visCmdSelectContainerMembers = 2219, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2220 - [SupportByVersion("Visio", 14,15,16)] - visCmdLockContainer = 2220, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2221 - [SupportByVersion("Visio", 14,15,16)] - visCmdPasteToLocation = 2221, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2222 - [SupportByVersion("Visio", 14,15,16)] - visCmdAutoAlignAndSpace = 2222, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2223 - [SupportByVersion("Visio", 14,15,16)] - visCmdAutoAlign = 2223, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2224 - [SupportByVersion("Visio", 14,15,16)] - visCmdAutoSpace = 2224, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2225 - [SupportByVersion("Visio", 14,15,16)] - visCmdMoveOffPageBreaks = 2225, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2226 - [SupportByVersion("Visio", 14,15,16)] - visCmdDiagramRotateRight = 2226, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2227 - [SupportByVersion("Visio", 14,15,16)] - visCmdDiagramRotateLeft = 2227, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2228 - [SupportByVersion("Visio", 14,15,16)] - visCmdDiagramFlipVertical = 2228, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2229 - [SupportByVersion("Visio", 14,15,16)] - visCmdDiagramFlipHorizontal = 2229, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2231 - [SupportByVersion("Visio", 14,15,16)] - visCmdShowLineJumpsToggle = 2231, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2232 - [SupportByVersion("Visio", 14,15,16)] - visCmdMinimizeRibbonToggle = 2232, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2233 - [SupportByVersion("Visio", 14,15,16)] - visCmdLayoutSpacingDlg = 2233, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2238 - [SupportByVersion("Visio", 14,15,16)] - visCmdCOMAddinsDlg = 2238, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2245 - [SupportByVersion("Visio", 14,15,16)] - visCmdNewSubProcess = 2245, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2249 - [SupportByVersion("Visio", 14,15,16)] - visCmdCreateSubProcessFromSel = 2249, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2251 - [SupportByVersion("Visio", 14,15,16)] - visCmdAddToAllContainers = 2251, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2252 - [SupportByVersion("Visio", 14,15,16)] - visCmdRemoveFromAllContainers = 2252, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2253 - [SupportByVersion("Visio", 14,15,16)] - visCmdValidateDiagram = 2253, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2254 - [SupportByVersion("Visio", 14,15,16)] - visCmdIgnoreValidationIssue = 2254, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2255 - [SupportByVersion("Visio", 14,15,16)] - visCmdReinstateValidationIssue = 2255, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2256 - [SupportByVersion("Visio", 14,15,16)] - visCmdIgnoreValidationRule = 2256, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2257 - [SupportByVersion("Visio", 14,15,16)] - visCmdStopIgnoringValidationRule = 2257, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2258 - [SupportByVersion("Visio", 14,15,16)] - visCmdShowIgnoredIssuesToggle = 2258, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2263 - [SupportByVersion("Visio", 14,15,16)] - visCmdValidationIssuesWindowToggle = 2263, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2265 - [SupportByVersion("Visio", 14,15,16)] - visCmdSetDiagramServices = 2265, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2266 - [SupportByVersion("Visio", 14,15,16)] - visCmdSetAutoSize = 2266, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2267 - [SupportByVersion("Visio", 14,15,16)] - visCmdAutoSizeDrawing = 2267, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2268 - [SupportByVersion("Visio", 14,15,16)] - visCmdAddToNewContainer = 2268, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2269 - [SupportByVersion("Visio", 14,15,16)] - visCmdCollapseShapesWindow = 2269, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2270 - [SupportByVersion("Visio", 14,15,16)] - visCmdListInsertBefore = 2270, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2271 - [SupportByVersion("Visio", 14,15,16)] - visCmdListInsertAfter = 2271, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2278 - [SupportByVersion("Visio", 14,15,16)] - visCmdValidationIssuesArrangeByRule = 2278, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2279 - [SupportByVersion("Visio", 14,15,16)] - visCmdValidationIssuesArrangeByCategory = 2279, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2280 - [SupportByVersion("Visio", 14,15,16)] - visCmdValidationIssuesArrangeByPage = 2280, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2281 - [SupportByVersion("Visio", 14,15,16)] - visCmdValidationIssuesArrangeByIgnored = 2281, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2282 - [SupportByVersion("Visio", 14,15,16)] - visCmdValidationIssuesArrangeOriginalOrder = 2282, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2285 - [SupportByVersion("Visio", 14,15,16)] - visCmdApplyMainTheme = 2285, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2286 - [SupportByVersion("Visio", 14,15,16)] - visCmdDropCallout = 2286, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2287 - [SupportByVersion("Visio", 14,15,16)] - visCmdAssociateCallout = 2287, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2289 - [SupportByVersion("Visio", 14,15,16)] - visCmdApplyMainThemeToPage = 2289, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2290 - [SupportByVersion("Visio", 14,15,16)] - visCmdActivateQuickShapesWnd = 2290, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2291 - [SupportByVersion("Visio", 14,15,16)] - visCmdHideMoreShapes = 2291, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2293 - [SupportByVersion("Visio", 14,15,16)] - visCmdPublishToVisioServices = 2293, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2294 - [SupportByVersion("Visio", 14,15,16)] - visCmdPublishToProcessRepository = 2294, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2295 - [SupportByVersion("Visio", 14,15,16)] - visCmdEditRedoOrRepeat = 2295, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2296 - [SupportByVersion("Visio", 14,15,16)] - visCmdApplyMainThemeToDocument = 2296, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2297 - [SupportByVersion("Visio", 14,15,16)] - visCmdApplyThemeToNewShapesToggle = 2297, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2298 - [SupportByVersion("Visio", 14,15,16)] - visCmdFileSaveAsDrawingPreviousFileFormat = 2298, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2299 - [SupportByVersion("Visio", 14,15,16)] - visCmdFileSaveAsTemplate = 2299, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2300 - [SupportByVersion("Visio", 14,15,16)] - visCmdFileSaveAsPNG = 2300, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2301 - [SupportByVersion("Visio", 14,15,16)] - visCmdFileSaveAsJPG = 2301, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2302 - [SupportByVersion("Visio", 14,15,16)] - visCmdFileSaveAsEMF = 2302, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2303 - [SupportByVersion("Visio", 14,15,16)] - visCmdFileSaveAsSVG = 2303, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2304 - [SupportByVersion("Visio", 14,15,16)] - visCmdFileSaveAsVDX = 2304, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2305 - [SupportByVersion("Visio", 14,15,16)] - visCmdFileSaveAsDWG = 2305, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2306 - [SupportByVersion("Visio", 14,15,16)] - visCmdFileSaveAsDrawing = 2306, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2326 - [SupportByVersion("Visio", 14,15,16)] - visCmdValidationIssueNavigateToShape = 2326, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2331 - [SupportByVersion("Visio", 14,15,16)] - visCmdInsertLegendHorizontal = 2331, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2332 - [SupportByVersion("Visio", 14,15,16)] - visCmdPageSizeToFitDrawing = 2332, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2333 - [SupportByVersion("Visio", 14,15,16)] - visCmdPageAutoSizeToggle = 2333, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2335 - [SupportByVersion("Visio", 14,15,16)] - visCmdInsertLegendVertical1 = 2335, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2337 - [SupportByVersion("Visio", 14,15,16)] - visCmdPostDrag = 2337, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2340 - [SupportByVersion("Visio", 14,15,16)] - visCmdSpaceShapesAvoidPageBreaksToggle = 2340, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2344 - [SupportByVersion("Visio", 14,15,16)] - visCmdShapeSearchWindowToggle = 2344, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2345 - [SupportByVersion("Visio", 14,15,16)] - visCmdInsertClipArtDlg = 2345, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2346 - [SupportByVersion("Visio", 14,15,16)] - visCmdRemoveMemberFromList = 2346, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2352 - [SupportByVersion("Visio", 14,15,16)] - visCmdTranslateOptions = 2352, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2347 - [SupportByVersion("Visio", 14,15,16)] - visCmdContainerAutoResizeOff = 2347, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2348 - [SupportByVersion("Visio", 14,15,16)] - visCmdContainerAutoResizeExpandOnly = 2348, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2349 - [SupportByVersion("Visio", 14,15,16)] - visCmdContainerAutoResizeExpandContract = 2349, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2361 - [SupportByVersion("Visio", 14,15,16)] - visCmdNewForegroundPage = 2361, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2363 - [SupportByVersion("Visio", 14,15,16)] - visCmdLanguagePreferencesDlg = 2363, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 2051 - [SupportByVersion("Visio", 15, 16)] - visCmdReplaceShape = 2051, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 2182 - [SupportByVersion("Visio", 15, 16)] - visCmdCheckCompatibility = 2182, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 2311 - [SupportByVersion("Visio", 15, 16)] - visCmdFileSaveAsMacroDrawing = 2311, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 2382 - [SupportByVersion("Visio", 15, 16)] - visCmdSetThemeBehavior = 2382, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 2383 - [SupportByVersion("Visio", 15, 16)] - visCmdDuplicatePage = 2383, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 2384 - [SupportByVersion("Visio", 15, 16)] - visCmdUpgradeThemeModel = 2384, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 2385 - [SupportByVersion("Visio", 15, 16)] - visCmdCoauthMerging = 2385 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisUICtrlAtts.cs b/Source/Visio/Enums/VisUICtrlAtts.cs deleted file mode 100644 index d6263c2c43..0000000000 --- a/Source/Visio/Enums/VisUICtrlAtts.cs +++ /dev/null @@ -1,62 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisUICtrlAtts - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlAlignmentLEFT = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlAlignmentCENTER = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlAlignmentRIGHT = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 128 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlAlignmentBOX = 128, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 129 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlAlignmentLEFTBOX = 129, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 130 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlAlignmentCENTERBOX = 130, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 132 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlAlignmentRIGHTBOX = 132 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisUICtrlIDs.cs b/Source/Visio/Enums/VisUICtrlIDs.cs deleted file mode 100644 index 2753d88733..0000000000 --- a/Source/Visio/Enums/VisUICtrlIDs.cs +++ /dev/null @@ -1,1371 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisUICtrlIDs - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8383 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDNEW = 8383, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDOPEN = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDOPENSTEN = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSAVE = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDPRINT = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDPREVIEW = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCUT = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCOPY = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDPASTE = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCLEAR = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDUNDO = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDREDO = 11, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDREPEAT = 12, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 13 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDPREVIOUSPAGE = 13, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDNEXTPAGE = 14, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 15 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDZOOMOUT = 15, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDZOOMIN = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 17 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDZOOM100 = 17, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 18 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDFLIPHORZ = 18, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 19 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDFLIPVERT = 19, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 20 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDPOINTERTOOL = 20, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 21 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDPENCILTOOL = 21, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 22 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDLINETOOL = 22, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 23 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDQTRARCTOOL = 23, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 24 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDRECTTOOL = 24, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 25 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDOVALTOOL = 25, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 26 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSTAMPTOOL = 26, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 27 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDTEXTTOOL = 27, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 28 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDROTATETOOL = 28, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 29 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCROPTOOL = 29, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 30 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCONNECTIONPTTOOL = 30, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 31 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSNAP = 31, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDGLUE = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 33 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDRULER = 33, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 34 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDGRID = 34, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 35 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDGUIDE = 35, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 36 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCONNECT = 36, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 37 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDROTATECLOCKWISE = 37, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 38 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDROTATECOUNTER = 38, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 39 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDNEWWINDOW = 39, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 40 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCORNERSTYLE = 40, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 41 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDLINEEND = 41, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 42 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSHADOWSTYLE = 42, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 43 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDFILLCOLOR = 43, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 44 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDLINECOLOR = 44, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 45 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDLINEWEIGHT = 45, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 46 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDLINEPATTERN = 46, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 47 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDFILLPATTERN = 47, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 48 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDPOINTSIZEDOWN = 48, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 49 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDPOINTSIZEUP = 49, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 50 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDBOLD = 50, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 51 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDITALIC = 51, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 52 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDULINE = 52, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 53 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSUPERSCRIPT = 53, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 54 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSUBSCRIPT = 54, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 55 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDTEXTCOLOR = 55, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 56 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDTEXTLEFT = 56, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 57 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDTEXTCENTER = 57, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 58 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDTEXTRIGHT = 58, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 59 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDTEXTJUSTIFY = 59, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 60 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDTEXTTOP = 60, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 61 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDTEXTMIDDLE = 61, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 62 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDTEXTBOTTOM = 62, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 63 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDALIGN = 63, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDALIGNLEFT = 64, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 65 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDALIGNCENTER = 65, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 66 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDALIGNRIGHT = 66, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 67 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDALIGNTOP = 67, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 68 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDALIGNMIDDLE = 68, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 69 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDALIGNBOTTOM = 69, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 70 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDDISTRIBUTE = 70, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 71 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDDHORZ_EQSPACE = 71, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 72 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDDHORZ_CENTER = 72, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 73 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDDVERT_EQSPACE = 73, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 74 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDDVERT_MIDDLE = 74, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 75 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCONNECTSHAPES = 75, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 76 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDFIRSTPAGE = 76, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 77 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDLASTPAGE = 77, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 78 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDPAGEBREAKS = 78, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 80 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDICONNAME = 80, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 81 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDICONONLY = 81, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 82 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDNAMEONLY = 82, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 83 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDARRANGEICONS = 83, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 84 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCANCELFORMULA = 84, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 85 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDACCEPTFORMULA = 85, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 86 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDICONPENCIL = 86, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 87 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDICONBUCKET = 87, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 88 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDICONLASSO = 88, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 89 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDICONSELNET = 89, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 90 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDBRINGFRONT = 90, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 91 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSENDBACK = 91, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 92 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDGROUP = 92, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 93 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDUNGROUP = 93, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 94 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCASCADE = 94, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 95 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDTILE = 95, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 96 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCONNECTORTOOL = 96, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 97 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDTEXTBLOCKTOOL = 97, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 98 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDWHOLEPAGE = 98, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 99 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSINGLETILE = 99, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 190 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDFORMULA = 190, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 191 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSPACER = 191, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 200 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDALLSTYLESCOMBO = 200, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 201 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDTEXTSTYLECOMBO = 201, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 202 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDLINESTYLECOMBO = 202, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 203 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDFILLSTYLECOMBO = 203, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 204 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDZOOMCOMBO = 204, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 205 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDFONTCOMBO = 205, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 206 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDPOINTSIZECOMBO = 206, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 220 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDALLSTYLESLIST = 220, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 221 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDTEXTSTYLELIST = 221, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 222 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDLINESTYLELIST = 222, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 223 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDFILLSTYLELIST = 223, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 224 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDZOOMLIST = 224, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 225 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDFONTLIST = 225, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 226 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDPOINTSIZELIST = 226, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 227 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDGOTOPAGELIST = 227, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 240 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCLOSE = 240, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 300 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDLEFTCOLORBOX = 300, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 301 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDRIGHTCOLORBOX = 301, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 302 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCOLOR1 = 302, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 303 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCOLOR2 = 303, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 304 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCOLOR3 = 304, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 305 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCOLOR4 = 305, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 306 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCOLOR5 = 306, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 307 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCOLOR6 = 307, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 308 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCOLOR7 = 308, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 309 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCOLOR8 = 309, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 310 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCOLOR9 = 310, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 311 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCOLOR10 = 311, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 312 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCOLOR11 = 312, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 313 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCOLOR12 = 313, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 314 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCOLOR13 = 314, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 315 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCOLOR14 = 315, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 316 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCOLOR15 = 316, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 317 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCOLOR16 = 317, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 318 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDTRANSPARENT = 318, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 400 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDALLSTYLESLABEL = 400, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 401 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDTEXTSTYLELABEL = 401, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 402 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDLINESTYLELABEL = 402, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 403 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDFILLSTYLELABEL = 403, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 404 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDZOOMLABEL = 404, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 405 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDFONTLABEL = 405, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 406 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDPOINTSIZELABEL = 406, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 407 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDLEFTCOLORLABEL = 407, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 408 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDRIGHTCOLORLABEL = 408, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 409 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSTATUSLABEL = 409, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 410 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDPREVIEWLABEL = 410, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 500 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSTATUSREADOUT = 500, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 501 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSTATUSMSG_1 = 501, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 502 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSTATUSMSG_2 = 502, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 503 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSTATUSMSG_3 = 503, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 504 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSTATUSMSG_4 = 504, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 505 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSTATUSMSG_5 = 505, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 506 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSTATUSMSG_6 = 506, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 507 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSTATUSMSG_7 = 507, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 508 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSTATUSMSG_8 = 508, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 509 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSTATUSMSG_9 = 509, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 79 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSPLINETOOL = 79, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 100 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSPELLING = 100, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 101 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDFORMATPAINTER = 101, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 102 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDHELPMODE = 102, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 103 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDLAYERPROPERTIES = 103, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 104 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDLAYOUTSHAPES = 104, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 105 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDINSERTHYPERLINK = 105, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 106 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSEARCHTHEWEB = 106, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 107 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDGOBACK = 107, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 108 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDGOFORWARD = 108, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 109 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDWEBTOOLBAR = 109, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 110 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSHAPEEXPL = 110, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 111 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDCUSTPROP = 111, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 112 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDROTATETEXT = 112, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 113 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDBULLETS = 113, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 114 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDDECRINDENT = 114, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 115 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDINCRINDENT = 115, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 116 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDDECRPARA = 116, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 117 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDINCRPARA = 117, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 118 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDINSERTCONTROL = 118, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 119 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDDESIGNMODE = 119, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 120 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSHAPESHEET = 120, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 247 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSHAPELAYER = 247, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 207 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDGOTOPAGE = 207, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 241 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDLINECOLORS = 241, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 242 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDLINEWEIGHTS = 242, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 243 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDLINEPATTERNS = 243, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 244 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDFILLCOLORS = 244, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 245 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDFILLPATTERNS = 245, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 246 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDTEXTCOLORS = 246, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 121 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDMACROS = 121, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 122 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDVBEDITOR = 122, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 208 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSHAPELAYERCOMBO = 208, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 228 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDSHAPELAYERLIST = 228, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 260 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDALIGNSHAPES = 260, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 261 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDDISTRIBUTESHAPES = 261, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 510 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlIDMSG_PAGES = 510 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisUICtrlTypes.cs b/Source/Visio/Enums/VisUICtrlTypes.cs deleted file mode 100644 index 5167f13222..0000000000 --- a/Source/Visio/Enums/VisUICtrlTypes.cs +++ /dev/null @@ -1,251 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisUICtrlTypes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeBUTTON = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 33 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeBUTTON_OWNERDRAW = 33, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 33 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeOWNERDRAW_BUTTON = 33, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 17 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeSPLITBUTTON = 17, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 17 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypePALETTEBUTTONNOMRU = 17, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeSPLITBUTTON_MRU_COLOR = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypePALETTEBUTTON = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeSPINBUTTON = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 18 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeSPLITBUTTON_MRU_COMMAND = 18, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 18 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypePALETTEBUTTONICON = 18, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeEDITBOX = 64, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 128 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeCOMBOBOX = 128, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 129 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeCOMBOBOX_SORTED = 129, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 272 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeDROPDOWN = 272, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 273 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeDROPDOWN_SORTED = 273, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 256 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeDROPDOWN_OWNERDRAW = 256, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 256 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeCOMBODRAW = 256, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 257 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeDROPDOWN_SORTED_OWNERDRAW = 257, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2048 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeLABEL = 2048, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32768 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeSWATCH = 32768, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32769 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeSWATCH_COLORS = 32769, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeEND = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeSTATE = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeSTATE_BUTTON = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeHIERBUTTON = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeSTATE_HIERBUTTON = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeDROPBUTTON = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeSTATE_DROPBUTTON = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypePUSHBUTTON = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 512 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeLISTBOX = 512, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 513 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeLISTBOXDRAW = 513, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1024 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeCOLORBOX = 1024, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4096 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeMESSAGE = 4096, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16384 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlTypeSPACER = 16384 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisUIIconIDs.cs b/Source/Visio/Enums/VisUIIconIDs.cs deleted file mode 100644 index 876b5af911..0000000000 --- a/Source/Visio/Enums/VisUIIconIDs.cs +++ /dev/null @@ -1,1735 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisUIIconIDs - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXNEW = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXOPEN = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXOPENSTENCIL = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSAVE = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXPRINT = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXPRINTPREVIEW = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUT = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCOPY = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXPASTE = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCLEAR = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXUNDO = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXREDO = 11, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXREPEAT = 12, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 13 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXPREVIOUSPAGE = 13, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXNEXTPAGE = 14, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 15 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXZOOMOUT = 15, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXZOOMIN = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 17 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXZOOM100 = 17, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 18 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXFLIPHORIZONTAL = 18, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 19 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXFLIPVERTICAL = 19, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 20 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXPOINTERTOOL = 20, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 21 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXPENCILTOOL = 21, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 22 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXLINETOOL = 22, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 23 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXQTRARCTOOL = 23, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 24 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXRECTANGLETOOL = 24, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 25 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXOVALTOOL = 25, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 26 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSTAMPTOOL = 26, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 27 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXTEXTOOL = 27, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 28 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXROTATETOOL = 28, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 29 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCROP = 29, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 30 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCONNECTIONPTTOOL = 30, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 31 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSNAP = 31, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXGLUE = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 33 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXRULER = 33, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 34 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXGRID = 34, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 35 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXGUIDE = 35, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 36 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCONNECTIONPOINTS = 36, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 37 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXROTATECLOCKWISE = 37, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 38 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXROTATECOUNTERCLOCKWISE = 38, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 39 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXNEWWINDOW = 39, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 40 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCORNERSTYLE = 40, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 41 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXLINEEND = 41, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 42 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSHADOWSTYLE = 42, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 43 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXFILLCOLOR = 43, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 44 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXLINECOLOR = 44, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 45 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXLINEWEIGHT = 45, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 46 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXLINEPATTERN = 46, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 47 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXFILLPATTERN = 47, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 48 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXPOINTSIZEDOWN = 48, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 49 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXPOINTSIZEUP = 49, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 50 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXBOLD = 50, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 51 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXITALIC = 51, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 52 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXUNDERLINE = 52, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 53 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSUPERSCRIPT = 53, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 54 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSUBSCRIPT = 54, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 55 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXTEXTCOLOR = 55, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 56 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXTEXTALIGNLEFT = 56, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 57 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXTEXTALIGNCENTER = 57, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 58 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXTEXTALIGNRIGHT = 58, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 59 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXTEXTALIGNJUSTIFY = 59, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 60 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXTEXTALIGNTOP = 60, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 61 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXTEXTALIGNMIDDLE = 61, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 62 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXTEXTALIGNBOTTOM = 62, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 63 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXALIGN = 63, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXALIGNLEFT = 64, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 65 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXALIGNCENTER = 65, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 66 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXALIGNRIGHT = 66, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 67 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXALIGNTOP = 67, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 68 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXALIGNMIDDLE = 68, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 69 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXALIGNBOTTOM = 69, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 70 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXDISTRIBUTE = 70, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 71 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXDHORZ_EQSPACE = 71, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 72 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXDHORZ_CENTER = 72, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 73 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXDVERT_EQSPACE = 73, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 74 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXDVERT_MIDDLE = 74, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 75 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCONNECTSHAPES = 75, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 76 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXFIRSTPAGE = 76, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 77 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXLASTPAGE = 77, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 78 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXPAGEBREAKS = 78, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 79 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSPLINETOOL = 79, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 80 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXICONNAME = 80, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 81 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXICONONLY = 81, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 82 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXNAMEONLY = 82, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 83 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXARRANGE = 83, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 84 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCANCEL = 84, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 85 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXACCEPT = 85, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 86 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXICONPENCIL = 86, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 87 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXICONBUCKET = 87, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 88 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXICONLASSO = 88, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 89 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXICONSELNET = 89, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 90 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXBRINGFRONT = 90, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 91 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSENDBACK = 91, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 92 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXGROUP = 92, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 93 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXUNGROUP = 93, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 94 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCASCADE = 94, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 95 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXTILE = 95, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 96 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCONNECTORTOOL = 96, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 97 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXTEXTBLOCKTOOL = 97, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 98 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXWHOLEPAGE = 98, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 99 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSINGLETILE = 99, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 100 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSPELLING = 100, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 101 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXFORMATPAINTER = 101, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 102 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXHELPMODE = 102, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 103 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXLAYERPROPERTIES = 103, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 104 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXLAYOUTSHAPES = 104, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 105 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXINSERTHYPERLINK = 105, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 106 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSEARCHTHEWEB = 106, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 107 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXGOBACK = 107, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 108 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXGOFORWARD = 108, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 109 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXWEBTOOLBAR = 109, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 110 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSHAPEEXPL = 110, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 111 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTPROP = 111, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 112 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXROTATETEXT = 112, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 113 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXBULLETS = 113, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 114 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXDECRINDENT = 114, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 115 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXINCRINDENT = 115, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 116 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXDECRPARA = 116, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 117 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXINCRPARA = 117, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 118 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXINSERTCONTROL = 118, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 119 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXDESIGNMODE = 119, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 120 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSHAPESHEET = 120, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 121 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXMACROS = 121, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 122 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXVBEDITOR = 122, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 123 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXVERTICALTEXT = 123, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 124 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXFULLSCREEN = 124, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 125 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXHELPBOOK = 125, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 126 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSHAPEEXPLORER = 126, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 127 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXWEBPAGE = 127, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 128 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCHECKMARK = 128, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 129 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCANTFIND = 129, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 130 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCLIPART = 130, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 131 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXIMAGE = 131, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 132 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXWORDART = 132, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 133 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXHELPASSISTANT = 133, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 134 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCHART = 134, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 135 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXMAILRECPT = 135, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 136 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXROUTINGRECPT = 136, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 137 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXEXCHANGEFOLDER = 137, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 138 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXFIND = 138, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 139 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXPANZOOM = 139, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 140 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXRESTORE = 140, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 141 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXMINIMIZE = 141, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 142 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXMAXIMIZE = 142, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 143 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCLOSE = 143, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 144 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXFOLDER = 144, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 145 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXVSD = 145, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 146 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXVSS = 146, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 147 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXVST = 147, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 148 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXVBAMACRO = 148, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 149 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXADDIN = 149, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 150 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSIZEPOS = 150, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 151 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_SMILE = 151, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 152 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_FROWN = 152, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 153 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_BANK = 153, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 154 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_PASTE = 154, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 155 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_LOAD = 155, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 156 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_SAVE = 156, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 157 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_MIC = 157, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 158 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_SPEAKER = 158, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 159 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_BELL = 159, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 160 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_NOTE = 160, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 161 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_PHONE = 161, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 162 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_BALLOON = 162, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 163 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_CAMCORD = 163, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 164 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_CALC = 164, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 165 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_HEART = 165, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 166 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_DIAMOND = 166, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 167 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_SPADE = 167, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 168 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_CLUB = 168, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 169 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_CARDS = 169, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 170 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_MUG = 170, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 171 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_TRASH = 171, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 172 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_PENCIL = 172, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 173 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_BOX = 173, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 174 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_FEET = 174, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 175 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_LEFT = 175, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 176 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_RIGHT = 176, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 177 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_UP = 177, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 178 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_DOWN = 178, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 179 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_TACK = 179, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 180 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_KEYBOARD = 180, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 181 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_PAGES = 181, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 182 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_FISH = 182, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 183 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_KEY = 183, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 184 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_GEARS = 184, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 185 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_SCALES = 185, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 186 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_HOURGLASS = 186, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 187 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_MAN = 187, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 188 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_WOMAN = 188, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 189 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_RUN = 189, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 190 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_EYE = 190, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 191 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_EIGHTBALL = 191, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 192 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOM_QUESTION = 192, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 193 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXINSERTCOMMENT = 193, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 194 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXEDITCOMMENT = 194, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 195 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXDELETECOMMENT = 195, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 196 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXDELETE = 196, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 197 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXEDITSTEN = 197, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 198 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXNEWSTEN = 198, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 199 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSHOWDOCSTEN = 199, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 200 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXPAGELINEJUMPCODE_NONE = 200, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 201 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXPAGELINEJUMPCODE_HORZ = 201, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 202 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXPAGELINEJUMPCODE_VERT = 202, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 203 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXPAGELINEJUMPCODE_LASTROUTED = 203, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 204 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXLINEJUMPSTYLE_ARC = 204, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 205 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXLINEJUMPSTYLE_GAP = 205, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 206 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXLINEJUMPSTYLE_SQUARE = 206, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 207 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXLINEJUMPSTYLE_TRIANGLE = 207, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 208 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXLINEJUMPSTYLE_2PT = 208, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 209 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXLINEJUMPSTYLE_3PT = 209, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 210 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXLINEJUMPSTYLE_4PT = 210, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 211 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXLINEJUMPSTYLE_5PT = 211, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 212 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXLINEJUMPSTYLE_6PT = 212, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 213 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXDCREROUTE_FREELY = 213, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 214 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXDCREROUTE_ASNEEDED = 214, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 215 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCUSTOMPROP_WINDOW = 215, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 216 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXPAGEPLOW = 216, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 217 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXPAGELINEJUMPCODE_DISP = 217, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 218 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXLINEJUMPSTYLE_PAGE = 218, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 219 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXDRAWINGEXPLORER = 219, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 220 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSHAPE_INTERSECT = 220, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 221 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXDYNGRID = 221, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 222 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXRULSUB = 222, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 223 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSNAPTOGRID = 223, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 224 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXALIGNBOX = 224, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 225 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSHAPEGEO = 225, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 226 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXGUIDES = 226, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 227 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSHAPEHAND = 227, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 228 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSHAPEVERT = 228, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 229 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXCONNPOINTS = 229, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 230 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSHAPEEXT = 230, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 231 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXPAGELINEJUMPCODE_RDISP = 231, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 232 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSNAP_LINES = 232, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 233 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSTRIKETHROUGH = 233, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 234 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSMALLCAPS = 234, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 235 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXDCREROUTE_NEVER = 235, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 236 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXDCREROUTE = 236, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 245 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXBRING_FORWARD = 245, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 246 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSEND_BACKWARD = 246, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 247 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSMALL_PADLOCK = 247, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 248 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXINSERT_OBJECT = 248, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 249 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXLARGE_PADLOCK = 249, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 250 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXINSERT_EQUATION = 250, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 251 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXSTYLE = 251, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 252 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXREPLACE = 252, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 253 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIconIXDOUBLE_UNDERLINE = 253 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisUIMenuAnimation.cs b/Source/Visio/Enums/VisUIMenuAnimation.cs deleted file mode 100644 index 931e46e1df..0000000000 --- a/Source/Visio/Enums/VisUIMenuAnimation.cs +++ /dev/null @@ -1,41 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisUIMenuAnimation - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMenuAnimationNone = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMenuAnimationRandom = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMenuAnimationUnfold = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMenuAnimationSlide = 3 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisUIObjSets.cs b/Source/Visio/Enums/VisUIObjSets.cs deleted file mode 100644 index 2581f3bef7..0000000000 --- a/Source/Visio/Enums/VisUIObjSets.cs +++ /dev/null @@ -1,559 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisUIObjSets - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetNoDocument = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetDrawing = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetStencil = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetShapeSheet = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetIcon = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetInPlace = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetPrintPreview = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetText = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_DrawObjSel = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_DrawOleObjSel = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_DrawNoObjSel = 11, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 12 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_InPlaceNoObj = 12, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 13 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_TextEdit = 13, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_StencilRO = 14, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 15 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_ShapeSheet = 15, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_Toolbar = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 17 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_FullScreen = 17, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 18 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetBinderInPlace = 18, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 18 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetActiveXDoc = 18, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 19 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_Debug = 19, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 20 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_StencilRW = 20, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 21 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_StencilDocked = 21, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 22 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetHostingInPlace = 22, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 23 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_Hyperlink = 23, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 24 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetPal_LineColors = 24, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 25 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetPal_LineWeights = 25, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 26 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetPal_LinePatterns = 26, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 27 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetPal_FillColors = 27, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 28 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetPal_FillPatterns = 28, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 29 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetPal_TextColors = 29, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 30 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetPal_AlignShapes = 30, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 31 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetPal_DistributeShapes = 31, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetPal_Shadow = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 33 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetPal_LineEnds = 33, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 34 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetPal_CornerRounding = 34, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 35 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_ToolbarInPlace = 35, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 36 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_ToolbarHostingInPlace = 36, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 37 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetPal_Rectangle_Tool = 37, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 38 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetPopup_LineJumpCode = 38, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 39 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetPopup_LineJumpStyle = 39, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 40 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetPal_ConnectorTool = 40, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 41 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetPal_TextTool = 41, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 42 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetPal_LineTool = 42, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 43 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetPal_RotationTool = 43, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 44 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_ConnectPtType = 44, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 45 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetPal_Undo = 45, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 46 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetPal_Redo = 46, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 47 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_PageTabs = 47, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 48 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetPal_ShapeExt = 48, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 49 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_DEDocument = 49, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 50 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_DEPages = 50, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 51 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_DEPage = 51, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 52 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_DEShapes = 52, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 53 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_DEShape = 53, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 54 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_DELayers = 54, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 55 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_DELayer = 55, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 56 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_DEStyles = 56, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 57 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_DEStyle = 57, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 58 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_DEMasters = 58, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 59 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_DEMaster = 59, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 60 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_DEPatterns = 60, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 61 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_AnchorBar_Base = 61, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 62 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_AnchorBar_CustProp = 62, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 63 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_AnchorBar_SizePos = 63, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 14 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_Master = 14, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 21 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_Stencil = 21, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1000 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_AddCommands = 1000, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1010 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_BuiltinMenus = 1010, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1011 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_ShortcutMenus = 1011, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 66 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_MEDocument = 66, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 67 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_MEMasters = 67, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 68 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_CommentMarker = 68, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 69 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUIObjSetCntx_AnchorBar_Shapes = 69, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 70 - [SupportByVersion("Visio", 12,14,15,16)] - visUIObjSetCntx_DataExplorerTabs = 70, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 71 - [SupportByVersion("Visio", 12,14,15,16)] - visUIObjSetCntx_DataExplorerList = 71, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 74 - [SupportByVersion("Visio", 14,15,16)] - visUIObjSetCntx_PageTabNavigation = 74, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 75 - [SupportByVersion("Visio", 14,15,16)] - visUIObjSetCntx_Page = 75, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 76 - [SupportByVersion("Visio", 14,15,16)] - visUIObjSetCntx_Issues = 76 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisUISpacingTypes.cs b/Source/Visio/Enums/VisUISpacingTypes.cs deleted file mode 100644 index ab8a266191..0000000000 --- a/Source/Visio/Enums/VisUISpacingTypes.cs +++ /dev/null @@ -1,76 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisUISpacingTypes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlSpacingNONE = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlSpacingVARIABLE_BEFORE = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlSpacingVARIABLE_AFTER = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlSpacingFIXED_BEFORE = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlSpacingFIXED_AFTER = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlSpacingNEW_ROW = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlSpacingTB_NOTFIXED = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlSpacingPALETTERIGHT = 64, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 80 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCtrlSpacingNEW_ROW_PALETTERIGHT = 80 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisUIStringIDs.cs b/Source/Visio/Enums/VisUIStringIDs.cs deleted file mode 100644 index 6cfd025e65..0000000000 --- a/Source/Visio/Enums/VisUIStringIDs.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisUIStringIDs - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visStrIDPlaceHolder = 0 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisUniqueIDArgs.cs b/Source/Visio/Enums/VisUniqueIDArgs.cs deleted file mode 100644 index f4c8132af2..0000000000 --- a/Source/Visio/Enums/VisUniqueIDArgs.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisUniqueIDArgs - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGetGUID = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visGetOrMakeGUID = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDeleteGUID = 2, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 3 - [SupportByVersion("Visio", 15, 16)] - visGetOrMakeGUIDWithUndo = 3, - - /// - /// SupportByVersion Visio 15,16 - /// - /// 4 - [SupportByVersion("Visio", 15, 16)] - visDeleteGUIDWithUndo = 4 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisUnitCodes.cs b/Source/Visio/Enums/VisUnitCodes.cs deleted file mode 100644 index e5784911d2..0000000000 --- a/Source/Visio/Enums/VisUnitCodes.cs +++ /dev/null @@ -1,342 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisUnitCodes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visNumber = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 33 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPercent = 33, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 36 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAcre = 36, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 37 - [SupportByVersion("Visio", 11,12,14,15,16)] - visHectare = 37, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 40 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDate = 40, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 42 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDurationUnits = 42, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 43 - [SupportByVersion("Visio", 11,12,14,15,16)] - visElapsedWeek = 43, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 44 - [SupportByVersion("Visio", 11,12,14,15,16)] - visElapsedDay = 44, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 45 - [SupportByVersion("Visio", 11,12,14,15,16)] - visElapsedHour = 45, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 46 - [SupportByVersion("Visio", 11,12,14,15,16)] - visElapsedMin = 46, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 47 - [SupportByVersion("Visio", 11,12,14,15,16)] - visElapsedSec = 47, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 48 - [SupportByVersion("Visio", 11,12,14,15,16)] - visTypeUnits = 48, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 49 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPicasAndPoints = 49, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 50 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPoints = 50, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 51 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPicas = 51, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 52 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCicerosAndDidots = 52, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 53 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDidots = 53, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 54 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCiceros = 54, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 63 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPageUnits = 63, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDrawingUnits = 64, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 65 - [SupportByVersion("Visio", 11,12,14,15,16)] - visInches = 65, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 66 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFeet = 66, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 67 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFeetAndInches = 67, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 68 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMiles = 68, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 69 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCentimeters = 69, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 70 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMillimeters = 70, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 71 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMeters = 71, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 72 - [SupportByVersion("Visio", 11,12,14,15,16)] - visKilometers = 72, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 73 - [SupportByVersion("Visio", 11,12,14,15,16)] - visInchFrac = 73, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 74 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMileFrac = 74, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 75 - [SupportByVersion("Visio", 11,12,14,15,16)] - visYards = 75, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 76 - [SupportByVersion("Visio", 11,12,14,15,16)] - visNautMiles = 76, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 80 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAngleUnits = 80, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 81 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDegrees = 81, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 82 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDegreeMinSec = 82, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 83 - [SupportByVersion("Visio", 11,12,14,15,16)] - visRadians = 83, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 84 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMin = 84, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 85 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSec = 85, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 95 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUnitsGUID = 95, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 111 - [SupportByVersion("Visio", 11,12,14,15,16)] - visCurrency = 111, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 138 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUnitsNURBS = 138, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 139 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUnitsPolyline = 139, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 225 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUnitsPoint = 225, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 231 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUnitsString = 231, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 251 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUnitsColor = 251, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 252 - [SupportByVersion("Visio", 11,12,14,15,16)] - visNoCast = 252, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 255 - [SupportByVersion("Visio", 11,12,14,15,16)] - visUnitsInval = 255 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisValidationFlags.cs b/Source/Visio/Enums/VisValidationFlags.cs deleted file mode 100644 index d6c82267a7..0000000000 --- a/Source/Visio/Enums/VisValidationFlags.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/ff766515(v=office.14).aspx - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisValidationFlags - { - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 14,15,16)] - visValidationDefault = 0, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 14,15,16)] - visValidationNoOpenWindow = 1 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisVerticalAlignTypes.cs b/Source/Visio/Enums/VisVerticalAlignTypes.cs deleted file mode 100644 index b49c4ab2da..0000000000 --- a/Source/Visio/Enums/VisVerticalAlignTypes.cs +++ /dev/null @@ -1,41 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisVerticalAlignTypes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visVertAlignNone = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visVertAlignTop = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visVertAlignMiddle = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visVertAlignBottom = 3 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisWinTypes.cs b/Source/Visio/Enums/VisWinTypes.cs deleted file mode 100644 index 4104df8a13..0000000000 --- a/Source/Visio/Enums/VisWinTypes.cs +++ /dev/null @@ -1,202 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisWinTypes - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWinOther = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDrawing = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visStencil = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visSheet = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visIcon = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 5 - [SupportByVersion("Visio", 11,12,14,15,16)] - visApplication = 5, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAnchorBarBuiltIn = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDockedStencilBuiltIn = 7, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDrawingAddon = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visStencilAddon = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 10 - [SupportByVersion("Visio", 11,12,14,15,16)] - visAnchorBarAddon = 10, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 11 - [SupportByVersion("Visio", 11,12,14,15,16)] - visDockedStencilAddon = 11, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 128 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPageWin = 128, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 160 - [SupportByVersion("Visio", 11,12,14,15,16)] - visPageGroupWin = 160, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMasterWin = 64, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 96 - [SupportByVersion("Visio", 11,12,14,15,16)] - visMasterGroupWin = 96, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// -1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visInvalWinID = -1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1658 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWinIDCustProp = 1658, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1653 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWinIDPanZoom = 1653, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1670 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWinIDSizePos = 1670, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1721 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWinIDDrawingExplorer = 1721, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1781 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWinIDFormulaTracing = 1781, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1796 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWinIDStencilExplorer = 1796, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1916 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWinIDMasterExplorer = 1916, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1669 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWinIDShapeSearch = 1669, - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// 2044 - [SupportByVersion("Visio", 12,14,15,16)] - visWinIDExternalData = 2044, - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// 2263 - [SupportByVersion("Visio", 14,15,16)] - visWinIDValidationIssues = 2263 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisWindowArrange.cs b/Source/Visio/Enums/VisWindowArrange.cs deleted file mode 100644 index e1899c92da..0000000000 --- a/Source/Visio/Enums/VisWindowArrange.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisWindowArrange - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visArrangeTileVertical = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visArrangeTileHorizontal = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visArrangeCascade = 3 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisWindowFit.cs b/Source/Visio/Enums/VisWindowFit.cs deleted file mode 100644 index 553fff8227..0000000000 --- a/Source/Visio/Enums/VisWindowFit.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisWindowFit - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFitNone = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFitPage = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visFitWidth = 2 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisWindowScrollX.cs b/Source/Visio/Enums/VisWindowScrollX.cs deleted file mode 100644 index 83628c011f..0000000000 --- a/Source/Visio/Enums/VisWindowScrollX.cs +++ /dev/null @@ -1,62 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisWindowScrollX - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScrollNoneX = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScrollLeft = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScrollLeftPage = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScrollRight = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScrollRightPage = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScrollToLeft = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScrollToRight = 7 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisWindowScrollY.cs b/Source/Visio/Enums/VisWindowScrollY.cs deleted file mode 100644 index ac481d4009..0000000000 --- a/Source/Visio/Enums/VisWindowScrollY.cs +++ /dev/null @@ -1,62 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisWindowScrollY - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 9 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScrollNoneY = 9, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScrollUp = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScrollUpPage = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScrollDown = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 3 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScrollDownPage = 3, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 6 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScrollToTop = 6, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 7 - [SupportByVersion("Visio", 11,12,14,15,16)] - visScrollToBottom = 7 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisWindowStates.cs b/Source/Visio/Enums/VisWindowStates.cs deleted file mode 100644 index 7c5dc34c4b..0000000000 --- a/Source/Visio/Enums/VisWindowStates.cs +++ /dev/null @@ -1,132 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisWindowStates - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWSNone = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1073741824 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWSMaximized = 1073741824, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 536870912 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWSMinimized = 536870912, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 268435456 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWSRestored = 268435456, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 134217728 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWSVisible = 134217728, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWSDockedLeft = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWSDockedTop = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWSDockedRight = 4, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 8 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWSDockedBottom = 8, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 16 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWSFloating = 16, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 32 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWSAnchorLeft = 32, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 64 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWSAnchorTop = 64, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 128 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWSAnchorRight = 128, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 256 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWSAnchorBottom = 256, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 512 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWSAnchorAutoHide = 512, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1024 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWSAnchorMerged = 1024, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 67108864 - [SupportByVersion("Visio", 11,12,14,15,16)] - visWSActive = 67108864 - } -} \ No newline at end of file diff --git a/Source/Visio/Enums/VisZoomBehavior.cs b/Source/Visio/Enums/VisZoomBehavior.cs deleted file mode 100644 index 93e28f72ab..0000000000 --- a/Source/Visio/Enums/VisZoomBehavior.cs +++ /dev/null @@ -1,41 +0,0 @@ -using System; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Enums -{ - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsEnum)] - public enum VisZoomBehavior - { - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - visZoomNone = 0, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 1 - [SupportByVersion("Visio", 11,12,14,15,16)] - visZoomInPlaceContainer = 1, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 2 - [SupportByVersion("Visio", 11,12,14,15,16)] - visZoomVisio = 2, - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// 4 - [SupportByVersion("Visio", 11,12,14,15,16)] - visZoomVisioExact = 4 - } -} \ No newline at end of file diff --git a/Source/Visio/Events/EApplication.cs b/Source/Visio/Events/EApplication.cs deleted file mode 100644 index 4e3c548bac..0000000000 --- a/Source/Visio/Events/EApplication.cs +++ /dev/null @@ -1,2149 +0,0 @@ -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Runtime.InteropServices.ComTypes; -using NetOffice; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi.Events -{ - #pragma warning disable - - #region SinkPoint Interface - - [SupportByVersion("Visio", 11,12,14,15,16)] - [InternalEntity(InternalEntityKind.ComEventInterface)] - [ComImport, Guid("000D0B00-0000-0000-C000-000000000046"), InterfaceType(ComInterfaceType.InterfaceIsIDispatch), TypeLibType((short)0x1010)] - public interface EApplication - { - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(4097)] - void AppActivated([In, MarshalAs(UnmanagedType.IDispatch)] object app); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(4098)] - void AppDeactivated([In, MarshalAs(UnmanagedType.IDispatch)] object app); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(4100)] - void AppObjActivated([In, MarshalAs(UnmanagedType.IDispatch)] object app); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(4104)] - void AppObjDeactivated([In, MarshalAs(UnmanagedType.IDispatch)] object app); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(4112)] - void BeforeQuit([In, MarshalAs(UnmanagedType.IDispatch)] object app); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(4128)] - void BeforeModal([In, MarshalAs(UnmanagedType.IDispatch)] object app); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(4160)] - void AfterModal([In, MarshalAs(UnmanagedType.IDispatch)] object app); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32769)] - void WindowOpened([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(701)] - void SelectionChanged([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16385)] - void BeforeWindowClosed([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(4224)] - void WindowActivated([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(702)] - void BeforeWindowSelDelete([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(703)] - void BeforeWindowPageTurn([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(704)] - void WindowTurnedToPage([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(2)] - void DocumentOpened([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(1)] - void DocumentCreated([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(3)] - void DocumentSaved([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(4)] - void DocumentSavedAs([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8194)] - void DocumentChanged([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16386)] - void BeforeDocumentClose([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32772)] - void StyleAdded([In, MarshalAs(UnmanagedType.IDispatch)] object style); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8196)] - void StyleChanged([In, MarshalAs(UnmanagedType.IDispatch)] object style); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16388)] - void BeforeStyleDelete([In, MarshalAs(UnmanagedType.IDispatch)] object style); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32776)] - void MasterAdded([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8200)] - void MasterChanged([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16392)] - void BeforeMasterDelete([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32784)] - void PageAdded([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8208)] - void PageChanged([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16400)] - void BeforePageDelete([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32832)] - void ShapeAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(901)] - void BeforeSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8256)] - void ShapeChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(902)] - void SelectionAdded([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16448)] - void BeforeShapeDelete([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8320)] - void TextChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("cell", typeof(VisioApi.IVCell))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(10240)] - void CellChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [SinkArgument("sequenceNum", SinkArgumentType.Int32)] - [SinkArgument("contextString", SinkArgumentType.String)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(4352)] - void MarkerEvent([In, MarshalAs(UnmanagedType.IDispatch)] object app, [In] object sequenceNum, [In] object contextString); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(4608)] - void NoEventsPending([In, MarshalAs(UnmanagedType.IDispatch)] object app); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(5120)] - void VisioIsIdle([In, MarshalAs(UnmanagedType.IDispatch)] object app); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(200)] - void MustFlushScopeBeginning([In, MarshalAs(UnmanagedType.IDispatch)] object app); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(201)] - void MustFlushScopeEnded([In, MarshalAs(UnmanagedType.IDispatch)] object app); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(5)] - void RunModeEntered([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(6)] - void DesignModeEntered([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(7)] - void BeforeDocumentSave([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8)] - void BeforeDocumentSaveAs([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("cell", typeof(VisioApi.IVCell))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(12288)] - void FormulaChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("connects", typeof(VisioApi.IVConnects))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(33024)] - void ConnectionsAdded([In, MarshalAs(UnmanagedType.IDispatch)] object connects); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("connects", typeof(VisioApi.IVConnects))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16640)] - void ConnectionsDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object connects); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [SinkArgument("nScopeID", SinkArgumentType.Int32)] - [SinkArgument("bstrDescription", SinkArgumentType.String)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(202)] - void EnterScope([In, MarshalAs(UnmanagedType.IDispatch)] object app, [In] object nScopeID, [In] object bstrDescription); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [SinkArgument("nScopeID", SinkArgumentType.Int32)] - [SinkArgument("bstrDescription", SinkArgumentType.String)] - [SinkArgument("bErrOrCancelled", SinkArgumentType.Bool)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(203)] - void ExitScope([In, MarshalAs(UnmanagedType.IDispatch)] object app, [In] object nScopeID, [In] object bstrDescription, [In] object bErrOrCancelled); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(204)] - void QueryCancelQuit([In, MarshalAs(UnmanagedType.IDispatch)] object app); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(205)] - void QuitCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object app); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8193)] - void WindowChanged([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(705)] - void ViewChanged([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(706)] - void QueryCancelWindowClose([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(707)] - void WindowCloseCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(9)] - void QueryCancelDocumentClose([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(10)] - void DocumentCloseCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(300)] - void QueryCancelStyleDelete([In, MarshalAs(UnmanagedType.IDispatch)] object style); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(301)] - void StyleDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object style); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(400)] - void QueryCancelMasterDelete([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(401)] - void MasterDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(500)] - void QueryCancelPageDelete([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(501)] - void PageDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(802)] - void ShapeParentChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(803)] - void BeforeShapeTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(804)] - void ShapeExitedTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(903)] - void QueryCancelSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(904)] - void SelectionDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(905)] - void QueryCancelUngroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(906)] - void UngroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(907)] - void QueryCancelConvertToGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(908)] - void ConvertToGroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(206)] - void QueryCancelSuspend([In, MarshalAs(UnmanagedType.IDispatch)] object app); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(207)] - void SuspendCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object app); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(208)] - void BeforeSuspend([In, MarshalAs(UnmanagedType.IDispatch)] object app); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(209)] - void AfterResume([In, MarshalAs(UnmanagedType.IDispatch)] object app); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("mSG", typeof(VisioApi.IVMSGWrap))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(708)] - void OnKeystrokeMessageForAddon([In, MarshalAs(UnmanagedType.IDispatch)] object mSG); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("button", SinkArgumentType.Int32)] - [SinkArgument("keyButtonState", SinkArgumentType.Int32)] - [SinkArgument("x", SinkArgumentType.Double)] - [SinkArgument("y", SinkArgumentType.Double)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(709)] - void MouseDown([In] object button, [In] object keyButtonState, [In] object x, [In] object y, [In] [Out] ref object cancelDefault); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("button", SinkArgumentType.Int32)] - [SinkArgument("keyButtonState", SinkArgumentType.Int32)] - [SinkArgument("x", SinkArgumentType.Double)] - [SinkArgument("y", SinkArgumentType.Double)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(710)] - void MouseMove([In] object button, [In] object keyButtonState, [In] object x, [In] object y, [In] [Out] ref object cancelDefault); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("button", SinkArgumentType.Int32)] - [SinkArgument("keyButtonState", SinkArgumentType.Int32)] - [SinkArgument("x", SinkArgumentType.Double)] - [SinkArgument("y", SinkArgumentType.Double)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(711)] - void MouseUp([In] object button, [In] object keyButtonState, [In] object x, [In] object y, [In] [Out] ref object cancelDefault); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("keyCode", SinkArgumentType.Int32)] - [SinkArgument("keyButtonState", SinkArgumentType.Int32)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(712)] - void KeyDown([In] object keyCode, [In] object keyButtonState, [In] [Out] ref object cancelDefault); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("keyAscii", SinkArgumentType.Int32)] - [SinkArgument("cancelDefault", SinkArgumentType.Bool)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(713)] - void KeyPress([In] object keyAscii, [In] [Out] ref object cancelDefault); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("keyCode", SinkArgumentType.Int32)] - [SinkArgument("keyButtonState", SinkArgumentType.Int32)] - [SinkArgument("cancelDefault", SinkArgumentType.Bool)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(714)] - void KeyUp([In] object keyCode, [In] object keyButtonState, [In] [Out] ref object cancelDefault); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(210)] - void QueryCancelSuspendEvents([In, MarshalAs(UnmanagedType.IDispatch)] object app); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(211)] - void SuspendEventsCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object app); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(212)] - void BeforeSuspendEvents([In, MarshalAs(UnmanagedType.IDispatch)] object app); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("app", typeof(VisioApi.IVApplication))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(213)] - void AfterResumeEvents([In, MarshalAs(UnmanagedType.IDispatch)] object app); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(909)] - void QueryCancelGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(910)] - void GroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(807)] - void ShapeDataGraphicChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("dataRecordset", typeof(VisioApi.IVDataRecordset))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16416)] - void BeforeDataRecordsetDelete([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordset); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("dataRecordsetChanged", typeof(VisioApi.IVDataRecordsetChangedEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8224)] - void DataRecordsetChanged([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordsetChanged); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("dataRecordset", typeof(VisioApi.IVDataRecordset))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32800)] - void DataRecordsetAdded([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordset); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [SinkArgument("dataRecordsetID", SinkArgumentType.Int32)] - [SinkArgument("dataRowID", SinkArgumentType.Int32)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(805)] - void ShapeLinkAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape, [In] object dataRecordsetID, [In] object dataRowID); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [SinkArgument("dataRecordsetID", SinkArgumentType.Int32)] - [SinkArgument("dataRowID", SinkArgumentType.Int32)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(806)] - void ShapeLinkDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shape, [In] object dataRecordsetID, [In] object dataRowID); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(11)] - void AfterRemoveHiddenInformation([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 14,15,16)] - [SinkArgument("shapePair", typeof(VisioApi.IVRelatedShapePairEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(502)] - void ContainerRelationshipAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair); - - [SupportByVersion("Visio", 14,15,16)] - [SinkArgument("shapePair", typeof(VisioApi.IVRelatedShapePairEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(503)] - void ContainerRelationshipDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair); - - [SupportByVersion("Visio", 14,15,16)] - [SinkArgument("shapePair", typeof(VisioApi.IVRelatedShapePairEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(504)] - void CalloutRelationshipAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair); - - [SupportByVersion("Visio", 14,15,16)] - [SinkArgument("shapePair", typeof(VisioApi.IVRelatedShapePairEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(505)] - void CalloutRelationshipDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair); - - [SupportByVersion("Visio", 14,15,16)] - [SinkArgument("ruleSet", typeof(VisioApi.IVValidationRuleSet))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(13)] - void RuleSetValidated([In, MarshalAs(UnmanagedType.IDispatch)] object ruleSet); - - [SupportByVersion("Visio", 15, 16)] - [SinkArgument("replaceShapes", typeof(VisioApi.IVReplaceShapesEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(911)] - void QueryCancelReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes); - - [SupportByVersion("Visio", 15, 16)] - [SinkArgument("replaceShapes", typeof(VisioApi.IVReplaceShapesEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(912)] - void ReplaceShapesCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes); - - [SupportByVersion("Visio", 15, 16)] - [SinkArgument("replaceShapes", typeof(VisioApi.IVReplaceShapesEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(913)] - void BeforeReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes); - - [SupportByVersion("Visio", 15, 16)] - [SinkArgument("sel", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(914)] - void AfterReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object sel); - } - - #endregion - - #region SinkHelper - - [InternalEntity(InternalEntityKind.SinkHelper)] - [ComVisible(true), ClassInterface(ClassInterfaceType.None), TypeLibType(TypeLibTypeFlags.FHidden)] - public class EApplication_SinkHelper : SinkHelper, EApplication - { - #region Static - - public static readonly string Id = "000D0B00-0000-0000-C000-000000000046"; - - #endregion - - #region Ctor - - public EApplication_SinkHelper(ICOMObject eventClass, IConnectionPoint connectPoint) : base(eventClass) - { - SetupEventBinding(connectPoint); - } - - #endregion - - #region EApplication Members - - public void AppActivated([In, MarshalAs(UnmanagedType.IDispatch)] object app) - { - if (!Validate("AppActivated")) - { - Invoker.ReleaseParamsArray(app); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - object[] paramsArray = new object[1]; - paramsArray[0] = newapp; - EventBinding.RaiseCustomEvent("AppActivated", ref paramsArray); - } - - public void AppDeactivated([In, MarshalAs(UnmanagedType.IDispatch)] object app) - { - if (!Validate("AppDeactivated")) - { - Invoker.ReleaseParamsArray(app); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - object[] paramsArray = new object[1]; - paramsArray[0] = newapp; - EventBinding.RaiseCustomEvent("AppDeactivated", ref paramsArray); - } - - public void AppObjActivated([In, MarshalAs(UnmanagedType.IDispatch)] object app) - { - if (!Validate("AppObjActivated")) - { - Invoker.ReleaseParamsArray(app); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - object[] paramsArray = new object[1]; - paramsArray[0] = newapp; - EventBinding.RaiseCustomEvent("AppObjActivated", ref paramsArray); - } - - public void AppObjDeactivated([In, MarshalAs(UnmanagedType.IDispatch)] object app) - { - if (!Validate("AppObjDeactivated")) - { - Invoker.ReleaseParamsArray(app); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - object[] paramsArray = new object[1]; - paramsArray[0] = newapp; - EventBinding.RaiseCustomEvent("AppObjDeactivated", ref paramsArray); - } - - public void BeforeQuit([In, MarshalAs(UnmanagedType.IDispatch)] object app) - { - if (!Validate("BeforeQuit")) - { - Invoker.ReleaseParamsArray(app); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - object[] paramsArray = new object[1]; - paramsArray[0] = newapp; - EventBinding.RaiseCustomEvent("BeforeQuit", ref paramsArray); - } - - public void BeforeModal([In, MarshalAs(UnmanagedType.IDispatch)] object app) - { - if (!Validate("BeforeModal")) - { - Invoker.ReleaseParamsArray(app); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - object[] paramsArray = new object[1]; - paramsArray[0] = newapp; - EventBinding.RaiseCustomEvent("BeforeModal", ref paramsArray); - } - - public void AfterModal([In, MarshalAs(UnmanagedType.IDispatch)] object app) - { - if (!Validate("AfterModal")) - { - Invoker.ReleaseParamsArray(app); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - object[] paramsArray = new object[1]; - paramsArray[0] = newapp; - EventBinding.RaiseCustomEvent("AfterModal", ref paramsArray); - } - - public void WindowOpened([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("WindowOpened")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("WindowOpened", ref paramsArray); - } - - public void SelectionChanged([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("SelectionChanged")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("SelectionChanged", ref paramsArray); - } - - public void BeforeWindowClosed([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("BeforeWindowClosed")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("BeforeWindowClosed", ref paramsArray); - } - - public void WindowActivated([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("WindowActivated")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("WindowActivated", ref paramsArray); - } - - public void BeforeWindowSelDelete([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("BeforeWindowSelDelete")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("BeforeWindowSelDelete", ref paramsArray); - } - - public void BeforeWindowPageTurn([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("BeforeWindowPageTurn")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("BeforeWindowPageTurn", ref paramsArray); - } - - public void WindowTurnedToPage([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("WindowTurnedToPage")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("WindowTurnedToPage", ref paramsArray); - } - - public void DocumentOpened([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("DocumentOpened")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("DocumentOpened", ref paramsArray); - } - - public void DocumentCreated([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("DocumentCreated")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("DocumentCreated", ref paramsArray); - } - - public void DocumentSaved([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("DocumentSaved")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("DocumentSaved", ref paramsArray); - } - - public void DocumentSavedAs([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("DocumentSavedAs")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("DocumentSavedAs", ref paramsArray); - } - - public void DocumentChanged([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("DocumentChanged")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("DocumentChanged", ref paramsArray); - } - - public void BeforeDocumentClose([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("BeforeDocumentClose")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("BeforeDocumentClose", ref paramsArray); - } - - public void StyleAdded([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("StyleAdded")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("StyleAdded", ref paramsArray); - } - - public void StyleChanged([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("StyleChanged")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("StyleChanged", ref paramsArray); - } - - public void BeforeStyleDelete([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("BeforeStyleDelete")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("BeforeStyleDelete", ref paramsArray); - } - - public void MasterAdded([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("MasterAdded")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("MasterAdded", ref paramsArray); - } - - public void MasterChanged([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("MasterChanged")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("MasterChanged", ref paramsArray); - } - - public void BeforeMasterDelete([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("BeforeMasterDelete")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("BeforeMasterDelete", ref paramsArray); - } - - public void PageAdded([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("PageAdded")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("PageAdded", ref paramsArray); - } - - public void PageChanged([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("PageChanged")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("PageChanged", ref paramsArray); - } - - public void BeforePageDelete([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("BeforePageDelete")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("BeforePageDelete", ref paramsArray); - } - - public void ShapeAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeAdded")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeAdded", ref paramsArray); - } - - public void BeforeSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("BeforeSelectionDelete")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("BeforeSelectionDelete", ref paramsArray); - } - - public void ShapeChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeChanged", ref paramsArray); - } - - public void SelectionAdded([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("SelectionAdded")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("SelectionAdded", ref paramsArray); - } - - public void BeforeShapeDelete([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("BeforeShapeDelete")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("BeforeShapeDelete", ref paramsArray); - } - - public void TextChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("TextChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("TextChanged", ref paramsArray); - } - - public void CellChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell) - { - if (!Validate("CellChanged")) - { - Invoker.ReleaseParamsArray(cell); - return; - } - - NetOffice.VisioApi.IVCell newCell = Factory.CreateEventArgumentObjectFromComProxy(EventClass, cell) as NetOffice.VisioApi.IVCell; - object[] paramsArray = new object[1]; - paramsArray[0] = newCell; - EventBinding.RaiseCustomEvent("CellChanged", ref paramsArray); - } - - public void MarkerEvent([In, MarshalAs(UnmanagedType.IDispatch)] object app, [In] object sequenceNum, [In] object contextString) - { - if (!Validate("MarkerEvent")) - { - Invoker.ReleaseParamsArray(app, sequenceNum, contextString); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - Int32 newSequenceNum = ToInt32(sequenceNum); - string newContextString = ToString(contextString); - object[] paramsArray = new object[3]; - paramsArray[0] = newapp; - paramsArray[1] = newSequenceNum; - paramsArray[2] = newContextString; - EventBinding.RaiseCustomEvent("MarkerEvent", ref paramsArray); - } - - public void NoEventsPending([In, MarshalAs(UnmanagedType.IDispatch)] object app) - { - if (!Validate("NoEventsPending")) - { - Invoker.ReleaseParamsArray(app); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - object[] paramsArray = new object[1]; - paramsArray[0] = newapp; - EventBinding.RaiseCustomEvent("NoEventsPending", ref paramsArray); - } - - public void VisioIsIdle([In, MarshalAs(UnmanagedType.IDispatch)] object app) - { - if (!Validate("VisioIsIdle")) - { - Invoker.ReleaseParamsArray(app); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - object[] paramsArray = new object[1]; - paramsArray[0] = newapp; - EventBinding.RaiseCustomEvent("VisioIsIdle", ref paramsArray); - } - - public void MustFlushScopeBeginning([In, MarshalAs(UnmanagedType.IDispatch)] object app) - { - if (!Validate("MustFlushScopeBeginning")) - { - Invoker.ReleaseParamsArray(app); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - object[] paramsArray = new object[1]; - paramsArray[0] = newapp; - EventBinding.RaiseCustomEvent("MustFlushScopeBeginning", ref paramsArray); - } - - public void MustFlushScopeEnded([In, MarshalAs(UnmanagedType.IDispatch)] object app) - { - if (!Validate("MustFlushScopeEnded")) - { - Invoker.ReleaseParamsArray(app); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - object[] paramsArray = new object[1]; - paramsArray[0] = newapp; - EventBinding.RaiseCustomEvent("MustFlushScopeEnded", ref paramsArray); - } - - public void RunModeEntered([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("RunModeEntered")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("RunModeEntered", ref paramsArray); - } - - public void DesignModeEntered([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("DesignModeEntered")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("DesignModeEntered", ref paramsArray); - } - - public void BeforeDocumentSave([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("BeforeDocumentSave")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("BeforeDocumentSave", ref paramsArray); - } - - public void BeforeDocumentSaveAs([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("BeforeDocumentSaveAs")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("BeforeDocumentSaveAs", ref paramsArray); - } - - public void FormulaChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell) - { - if (!Validate("FormulaChanged")) - { - Invoker.ReleaseParamsArray(cell); - return; - } - - NetOffice.VisioApi.IVCell newCell = Factory.CreateEventArgumentObjectFromComProxy(EventClass, cell) as NetOffice.VisioApi.IVCell; - object[] paramsArray = new object[1]; - paramsArray[0] = newCell; - EventBinding.RaiseCustomEvent("FormulaChanged", ref paramsArray); - } - - public void ConnectionsAdded([In, MarshalAs(UnmanagedType.IDispatch)] object connects) - { - if (!Validate("ConnectionsAdded")) - { - Invoker.ReleaseParamsArray(connects); - return; - } - - NetOffice.VisioApi.IVConnects newConnects = Factory.CreateEventArgumentObjectFromComProxy(EventClass, connects) as NetOffice.VisioApi.IVConnects; - object[] paramsArray = new object[1]; - paramsArray[0] = newConnects; - EventBinding.RaiseCustomEvent("ConnectionsAdded", ref paramsArray); - } - - public void ConnectionsDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object connects) - { - if (!Validate("ConnectionsDeleted")) - { - Invoker.ReleaseParamsArray(connects); - return; - } - - NetOffice.VisioApi.IVConnects newConnects = Factory.CreateEventArgumentObjectFromComProxy(EventClass, connects) as NetOffice.VisioApi.IVConnects; - object[] paramsArray = new object[1]; - paramsArray[0] = newConnects; - EventBinding.RaiseCustomEvent("ConnectionsDeleted", ref paramsArray); - } - - public void EnterScope([In, MarshalAs(UnmanagedType.IDispatch)] object app, [In] object nScopeID, [In] object bstrDescription) - { - if (!Validate("EnterScope")) - { - Invoker.ReleaseParamsArray(app, nScopeID, bstrDescription); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - Int32 newnScopeID = ToInt32(nScopeID); - string newbstrDescription = ToString(bstrDescription); - object[] paramsArray = new object[3]; - paramsArray[0] = newapp; - paramsArray[1] = newnScopeID; - paramsArray[2] = newbstrDescription; - EventBinding.RaiseCustomEvent("EnterScope", ref paramsArray); - } - - public void ExitScope([In, MarshalAs(UnmanagedType.IDispatch)] object app, [In] object nScopeID, [In] object bstrDescription, [In] object bErrOrCancelled) - { - if (!Validate("ExitScope")) - { - Invoker.ReleaseParamsArray(app, nScopeID, bstrDescription, bErrOrCancelled); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - Int32 newnScopeID = ToInt32(nScopeID); - string newbstrDescription = ToString(bstrDescription); - bool newbErrOrCancelled = ToBoolean(bErrOrCancelled); - object[] paramsArray = new object[4]; - paramsArray[0] = newapp; - paramsArray[1] = newnScopeID; - paramsArray[2] = newbstrDescription; - paramsArray[3] = newbErrOrCancelled; - EventBinding.RaiseCustomEvent("ExitScope", ref paramsArray); - } - - public void QueryCancelQuit([In, MarshalAs(UnmanagedType.IDispatch)] object app) - { - if (!Validate("QueryCancelQuit")) - { - Invoker.ReleaseParamsArray(app); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - object[] paramsArray = new object[1]; - paramsArray[0] = newapp; - EventBinding.RaiseCustomEvent("QueryCancelQuit", ref paramsArray); - } - - public void QuitCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object app) - { - if (!Validate("QuitCanceled")) - { - Invoker.ReleaseParamsArray(app); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - object[] paramsArray = new object[1]; - paramsArray[0] = newapp; - EventBinding.RaiseCustomEvent("QuitCanceled", ref paramsArray); - } - - public void WindowChanged([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("WindowChanged")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("WindowChanged", ref paramsArray); - } - - public void ViewChanged([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("ViewChanged")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("ViewChanged", ref paramsArray); - } - - public void QueryCancelWindowClose([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("QueryCancelWindowClose")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("QueryCancelWindowClose", ref paramsArray); - } - - public void WindowCloseCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("WindowCloseCanceled")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("WindowCloseCanceled", ref paramsArray); - } - - public void QueryCancelDocumentClose([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("QueryCancelDocumentClose")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("QueryCancelDocumentClose", ref paramsArray); - } - - public void DocumentCloseCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("DocumentCloseCanceled")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("DocumentCloseCanceled", ref paramsArray); - } - - public void QueryCancelStyleDelete([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("QueryCancelStyleDelete")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("QueryCancelStyleDelete", ref paramsArray); - } - - public void StyleDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("StyleDeleteCanceled")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("StyleDeleteCanceled", ref paramsArray); - } - - public void QueryCancelMasterDelete([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("QueryCancelMasterDelete")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("QueryCancelMasterDelete", ref paramsArray); - } - - public void MasterDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("MasterDeleteCanceled")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("MasterDeleteCanceled", ref paramsArray); - } - - public void QueryCancelPageDelete([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("QueryCancelPageDelete")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("QueryCancelPageDelete", ref paramsArray); - } - - public void PageDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("PageDeleteCanceled")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("PageDeleteCanceled", ref paramsArray); - } - - public void ShapeParentChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeParentChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeParentChanged", ref paramsArray); - } - - public void BeforeShapeTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("BeforeShapeTextEdit")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("BeforeShapeTextEdit", ref paramsArray); - } - - public void ShapeExitedTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeExitedTextEdit")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeExitedTextEdit", ref paramsArray); - } - - public void QueryCancelSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelSelectionDelete")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelSelectionDelete", ref paramsArray); - } - - public void SelectionDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("SelectionDeleteCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("SelectionDeleteCanceled", ref paramsArray); - } - - public void QueryCancelUngroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelUngroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelUngroup", ref paramsArray); - } - - public void UngroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("UngroupCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("UngroupCanceled", ref paramsArray); - } - - public void QueryCancelConvertToGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelConvertToGroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelConvertToGroup", ref paramsArray); - } - - public void ConvertToGroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("ConvertToGroupCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("ConvertToGroupCanceled", ref paramsArray); - } - - public void QueryCancelSuspend([In, MarshalAs(UnmanagedType.IDispatch)] object app) - { - if (!Validate("QueryCancelSuspend")) - { - Invoker.ReleaseParamsArray(app); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - object[] paramsArray = new object[1]; - paramsArray[0] = newapp; - EventBinding.RaiseCustomEvent("QueryCancelSuspend", ref paramsArray); - } - - public void SuspendCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object app) - { - if (!Validate("SuspendCanceled")) - { - Invoker.ReleaseParamsArray(app); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - object[] paramsArray = new object[1]; - paramsArray[0] = newapp; - EventBinding.RaiseCustomEvent("SuspendCanceled", ref paramsArray); - } - - public void BeforeSuspend([In, MarshalAs(UnmanagedType.IDispatch)] object app) - { - if (!Validate("BeforeSuspend")) - { - Invoker.ReleaseParamsArray(app); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - object[] paramsArray = new object[1]; - paramsArray[0] = newapp; - EventBinding.RaiseCustomEvent("BeforeSuspend", ref paramsArray); - } - - public void AfterResume([In, MarshalAs(UnmanagedType.IDispatch)] object app) - { - if (!Validate("AfterResume")) - { - Invoker.ReleaseParamsArray(app); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - object[] paramsArray = new object[1]; - paramsArray[0] = newapp; - EventBinding.RaiseCustomEvent("AfterResume", ref paramsArray); - } - - public void OnKeystrokeMessageForAddon([In, MarshalAs(UnmanagedType.IDispatch)] object mSG) - { - if (!Validate("OnKeystrokeMessageForAddon")) - { - Invoker.ReleaseParamsArray(mSG); - return; - } - - NetOffice.VisioApi.IVMSGWrap newMSG = Factory.CreateEventArgumentObjectFromComProxy(EventClass, mSG) as NetOffice.VisioApi.IVMSGWrap; - object[] paramsArray = new object[1]; - paramsArray[0] = newMSG; - EventBinding.RaiseCustomEvent("OnKeystrokeMessageForAddon", ref paramsArray); - } - - public void MouseDown([In] object button, [In] object keyButtonState, [In] object x, [In] object y, [In] [Out] ref object cancelDefault) - { - if (!Validate("MouseDown")) - { - Invoker.ReleaseParamsArray(button, keyButtonState, x, y, cancelDefault); - return; - } - - Int32 newButton = ToInt32(button); - Int32 newKeyButtonState = ToInt32(keyButtonState); - Double newx = ToDouble(x); - Double newy = ToDouble(y); - object[] paramsArray = new object[5]; - paramsArray[0] = newButton; - paramsArray[1] = newKeyButtonState; - paramsArray[2] = newx; - paramsArray[3] = newy; - paramsArray.SetValue(cancelDefault, 4); - EventBinding.RaiseCustomEvent("MouseDown", ref paramsArray); - - cancelDefault = ToBoolean(paramsArray[4]); - } - - public void MouseMove([In] object button, [In] object keyButtonState, [In] object x, [In] object y, [In] [Out] ref object cancelDefault) - { - if (!Validate("MouseMove")) - { - Invoker.ReleaseParamsArray(button, keyButtonState, x, y, cancelDefault); - return; - } - - Int32 newButton = ToInt32(button); - Int32 newKeyButtonState = ToInt32(keyButtonState); - Double newx = ToDouble(x); - Double newy = ToDouble(y); - object[] paramsArray = new object[5]; - paramsArray[0] = newButton; - paramsArray[1] = newKeyButtonState; - paramsArray[2] = newx; - paramsArray[3] = newy; - paramsArray.SetValue(cancelDefault, 4); - EventBinding.RaiseCustomEvent("MouseMove", ref paramsArray); - - cancelDefault = ToBoolean(paramsArray[4]); - } - - public void MouseUp([In] object button, [In] object keyButtonState, [In] object x, [In] object y, [In] [Out] ref object cancelDefault) - { - if (!Validate("MouseUp")) - { - Invoker.ReleaseParamsArray(button, keyButtonState, x, y, cancelDefault); - return; - } - - Int32 newButton = ToInt32(button); - Int32 newKeyButtonState = ToInt32(keyButtonState); - Double newx = ToDouble(x); - Double newy = ToDouble(y); - object[] paramsArray = new object[5]; - paramsArray[0] = newButton; - paramsArray[1] = newKeyButtonState; - paramsArray[2] = newx; - paramsArray[3] = newy; - paramsArray.SetValue(cancelDefault, 4); - EventBinding.RaiseCustomEvent("MouseUp", ref paramsArray); - - cancelDefault = ToBoolean(paramsArray[4]); - } - - public void KeyDown([In] object keyCode, [In] object keyButtonState, [In] [Out] ref object cancelDefault) - { - if (!Validate("KeyDown")) - { - Invoker.ReleaseParamsArray(keyCode, keyButtonState, cancelDefault); - return; - } - - Int32 newKeyCode = ToInt32(keyCode); - Int32 newKeyButtonState = ToInt32(keyButtonState); - object[] paramsArray = new object[3]; - paramsArray[0] = newKeyCode; - paramsArray[1] = newKeyButtonState; - paramsArray.SetValue(cancelDefault, 2); - EventBinding.RaiseCustomEvent("KeyDown", ref paramsArray); - - cancelDefault = ToBoolean(paramsArray[2]); - } - - public void KeyPress([In] object keyAscii, [In] [Out] ref object cancelDefault) - { - if (!Validate("KeyPress")) - { - Invoker.ReleaseParamsArray(keyAscii, cancelDefault); - return; - } - - Int32 newKeyAscii = ToInt32(keyAscii); - object[] paramsArray = new object[2]; - paramsArray[0] = newKeyAscii; - paramsArray.SetValue(cancelDefault, 1); - EventBinding.RaiseCustomEvent("KeyPress", ref paramsArray); - - cancelDefault = ToBoolean(paramsArray[1]); - } - - public void KeyUp([In] object keyCode, [In] object keyButtonState, [In] [Out] ref object cancelDefault) - { - if (!Validate("KeyUp")) - { - Invoker.ReleaseParamsArray(keyCode, keyButtonState, cancelDefault); - return; - } - - Int32 newKeyCode = ToInt32(keyCode); - Int32 newKeyButtonState = ToInt32(keyButtonState); - object[] paramsArray = new object[3]; - paramsArray[0] = newKeyCode; - paramsArray[1] = newKeyButtonState; - paramsArray.SetValue(cancelDefault, 2); - EventBinding.RaiseCustomEvent("KeyUp", ref paramsArray); - - cancelDefault = ToBoolean(paramsArray[2]); - } - - public void QueryCancelSuspendEvents([In, MarshalAs(UnmanagedType.IDispatch)] object app) - { - if (!Validate("QueryCancelSuspendEvents")) - { - Invoker.ReleaseParamsArray(app); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - object[] paramsArray = new object[1]; - paramsArray[0] = newapp; - EventBinding.RaiseCustomEvent("QueryCancelSuspendEvents", ref paramsArray); - } - - public void SuspendEventsCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object app) - { - if (!Validate("SuspendEventsCanceled")) - { - Invoker.ReleaseParamsArray(app); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - object[] paramsArray = new object[1]; - paramsArray[0] = newapp; - EventBinding.RaiseCustomEvent("SuspendEventsCanceled", ref paramsArray); - } - - public void BeforeSuspendEvents([In, MarshalAs(UnmanagedType.IDispatch)] object app) - { - if (!Validate("BeforeSuspendEvents")) - { - Invoker.ReleaseParamsArray(app); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - object[] paramsArray = new object[1]; - paramsArray[0] = newapp; - EventBinding.RaiseCustomEvent("BeforeSuspendEvents", ref paramsArray); - } - - public void AfterResumeEvents([In, MarshalAs(UnmanagedType.IDispatch)] object app) - { - if (!Validate("AfterResumeEvents")) - { - Invoker.ReleaseParamsArray(app); - return; - } - - NetOffice.VisioApi.IVApplication newapp = Factory.CreateEventArgumentObjectFromComProxy(EventClass, app) as NetOffice.VisioApi.IVApplication; - object[] paramsArray = new object[1]; - paramsArray[0] = newapp; - EventBinding.RaiseCustomEvent("AfterResumeEvents", ref paramsArray); - } - - public void QueryCancelGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelGroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelGroup", ref paramsArray); - } - - public void GroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("GroupCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("GroupCanceled", ref paramsArray); - } - - public void ShapeDataGraphicChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeDataGraphicChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeDataGraphicChanged", ref paramsArray); - } - - public void BeforeDataRecordsetDelete([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordset) - { - if (!Validate("BeforeDataRecordsetDelete")) - { - Invoker.ReleaseParamsArray(dataRecordset); - return; - } - - NetOffice.VisioApi.IVDataRecordset newDataRecordset = Factory.CreateEventArgumentObjectFromComProxy(EventClass, dataRecordset) as NetOffice.VisioApi.IVDataRecordset; - object[] paramsArray = new object[1]; - paramsArray[0] = newDataRecordset; - EventBinding.RaiseCustomEvent("BeforeDataRecordsetDelete", ref paramsArray); - } - - public void DataRecordsetChanged([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordsetChanged) - { - if (!Validate("BeforeDataRecordsetDelete")) - { - Invoker.ReleaseParamsArray(dataRecordsetChanged); - return; - } - - NetOffice.VisioApi.IVDataRecordsetChangedEvent newDataRecordsetChanged = Factory.CreateEventArgumentObjectFromComProxy(EventClass, dataRecordsetChanged) as NetOffice.VisioApi.IVDataRecordsetChangedEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newDataRecordsetChanged; - EventBinding.RaiseCustomEvent("DataRecordsetChanged", ref paramsArray); - } - - public void DataRecordsetAdded([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordset) - { - if (!Validate("DataRecordsetAdded")) - { - Invoker.ReleaseParamsArray(dataRecordset); - return; - } - - NetOffice.VisioApi.IVDataRecordset newDataRecordset = Factory.CreateEventArgumentObjectFromComProxy(EventClass, dataRecordset) as NetOffice.VisioApi.IVDataRecordset; - object[] paramsArray = new object[1]; - paramsArray[0] = newDataRecordset; - EventBinding.RaiseCustomEvent("DataRecordsetAdded", ref paramsArray); - } - - public void ShapeLinkAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape, [In] object dataRecordsetID, [In] object dataRowID) - { - if (!Validate("ShapeLinkAdded")) - { - Invoker.ReleaseParamsArray(shape, dataRecordsetID, dataRowID); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - Int32 newDataRecordsetID = ToInt32(dataRecordsetID); - Int32 newDataRowID = ToInt32(dataRowID); - object[] paramsArray = new object[3]; - paramsArray[0] = newShape; - paramsArray[1] = newDataRecordsetID; - paramsArray[2] = newDataRowID; - EventBinding.RaiseCustomEvent("ShapeLinkAdded", ref paramsArray); - } - - public void ShapeLinkDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shape, [In] object dataRecordsetID, [In] object dataRowID) - { - if (!Validate("ShapeLinkDeleted")) - { - Invoker.ReleaseParamsArray(shape, dataRecordsetID, dataRowID); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - Int32 newDataRecordsetID = ToInt32(dataRecordsetID); - Int32 newDataRowID = ToInt32(dataRowID); - object[] paramsArray = new object[3]; - paramsArray[0] = newShape; - paramsArray[1] = newDataRecordsetID; - paramsArray[2] = newDataRowID; - EventBinding.RaiseCustomEvent("ShapeLinkDeleted", ref paramsArray); - } - - public void AfterRemoveHiddenInformation([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("AfterRemoveHiddenInformation")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("AfterRemoveHiddenInformation", ref paramsArray); - } - - public void ContainerRelationshipAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair) - { - if (!Validate("ContainerRelationshipAdded")) - { - Invoker.ReleaseParamsArray(shapePair); - return; - } - - NetOffice.VisioApi.IVRelatedShapePairEvent newShapePair = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shapePair) as NetOffice.VisioApi.IVRelatedShapePairEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newShapePair; - EventBinding.RaiseCustomEvent("ContainerRelationshipAdded", ref paramsArray); - } - - public void ContainerRelationshipDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair) - { - if (!Validate("ContainerRelationshipDeleted")) - { - Invoker.ReleaseParamsArray(shapePair); - return; - } - - NetOffice.VisioApi.IVRelatedShapePairEvent newShapePair = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shapePair) as NetOffice.VisioApi.IVRelatedShapePairEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newShapePair; - EventBinding.RaiseCustomEvent("ContainerRelationshipDeleted", ref paramsArray); - } - - public void CalloutRelationshipAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair) - { - if (!Validate("CalloutRelationshipAdded")) - { - Invoker.ReleaseParamsArray(shapePair); - return; - } - - NetOffice.VisioApi.IVRelatedShapePairEvent newShapePair = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shapePair) as NetOffice.VisioApi.IVRelatedShapePairEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newShapePair; - EventBinding.RaiseCustomEvent("CalloutRelationshipAdded", ref paramsArray); - } - - public void CalloutRelationshipDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair) - { - if (!Validate("CalloutRelationshipDeleted")) - { - Invoker.ReleaseParamsArray(shapePair); - return; - } - - NetOffice.VisioApi.IVRelatedShapePairEvent newShapePair = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shapePair) as NetOffice.VisioApi.IVRelatedShapePairEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newShapePair; - EventBinding.RaiseCustomEvent("CalloutRelationshipDeleted", ref paramsArray); - } - - public void RuleSetValidated([In, MarshalAs(UnmanagedType.IDispatch)] object ruleSet) - { - if (!Validate("RuleSetValidated")) - { - Invoker.ReleaseParamsArray(ruleSet); - return; - } - - NetOffice.VisioApi.IVValidationRuleSet newRuleSet = Factory.CreateEventArgumentObjectFromComProxy(EventClass, ruleSet) as NetOffice.VisioApi.IVValidationRuleSet; - object[] paramsArray = new object[1]; - paramsArray[0] = newRuleSet; - EventBinding.RaiseCustomEvent("RuleSetValidated", ref paramsArray); - } - - public void QueryCancelReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes) - { - if (!Validate("QueryCancelReplaceShapes")) - { - Invoker.ReleaseParamsArray(replaceShapes); - return; - } - - NetOffice.VisioApi.IVReplaceShapesEvent newreplaceShapes = Factory.CreateEventArgumentObjectFromComProxy(EventClass, replaceShapes) as NetOffice.VisioApi.IVReplaceShapesEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newreplaceShapes; - EventBinding.RaiseCustomEvent("QueryCancelReplaceShapes", ref paramsArray); - } - - public void ReplaceShapesCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes) - { - if (!Validate("ReplaceShapesCanceled")) - { - Invoker.ReleaseParamsArray(replaceShapes); - return; - } - - NetOffice.VisioApi.IVReplaceShapesEvent newreplaceShapes = Factory.CreateEventArgumentObjectFromComProxy(EventClass, replaceShapes) as NetOffice.VisioApi.IVReplaceShapesEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newreplaceShapes; - EventBinding.RaiseCustomEvent("ReplaceShapesCanceled", ref paramsArray); - } - - public void BeforeReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes) - { - if (!Validate("BeforeReplaceShapes")) - { - Invoker.ReleaseParamsArray(replaceShapes); - return; - } - - NetOffice.VisioApi.IVReplaceShapesEvent newreplaceShapes = Factory.CreateEventArgumentObjectFromComProxy(EventClass, replaceShapes) as NetOffice.VisioApi.IVReplaceShapesEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newreplaceShapes; - EventBinding.RaiseCustomEvent("BeforeReplaceShapes", ref paramsArray); - } - - public void AfterReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object sel) - { - if (!Validate("AfterReplaceShapes")) - { - Invoker.ReleaseParamsArray(sel); - return; - } - - NetOffice.VisioApi.IVSelection newsel = Factory.CreateEventArgumentObjectFromComProxy(EventClass, sel) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newsel; - EventBinding.RaiseCustomEvent("AfterReplaceShapes", ref paramsArray); - } - - #endregion - } - - #endregion - - #pragma warning restore -} \ No newline at end of file diff --git a/Source/Visio/Events/ECell.cs b/Source/Visio/Events/ECell.cs deleted file mode 100644 index da461e317b..0000000000 --- a/Source/Visio/Events/ECell.cs +++ /dev/null @@ -1,89 +0,0 @@ -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Runtime.InteropServices.ComTypes; -using NetOffice; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi.Events -{ - #pragma warning disable - - #region SinkPoint Interface - - [SupportByVersion("Visio", 11,12,14,15,16)] - [InternalEntity(InternalEntityKind.ComEventInterface)] - [ComImport, Guid("000D0B0D-0000-0000-C000-000000000046"), InterfaceType(ComInterfaceType.InterfaceIsIDispatch), TypeLibType((short)0x1010)] - public interface ECell - { - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("cell", typeof(VisioApi.IVCell))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(10240)] - void CellChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("cell", typeof(VisioApi.IVCell))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(12288)] - void FormulaChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell); - } - - #endregion - - #region SinkHelper - - [InternalEntity(InternalEntityKind.SinkHelper)] - [ComVisible(true), ClassInterface(ClassInterfaceType.None), TypeLibType(TypeLibTypeFlags.FHidden)] - public class ECell_SinkHelper : SinkHelper, ECell - { - #region Static - - public static readonly string Id = "000D0B0D-0000-0000-C000-000000000046"; - - #endregion - - #region Ctor - - public ECell_SinkHelper(ICOMObject eventClass, IConnectionPoint connectPoint): base(eventClass) - { - SetupEventBinding(connectPoint); - } - - #endregion - - #region ECell - - public void CellChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell) - { - if (!Validate("CellChanged")) - { - Invoker.ReleaseParamsArray(cell); - return; - } - - NetOffice.VisioApi.IVCell newCell = Factory.CreateEventArgumentObjectFromComProxy(EventClass, cell) as NetOffice.VisioApi.IVCell; - object[] paramsArray = new object[1]; - paramsArray[0] = newCell; - EventBinding.RaiseCustomEvent("CellChanged", ref paramsArray); - } - - public void FormulaChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell) - { - if (!Validate("FormulaChanged")) - { - Invoker.ReleaseParamsArray(cell); - return; - } - - NetOffice.VisioApi.IVCell newCell = Factory.CreateEventArgumentObjectFromComProxy(EventClass, cell) as NetOffice.VisioApi.IVCell; - object[] paramsArray = new object[1]; - paramsArray[0] = newCell; - EventBinding.RaiseCustomEvent("FormulaChanged", ref paramsArray); - } - - #endregion - } - - #endregion - - #pragma warning restore -} \ No newline at end of file diff --git a/Source/Visio/Events/ECharacters.cs b/Source/Visio/Events/ECharacters.cs deleted file mode 100644 index 800bfd92a9..0000000000 --- a/Source/Visio/Events/ECharacters.cs +++ /dev/null @@ -1,70 +0,0 @@ -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Runtime.InteropServices.ComTypes; -using NetOffice; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi.Events -{ - #pragma warning disable - - #region SinkPoint Interface - - [SupportByVersion("Visio", 11,12,14,15,16)] - [InternalEntity(InternalEntityKind.ComEventInterface)] - [ComImport, Guid("000D0B0C-0000-0000-C000-000000000046"), InterfaceType(ComInterfaceType.InterfaceIsIDispatch), TypeLibType((short)0x1010)] - public interface ECharacters - { - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8320)] - void TextChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - } - - #endregion - - #region SinkHelper - - [InternalEntity(InternalEntityKind.SinkHelper)] - [ComVisible(true), ClassInterface(ClassInterfaceType.None), TypeLibType(TypeLibTypeFlags.FHidden)] - public class ECharacters_SinkHelper : SinkHelper, ECharacters - { - #region Static - - public static readonly string Id = "000D0B0C-0000-0000-C000-000000000046"; - - #endregion - - #region Ctor - - public ECharacters_SinkHelper(ICOMObject eventClass, IConnectionPoint connectPoint): base(eventClass) - { - SetupEventBinding(connectPoint); - } - - #endregion - - #region ECharacters - - public void TextChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("TextChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("TextChanged", ref paramsArray); - } - - #endregion - } - - #endregion - - #pragma warning restore -} \ No newline at end of file diff --git a/Source/Visio/Events/EDataRecordset.cs b/Source/Visio/Events/EDataRecordset.cs deleted file mode 100644 index cec3b129d3..0000000000 --- a/Source/Visio/Events/EDataRecordset.cs +++ /dev/null @@ -1,89 +0,0 @@ -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Runtime.InteropServices.ComTypes; -using NetOffice; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi.Events -{ - #pragma warning disable - - #region SinkPoint Interface - - [SupportByVersion("Visio", 12,14,15,16)] - [InternalEntity(InternalEntityKind.ComEventInterface)] - [ComImport, Guid("000D0B11-0000-0000-C000-000000000046"), InterfaceType(ComInterfaceType.InterfaceIsIDispatch), TypeLibType((short)0x1010)] - public interface EDataRecordset - { - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("dataRecordsetChanged", typeof(VisioApi.IVDataRecordsetChangedEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8224)] - void DataRecordsetChanged([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordsetChanged); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("dataRecordset", typeof(VisioApi.IVDataRecordset))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16416)] - void BeforeDataRecordsetDelete([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordset); - } - - #endregion - - #region SinkHelper - - [InternalEntity(InternalEntityKind.SinkHelper)] - [ComVisible(true), ClassInterface(ClassInterfaceType.None), TypeLibType(TypeLibTypeFlags.FHidden)] - public class EDataRecordset_SinkHelper : SinkHelper, EDataRecordset - { - #region Static - - public static readonly string Id = "000D0B11-0000-0000-C000-000000000046"; - - #endregion - - #region Ctor - - public EDataRecordset_SinkHelper(ICOMObject eventClass, IConnectionPoint connectPoint): base(eventClass) - { - SetupEventBinding(connectPoint); - } - - #endregion - - #region EDataRecordset - - public void DataRecordsetChanged([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordsetChanged) - { - if (!Validate("DataRecordsetChanged")) - { - Invoker.ReleaseParamsArray(dataRecordsetChanged); - return; - } - - NetOffice.VisioApi.IVDataRecordsetChangedEvent newDataRecordsetChanged = Factory.CreateEventArgumentObjectFromComProxy(EventClass, dataRecordsetChanged) as IVDataRecordsetChangedEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newDataRecordsetChanged; - EventBinding.RaiseCustomEvent("DataRecordsetChanged", ref paramsArray); - } - - public void BeforeDataRecordsetDelete([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordset) - { - if (!Validate("BeforeDataRecordsetDelete")) - { - Invoker.ReleaseParamsArray(dataRecordset); - return; - } - - NetOffice.VisioApi.IVDataRecordset newDataRecordset = Factory.CreateEventArgumentObjectFromComProxy(EventClass, dataRecordset) as NetOffice.VisioApi.IVDataRecordset; - object[] paramsArray = new object[1]; - paramsArray[0] = newDataRecordset; - EventBinding.RaiseCustomEvent("BeforeDataRecordsetDelete", ref paramsArray); - } - - #endregion - } - - #endregion - - #pragma warning restore -} \ No newline at end of file diff --git a/Source/Visio/Events/EDataRecordsets.cs b/Source/Visio/Events/EDataRecordsets.cs deleted file mode 100644 index 52a0c7040d..0000000000 --- a/Source/Visio/Events/EDataRecordsets.cs +++ /dev/null @@ -1,108 +0,0 @@ -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Runtime.InteropServices.ComTypes; -using NetOffice; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi.Events -{ - #pragma warning disable - - #region SinkPoint Interface - - [SupportByVersion("Visio", 12,14,15,16)] - [InternalEntity(InternalEntityKind.ComEventInterface)] - [ComImport, Guid("000D0B10-0000-0000-C000-000000000046"), InterfaceType(ComInterfaceType.InterfaceIsIDispatch), TypeLibType((short)0x1010)] - public interface EDataRecordsets - { - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("dataRecordset", typeof(VisioApi.IVDataRecordset))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32800)] - void DataRecordsetAdded([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordset); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("dataRecordset", typeof(VisioApi.IVDataRecordset))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16416)] - void BeforeDataRecordsetDelete([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordset); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("dataRecordsetChanged", typeof(VisioApi.IVDataRecordsetChangedEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8224)] - void DataRecordsetChanged([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordsetChanged); - } - - #endregion - - #region SinkHelper - - [InternalEntity(InternalEntityKind.SinkHelper)] - [ComVisible(true), ClassInterface(ClassInterfaceType.None), TypeLibType(TypeLibTypeFlags.FHidden)] - public class EDataRecordsets_SinkHelper : SinkHelper, EDataRecordsets - { - #region Static - - public static readonly string Id = "000D0B10-0000-0000-C000-000000000046"; - - #endregion - - #region Ctor - - public EDataRecordsets_SinkHelper(ICOMObject eventClass, IConnectionPoint connectPoint): base(eventClass) - { - SetupEventBinding(connectPoint); - } - - #endregion - - #region EDataRecordsets - - public void DataRecordsetAdded([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordset) - { - if (!Validate("DataRecordsetAdded")) - { - Invoker.ReleaseParamsArray(dataRecordset); - return; - } - - NetOffice.VisioApi.IVDataRecordset newDataRecordset = Factory.CreateEventArgumentObjectFromComProxy(EventClass, dataRecordset) as NetOffice.VisioApi.IVDataRecordset; - object[] paramsArray = new object[1]; - paramsArray[0] = newDataRecordset; - EventBinding.RaiseCustomEvent("DataRecordsetAdded", ref paramsArray); - } - - public void BeforeDataRecordsetDelete([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordset) - { - if (!Validate("BeforeDataRecordsetDelete")) - { - Invoker.ReleaseParamsArray(dataRecordset); - return; - } - - NetOffice.VisioApi.IVDataRecordset newDataRecordset = Factory.CreateEventArgumentObjectFromComProxy(EventClass, dataRecordset) as NetOffice.VisioApi.IVDataRecordset; - object[] paramsArray = new object[1]; - paramsArray[0] = newDataRecordset; - EventBinding.RaiseCustomEvent("BeforeDataRecordsetDelete", ref paramsArray); - } - - public void DataRecordsetChanged([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordsetChanged) - { - if (!Validate("DataRecordsetChanged")) - { - Invoker.ReleaseParamsArray(dataRecordsetChanged); - return; - } - - NetOffice.VisioApi.IVDataRecordsetChangedEvent newDataRecordsetChanged = Factory.CreateEventArgumentObjectFromComProxy(EventClass, dataRecordsetChanged) as IVDataRecordsetChangedEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newDataRecordsetChanged; - EventBinding.RaiseCustomEvent("DataRecordsetChanged", ref paramsArray); - } - - #endregion - } - - #endregion - - #pragma warning restore -} \ No newline at end of file diff --git a/Source/Visio/Events/EDocument.cs b/Source/Visio/Events/EDocument.cs deleted file mode 100644 index 767034f5b1..0000000000 --- a/Source/Visio/Events/EDocument.cs +++ /dev/null @@ -1,925 +0,0 @@ -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Runtime.InteropServices.ComTypes; -using NetOffice; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi.Events -{ - #pragma warning disable - - #region SinkPoint Interface - - [SupportByVersion("Visio", 11,12,14,15,16)] - [InternalEntity(InternalEntityKind.ComEventInterface)] - [ComImport, Guid("000D0750-0000-0000-C000-000000000046"), InterfaceType(ComInterfaceType.InterfaceIsIDispatch), TypeLibType((short)0x1010)] - public interface EDocument - { - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(2)] - void DocumentOpened([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(1)] - void DocumentCreated([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(3)] - void DocumentSaved([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(4)] - void DocumentSavedAs([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8194)] - void DocumentChanged([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16386)] - void BeforeDocumentClose([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32772)] - void StyleAdded([In, MarshalAs(UnmanagedType.IDispatch)] object style); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8196)] - void StyleChanged([In, MarshalAs(UnmanagedType.IDispatch)] object style); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16388)] - void BeforeStyleDelete([In, MarshalAs(UnmanagedType.IDispatch)] object style); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32776)] - void MasterAdded([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8200)] - void MasterChanged([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16392)] - void BeforeMasterDelete([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32784)] - void PageAdded([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8208)] - void PageChanged([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16400)] - void BeforePageDelete([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32832)] - void ShapeAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(901)] - void BeforeSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(5)] - void RunModeEntered([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(6)] - void DesignModeEntered([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(7)] - void BeforeDocumentSave([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8)] - void BeforeDocumentSaveAs([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(9)] - void QueryCancelDocumentClose([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(10)] - void DocumentCloseCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(300)] - void QueryCancelStyleDelete([In, MarshalAs(UnmanagedType.IDispatch)] object style); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(301)] - void StyleDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object style); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(400)] - void QueryCancelMasterDelete([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(401)] - void MasterDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(500)] - void QueryCancelPageDelete([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(501)] - void PageDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(802)] - void ShapeParentChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(803)] - void BeforeShapeTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(804)] - void ShapeExitedTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(903)] - void QueryCancelSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(904)] - void SelectionDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(905)] - void QueryCancelUngroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(906)] - void UngroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(907)] - void QueryCancelConvertToGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(908)] - void ConvertToGroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(909)] - void QueryCancelGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(910)] - void GroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(807)] - void ShapeDataGraphicChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("dataRecordset", typeof(VisioApi.IVDataRecordset))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16416)] - void BeforeDataRecordsetDelete([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordset); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("dataRecordset", typeof(VisioApi.IVDataRecordset))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32800)] - void DataRecordsetAdded([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordset); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(11)] - void AfterRemoveHiddenInformation([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 14,15,16)] - [SinkArgument("ruleSet", typeof(VisioApi.IVValidationRuleSet))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(13)] - void RuleSetValidated([In, MarshalAs(UnmanagedType.IDispatch)] object ruleSet); - - [SupportByVersion("Visio", 15, 16)] - [SinkArgument("coauthMergeObjects", typeof(VisioApi.IVCoauthMergeEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(14)] - void AfterDocumentMerge([In, MarshalAs(UnmanagedType.IDispatch)] object coauthMergeObjects); - } - - #endregion - - #region SinkHelper - - [InternalEntity(InternalEntityKind.SinkHelper)] - [ComVisible(true), ClassInterface(ClassInterfaceType.None), TypeLibType(TypeLibTypeFlags.FHidden)] - public class EDocument_SinkHelper : SinkHelper, EDocument - { - #region Static - - public static readonly string Id = "000D0750-0000-0000-C000-000000000046"; - - #endregion - - #region Ctor - - public EDocument_SinkHelper(ICOMObject eventClass, IConnectionPoint connectPoint): base(eventClass) - { - SetupEventBinding(connectPoint); - } - - #endregion - - #region EDocument - - public void DocumentOpened([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("DocumentOpened")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("DocumentOpened", ref paramsArray); - } - - public void DocumentCreated([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("DocumentCreated")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("DocumentCreated", ref paramsArray); - } - - public void DocumentSaved([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("DocumentSaved")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("DocumentSaved", ref paramsArray); - } - - public void DocumentSavedAs([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("DocumentSavedAs")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("DocumentSavedAs", ref paramsArray); - } - - public void DocumentChanged([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("DocumentChanged")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("DocumentChanged", ref paramsArray); - } - - public void BeforeDocumentClose([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("BeforeDocumentClose")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("BeforeDocumentClose", ref paramsArray); - } - - public void StyleAdded([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("StyleAdded")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("StyleAdded", ref paramsArray); - } - - public void StyleChanged([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("StyleChanged")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("StyleChanged", ref paramsArray); - } - - public void BeforeStyleDelete([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("BeforeStyleDelete")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("BeforeStyleDelete", ref paramsArray); - } - - public void MasterAdded([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("MasterAdded")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("MasterAdded", ref paramsArray); - } - - public void MasterChanged([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("MasterChanged")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("MasterChanged", ref paramsArray); - } - - public void BeforeMasterDelete([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("BeforeMasterDelete")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("BeforeMasterDelete", ref paramsArray); - } - - public void PageAdded([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("PageAdded")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("PageAdded", ref paramsArray); - } - - public void PageChanged([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("PageChanged")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("PageChanged", ref paramsArray); - } - - public void BeforePageDelete([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("BeforePageDelete")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("BeforePageDelete", ref paramsArray); - } - - public void ShapeAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeAdded")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeAdded", ref paramsArray); - } - - public void BeforeSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("BeforeSelectionDelete")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("BeforeSelectionDelete", ref paramsArray); - } - - public void RunModeEntered([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("RunModeEntered")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("RunModeEntered", ref paramsArray); - } - - public void DesignModeEntered([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("DesignModeEntered")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("DesignModeEntered", ref paramsArray); - } - - public void BeforeDocumentSave([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("BeforeDocumentSave")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("BeforeDocumentSave", ref paramsArray); - } - - public void BeforeDocumentSaveAs([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("BeforeDocumentSaveAs")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("BeforeDocumentSaveAs", ref paramsArray); - } - - public void QueryCancelDocumentClose([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("QueryCancelDocumentClose")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("QueryCancelDocumentClose", ref paramsArray); - } - - public void DocumentCloseCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("DocumentCloseCanceled")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("DocumentCloseCanceled", ref paramsArray); - } - - public void QueryCancelStyleDelete([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("QueryCancelStyleDelete")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("QueryCancelStyleDelete", ref paramsArray); - } - - public void StyleDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("StyleDeleteCanceled")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("StyleDeleteCanceled", ref paramsArray); - } - - public void QueryCancelMasterDelete([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("QueryCancelMasterDelete")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("QueryCancelMasterDelete", ref paramsArray); - } - - public void MasterDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("MasterDeleteCanceled")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("MasterDeleteCanceled", ref paramsArray); - } - - public void QueryCancelPageDelete([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("QueryCancelPageDelete")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("QueryCancelPageDelete", ref paramsArray); - } - - public void PageDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("PageDeleteCanceled")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("PageDeleteCanceled", ref paramsArray); - } - - public void ShapeParentChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeParentChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeParentChanged", ref paramsArray); - } - - public void BeforeShapeTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("BeforeShapeTextEdit")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("BeforeShapeTextEdit", ref paramsArray); - } - - public void ShapeExitedTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeExitedTextEdit")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeExitedTextEdit", ref paramsArray); - } - - public void QueryCancelSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelSelectionDelete")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelSelectionDelete", ref paramsArray); - } - - public void SelectionDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("SelectionDeleteCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("SelectionDeleteCanceled", ref paramsArray); - } - - public void QueryCancelUngroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelUngroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelUngroup", ref paramsArray); - } - - public void UngroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("UngroupCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("UngroupCanceled", ref paramsArray); - } - - public void QueryCancelConvertToGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelConvertToGroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelConvertToGroup", ref paramsArray); - } - - public void ConvertToGroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("ConvertToGroupCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("ConvertToGroupCanceled", ref paramsArray); - } - - public void QueryCancelGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelGroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelGroup", ref paramsArray); - } - - public void GroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("GroupCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("GroupCanceled", ref paramsArray); - } - - public void ShapeDataGraphicChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeDataGraphicChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeDataGraphicChanged", ref paramsArray); - } - - public void BeforeDataRecordsetDelete([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordset) - { - if (!Validate("BeforeDataRecordsetDelete")) - { - Invoker.ReleaseParamsArray(dataRecordset); - return; - } - - NetOffice.VisioApi.IVDataRecordset newDataRecordset = Factory.CreateEventArgumentObjectFromComProxy(EventClass, dataRecordset) as NetOffice.VisioApi.IVDataRecordset; - object[] paramsArray = new object[1]; - paramsArray[0] = newDataRecordset; - EventBinding.RaiseCustomEvent("BeforeDataRecordsetDelete", ref paramsArray); - } - - public void DataRecordsetAdded([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordset) - { - if (!Validate("DataRecordsetAdded")) - { - Invoker.ReleaseParamsArray(dataRecordset); - return; - } - - NetOffice.VisioApi.IVDataRecordset newDataRecordset = Factory.CreateEventArgumentObjectFromComProxy(EventClass, dataRecordset) as NetOffice.VisioApi.IVDataRecordset; - object[] paramsArray = new object[1]; - paramsArray[0] = newDataRecordset; - EventBinding.RaiseCustomEvent("DataRecordsetAdded", ref paramsArray); - } - - public void AfterRemoveHiddenInformation([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("AfterRemoveHiddenInformation")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("AfterRemoveHiddenInformation", ref paramsArray); - } - - public void RuleSetValidated([In, MarshalAs(UnmanagedType.IDispatch)] object ruleSet) - { - if (!Validate("RuleSetValidated")) - { - Invoker.ReleaseParamsArray(ruleSet); - return; - } - - NetOffice.VisioApi.IVValidationRuleSet newRuleSet = Factory.CreateEventArgumentObjectFromComProxy(EventClass, ruleSet) as NetOffice.VisioApi.IVValidationRuleSet; - object[] paramsArray = new object[1]; - paramsArray[0] = newRuleSet; - EventBinding.RaiseCustomEvent("RuleSetValidated", ref paramsArray); - } - - public void AfterDocumentMerge([In, MarshalAs(UnmanagedType.IDispatch)] object coauthMergeObjects) - { - if (!Validate("AfterDocumentMerge")) - { - Invoker.ReleaseParamsArray(coauthMergeObjects); - return; - } - - NetOffice.VisioApi.IVCoauthMergeEvent newcoauthMergeObjects = Factory.CreateEventArgumentObjectFromComProxy(EventClass, coauthMergeObjects) as NetOffice.VisioApi.IVCoauthMergeEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newcoauthMergeObjects; - EventBinding.RaiseCustomEvent("AfterDocumentMerge", ref paramsArray); - } - - #endregion - } - - #endregion - - #pragma warning restore -} \ No newline at end of file diff --git a/Source/Visio/Events/EDocuments.cs b/Source/Visio/Events/EDocuments.cs deleted file mode 100644 index c3be5178dc..0000000000 --- a/Source/Visio/Events/EDocuments.cs +++ /dev/null @@ -1,1298 +0,0 @@ -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Runtime.InteropServices.ComTypes; -using NetOffice; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi.Events -{ - #pragma warning disable - - #region SinkPoint Interface - - [SupportByVersion("Visio", 11,12,14,15,16)] - [InternalEntity(InternalEntityKind.ComEventInterface)] - [ComImport, Guid("000D0B03-0000-0000-C000-000000000046"), InterfaceType(ComInterfaceType.InterfaceIsIDispatch), TypeLibType((short)0x1010)] - public interface EDocuments - { - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(2)] - void DocumentOpened([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(1)] - void DocumentCreated([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(3)] - void DocumentSaved([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(4)] - void DocumentSavedAs([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8194)] - void DocumentChanged([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16386)] - void BeforeDocumentClose([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32772)] - void StyleAdded([In, MarshalAs(UnmanagedType.IDispatch)] object style); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8196)] - void StyleChanged([In, MarshalAs(UnmanagedType.IDispatch)] object style); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16388)] - void BeforeStyleDelete([In, MarshalAs(UnmanagedType.IDispatch)] object style); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32776)] - void MasterAdded([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8200)] - void MasterChanged([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16392)] - void BeforeMasterDelete([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32784)] - void PageAdded([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8208)] - void PageChanged([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16400)] - void BeforePageDelete([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32832)] - void ShapeAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(901)] - void BeforeSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8256)] - void ShapeChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(902)] - void SelectionAdded([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16448)] - void BeforeShapeDelete([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8320)] - void TextChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("cell", typeof(VisioApi.IVCell))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(10240)] - void CellChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(5)] - void RunModeEntered([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(6)] - void DesignModeEntered([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(7)] - void BeforeDocumentSave([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8)] - void BeforeDocumentSaveAs([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("cell", typeof(VisioApi.IVCell))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(12288)] - void FormulaChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("connects", typeof(VisioApi.IVConnects))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(33024)] - void ConnectionsAdded([In, MarshalAs(UnmanagedType.IDispatch)] object connects); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("connects", typeof(VisioApi.IVConnects))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16640)] - void ConnectionsDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object connects); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(9)] - void QueryCancelDocumentClose([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(10)] - void DocumentCloseCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(300)] - void QueryCancelStyleDelete([In, MarshalAs(UnmanagedType.IDispatch)] object style); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(301)] - void StyleDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object style); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(400)] - void QueryCancelMasterDelete([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(401)] - void MasterDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(500)] - void QueryCancelPageDelete([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(501)] - void PageDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(802)] - void ShapeParentChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.Shape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(803)] - void BeforeShapeTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.Shape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(804)] - void ShapeExitedTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(903)] - void QueryCancelSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(904)] - void SelectionDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(905)] - void QueryCancelUngroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(906)] - void UngroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(907)] - void QueryCancelConvertToGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(908)] - void ConvertToGroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(909)] - void QueryCancelGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(910)] - void GroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(807)] - void ShapeDataGraphicChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("dataRecordset", typeof(VisioApi.IVDataRecordset))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16416)] - void BeforeDataRecordsetDelete([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordset); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("dataRecordsetChanged", typeof(VisioApi.IVDataRecordsetChangedEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8224)] - void DataRecordsetChanged([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordsetChanged); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("dataRecordset", typeof(VisioApi.IVDataRecordset))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32800)] - void DataRecordsetAdded([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordset); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [SinkArgument("dataRecordsetID", SinkArgumentType.Int32)] - [SinkArgument("dataRowID", SinkArgumentType.Int32)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(805)] - void ShapeLinkAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape, [In] object dataRecordsetID, [In] object dataRowID); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [SinkArgument("dataRecordsetID", SinkArgumentType.Int32)] - [SinkArgument("dataRowID", SinkArgumentType.Int32)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(806)] - void ShapeLinkDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shape, [In] object dataRecordsetID, [In] object dataRowID); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("doc", typeof(VisioApi.IVDocument))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(11)] - void AfterRemoveHiddenInformation([In, MarshalAs(UnmanagedType.IDispatch)] object doc); - - [SupportByVersion("Visio", 14,15,16)] - [SinkArgument("shapePair", typeof(VisioApi.IVRelatedShapePairEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(502)] - void ContainerRelationshipAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair); - - [SupportByVersion("Visio", 14,15,16)] - [SinkArgument("shapePair", typeof(VisioApi.IVRelatedShapePairEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(503)] - void ContainerRelationshipDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair); - - [SupportByVersion("Visio", 14,15,16)] - [SinkArgument("shapePair", typeof(VisioApi.IVRelatedShapePairEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(504)] - void CalloutRelationshipAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair); - - [SupportByVersion("Visio", 14,15,16)] - [SinkArgument("shapePair", typeof(VisioApi.IVRelatedShapePairEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(505)] - void CalloutRelationshipDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair); - - [SupportByVersion("Visio", 14,15,16)] - [SinkArgument("ruleSet", typeof(VisioApi.IVValidationRuleSet))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(13)] - void RuleSetValidated([In, MarshalAs(UnmanagedType.IDispatch)] object ruleSet); - - [SupportByVersion("Visio", 15, 16)] - [SinkArgument("replaceShapes", typeof(VisioApi.IVReplaceShapesEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(911)] - void QueryCancelReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes); - - [SupportByVersion("Visio", 15, 16)] - [SinkArgument("replaceShapes", typeof(VisioApi.IVReplaceShapesEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(912)] - void ReplaceShapesCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes); - - [SupportByVersion("Visio", 15, 16)] - [SinkArgument("replaceShapes", typeof(VisioApi.IVReplaceShapesEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(913)] - void BeforeReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes); - - [SupportByVersion("Visio", 15, 16)] - [SinkArgument("sel", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(914)] - void AfterReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object sel); - - [SupportByVersion("Visio", 15, 16)] - [SinkArgument("coauthMergeObjects", typeof(VisioApi.IVCoauthMergeEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(14)] - void AfterDocumentMerge([In, MarshalAs(UnmanagedType.IDispatch)] object coauthMergeObjects); - } - - #endregion - - #region SinkHelper - - [InternalEntity(InternalEntityKind.SinkHelper)] - [ComVisible(true), ClassInterface(ClassInterfaceType.None), TypeLibType(TypeLibTypeFlags.FHidden)] - public class EDocuments_SinkHelper : SinkHelper, EDocuments - { - #region Static - - public static readonly string Id = "000D0B03-0000-0000-C000-000000000046"; - - #endregion - - #region Ctor - - public EDocuments_SinkHelper(ICOMObject eventClass, IConnectionPoint connectPoint): base(eventClass) - { - SetupEventBinding(connectPoint); - } - - #endregion - - #region EDocuments - - public void DocumentOpened([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("DocumentOpened")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("DocumentOpened", ref paramsArray); - } - - public void DocumentCreated([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("DocumentCreated")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("DocumentCreated", ref paramsArray); - } - - public void DocumentSaved([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("DocumentSaved")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("DocumentSaved", ref paramsArray); - } - - public void DocumentSavedAs([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("DocumentSavedAs")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("DocumentSavedAs", ref paramsArray); - } - - public void DocumentChanged([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("DocumentChanged")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("DocumentChanged", ref paramsArray); - } - - public void BeforeDocumentClose([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("BeforeDocumentClose")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("BeforeDocumentClose", ref paramsArray); - } - - public void StyleAdded([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("StyleAdded")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("StyleAdded", ref paramsArray); - } - - public void StyleChanged([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("StyleChanged")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("StyleChanged", ref paramsArray); - } - - public void BeforeStyleDelete([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("BeforeStyleDelete")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("BeforeStyleDelete", ref paramsArray); - } - - public void MasterAdded([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("MasterAdded")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("MasterAdded", ref paramsArray); - } - - public void MasterChanged([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("MasterChanged")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("MasterChanged", ref paramsArray); - } - - public void BeforeMasterDelete([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("BeforeMasterDelete")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("BeforeMasterDelete", ref paramsArray); - } - - public void PageAdded([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("PageAdded")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("PageAdded", ref paramsArray); - } - - public void PageChanged([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("PageChanged")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("PageChanged", ref paramsArray); - } - - public void BeforePageDelete([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("BeforePageDelete")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("BeforePageDelete", ref paramsArray); - } - - public void ShapeAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeAdded")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeAdded", ref paramsArray); - } - - public void BeforeSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("BeforeSelectionDelete")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("BeforeSelectionDelete", ref paramsArray); - } - - public void ShapeChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeChanged", ref paramsArray); - } - - public void SelectionAdded([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("SelectionAdded")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("SelectionAdded", ref paramsArray); - } - - public void BeforeShapeDelete([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("BeforeShapeDelete")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("BeforeShapeDelete", ref paramsArray); - } - - public void TextChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("TextChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("TextChanged", ref paramsArray); - } - - public void CellChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell) - { - if (!Validate("CellChanged")) - { - Invoker.ReleaseParamsArray(cell); - return; - } - - NetOffice.VisioApi.IVCell newCell = Factory.CreateEventArgumentObjectFromComProxy(EventClass, cell) as NetOffice.VisioApi.IVCell; - object[] paramsArray = new object[1]; - paramsArray[0] = newCell; - EventBinding.RaiseCustomEvent("CellChanged", ref paramsArray); - } - - public void RunModeEntered([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("CellChanged")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("RunModeEntered", ref paramsArray); - } - - public void DesignModeEntered([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("DesignModeEntered")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("DesignModeEntered", ref paramsArray); - } - - public void BeforeDocumentSave([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("BeforeDocumentSave")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("BeforeDocumentSave", ref paramsArray); - } - - public void BeforeDocumentSaveAs([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("BeforeDocumentSaveAs")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("BeforeDocumentSaveAs", ref paramsArray); - } - - public void FormulaChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell) - { - if (!Validate("FormulaChanged")) - { - Invoker.ReleaseParamsArray(cell); - return; - } - - NetOffice.VisioApi.IVCell newCell = Factory.CreateEventArgumentObjectFromComProxy(EventClass, cell) as NetOffice.VisioApi.IVCell; - object[] paramsArray = new object[1]; - paramsArray[0] = newCell; - EventBinding.RaiseCustomEvent("FormulaChanged", ref paramsArray); - } - - public void ConnectionsAdded([In, MarshalAs(UnmanagedType.IDispatch)] object connects) - { - if (!Validate("ConnectionsAdded")) - { - Invoker.ReleaseParamsArray(connects); - return; - } - - NetOffice.VisioApi.IVConnects newConnects = Factory.CreateEventArgumentObjectFromComProxy(EventClass, connects) as NetOffice.VisioApi.IVConnects; - object[] paramsArray = new object[1]; - paramsArray[0] = newConnects; - EventBinding.RaiseCustomEvent("ConnectionsAdded", ref paramsArray); - } - - public void ConnectionsDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object connects) - { - if (!Validate("ConnectionsDeleted")) - { - Invoker.ReleaseParamsArray(connects); - return; - } - - NetOffice.VisioApi.IVConnects newConnects = Factory.CreateEventArgumentObjectFromComProxy(EventClass, connects) as NetOffice.VisioApi.IVConnects; - object[] paramsArray = new object[1]; - paramsArray[0] = newConnects; - EventBinding.RaiseCustomEvent("ConnectionsDeleted", ref paramsArray); - } - - public void QueryCancelDocumentClose([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("QueryCancelDocumentClose")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("QueryCancelDocumentClose", ref paramsArray); - } - - public void DocumentCloseCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("DocumentCloseCanceled")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("DocumentCloseCanceled", ref paramsArray); - } - - public void QueryCancelStyleDelete([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("QueryCancelStyleDelete")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("QueryCancelStyleDelete", ref paramsArray); - } - - public void StyleDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("StyleDeleteCanceled")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("StyleDeleteCanceled", ref paramsArray); - } - - public void QueryCancelMasterDelete([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("QueryCancelMasterDelete")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("QueryCancelMasterDelete", ref paramsArray); - } - - public void MasterDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("MasterDeleteCanceled")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("MasterDeleteCanceled", ref paramsArray); - } - - public void QueryCancelPageDelete([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("QueryCancelPageDelete")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("QueryCancelPageDelete", ref paramsArray); - } - - public void PageDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("PageDeleteCanceled")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("PageDeleteCanceled", ref paramsArray); - } - - public void ShapeParentChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeParentChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeParentChanged", ref paramsArray); - } - - public void BeforeShapeTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("BeforeShapeTextEdit")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("BeforeShapeTextEdit", ref paramsArray); - } - - public void ShapeExitedTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeExitedTextEdit")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeExitedTextEdit", ref paramsArray); - } - - public void QueryCancelSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelSelectionDelete")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelSelectionDelete", ref paramsArray); - } - - public void SelectionDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("SelectionDeleteCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("SelectionDeleteCanceled", ref paramsArray); - } - - public void QueryCancelUngroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelUngroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelUngroup", ref paramsArray); - } - - public void UngroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("UngroupCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("UngroupCanceled", ref paramsArray); - } - - public void QueryCancelConvertToGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelConvertToGroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelConvertToGroup", ref paramsArray); - } - - public void ConvertToGroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("ConvertToGroupCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("ConvertToGroupCanceled", ref paramsArray); - } - - public void QueryCancelGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelGroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelGroup", ref paramsArray); - } - - public void GroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("GroupCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("GroupCanceled", ref paramsArray); - } - - public void ShapeDataGraphicChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeDataGraphicChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeDataGraphicChanged", ref paramsArray); - } - - public void BeforeDataRecordsetDelete([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordset) - { - if (!Validate("BeforeDataRecordsetDelete")) - { - Invoker.ReleaseParamsArray(dataRecordset); - return; - } - - NetOffice.VisioApi.IVDataRecordset newDataRecordset = Factory.CreateEventArgumentObjectFromComProxy(EventClass, dataRecordset) as NetOffice.VisioApi.IVDataRecordset; - object[] paramsArray = new object[1]; - paramsArray[0] = newDataRecordset; - EventBinding.RaiseCustomEvent("BeforeDataRecordsetDelete", ref paramsArray); - } - - public void DataRecordsetChanged([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordsetChanged) - { - if (!Validate("DataRecordsetChanged")) - { - Invoker.ReleaseParamsArray(dataRecordsetChanged); - return; - } - - NetOffice.VisioApi.IVDataRecordsetChangedEvent newDataRecordsetChanged = Factory.CreateEventArgumentObjectFromComProxy(EventClass, dataRecordsetChanged) as NetOffice.VisioApi.IVDataRecordsetChangedEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newDataRecordsetChanged; - EventBinding.RaiseCustomEvent("DataRecordsetChanged", ref paramsArray); - } - - public void DataRecordsetAdded([In, MarshalAs(UnmanagedType.IDispatch)] object dataRecordset) - { - if (!Validate("DataRecordsetAdded")) - { - Invoker.ReleaseParamsArray(dataRecordset); - return; - } - - NetOffice.VisioApi.IVDataRecordset newDataRecordset = Factory.CreateEventArgumentObjectFromComProxy(EventClass, dataRecordset) as NetOffice.VisioApi.IVDataRecordset; - object[] paramsArray = new object[1]; - paramsArray[0] = newDataRecordset; - EventBinding.RaiseCustomEvent("DataRecordsetAdded", ref paramsArray); - } - - public void ShapeLinkAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape, [In] object dataRecordsetID, [In] object dataRowID) - { - if (!Validate("ShapeLinkAdded")) - { - Invoker.ReleaseParamsArray(shape, dataRecordsetID, dataRowID); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - Int32 newDataRecordsetID = ToInt32(dataRecordsetID); - Int32 newDataRowID = ToInt32(dataRowID); - object[] paramsArray = new object[3]; - paramsArray[0] = newShape; - paramsArray[1] = newDataRecordsetID; - paramsArray[2] = newDataRowID; - EventBinding.RaiseCustomEvent("ShapeLinkAdded", ref paramsArray); - } - - public void ShapeLinkDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shape, [In] object dataRecordsetID, [In] object dataRowID) - { - if (!Validate("ShapeLinkDeleted")) - { - Invoker.ReleaseParamsArray(shape, dataRecordsetID, dataRowID); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - Int32 newDataRecordsetID = ToInt32(dataRecordsetID); - Int32 newDataRowID = ToInt32(dataRowID); - object[] paramsArray = new object[3]; - paramsArray[0] = newShape; - paramsArray[1] = newDataRecordsetID; - paramsArray[2] = newDataRowID; - EventBinding.RaiseCustomEvent("ShapeLinkDeleted", ref paramsArray); - } - - public void AfterRemoveHiddenInformation([In, MarshalAs(UnmanagedType.IDispatch)] object doc) - { - if (!Validate("AfterRemoveHiddenInformation")) - { - Invoker.ReleaseParamsArray(doc); - return; - } - - NetOffice.VisioApi.IVDocument newdoc = Factory.CreateEventArgumentObjectFromComProxy(EventClass, doc) as NetOffice.VisioApi.IVDocument; - object[] paramsArray = new object[1]; - paramsArray[0] = newdoc; - EventBinding.RaiseCustomEvent("AfterRemoveHiddenInformation", ref paramsArray); - } - - public void ContainerRelationshipAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair) - { - if (!Validate("ContainerRelationshipAdded")) - { - Invoker.ReleaseParamsArray(shapePair); - return; - } - - NetOffice.VisioApi.IVRelatedShapePairEvent newShapePair = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shapePair) as NetOffice.VisioApi.IVRelatedShapePairEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newShapePair; - EventBinding.RaiseCustomEvent("ContainerRelationshipAdded", ref paramsArray); - } - - public void ContainerRelationshipDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair) - { - if (!Validate("ContainerRelationshipDeleted")) - { - Invoker.ReleaseParamsArray(shapePair); - return; - } - - NetOffice.VisioApi.IVRelatedShapePairEvent newShapePair = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shapePair) as NetOffice.VisioApi.IVRelatedShapePairEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newShapePair; - EventBinding.RaiseCustomEvent("ContainerRelationshipDeleted", ref paramsArray); - } - - public void CalloutRelationshipAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair) - { - if (!Validate("CalloutRelationshipAdded")) - { - Invoker.ReleaseParamsArray(shapePair); - return; - } - - NetOffice.VisioApi.IVRelatedShapePairEvent newShapePair = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shapePair) as NetOffice.VisioApi.IVRelatedShapePairEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newShapePair; - EventBinding.RaiseCustomEvent("CalloutRelationshipAdded", ref paramsArray); - } - - public void CalloutRelationshipDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair) - { - if (!Validate("CalloutRelationshipDeleted")) - { - Invoker.ReleaseParamsArray(shapePair); - return; - } - - NetOffice.VisioApi.IVRelatedShapePairEvent newShapePair = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shapePair) as NetOffice.VisioApi.IVRelatedShapePairEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newShapePair; - EventBinding.RaiseCustomEvent("CalloutRelationshipDeleted", ref paramsArray); - } - - public void RuleSetValidated([In, MarshalAs(UnmanagedType.IDispatch)] object ruleSet) - { - if (!Validate("RuleSetValidated")) - { - Invoker.ReleaseParamsArray(ruleSet); - return; - } - - NetOffice.VisioApi.IVValidationRuleSet newRuleSet = Factory.CreateEventArgumentObjectFromComProxy(EventClass, ruleSet) as NetOffice.VisioApi.IVValidationRuleSet; - object[] paramsArray = new object[1]; - paramsArray[0] = newRuleSet; - EventBinding.RaiseCustomEvent("RuleSetValidated", ref paramsArray); - } - - public void QueryCancelReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes) - { - if (!Validate("QueryCancelReplaceShapes")) - { - Invoker.ReleaseParamsArray(replaceShapes); - return; - } - - NetOffice.VisioApi.IVReplaceShapesEvent newreplaceShapes = Factory.CreateEventArgumentObjectFromComProxy(EventClass, replaceShapes) as NetOffice.VisioApi.IVReplaceShapesEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newreplaceShapes; - EventBinding.RaiseCustomEvent("QueryCancelReplaceShapes", ref paramsArray); - } - - public void ReplaceShapesCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes) - { - if (!Validate("ReplaceShapesCanceled")) - { - Invoker.ReleaseParamsArray(replaceShapes); - return; - } - - NetOffice.VisioApi.IVReplaceShapesEvent newreplaceShapes = Factory.CreateEventArgumentObjectFromComProxy(EventClass, replaceShapes) as NetOffice.VisioApi.IVReplaceShapesEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newreplaceShapes; - EventBinding.RaiseCustomEvent("ReplaceShapesCanceled", ref paramsArray); - } - - public void BeforeReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes) - { - if (!Validate("BeforeReplaceShapes")) - { - Invoker.ReleaseParamsArray(replaceShapes); - return; - } - - NetOffice.VisioApi.IVReplaceShapesEvent newreplaceShapes = Factory.CreateEventArgumentObjectFromComProxy(EventClass, replaceShapes) as NetOffice.VisioApi.IVReplaceShapesEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newreplaceShapes; - EventBinding.RaiseCustomEvent("BeforeReplaceShapes", ref paramsArray); - } - - public void AfterReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object sel) - { - if (!Validate("AfterReplaceShapes")) - { - Invoker.ReleaseParamsArray(sel); - return; - } - - NetOffice.VisioApi.IVSelection newsel = Factory.CreateEventArgumentObjectFromComProxy(EventClass, sel) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newsel; - EventBinding.RaiseCustomEvent("AfterReplaceShapes", ref paramsArray); - } - - public void AfterDocumentMerge([In, MarshalAs(UnmanagedType.IDispatch)] object coauthMergeObjects) - { - if (!Validate("AfterDocumentMerge")) - { - Invoker.ReleaseParamsArray(coauthMergeObjects); - return; - } - - NetOffice.VisioApi.IVCoauthMergeEvent newcoauthMergeObjects = Factory.CreateEventArgumentObjectFromComProxy(EventClass, coauthMergeObjects) as NetOffice.VisioApi.IVCoauthMergeEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newcoauthMergeObjects; - EventBinding.RaiseCustomEvent("AfterDocumentMerge", ref paramsArray); - } - - #endregion - } - - #endregion - - #pragma warning restore -} \ No newline at end of file diff --git a/Source/Visio/Events/EMaster.cs b/Source/Visio/Events/EMaster.cs deleted file mode 100644 index 8d3a6038b4..0000000000 --- a/Source/Visio/Events/EMaster.cs +++ /dev/null @@ -1,545 +0,0 @@ -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Runtime.InteropServices.ComTypes; -using NetOffice; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi.Events -{ - #pragma warning disable - - #region SinkPoint Interface - - [SupportByVersion("Visio", 11,12,14,15,16)] - [InternalEntity(InternalEntityKind.ComEventInterface)] - [ComImport, Guid("000D0B08-0000-0000-C000-000000000046"), InterfaceType(ComInterfaceType.InterfaceIsIDispatch), TypeLibType((short)0x1010)] - public interface EMaster - { - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8200)] - void MasterChanged([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16392)] - void BeforeMasterDelete([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32832)] - void ShapeAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(901)] - void BeforeSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8256)] - void ShapeChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(902)] - void SelectionAdded([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16448)] - void BeforeShapeDelete([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8320)] - void TextChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("cell", typeof(VisioApi.IVCell))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(10240)] - void CellChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("cell", typeof(VisioApi.IVCell))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(12288)] - void FormulaChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("connects", typeof(VisioApi.IVConnects))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(33024)] - void ConnectionsAdded([In, MarshalAs(UnmanagedType.IDispatch)] object connects); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("connects", typeof(VisioApi.IVConnects))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16640)] - void ConnectionsDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object connects); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(400)] - void QueryCancelMasterDelete([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(401)] - void MasterDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(802)] - void ShapeParentChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(803)] - void BeforeShapeTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(804)] - void ShapeExitedTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(903)] - void QueryCancelSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(904)] - void SelectionDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(905)] - void QueryCancelUngroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(906)] - void UngroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(907)] - void QueryCancelConvertToGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(908)] - void ConvertToGroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(909)] - void QueryCancelGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(910)] - void GroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(807)] - void ShapeDataGraphicChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - } - - #endregion - - #region SinkHelper - - [InternalEntity(InternalEntityKind.SinkHelper)] - [ComVisible(true), ClassInterface(ClassInterfaceType.None), TypeLibType(TypeLibTypeFlags.FHidden)] - public class EMaster_SinkHelper : SinkHelper, EMaster - { - #region Static - - public static readonly string Id = "000D0B08-0000-0000-C000-000000000046"; - - #endregion - - #region Ctor - - public EMaster_SinkHelper(ICOMObject eventClass, IConnectionPoint connectPoint): base(eventClass) - { - SetupEventBinding(connectPoint); - } - - #endregion - - #region EMaster - - public void MasterChanged([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("MasterChanged")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("MasterChanged", ref paramsArray); - } - - public void BeforeMasterDelete([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("BeforeMasterDelete")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("BeforeMasterDelete", ref paramsArray); - } - - public void ShapeAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeAdded")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeAdded", ref paramsArray); - } - - public void BeforeSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("BeforeSelectionDelete")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("BeforeSelectionDelete", ref paramsArray); - } - - public void ShapeChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeChanged", ref paramsArray); - } - - public void SelectionAdded([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("SelectionAdded")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("SelectionAdded", ref paramsArray); - } - - public void BeforeShapeDelete([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("BeforeShapeDelete")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("BeforeShapeDelete", ref paramsArray); - } - - public void TextChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("TextChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("TextChanged", ref paramsArray); - } - - public void CellChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell) - { - if (!Validate("CellChanged")) - { - Invoker.ReleaseParamsArray(cell); - return; - } - - NetOffice.VisioApi.IVCell newCell = Factory.CreateEventArgumentObjectFromComProxy(EventClass, cell) as NetOffice.VisioApi.IVCell; - object[] paramsArray = new object[1]; - paramsArray[0] = newCell; - EventBinding.RaiseCustomEvent("CellChanged", ref paramsArray); - } - - public void FormulaChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell) - { - if (!Validate("FormulaChanged")) - { - Invoker.ReleaseParamsArray(cell); - return; - } - - NetOffice.VisioApi.IVCell newCell = Factory.CreateEventArgumentObjectFromComProxy(EventClass, cell) as NetOffice.VisioApi.IVCell; - object[] paramsArray = new object[1]; - paramsArray[0] = newCell; - EventBinding.RaiseCustomEvent("FormulaChanged", ref paramsArray); - } - - public void ConnectionsAdded([In, MarshalAs(UnmanagedType.IDispatch)] object connects) - { - if (!Validate("ConnectionsAdded")) - { - Invoker.ReleaseParamsArray(connects); - return; - } - - NetOffice.VisioApi.IVConnects newConnects = Factory.CreateEventArgumentObjectFromComProxy(EventClass, connects) as NetOffice.VisioApi.IVConnects; - object[] paramsArray = new object[1]; - paramsArray[0] = newConnects; - EventBinding.RaiseCustomEvent("ConnectionsAdded", ref paramsArray); - } - - public void ConnectionsDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object connects) - { - if (!Validate("ConnectionsDeleted")) - { - Invoker.ReleaseParamsArray(connects); - return; - } - - NetOffice.VisioApi.IVConnects newConnects = Factory.CreateEventArgumentObjectFromComProxy(EventClass, connects) as NetOffice.VisioApi.IVConnects; - object[] paramsArray = new object[1]; - paramsArray[0] = newConnects; - EventBinding.RaiseCustomEvent("ConnectionsDeleted", ref paramsArray); - } - - public void QueryCancelMasterDelete([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("QueryCancelMasterDelete")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("QueryCancelMasterDelete", ref paramsArray); - } - - public void MasterDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("MasterDeleteCanceled")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("MasterDeleteCanceled", ref paramsArray); - } - - public void ShapeParentChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeParentChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeParentChanged", ref paramsArray); - } - - public void BeforeShapeTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("BeforeShapeTextEdit")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("BeforeShapeTextEdit", ref paramsArray); - } - - public void ShapeExitedTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeExitedTextEdit")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeExitedTextEdit", ref paramsArray); - } - - public void QueryCancelSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelSelectionDelete")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelSelectionDelete", ref paramsArray); - } - - public void SelectionDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("SelectionDeleteCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("SelectionDeleteCanceled", ref paramsArray); - } - - public void QueryCancelUngroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelUngroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelUngroup", ref paramsArray); - } - - public void UngroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelUngroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("UngroupCanceled", ref paramsArray); - } - - public void QueryCancelConvertToGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelConvertToGroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelConvertToGroup", ref paramsArray); - } - - public void ConvertToGroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("ConvertToGroupCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("ConvertToGroupCanceled", ref paramsArray); - } - - public void QueryCancelGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelGroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelGroup", ref paramsArray); - } - - public void GroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("GroupCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("GroupCanceled", ref paramsArray); - } - - public void ShapeDataGraphicChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeDataGraphicChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeDataGraphicChanged", ref paramsArray); - } - - #endregion - } - - #endregion - - #pragma warning restore -} \ No newline at end of file diff --git a/Source/Visio/Events/EMasters.cs b/Source/Visio/Events/EMasters.cs deleted file mode 100644 index 73cdaba1af..0000000000 --- a/Source/Visio/Events/EMasters.cs +++ /dev/null @@ -1,564 +0,0 @@ -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Runtime.InteropServices.ComTypes; -using NetOffice; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi.Events -{ - #pragma warning disable - - #region SinkPoint Interface - - [SupportByVersion("Visio", 11,12,14,15,16)] - [InternalEntity(InternalEntityKind.ComEventInterface)] - [ComImport, Guid("000D0B07-0000-0000-C000-000000000046"), InterfaceType(ComInterfaceType.InterfaceIsIDispatch), TypeLibType((short)0x1010)] - public interface EMasters - { - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32776)] - void MasterAdded([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8200)] - void MasterChanged([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16392)] - void BeforeMasterDelete([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32832)] - void ShapeAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(901)] - void BeforeSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8256)] - void ShapeChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(902)] - void SelectionAdded([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16448)] - void BeforeShapeDelete([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8320)] - void TextChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("cell", typeof(VisioApi.IVCell))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(10240)] - void CellChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("cell", typeof(VisioApi.IVCell))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(12288)] - void FormulaChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("connects", typeof(VisioApi.IVConnects))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(33024)] - void ConnectionsAdded([In, MarshalAs(UnmanagedType.IDispatch)] object connects); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("connects", typeof(VisioApi.IVConnects))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16640)] - void ConnectionsDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object connects); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(400)] - void QueryCancelMasterDelete([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("master", typeof(VisioApi.IVMaster))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(401)] - void MasterDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object master); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(802)] - void ShapeParentChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(803)] - void BeforeShapeTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(804)] - void ShapeExitedTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(903)] - void QueryCancelSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(904)] - void SelectionDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(905)] - void QueryCancelUngroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(906)] - void UngroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(907)] - void QueryCancelConvertToGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(908)] - void ConvertToGroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(909)] - void QueryCancelGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(910)] - void GroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(807)] - void ShapeDataGraphicChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - } - - #endregion - - #region SinkHelper - - [InternalEntity(InternalEntityKind.SinkHelper)] - [ComVisible(true), ClassInterface(ClassInterfaceType.None), TypeLibType(TypeLibTypeFlags.FHidden)] - public class EMasters_SinkHelper : SinkHelper, EMasters - { - #region Static - - public static readonly string Id = "000D0B07-0000-0000-C000-000000000046"; - - #endregion - - #region Ctor - - public EMasters_SinkHelper(ICOMObject eventClass, IConnectionPoint connectPoint): base(eventClass) - { - SetupEventBinding(connectPoint); - } - - #endregion - - #region EMasters - - public void MasterAdded([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("MasterAdded")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("MasterAdded", ref paramsArray); - } - - public void MasterChanged([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("MasterChanged")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("MasterChanged", ref paramsArray); - } - - public void BeforeMasterDelete([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("BeforeMasterDelete")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("BeforeMasterDelete", ref paramsArray); - } - - public void ShapeAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeAdded")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeAdded", ref paramsArray); - } - - public void BeforeSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("BeforeSelectionDelete")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("BeforeSelectionDelete", ref paramsArray); - } - - public void ShapeChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeChanged", ref paramsArray); - } - - public void SelectionAdded([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("SelectionAdded")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("SelectionAdded", ref paramsArray); - } - - public void BeforeShapeDelete([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("BeforeShapeDelete")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("BeforeShapeDelete", ref paramsArray); - } - - public void TextChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("TextChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("TextChanged", ref paramsArray); - } - - public void CellChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell) - { - if (!Validate("CellChanged")) - { - Invoker.ReleaseParamsArray(cell); - return; - } - - NetOffice.VisioApi.IVCell newCell = Factory.CreateEventArgumentObjectFromComProxy(EventClass, cell) as NetOffice.VisioApi.IVCell; - object[] paramsArray = new object[1]; - paramsArray[0] = newCell; - EventBinding.RaiseCustomEvent("CellChanged", ref paramsArray); - } - - public void FormulaChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell) - { - if (!Validate("FormulaChanged")) - { - Invoker.ReleaseParamsArray(cell); - return; - } - - NetOffice.VisioApi.IVCell newCell = Factory.CreateEventArgumentObjectFromComProxy(EventClass, cell) as NetOffice.VisioApi.IVCell; - object[] paramsArray = new object[1]; - paramsArray[0] = newCell; - EventBinding.RaiseCustomEvent("FormulaChanged", ref paramsArray); - } - - public void ConnectionsAdded([In, MarshalAs(UnmanagedType.IDispatch)] object connects) - { - if (!Validate("ConnectionsAdded")) - { - Invoker.ReleaseParamsArray(connects); - return; - } - - NetOffice.VisioApi.IVConnects newConnects = Factory.CreateEventArgumentObjectFromComProxy(EventClass, connects) as NetOffice.VisioApi.IVConnects; - object[] paramsArray = new object[1]; - paramsArray[0] = newConnects; - EventBinding.RaiseCustomEvent("ConnectionsAdded", ref paramsArray); - } - - public void ConnectionsDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object connects) - { - if (!Validate("ConnectionsDeleted")) - { - Invoker.ReleaseParamsArray(connects); - return; - } - - NetOffice.VisioApi.IVConnects newConnects = Factory.CreateEventArgumentObjectFromComProxy(EventClass, connects) as NetOffice.VisioApi.IVConnects; - object[] paramsArray = new object[1]; - paramsArray[0] = newConnects; - EventBinding.RaiseCustomEvent("ConnectionsDeleted", ref paramsArray); - } - - public void QueryCancelMasterDelete([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("QueryCancelMasterDelete")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("QueryCancelMasterDelete", ref paramsArray); - } - - public void MasterDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object master) - { - if (!Validate("MasterDeleteCanceled")) - { - Invoker.ReleaseParamsArray(master); - return; - } - - NetOffice.VisioApi.IVMaster newMaster = Factory.CreateEventArgumentObjectFromComProxy(EventClass, master) as NetOffice.VisioApi.IVMaster; - object[] paramsArray = new object[1]; - paramsArray[0] = newMaster; - EventBinding.RaiseCustomEvent("MasterDeleteCanceled", ref paramsArray); - } - - public void ShapeParentChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeParentChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeParentChanged", ref paramsArray); - } - - public void BeforeShapeTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("BeforeShapeTextEdit")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("BeforeShapeTextEdit", ref paramsArray); - } - - public void ShapeExitedTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeExitedTextEdit")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeExitedTextEdit", ref paramsArray); - } - - public void QueryCancelSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelSelectionDelete")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelSelectionDelete", ref paramsArray); - } - - public void SelectionDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("SelectionDeleteCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("SelectionDeleteCanceled", ref paramsArray); - } - - public void QueryCancelUngroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelUngroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelUngroup", ref paramsArray); - } - - public void UngroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelUngroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("UngroupCanceled", ref paramsArray); - } - - public void QueryCancelConvertToGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelConvertToGroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelConvertToGroup", ref paramsArray); - } - - public void ConvertToGroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("ConvertToGroupCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("ConvertToGroupCanceled", ref paramsArray); - } - - public void QueryCancelGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelGroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelGroup", ref paramsArray); - } - - public void GroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("GroupCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("GroupCanceled", ref paramsArray); - } - - public void ShapeDataGraphicChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeDataGraphicChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeDataGraphicChanged", ref paramsArray); - } - - #endregion - } - - #endregion - - #pragma warning restore -} \ No newline at end of file diff --git a/Source/Visio/Events/EPage.cs b/Source/Visio/Events/EPage.cs deleted file mode 100644 index b09f4f38af..0000000000 --- a/Source/Visio/Events/EPage.cs +++ /dev/null @@ -1,746 +0,0 @@ -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Runtime.InteropServices.ComTypes; -using NetOffice; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi.Events -{ - #pragma warning disable - - #region SinkPoint Interface - - [SupportByVersion("Visio", 11,12,14,15,16)] - [InternalEntity(InternalEntityKind.ComEventInterface)] - [ComImport, Guid("000D0B0A-0000-0000-C000-000000000046"), InterfaceType(ComInterfaceType.InterfaceIsIDispatch), TypeLibType((short)0x1010)] - public interface EPage - { - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8208)] - void PageChanged([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16400)] - void BeforePageDelete([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32832)] - void ShapeAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(901)] - void BeforeSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8256)] - void ShapeChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(902)] - void SelectionAdded([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16448)] - void BeforeShapeDelete([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8320)] - void TextChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("cell", typeof(VisioApi.IVCell))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(10240)] - void CellChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("cell", typeof(VisioApi.IVCell))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(12288)] - void FormulaChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("connects", typeof(VisioApi.IVConnects))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(33024)] - void ConnectionsAdded([In, MarshalAs(UnmanagedType.IDispatch)] object connects); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("connects", typeof(VisioApi.IVConnects))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16640)] - void ConnectionsDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object connects); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(500)] - void QueryCancelPageDelete([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(501)] - void PageDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(802)] - void ShapeParentChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(803)] - void BeforeShapeTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(804)] - void ShapeExitedTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(903)] - void QueryCancelSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(904)] - void SelectionDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(905)] - void QueryCancelUngroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(906)] - void UngroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(907)] - void QueryCancelConvertToGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(908)] - void ConvertToGroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(909)] - void QueryCancelGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(910)] - void GroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(807)] - void ShapeDataGraphicChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [SinkArgument("dataRecordsetID", SinkArgumentType.Int32)] - [SinkArgument("dataRowID", SinkArgumentType.Int32)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(805)] - void ShapeLinkAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape, [In] object dataRecordsetID, [In] object dataRowID); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [SinkArgument("dataRecordsetID", SinkArgumentType.Int32)] - [SinkArgument("dataRowID", SinkArgumentType.Int32)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(806)] - void ShapeLinkDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shape, [In] object dataRecordsetID, [In] object dataRowID); - - [SupportByVersion("Visio", 14,15,16)] - [SinkArgument("shapePair", typeof(VisioApi.IVRelatedShapePairEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(502)] - void ContainerRelationshipAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair); - - [SupportByVersion("Visio", 14,15,16)] - [SinkArgument("shapePair", typeof(VisioApi.IVRelatedShapePairEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(503)] - void ContainerRelationshipDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair); - - [SupportByVersion("Visio", 14,15,16)] - [SinkArgument("shapePair", typeof(VisioApi.IVRelatedShapePairEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(504)] - void CalloutRelationshipAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair); - - [SupportByVersion("Visio", 14,15,16)] - [SinkArgument("shapePair", typeof(VisioApi.IVRelatedShapePairEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(505)] - void CalloutRelationshipDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair); - - [SupportByVersion("Visio", 15, 16)] - [SinkArgument("replaceShapes", typeof(VisioApi.IVReplaceShapesEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(911)] - void QueryCancelReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes); - - [SupportByVersion("Visio", 15, 16)] - [SinkArgument("replaceShapes", typeof(VisioApi.IVReplaceShapesEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(912)] - void ReplaceShapesCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes); - - [SupportByVersion("Visio", 15, 16)] - [SinkArgument("replaceShapes", typeof(VisioApi.IVReplaceShapesEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(913)] - void BeforeReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes); - - [SupportByVersion("Visio", 15, 16)] - [SinkArgument("sel", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(914)] - void AfterReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object sel); - } - - #endregion - - #region SinkHelper - - [InternalEntity(InternalEntityKind.SinkHelper)] - [ComVisible(true), ClassInterface(ClassInterfaceType.None), TypeLibType(TypeLibTypeFlags.FHidden)] - public class EPage_SinkHelper : SinkHelper, EPage - { - #region Static - - public static readonly string Id = "000D0B0A-0000-0000-C000-000000000046"; - - #endregion - - #region Ctor - - public EPage_SinkHelper(ICOMObject eventClass, IConnectionPoint connectPoint): base(eventClass) - { - SetupEventBinding(connectPoint); - } - - #endregion - - #region EPage - - public void PageChanged([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("PageChanged")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("PageChanged", ref paramsArray); - } - - public void BeforePageDelete([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("BeforePageDelete")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("BeforePageDelete", ref paramsArray); - } - - public void ShapeAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeAdded")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeAdded", ref paramsArray); - } - - public void BeforeSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("BeforeSelectionDelete")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("BeforeSelectionDelete", ref paramsArray); - } - - public void ShapeChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeChanged", ref paramsArray); - } - - public void SelectionAdded([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("SelectionAdded")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("SelectionAdded", ref paramsArray); - } - - public void BeforeShapeDelete([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("BeforeShapeDelete")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("BeforeShapeDelete", ref paramsArray); - } - - public void TextChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("TextChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("TextChanged", ref paramsArray); - } - - public void CellChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell) - { - if (!Validate("CellChanged")) - { - Invoker.ReleaseParamsArray(cell); - return; - } - - NetOffice.VisioApi.IVCell newCell = Factory.CreateEventArgumentObjectFromComProxy(EventClass, cell) as NetOffice.VisioApi.IVCell; - object[] paramsArray = new object[1]; - paramsArray[0] = newCell; - EventBinding.RaiseCustomEvent("CellChanged", ref paramsArray); - } - - public void FormulaChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell) - { - if (!Validate("FormulaChanged")) - { - Invoker.ReleaseParamsArray(cell); - return; - } - - NetOffice.VisioApi.IVCell newCell = Factory.CreateEventArgumentObjectFromComProxy(EventClass, cell) as NetOffice.VisioApi.IVCell; - object[] paramsArray = new object[1]; - paramsArray[0] = newCell; - EventBinding.RaiseCustomEvent("FormulaChanged", ref paramsArray); - } - - public void ConnectionsAdded([In, MarshalAs(UnmanagedType.IDispatch)] object connects) - { - if (!Validate("ConnectionsAdded")) - { - Invoker.ReleaseParamsArray(connects); - return; - } - - NetOffice.VisioApi.IVConnects newConnects = Factory.CreateEventArgumentObjectFromComProxy(EventClass, connects) as NetOffice.VisioApi.IVConnects; - object[] paramsArray = new object[1]; - paramsArray[0] = newConnects; - EventBinding.RaiseCustomEvent("ConnectionsAdded", ref paramsArray); - } - - public void ConnectionsDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object connects) - { - if (!Validate("ConnectionsDeleted")) - { - Invoker.ReleaseParamsArray(connects); - return; - } - - NetOffice.VisioApi.IVConnects newConnects = Factory.CreateEventArgumentObjectFromComProxy(EventClass, connects) as NetOffice.VisioApi.IVConnects; - object[] paramsArray = new object[1]; - paramsArray[0] = newConnects; - EventBinding.RaiseCustomEvent("ConnectionsDeleted", ref paramsArray); - } - - public void QueryCancelPageDelete([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("QueryCancelPageDelete")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("QueryCancelPageDelete", ref paramsArray); - } - - public void PageDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("QueryCancelPageDelete")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("PageDeleteCanceled", ref paramsArray); - } - - public void ShapeParentChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeParentChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeParentChanged", ref paramsArray); - } - - public void BeforeShapeTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("BeforeShapeTextEdit")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("BeforeShapeTextEdit", ref paramsArray); - } - - public void ShapeExitedTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeExitedTextEdit")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeExitedTextEdit", ref paramsArray); - } - - public void QueryCancelSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelSelectionDelete")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelSelectionDelete", ref paramsArray); - } - - public void SelectionDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("SelectionDeleteCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("SelectionDeleteCanceled", ref paramsArray); - } - - public void QueryCancelUngroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelUngroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelUngroup", ref paramsArray); - } - - public void UngroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelUngroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("UngroupCanceled", ref paramsArray); - } - - public void QueryCancelConvertToGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelConvertToGroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelConvertToGroup", ref paramsArray); - } - - public void ConvertToGroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("ConvertToGroupCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("ConvertToGroupCanceled", ref paramsArray); - } - - public void QueryCancelGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelGroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelGroup", ref paramsArray); - } - - public void GroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("GroupCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("GroupCanceled", ref paramsArray); - } - - public void ShapeDataGraphicChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeDataGraphicChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeDataGraphicChanged", ref paramsArray); - } - - public void ShapeLinkAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape, [In] object dataRecordsetID, [In] object dataRowID) - { - if (!Validate("ShapeLinkAdded")) - { - Invoker.ReleaseParamsArray(shape, dataRecordsetID, dataRowID); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - Int32 newDataRecordsetID = ToInt32(dataRecordsetID); - Int32 newDataRowID = ToInt32(dataRowID); - object[] paramsArray = new object[3]; - paramsArray[0] = newShape; - paramsArray[1] = newDataRecordsetID; - paramsArray[2] = newDataRowID; - EventBinding.RaiseCustomEvent("ShapeLinkAdded", ref paramsArray); - } - - public void ShapeLinkDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shape, [In] object dataRecordsetID, [In] object dataRowID) - { - if (!Validate("ShapeLinkDeleted")) - { - Invoker.ReleaseParamsArray(shape, dataRecordsetID, dataRowID); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - Int32 newDataRecordsetID = ToInt32(dataRecordsetID); - Int32 newDataRowID = ToInt32(dataRowID); - object[] paramsArray = new object[3]; - paramsArray[0] = newShape; - paramsArray[1] = newDataRecordsetID; - paramsArray[2] = newDataRowID; - EventBinding.RaiseCustomEvent("ShapeLinkDeleted", ref paramsArray); - } - - public void ContainerRelationshipAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair) - { - if (!Validate("ContainerRelationshipAdded")) - { - Invoker.ReleaseParamsArray(shapePair); - return; - } - - NetOffice.VisioApi.IVRelatedShapePairEvent newShapePair = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shapePair) as NetOffice.VisioApi.IVRelatedShapePairEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newShapePair; - EventBinding.RaiseCustomEvent("ContainerRelationshipAdded", ref paramsArray); - } - - public void ContainerRelationshipDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair) - { - if (!Validate("ContainerRelationshipDeleted")) - { - Invoker.ReleaseParamsArray(shapePair); - return; - } - - NetOffice.VisioApi.IVRelatedShapePairEvent newShapePair = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shapePair) as NetOffice.VisioApi.IVRelatedShapePairEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newShapePair; - EventBinding.RaiseCustomEvent("ContainerRelationshipDeleted", ref paramsArray); - } - - public void CalloutRelationshipAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair) - { - if (!Validate("CalloutRelationshipAdded")) - { - Invoker.ReleaseParamsArray(shapePair); - return; - } - - NetOffice.VisioApi.IVRelatedShapePairEvent newShapePair = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shapePair) as NetOffice.VisioApi.IVRelatedShapePairEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newShapePair; - EventBinding.RaiseCustomEvent("CalloutRelationshipAdded", ref paramsArray); - } - - public void CalloutRelationshipDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair) - { - if (!Validate("CalloutRelationshipDeleted")) - { - Invoker.ReleaseParamsArray(shapePair); - return; - } - - NetOffice.VisioApi.IVRelatedShapePairEvent newShapePair = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shapePair) as NetOffice.VisioApi.IVRelatedShapePairEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newShapePair; - EventBinding.RaiseCustomEvent("CalloutRelationshipDeleted", ref paramsArray); - } - - public void QueryCancelReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes) - { - if (!Validate("QueryCancelReplaceShapes")) - { - Invoker.ReleaseParamsArray(replaceShapes); - return; - } - - NetOffice.VisioApi.IVReplaceShapesEvent newreplaceShapes = Factory.CreateEventArgumentObjectFromComProxy(EventClass, replaceShapes) as NetOffice.VisioApi.IVReplaceShapesEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newreplaceShapes; - EventBinding.RaiseCustomEvent("QueryCancelReplaceShapes", ref paramsArray); - } - - public void ReplaceShapesCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes) - { - if (!Validate("QueryCancelReplaceShapes")) - { - Invoker.ReleaseParamsArray(replaceShapes); - return; - } - - NetOffice.VisioApi.IVReplaceShapesEvent newreplaceShapes = Factory.CreateEventArgumentObjectFromComProxy(EventClass, replaceShapes) as NetOffice.VisioApi.IVReplaceShapesEvent; object[] paramsArray = new object[1]; - paramsArray[0] = newreplaceShapes; - EventBinding.RaiseCustomEvent("ReplaceShapesCanceled", ref paramsArray); - } - - public void BeforeReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes) - { - if (!Validate("BeforeReplaceShapes")) - { - Invoker.ReleaseParamsArray(replaceShapes); - return; - } - - NetOffice.VisioApi.IVReplaceShapesEvent newreplaceShapes = Factory.CreateEventArgumentObjectFromComProxy(EventClass, replaceShapes) as NetOffice.VisioApi.IVReplaceShapesEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newreplaceShapes; - EventBinding.RaiseCustomEvent("BeforeReplaceShapes", ref paramsArray); - } - - public void AfterReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object sel) - { - if (!Validate("AfterReplaceShapes")) - { - Invoker.ReleaseParamsArray(sel); - return; - } - - NetOffice.VisioApi.IVSelection newsel = Factory.CreateEventArgumentObjectFromComProxy(EventClass, sel) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newsel; - EventBinding.RaiseCustomEvent("AfterReplaceShapes", ref paramsArray); - } - - #endregion - } - - #endregion - - #pragma warning restore -} \ No newline at end of file diff --git a/Source/Visio/Events/EPages.cs b/Source/Visio/Events/EPages.cs deleted file mode 100644 index e2fb1f1b73..0000000000 --- a/Source/Visio/Events/EPages.cs +++ /dev/null @@ -1,765 +0,0 @@ -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Runtime.InteropServices.ComTypes; -using NetOffice; -using NetOffice.Attributes; -namespace NetOffice.VisioApi.Events -{ - #pragma warning disable - - #region SinkPoint Interface - - [SupportByVersion("Visio", 11,12,14,15,16)] - [InternalEntity(InternalEntityKind.ComEventInterface)] - [ComImport, Guid("000D0B09-0000-0000-C000-000000000046"), InterfaceType(ComInterfaceType.InterfaceIsIDispatch), TypeLibType((short)0x1010)] - public interface EPages - { - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32784)] - void PageAdded([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8208)] - void PageChanged([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16400)] - void BeforePageDelete([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32832)] - void ShapeAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(901)] - void BeforeSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8256)] - void ShapeChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(902)] - void SelectionAdded([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16448)] - void BeforeShapeDelete([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8320)] - void TextChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("cell", typeof(VisioApi.IVCell))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(10240)] - void CellChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("cell", typeof(VisioApi.IVCell))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(12288)] - void FormulaChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("connects", typeof(VisioApi.IVConnects))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(33024)] - void ConnectionsAdded([In, MarshalAs(UnmanagedType.IDispatch)] object connects); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("connects", typeof(VisioApi.IVConnects))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16640)] - void ConnectionsDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object connects); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(500)] - void QueryCancelPageDelete([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("page", typeof(VisioApi.IVPage))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(501)] - void PageDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object page); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(802)] - void ShapeParentChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(803)] - void BeforeShapeTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(804)] - void ShapeExitedTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(903)] - void QueryCancelSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(904)] - void SelectionDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(905)] - void QueryCancelUngroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(906)] - void UngroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(907)] - void QueryCancelConvertToGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(908)] - void ConvertToGroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(909)] - void QueryCancelGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(910)] - void GroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(807)] - void ShapeDataGraphicChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [SinkArgument("dataRecordsetID", SinkArgumentType.Int32)] - [SinkArgument("dataRowID", SinkArgumentType.Int32)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(805)] - void ShapeLinkAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape, [In] object dataRecordsetID, [In] object dataRowID); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [SinkArgument("dataRecordsetID", SinkArgumentType.Int32)] - [SinkArgument("dataRowID", SinkArgumentType.Int32)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(806)] - void ShapeLinkDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shape, [In] object dataRecordsetID, [In] object dataRowID); - - [SupportByVersion("Visio", 14,15,16)] - [SinkArgument("shapePair", typeof(VisioApi.IVRelatedShapePairEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(502)] - void ContainerRelationshipAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair); - - [SupportByVersion("Visio", 14,15,16)] - [SinkArgument("shapePair", typeof(VisioApi.IVRelatedShapePairEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(503)] - void ContainerRelationshipDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair); - - [SupportByVersion("Visio", 14,15,16)] - [SinkArgument("shapePair", typeof(VisioApi.IVRelatedShapePairEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(504)] - void CalloutRelationshipAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair); - - [SupportByVersion("Visio", 14,15,16)] - [SinkArgument("shapePair", typeof(VisioApi.IVRelatedShapePairEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(505)] - void CalloutRelationshipDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair); - - [SupportByVersion("Visio", 15, 16)] - [SinkArgument("replaceShapes", typeof(VisioApi.IVReplaceShapesEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(911)] - void QueryCancelReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes); - - [SupportByVersion("Visio", 15, 16)] - [SinkArgument("replaceShapes", typeof(VisioApi.IVReplaceShapesEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(912)] - void ReplaceShapesCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes); - - [SupportByVersion("Visio", 15, 16)] - [SinkArgument("replaceShapes", typeof(VisioApi.IVReplaceShapesEvent))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(913)] - void BeforeReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes); - - [SupportByVersion("Visio", 15, 16)] - [SinkArgument("sel", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(914)] - void AfterReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object sel); - } - - #endregion - - #region SinkHelper - - [InternalEntity(InternalEntityKind.SinkHelper)] - [ComVisible(true), ClassInterface(ClassInterfaceType.None), TypeLibType(TypeLibTypeFlags.FHidden)] - public class EPages_SinkHelper : SinkHelper, EPages - { - #region Static - - public static readonly string Id = "000D0B09-0000-0000-C000-000000000046"; - - #endregion - - #region Ctor - - public EPages_SinkHelper(ICOMObject eventClass, IConnectionPoint connectPoint): base(eventClass) - { - SetupEventBinding(connectPoint); - } - - #endregion - - #region EPages - - public void PageAdded([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("PageAdded")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("PageAdded", ref paramsArray); - } - - public void PageChanged([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("PageChanged")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("PageChanged", ref paramsArray); - } - - public void BeforePageDelete([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("BeforePageDelete")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("BeforePageDelete", ref paramsArray); - } - - public void ShapeAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeAdded")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeAdded", ref paramsArray); - } - - public void BeforeSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("BeforeSelectionDelete")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("BeforeSelectionDelete", ref paramsArray); - } - - public void ShapeChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeChanged", ref paramsArray); - } - - public void SelectionAdded([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("SelectionAdded")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("SelectionAdded", ref paramsArray); - } - - public void BeforeShapeDelete([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("BeforeShapeDelete")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("BeforeShapeDelete", ref paramsArray); - } - - public void TextChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("TextChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("TextChanged", ref paramsArray); - } - - public void CellChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell) - { - if (!Validate("CellChanged")) - { - Invoker.ReleaseParamsArray(cell); - return; - } - - NetOffice.VisioApi.IVCell newCell = Factory.CreateEventArgumentObjectFromComProxy(EventClass, cell) as NetOffice.VisioApi.IVCell; - object[] paramsArray = new object[1]; - paramsArray[0] = newCell; - EventBinding.RaiseCustomEvent("CellChanged", ref paramsArray); - } - - public void FormulaChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell) - { - if (!Validate("FormulaChanged")) - { - Invoker.ReleaseParamsArray(cell); - return; - } - - NetOffice.VisioApi.IVCell newCell = Factory.CreateEventArgumentObjectFromComProxy(EventClass, cell) as NetOffice.VisioApi.IVCell; - object[] paramsArray = new object[1]; - paramsArray[0] = newCell; - EventBinding.RaiseCustomEvent("FormulaChanged", ref paramsArray); - } - - public void ConnectionsAdded([In, MarshalAs(UnmanagedType.IDispatch)] object connects) - { - if (!Validate("ConnectionsAdded")) - { - Invoker.ReleaseParamsArray(connects); - return; - } - - NetOffice.VisioApi.IVConnects newConnects = Factory.CreateEventArgumentObjectFromComProxy(EventClass, connects) as NetOffice.VisioApi.IVConnects; - object[] paramsArray = new object[1]; - paramsArray[0] = newConnects; - EventBinding.RaiseCustomEvent("ConnectionsAdded", ref paramsArray); - } - - public void ConnectionsDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object connects) - { - if (!Validate("ConnectionsDeleted")) - { - Invoker.ReleaseParamsArray(connects); - return; - } - - NetOffice.VisioApi.IVConnects newConnects = Factory.CreateEventArgumentObjectFromComProxy(EventClass, connects) as NetOffice.VisioApi.IVConnects; - object[] paramsArray = new object[1]; - paramsArray[0] = newConnects; - EventBinding.RaiseCustomEvent("ConnectionsDeleted", ref paramsArray); - } - - public void QueryCancelPageDelete([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("QueryCancelPageDelete")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("QueryCancelPageDelete", ref paramsArray); - } - - public void PageDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object page) - { - if (!Validate("QueryCancelPageDelete")) - { - Invoker.ReleaseParamsArray(page); - return; - } - - NetOffice.VisioApi.IVPage newPage = Factory.CreateEventArgumentObjectFromComProxy(EventClass, page) as NetOffice.VisioApi.IVPage; - object[] paramsArray = new object[1]; - paramsArray[0] = newPage; - EventBinding.RaiseCustomEvent("PageDeleteCanceled", ref paramsArray); - } - - public void ShapeParentChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeParentChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeParentChanged", ref paramsArray); - } - - public void BeforeShapeTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("BeforeShapeTextEdit")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("BeforeShapeTextEdit", ref paramsArray); - } - - public void ShapeExitedTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeExitedTextEdit")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeExitedTextEdit", ref paramsArray); - } - - public void QueryCancelSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelSelectionDelete")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelSelectionDelete", ref paramsArray); - } - - public void SelectionDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("SelectionDeleteCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("SelectionDeleteCanceled", ref paramsArray); - } - - public void QueryCancelUngroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelUngroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelUngroup", ref paramsArray); - } - - public void UngroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelUngroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("UngroupCanceled", ref paramsArray); - } - - public void QueryCancelConvertToGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelConvertToGroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelConvertToGroup", ref paramsArray); - } - - public void ConvertToGroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("ConvertToGroupCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("ConvertToGroupCanceled", ref paramsArray); - } - - public void QueryCancelGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelGroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelGroup", ref paramsArray); - } - - public void GroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("GroupCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("GroupCanceled", ref paramsArray); - } - - public void ShapeDataGraphicChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeDataGraphicChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeDataGraphicChanged", ref paramsArray); - } - - public void ShapeLinkAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape, [In] object dataRecordsetID, [In] object dataRowID) - { - if (!Validate("ShapeLinkAdded")) - { - Invoker.ReleaseParamsArray(shape, dataRecordsetID, dataRowID); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - Int32 newDataRecordsetID = ToInt32(dataRecordsetID); - Int32 newDataRowID = ToInt32(dataRowID); - object[] paramsArray = new object[3]; - paramsArray[0] = newShape; - paramsArray[1] = newDataRecordsetID; - paramsArray[2] = newDataRowID; - EventBinding.RaiseCustomEvent("ShapeLinkAdded", ref paramsArray); - } - - public void ShapeLinkDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shape, [In] object dataRecordsetID, [In] object dataRowID) - { - if (!Validate("ShapeLinkDeleted")) - { - Invoker.ReleaseParamsArray(shape, dataRecordsetID, dataRowID); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - Int32 newDataRecordsetID = ToInt32(dataRecordsetID); - Int32 newDataRowID = ToInt32(dataRowID); - object[] paramsArray = new object[3]; - paramsArray[0] = newShape; - paramsArray[1] = newDataRecordsetID; - paramsArray[2] = newDataRowID; - EventBinding.RaiseCustomEvent("ShapeLinkDeleted", ref paramsArray); - } - - public void ContainerRelationshipAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair) - { - if (!Validate("ContainerRelationshipAdded")) - { - Invoker.ReleaseParamsArray(shapePair); - return; - } - - NetOffice.VisioApi.IVRelatedShapePairEvent newShapePair = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shapePair) as NetOffice.VisioApi.IVRelatedShapePairEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newShapePair; - EventBinding.RaiseCustomEvent("ContainerRelationshipAdded", ref paramsArray); - } - - public void ContainerRelationshipDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair) - { - if (!Validate("ContainerRelationshipDeleted")) - { - Invoker.ReleaseParamsArray(shapePair); - return; - } - - NetOffice.VisioApi.IVRelatedShapePairEvent newShapePair = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shapePair) as NetOffice.VisioApi.IVRelatedShapePairEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newShapePair; - EventBinding.RaiseCustomEvent("ContainerRelationshipDeleted", ref paramsArray); - } - - public void CalloutRelationshipAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair) - { - if (!Validate("CalloutRelationshipAdded")) - { - Invoker.ReleaseParamsArray(shapePair); - return; - } - - NetOffice.VisioApi.IVRelatedShapePairEvent newShapePair = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shapePair) as NetOffice.VisioApi.IVRelatedShapePairEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newShapePair; - EventBinding.RaiseCustomEvent("CalloutRelationshipAdded", ref paramsArray); - } - - public void CalloutRelationshipDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shapePair) - { - if (!Validate("CalloutRelationshipDeleted")) - { - Invoker.ReleaseParamsArray(shapePair); - return; - } - - NetOffice.VisioApi.IVRelatedShapePairEvent newShapePair = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shapePair) as NetOffice.VisioApi.IVRelatedShapePairEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newShapePair; - EventBinding.RaiseCustomEvent("CalloutRelationshipDeleted", ref paramsArray); - } - - public void QueryCancelReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes) - { - if (!Validate("QueryCancelReplaceShapes")) - { - Invoker.ReleaseParamsArray(replaceShapes); - return; - } - - NetOffice.VisioApi.IVReplaceShapesEvent newreplaceShapes = Factory.CreateEventArgumentObjectFromComProxy(EventClass, replaceShapes) as NetOffice.VisioApi.IVReplaceShapesEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newreplaceShapes; - EventBinding.RaiseCustomEvent("QueryCancelReplaceShapes", ref paramsArray); - } - - public void ReplaceShapesCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes) - { - if (!Validate("QueryCancelReplaceShapes")) - { - Invoker.ReleaseParamsArray(replaceShapes); - return; - } - - NetOffice.VisioApi.IVReplaceShapesEvent newreplaceShapes = Factory.CreateEventArgumentObjectFromComProxy(EventClass, replaceShapes) as NetOffice.VisioApi.IVReplaceShapesEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newreplaceShapes; - EventBinding.RaiseCustomEvent("ReplaceShapesCanceled", ref paramsArray); - } - - public void BeforeReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object replaceShapes) - { - if (!Validate("BeforeReplaceShapes")) - { - Invoker.ReleaseParamsArray(replaceShapes); - return; - } - - NetOffice.VisioApi.IVReplaceShapesEvent newreplaceShapes = Factory.CreateEventArgumentObjectFromComProxy(EventClass, replaceShapes) as NetOffice.VisioApi.IVReplaceShapesEvent; - object[] paramsArray = new object[1]; - paramsArray[0] = newreplaceShapes; - EventBinding.RaiseCustomEvent("BeforeReplaceShapes", ref paramsArray); - } - - public void AfterReplaceShapes([In, MarshalAs(UnmanagedType.IDispatch)] object sel) - { - if (!Validate("AfterReplaceShapes")) - { - Invoker.ReleaseParamsArray(sel); - return; - } - - NetOffice.VisioApi.IVSelection newsel = Factory.CreateEventArgumentObjectFromComProxy(EventClass, sel) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newsel; - EventBinding.RaiseCustomEvent("AfterReplaceShapes", ref paramsArray); - } - - #endregion - } - - #endregion - - #pragma warning restore -} \ No newline at end of file diff --git a/Source/Visio/Events/ERow.cs b/Source/Visio/Events/ERow.cs deleted file mode 100644 index a1b806b8f6..0000000000 --- a/Source/Visio/Events/ERow.cs +++ /dev/null @@ -1,89 +0,0 @@ -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Runtime.InteropServices.ComTypes; -using NetOffice; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi.Events -{ - #pragma warning disable - - #region SinkPoint Interface - - [SupportByVersion("Visio", 11,12,14,15,16)] - [InternalEntity(InternalEntityKind.ComEventInterface)] - [ComImport, Guid("000D0B0F-0000-0000-C000-000000000046"), InterfaceType(ComInterfaceType.InterfaceIsIDispatch), TypeLibType((short)0x1010)] - public interface ERow - { - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("cell", typeof(NetOffice.VisioApi.IVCell))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(10240)] - void CellChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("cell", typeof(NetOffice.VisioApi.IVCell))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(12288)] - void FormulaChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell); - } - - #endregion - - #region SinkHelper - - [InternalEntity(InternalEntityKind.SinkHelper)] - [ComVisible(true), ClassInterface(ClassInterfaceType.None), TypeLibType(TypeLibTypeFlags.FHidden)] - public class ERow_SinkHelper : SinkHelper, ERow - { - #region Static - - public static readonly string Id = "000D0B0F-0000-0000-C000-000000000046"; - - #endregion - - #region Ctor - - public ERow_SinkHelper(ICOMObject eventClass, IConnectionPoint connectPoint): base(eventClass) - { - SetupEventBinding(connectPoint); - } - - #endregion - - #region ERow - - public void CellChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell) - { - if (!Validate("CellChanged")) - { - Invoker.ReleaseParamsArray(cell); - return; - } - - NetOffice.VisioApi.IVCell newCell = Factory.CreateEventArgumentObjectFromComProxy(EventClass, cell) as NetOffice.VisioApi.IVCell; - object[] paramsArray = new object[1]; - paramsArray[0] = newCell; - EventBinding.RaiseCustomEvent("CellChanged", ref paramsArray); - } - - public void FormulaChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell) - { - if (!Validate("FormulaChanged")) - { - Invoker.ReleaseParamsArray(cell); - return; - } - - NetOffice.VisioApi.IVCell newCell = Factory.CreateEventArgumentObjectFromComProxy(EventClass, cell) as NetOffice.VisioApi.IVCell; - object[] paramsArray = new object[1]; - paramsArray[0] = newCell; - EventBinding.RaiseCustomEvent("FormulaChanged", ref paramsArray); - } - - #endregion - } - - #endregion - - #pragma warning restore -} \ No newline at end of file diff --git a/Source/Visio/Events/ESection.cs b/Source/Visio/Events/ESection.cs deleted file mode 100644 index 4e81dd214a..0000000000 --- a/Source/Visio/Events/ESection.cs +++ /dev/null @@ -1,89 +0,0 @@ -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Runtime.InteropServices.ComTypes; -using NetOffice; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi.Events -{ - #pragma warning disable - - #region SinkPoint Interface - - [SupportByVersion("Visio", 11,12,14,15,16)] - [InternalEntity(InternalEntityKind.ComEventInterface)] - [ComImport, Guid("000D0B0E-0000-0000-C000-000000000046"), InterfaceType(ComInterfaceType.InterfaceIsIDispatch), TypeLibType((short)0x1010)] - public interface ESection - { - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("cell", typeof(NetOffice.VisioApi.IVCell))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(10240)] - void CellChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("cell", typeof(NetOffice.VisioApi.IVCell))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(12288)] - void FormulaChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell); - } - - #endregion - - #region SinkHelper - - [InternalEntity(InternalEntityKind.SinkHelper)] - [ComVisible(true), ClassInterface(ClassInterfaceType.None), TypeLibType(TypeLibTypeFlags.FHidden)] - public class ESection_SinkHelper : SinkHelper, ESection - { - #region Static - - public static readonly string Id = "000D0B0E-0000-0000-C000-000000000046"; - - #endregion - - #region Ctor - - public ESection_SinkHelper(ICOMObject eventClass, IConnectionPoint connectPoint): base(eventClass) - { - SetupEventBinding(connectPoint); - } - - #endregion - - #region ESection - - public void CellChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell) - { - if (!Validate("CellChanged")) - { - Invoker.ReleaseParamsArray(cell); - return; - } - - NetOffice.VisioApi.IVCell newCell = Factory.CreateEventArgumentObjectFromComProxy(EventClass, cell) as NetOffice.VisioApi.IVCell; - object[] paramsArray = new object[1]; - paramsArray[0] = newCell; - EventBinding.RaiseCustomEvent("CellChanged", ref paramsArray); - } - - public void FormulaChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell) - { - if (!Validate("FormulaChanged")) - { - Invoker.ReleaseParamsArray(cell); - return; - } - - NetOffice.VisioApi.IVCell newCell = Factory.CreateEventArgumentObjectFromComProxy(EventClass, cell) as NetOffice.VisioApi.IVCell; - object[] paramsArray = new object[1]; - paramsArray[0] = newCell; - EventBinding.RaiseCustomEvent("FormulaChanged", ref paramsArray); - } - - #endregion - } - - #endregion - - #pragma warning restore -} \ No newline at end of file diff --git a/Source/Visio/Events/EShape.cs b/Source/Visio/Events/EShape.cs deleted file mode 100644 index 8429c6a09e..0000000000 --- a/Source/Visio/Events/EShape.cs +++ /dev/null @@ -1,481 +0,0 @@ -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Runtime.InteropServices.ComTypes; -using NetOffice; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi.Events -{ - #pragma warning disable - - #region SinkPoint Interface - - [SupportByVersion("Visio", 11,12,14,15,16)] - [InternalEntity(InternalEntityKind.ComEventInterface)] - [ComImport, Guid("000D0B0B-0000-0000-C000-000000000046"), InterfaceType(ComInterfaceType.InterfaceIsIDispatch), TypeLibType((short)0x1010)] - public interface EShape - { - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("cell", typeof(VisioApi.IVCell))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(10240)] - void CellChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32832)] - void ShapeAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(901)] - void BeforeSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8256)] - void ShapeChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(902)] - void SelectionAdded([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16448)] - void BeforeShapeDelete([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8320)] - void TextChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("cell", typeof(VisioApi.IVCell))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(12288)] - void FormulaChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(802)] - void ShapeParentChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(803)] - void BeforeShapeTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(804)] - void ShapeExitedTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(903)] - void QueryCancelSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(904)] - void SelectionDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(905)] - void QueryCancelUngroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(906)] - void UngroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(907)] - void QueryCancelConvertToGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(908)] - void ConvertToGroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(909)] - void QueryCancelGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("selection", typeof(VisioApi.IVSelection))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(910)] - void GroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(807)] - void ShapeDataGraphicChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [SinkArgument("dataRecordsetID", SinkArgumentType.Int32)] - [SinkArgument("dataRowID", SinkArgumentType.Int32)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(805)] - void ShapeLinkAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape, [In] object dataRecordsetID, [In] object dataRowID); - - [SupportByVersion("Visio", 12,14,15,16)] - [SinkArgument("shape", typeof(VisioApi.IVShape))] - [SinkArgument("dataRecordsetID", SinkArgumentType.Int32)] - [SinkArgument("dataRowID", SinkArgumentType.Int32)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(806)] - void ShapeLinkDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shape, [In] object dataRecordsetID, [In] object dataRowID); - } - - #endregion - - #region SinkHelper - - [InternalEntity(InternalEntityKind.SinkHelper)] - [ComVisible(true), ClassInterface(ClassInterfaceType.None), TypeLibType(TypeLibTypeFlags.FHidden)] - public class EShape_SinkHelper : SinkHelper, EShape - { - #region Static - - public static readonly string Id = "000D0B0B-0000-0000-C000-000000000046"; - - #endregion - - #region Ctor - - public EShape_SinkHelper(ICOMObject eventClass, IConnectionPoint connectPoint): base(eventClass) - { - SetupEventBinding(connectPoint); - } - - #endregion - - #region EShape - - public void CellChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell) - { - if (!Validate("CellChanged")) - { - Invoker.ReleaseParamsArray(cell); - return; - } - - NetOffice.VisioApi.IVCell newCell = Factory.CreateEventArgumentObjectFromComProxy(EventClass, cell) as NetOffice.VisioApi.IVCell; - object[] paramsArray = new object[1]; - paramsArray[0] = newCell; - EventBinding.RaiseCustomEvent("CellChanged", ref paramsArray); - } - - public void ShapeAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeAdded")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeAdded", ref paramsArray); - } - - public void BeforeSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("BeforeSelectionDelete")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("BeforeSelectionDelete", ref paramsArray); - } - - public void ShapeChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeChanged", ref paramsArray); - } - - public void SelectionAdded([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("SelectionAdded")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("SelectionAdded", ref paramsArray); - } - - public void BeforeShapeDelete([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("BeforeShapeDelete")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("BeforeShapeDelete", ref paramsArray); - } - - public void TextChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("TextChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("TextChanged", ref paramsArray); - } - - public void FormulaChanged([In, MarshalAs(UnmanagedType.IDispatch)] object cell) - { - if (!Validate("FormulaChanged")) - { - Invoker.ReleaseParamsArray(cell); - return; - } - - NetOffice.VisioApi.IVCell newCell = Factory.CreateEventArgumentObjectFromComProxy(EventClass, cell) as NetOffice.VisioApi.IVCell; - object[] paramsArray = new object[1]; - paramsArray[0] = newCell; - EventBinding.RaiseCustomEvent("FormulaChanged", ref paramsArray); - } - - public void ShapeParentChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeParentChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeParentChanged", ref paramsArray); - } - - public void BeforeShapeTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("BeforeShapeTextEdit")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("BeforeShapeTextEdit", ref paramsArray); - } - - public void ShapeExitedTextEdit([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeExitedTextEdit")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeExitedTextEdit", ref paramsArray); - } - - public void QueryCancelSelectionDelete([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelSelectionDelete")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelSelectionDelete", ref paramsArray); - } - - public void SelectionDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("SelectionDeleteCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("SelectionDeleteCanceled", ref paramsArray); - } - - public void QueryCancelUngroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelUngroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelUngroup", ref paramsArray); - } - - public void UngroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelUngroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("UngroupCanceled", ref paramsArray); - } - - public void QueryCancelConvertToGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelConvertToGroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelConvertToGroup", ref paramsArray); - } - - public void ConvertToGroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("ConvertToGroupCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("ConvertToGroupCanceled", ref paramsArray); - } - - public void QueryCancelGroup([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("QueryCancelGroup")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("QueryCancelGroup", ref paramsArray); - } - - public void GroupCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object selection) - { - if (!Validate("GroupCanceled")) - { - Invoker.ReleaseParamsArray(selection); - return; - } - - NetOffice.VisioApi.IVSelection newSelection = Factory.CreateEventArgumentObjectFromComProxy(EventClass, selection) as NetOffice.VisioApi.IVSelection; - object[] paramsArray = new object[1]; - paramsArray[0] = newSelection; - EventBinding.RaiseCustomEvent("GroupCanceled", ref paramsArray); - } - - public void ShapeDataGraphicChanged([In, MarshalAs(UnmanagedType.IDispatch)] object shape) - { - if (!Validate("ShapeDataGraphicChanged")) - { - Invoker.ReleaseParamsArray(shape); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - object[] paramsArray = new object[1]; - paramsArray[0] = newShape; - EventBinding.RaiseCustomEvent("ShapeDataGraphicChanged", ref paramsArray); - } - - public void ShapeLinkAdded([In, MarshalAs(UnmanagedType.IDispatch)] object shape, [In] object dataRecordsetID, [In] object dataRowID) - { - if (!Validate("ShapeLinkAdded")) - { - Invoker.ReleaseParamsArray(shape, dataRecordsetID, dataRowID); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - Int32 newDataRecordsetID = ToInt32(dataRecordsetID); - Int32 newDataRowID = ToInt32(dataRowID); - object[] paramsArray = new object[3]; - paramsArray[0] = newShape; - paramsArray[1] = newDataRecordsetID; - paramsArray[2] = newDataRowID; - EventBinding.RaiseCustomEvent("ShapeLinkAdded", ref paramsArray); - } - - public void ShapeLinkDeleted([In, MarshalAs(UnmanagedType.IDispatch)] object shape, [In] object dataRecordsetID, [In] object dataRowID) - { - if (!Validate("ShapeLinkDeleted")) - { - Invoker.ReleaseParamsArray(shape, dataRecordsetID, dataRowID); - return; - } - - NetOffice.VisioApi.IVShape newShape = Factory.CreateEventArgumentObjectFromComProxy(EventClass, shape) as NetOffice.VisioApi.IVShape; - Int32 newDataRecordsetID = ToInt32(dataRecordsetID); - Int32 newDataRowID = ToInt32(dataRowID); - object[] paramsArray = new object[3]; - paramsArray[0] = newShape; - paramsArray[1] = newDataRecordsetID; - paramsArray[2] = newDataRowID; - EventBinding.RaiseCustomEvent("ShapeLinkDeleted", ref paramsArray); - } - - #endregion - } - - #endregion - - #pragma warning restore -} \ No newline at end of file diff --git a/Source/Visio/Events/EStyle.cs b/Source/Visio/Events/EStyle.cs deleted file mode 100644 index 9da9c2b701..0000000000 --- a/Source/Visio/Events/EStyle.cs +++ /dev/null @@ -1,127 +0,0 @@ -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Runtime.InteropServices.ComTypes; -using NetOffice; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi.Events -{ - #pragma warning disable - - #region SinkPoint Interface - - [SupportByVersion("Visio", 11,12,14,15,16)] - [InternalEntity(InternalEntityKind.ComEventInterface)] - [ComImport, Guid("000D0B06-0000-0000-C000-000000000046"), InterfaceType(ComInterfaceType.InterfaceIsIDispatch), TypeLibType((short)0x1010)] - public interface EStyle - { - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(NetOffice.VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8196)] - void StyleChanged([In, MarshalAs(UnmanagedType.IDispatch)] object style); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(NetOffice.VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16388)] - void BeforeStyleDelete([In, MarshalAs(UnmanagedType.IDispatch)] object style); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(NetOffice.VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(300)] - void QueryCancelStyleDelete([In, MarshalAs(UnmanagedType.IDispatch)] object style); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(NetOffice.VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(301)] - void StyleDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object style); - } - - #endregion - - #region SinkHelper - - [InternalEntity(InternalEntityKind.SinkHelper)] - [ComVisible(true), ClassInterface(ClassInterfaceType.None), TypeLibType(TypeLibTypeFlags.FHidden)] - public class EStyle_SinkHelper : SinkHelper, EStyle - { - #region Static - - public static readonly string Id = "000D0B06-0000-0000-C000-000000000046"; - - #endregion - - #region Ctor - - public EStyle_SinkHelper(ICOMObject eventClass, IConnectionPoint connectPoint): base(eventClass) - { - SetupEventBinding(connectPoint); - } - - #endregion - - #region EStyle - - public void StyleChanged([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("StyleChanged")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("StyleChanged", ref paramsArray); - } - - public void BeforeStyleDelete([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("BeforeStyleDelete")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("BeforeStyleDelete", ref paramsArray); - } - - public void QueryCancelStyleDelete([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("QueryCancelStyleDelete")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("QueryCancelStyleDelete", ref paramsArray); - } - - public void StyleDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("StyleDeleteCanceled")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("StyleDeleteCanceled", ref paramsArray); - } - - #endregion - } - - #endregion - - #pragma warning restore -} \ No newline at end of file diff --git a/Source/Visio/Events/EStyles.cs b/Source/Visio/Events/EStyles.cs deleted file mode 100644 index bcdf24551f..0000000000 --- a/Source/Visio/Events/EStyles.cs +++ /dev/null @@ -1,146 +0,0 @@ -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Runtime.InteropServices.ComTypes; -using NetOffice; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi.Events -{ - #pragma warning disable - - #region SinkPoint Interface - - [SupportByVersion("Visio", 11,12,14,15,16)] - [InternalEntity(InternalEntityKind.ComEventInterface)] - [ComImport, Guid("000D0B05-0000-0000-C000-000000000046"), InterfaceType(ComInterfaceType.InterfaceIsIDispatch), TypeLibType((short)0x1010)] - public interface EStyles - { - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(NetOffice.VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32772)] - void StyleAdded([In, MarshalAs(UnmanagedType.IDispatch)] object style); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(NetOffice.VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8196)] - void StyleChanged([In, MarshalAs(UnmanagedType.IDispatch)] object style); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(NetOffice.VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16388)] - void BeforeStyleDelete([In, MarshalAs(UnmanagedType.IDispatch)] object style); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(NetOffice.VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(300)] - void QueryCancelStyleDelete([In, MarshalAs(UnmanagedType.IDispatch)] object style); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("style", typeof(NetOffice.VisioApi.IVStyle))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(301)] - void StyleDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object style); - } - - #endregion - - #region SinkHelper - - [InternalEntity(InternalEntityKind.SinkHelper)] - [ComVisible(true), ClassInterface(ClassInterfaceType.None), TypeLibType(TypeLibTypeFlags.FHidden)] - public class EStyles_SinkHelper : SinkHelper, EStyles - { - #region Static - - public static readonly string Id = "000D0B05-0000-0000-C000-000000000046"; - - #endregion - - #region Ctor - - public EStyles_SinkHelper(ICOMObject eventClass, IConnectionPoint connectPoint): base(eventClass) - { - SetupEventBinding(connectPoint); - } - - #endregion - - #region EStyles - - public void StyleAdded([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("StyleAdded")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("StyleAdded", ref paramsArray); - } - - public void StyleChanged([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("StyleChanged")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("StyleChanged", ref paramsArray); - } - - public void BeforeStyleDelete([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("BeforeStyleDelete")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("BeforeStyleDelete", ref paramsArray); - } - - public void QueryCancelStyleDelete([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("QueryCancelStyleDelete")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("QueryCancelStyleDelete", ref paramsArray); - } - - public void StyleDeleteCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object style) - { - if (!Validate("StyleDeleteCanceled")) - { - Invoker.ReleaseParamsArray(style); - return; - } - - NetOffice.VisioApi.IVStyle newStyle = Factory.CreateEventArgumentObjectFromComProxy(EventClass, style) as NetOffice.VisioApi.IVStyle; - object[] paramsArray = new object[1]; - paramsArray[0] = newStyle; - EventBinding.RaiseCustomEvent("StyleDeleteCanceled", ref paramsArray); - } - - #endregion - } - - #endregion - - #pragma warning restore -} \ No newline at end of file diff --git a/Source/Visio/Events/EWindow.cs b/Source/Visio/Events/EWindow.cs deleted file mode 100644 index 6ee5be864c..0000000000 --- a/Source/Visio/Events/EWindow.cs +++ /dev/null @@ -1,431 +0,0 @@ -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Runtime.InteropServices.ComTypes; -using NetOffice; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi.Events -{ - #pragma warning disable - - #region SinkPoint Interface - - [SupportByVersion("Visio", 11,12,14,15,16)] - [InternalEntity(InternalEntityKind.ComEventInterface)] - [ComImport, Guid("000D0B02-0000-0000-C000-000000000046"), InterfaceType(ComInterfaceType.InterfaceIsIDispatch), TypeLibType((short)0x1010)] - public interface EWindow - { - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(NetOffice.VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(701)] - void SelectionChanged([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(NetOffice.VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16385)] - void BeforeWindowClosed([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(NetOffice.VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(4224)] - void WindowActivated([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(NetOffice.VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(702)] - void BeforeWindowSelDelete([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(NetOffice.VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(703)] - void BeforeWindowPageTurn([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(NetOffice.VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(704)] - void WindowTurnedToPage([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(NetOffice.VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8193)] - void WindowChanged([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(NetOffice.VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(705)] - void ViewChanged([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(NetOffice.VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(706)] - void QueryCancelWindowClose([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(NetOffice.VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(707)] - void WindowCloseCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("mSG", typeof(NetOffice.VisioApi.IVMSGWrap))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(708)] - void OnKeystrokeMessageForAddon([In, MarshalAs(UnmanagedType.IDispatch)] object mSG); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("button", SinkArgumentType.Int32)] - [SinkArgument("keyButtonState", SinkArgumentType.Int32)] - [SinkArgument("x", SinkArgumentType.Double)] - [SinkArgument("y", SinkArgumentType.Double)] - [SinkArgument("cancelDefault", SinkArgumentType.Bool)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(709)] - void MouseDown([In] object button, [In] object keyButtonState, [In] object x, [In] object y, [In] [Out] ref object cancelDefault); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("button", SinkArgumentType.Int32)] - [SinkArgument("keyButtonState", SinkArgumentType.Int32)] - [SinkArgument("x", SinkArgumentType.Double)] - [SinkArgument("y", SinkArgumentType.Double)] - [SinkArgument("cancelDefault", SinkArgumentType.Bool)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(710)] - void MouseMove([In] object button, [In] object keyButtonState, [In] object x, [In] object y, [In] [Out] ref object cancelDefault); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("button", SinkArgumentType.Int32)] - [SinkArgument("keyButtonState", SinkArgumentType.Int32)] - [SinkArgument("x", SinkArgumentType.Double)] - [SinkArgument("y", SinkArgumentType.Double)] - [SinkArgument("cancelDefault", SinkArgumentType.Bool)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(711)] - void MouseUp([In] object button, [In] object keyButtonState, [In] object x, [In] object y, [In] [Out] ref object cancelDefault); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("keyCode", SinkArgumentType.Int32)] - [SinkArgument("keyButtonState", SinkArgumentType.Int32)] - [SinkArgument("cancelDefault", SinkArgumentType.Bool)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(712)] - void KeyDown([In] object keyCode, [In] object keyButtonState, [In] [Out] ref object cancelDefault); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("keyAscii", SinkArgumentType.Int32)] - [SinkArgument("cancelDefault", SinkArgumentType.Bool)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(713)] - void KeyPress([In] object keyAscii, [In] [Out] ref object cancelDefault); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("keyCode", SinkArgumentType.Int32)] - [SinkArgument("keyButtonState", SinkArgumentType.Int32)] - [SinkArgument("cancelDefault", SinkArgumentType.Bool)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(714)] - void KeyUp([In] object keyCode, [In] object keyButtonState, [In] [Out] ref object cancelDefault); - } - - #endregion - - #region SinkHelper - - [InternalEntity(InternalEntityKind.SinkHelper)] - [ComVisible(true), ClassInterface(ClassInterfaceType.None), TypeLibType(TypeLibTypeFlags.FHidden)] - public class EWindow_SinkHelper : SinkHelper, EWindow - { - #region Static - - public static readonly string Id = "000D0B02-0000-0000-C000-000000000046"; - - #endregion - - #region Ctor - - public EWindow_SinkHelper(ICOMObject eventClass, IConnectionPoint connectPoint): base(eventClass) - { - SetupEventBinding(connectPoint); - } - - #endregion - - #region EWindow - - public void SelectionChanged([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("SelectionChanged")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("SelectionChanged", ref paramsArray); - } - - public void BeforeWindowClosed([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("BeforeWindowClosed")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("BeforeWindowClosed", ref paramsArray); - } - - public void WindowActivated([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("WindowActivated")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("WindowActivated", ref paramsArray); - } - - public void BeforeWindowSelDelete([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("BeforeWindowSelDelete")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("BeforeWindowSelDelete", ref paramsArray); - } - - public void BeforeWindowPageTurn([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("BeforeWindowPageTurn")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("BeforeWindowPageTurn", ref paramsArray); - } - - public void WindowTurnedToPage([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("WindowTurnedToPage")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("WindowTurnedToPage", ref paramsArray); - } - - public void WindowChanged([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("WindowChanged")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("WindowChanged", ref paramsArray); - } - - public void ViewChanged([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("ViewChanged")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("ViewChanged", ref paramsArray); - } - - public void QueryCancelWindowClose([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("QueryCancelWindowClose")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("QueryCancelWindowClose", ref paramsArray); - } - - public void WindowCloseCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("WindowCloseCanceled")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("WindowCloseCanceled", ref paramsArray); - } - - public void OnKeystrokeMessageForAddon([In, MarshalAs(UnmanagedType.IDispatch)] object mSG) - { - if (!Validate("OnKeystrokeMessageForAddon")) - { - Invoker.ReleaseParamsArray(mSG); - return; - } - - NetOffice.VisioApi.IVMSGWrap newMSG = Factory.CreateEventArgumentObjectFromComProxy(EventClass, mSG) as NetOffice.VisioApi.IVMSGWrap; - object[] paramsArray = new object[1]; - paramsArray[0] = newMSG; - EventBinding.RaiseCustomEvent("OnKeystrokeMessageForAddon", ref paramsArray); - } - - public void MouseDown([In] object button, [In] object keyButtonState, [In] object x, [In] object y, [In] [Out] ref object cancelDefault) - { - if (!Validate("MouseDown")) - { - Invoker.ReleaseParamsArray(button, keyButtonState, x, y, cancelDefault); - return; - } - - Int32 newButton = ToInt32(button); - Int32 newKeyButtonState = ToInt32(keyButtonState); - Double newx = ToDouble(x); - Double newy = ToDouble(y); - object[] paramsArray = new object[5]; - paramsArray[0] = newButton; - paramsArray[1] = newKeyButtonState; - paramsArray[2] = newx; - paramsArray[3] = newy; - paramsArray.SetValue(cancelDefault, 4); - EventBinding.RaiseCustomEvent("MouseDown", ref paramsArray); - - cancelDefault = ToBoolean(paramsArray[4]); - } - - public void MouseMove([In] object button, [In] object keyButtonState, [In] object x, [In] object y, [In] [Out] ref object cancelDefault) - { - if (!Validate("MouseMove")) - { - Invoker.ReleaseParamsArray(button, keyButtonState, x, y, cancelDefault); - return; - } - - Int32 newButton = ToInt32(button); - Int32 newKeyButtonState = ToInt32(keyButtonState); - Double newx = ToDouble(x); - Double newy = ToDouble(y); - object[] paramsArray = new object[5]; - paramsArray[0] = newButton; - paramsArray[1] = newKeyButtonState; - paramsArray[2] = newx; - paramsArray[3] = newy; - paramsArray.SetValue(cancelDefault, 4); - EventBinding.RaiseCustomEvent("MouseMove", ref paramsArray); - - cancelDefault = ToBoolean(paramsArray[4]); - } - - public void MouseUp([In] object button, [In] object keyButtonState, [In] object x, [In] object y, [In] [Out] ref object cancelDefault) - { - if (!Validate("MouseUp")) - { - Invoker.ReleaseParamsArray(button, keyButtonState, x, y, cancelDefault); - return; - } - - Int32 newButton = ToInt32(button); - Int32 newKeyButtonState = ToInt32(keyButtonState); - Double newx = ToDouble(x); - Double newy = ToDouble(y); - object[] paramsArray = new object[5]; - paramsArray[0] = newButton; - paramsArray[1] = newKeyButtonState; - paramsArray[2] = newx; - paramsArray[3] = newy; - paramsArray.SetValue(cancelDefault, 4); - EventBinding.RaiseCustomEvent("MouseUp", ref paramsArray); - - cancelDefault = ToBoolean(paramsArray[4]); - } - - public void KeyDown([In] object keyCode, [In] object keyButtonState, [In] [Out] ref object cancelDefault) - { - if (!Validate("KeyDown")) - { - Invoker.ReleaseParamsArray(keyCode, keyButtonState, cancelDefault); - return; - } - - Int32 newKeyCode = ToInt32(keyCode); - Int32 newKeyButtonState = ToInt32(keyButtonState); - object[] paramsArray = new object[3]; - paramsArray[0] = newKeyCode; - paramsArray[1] = newKeyButtonState; - paramsArray.SetValue(cancelDefault, 2); - EventBinding.RaiseCustomEvent("KeyDown", ref paramsArray); - - cancelDefault = ToBoolean(paramsArray[2]); - } - - public void KeyPress([In] object keyAscii, [In] [Out] ref object cancelDefault) - { - if (!Validate("KeyPress")) - { - Invoker.ReleaseParamsArray(keyAscii, cancelDefault); - return; - } - - Int32 newKeyAscii = ToInt32(keyAscii); - object[] paramsArray = new object[2]; - paramsArray[0] = newKeyAscii; - paramsArray.SetValue(cancelDefault, 1); - EventBinding.RaiseCustomEvent("KeyPress", ref paramsArray); - - cancelDefault = ToBoolean(paramsArray[1]); - } - - public void KeyUp([In] object keyCode, [In] object keyButtonState, [In] [Out] ref object cancelDefault) - { - if (!Validate("KeyUp")) - { - Invoker.ReleaseParamsArray(keyCode, keyButtonState, cancelDefault); - return; - } - - Int32 newKeyCode = ToInt32(keyCode); - Int32 newKeyButtonState = ToInt32(keyButtonState); - object[] paramsArray = new object[3]; - paramsArray[0] = newKeyCode; - paramsArray[1] = newKeyButtonState; - paramsArray.SetValue(cancelDefault, 2); - EventBinding.RaiseCustomEvent("KeyUp", ref paramsArray); - - cancelDefault = ToBoolean(paramsArray[2]); - } - - #endregion - } - - #endregion - - #pragma warning restore -} \ No newline at end of file diff --git a/Source/Visio/Events/EWindows.cs b/Source/Visio/Events/EWindows.cs deleted file mode 100644 index 6c8a9157ff..0000000000 --- a/Source/Visio/Events/EWindows.cs +++ /dev/null @@ -1,450 +0,0 @@ -using System; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Runtime.InteropServices.ComTypes; -using NetOffice; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi.Events -{ - #pragma warning disable - - #region SinkPoint Interface - - [SupportByVersion("Visio", 11,12,14,15,16)] - [InternalEntity(InternalEntityKind.ComEventInterface)] - [ComImport, Guid("000D0B01-0000-0000-C000-000000000046"), InterfaceType(ComInterfaceType.InterfaceIsIDispatch), TypeLibType((short)0x1010)] - public interface EWindows - { - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(32769)] - void WindowOpened([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(701)] - void SelectionChanged([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(16385)] - void BeforeWindowClosed([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(4224)] - void WindowActivated([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(702)] - void BeforeWindowSelDelete([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(703)] - void BeforeWindowPageTurn([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(704)] - void WindowTurnedToPage([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(8193)] - void WindowChanged([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(705)] - void ViewChanged([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(706)] - void QueryCancelWindowClose([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("window", typeof(VisioApi.IVWindow))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(707)] - void WindowCloseCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object window); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("mSG", typeof(VisioApi.IVMSGWrap))] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(708)] - void OnKeystrokeMessageForAddon([In, MarshalAs(UnmanagedType.IDispatch)] object mSG); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("button", SinkArgumentType.Int32)] - [SinkArgument("keyButtonState", SinkArgumentType.Int32)] - [SinkArgument("x", SinkArgumentType.Double)] - [SinkArgument("y", SinkArgumentType.Double)] - [SinkArgument("cancelDefault", SinkArgumentType.Bool)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(709)] - void MouseDown([In] object button, [In] object keyButtonState, [In] object x, [In] object y, [In] [Out] ref object cancelDefault); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("button", SinkArgumentType.Int32)] - [SinkArgument("keyButtonState", SinkArgumentType.Int32)] - [SinkArgument("x", SinkArgumentType.Double)] - [SinkArgument("y", SinkArgumentType.Double)] - [SinkArgument("cancelDefault", SinkArgumentType.Bool)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(710)] - void MouseMove([In] object button, [In] object keyButtonState, [In] object x, [In] object y, [In] [Out] ref object cancelDefault); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("button", SinkArgumentType.Int32)] - [SinkArgument("keyButtonState", SinkArgumentType.Int32)] - [SinkArgument("x", SinkArgumentType.Double)] - [SinkArgument("y", SinkArgumentType.Double)] - [SinkArgument("cancelDefault", SinkArgumentType.Bool)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(711)] - void MouseUp([In] object button, [In] object keyButtonState, [In] object x, [In] object y, [In] [Out] ref object cancelDefault); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("keyCode", SinkArgumentType.Int32)] - [SinkArgument("keyButtonState", SinkArgumentType.Int32)] - [SinkArgument("cancelDefault", SinkArgumentType.Bool)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(712)] - void KeyDown([In] object keyCode, [In] object keyButtonState, [In] [Out] ref object cancelDefault); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("keyAscii", SinkArgumentType.Int32)] - [SinkArgument("cancelDefault", SinkArgumentType.Bool)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(713)] - void KeyPress([In] object keyAscii, [In] [Out] ref object cancelDefault); - - [SupportByVersion("Visio", 11,12,14,15,16)] - [SinkArgument("keyCode", SinkArgumentType.Int32)] - [SinkArgument("keyButtonState", SinkArgumentType.Int32)] - [SinkArgument("cancelDefault", SinkArgumentType.Bool)] - [PreserveSig, MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime), DispId(714)] - void KeyUp([In] object keyCode, [In] object keyButtonState, [In] [Out] ref object cancelDefault); - } - - #endregion - - #region SinkHelper - - [InternalEntity(InternalEntityKind.SinkHelper)] - [ComVisible(true), ClassInterface(ClassInterfaceType.None), TypeLibType(TypeLibTypeFlags.FHidden)] - public class EWindows_SinkHelper : SinkHelper, EWindows - { - #region Static - - public static readonly string Id = "000D0B01-0000-0000-C000-000000000046"; - - #endregion - - #region Ctor - - public EWindows_SinkHelper(ICOMObject eventClass, IConnectionPoint connectPoint): base(eventClass) - { - SetupEventBinding(connectPoint); - } - - #endregion - - #region EWindows - - public void WindowOpened([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("WindowOpened")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("WindowOpened", ref paramsArray); - } - - public void SelectionChanged([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("SelectionChanged")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("SelectionChanged", ref paramsArray); - } - - public void BeforeWindowClosed([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("BeforeWindowClosed")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("BeforeWindowClosed", ref paramsArray); - } - - public void WindowActivated([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("WindowActivated")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("WindowActivated", ref paramsArray); - } - - public void BeforeWindowSelDelete([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("BeforeWindowSelDelete")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("BeforeWindowSelDelete", ref paramsArray); - } - - public void BeforeWindowPageTurn([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("BeforeWindowPageTurn")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("BeforeWindowPageTurn", ref paramsArray); - } - - public void WindowTurnedToPage([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("WindowTurnedToPage")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("WindowTurnedToPage", ref paramsArray); - } - - public void WindowChanged([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("WindowChanged")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("WindowChanged", ref paramsArray); - } - - public void ViewChanged([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("ViewChanged")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("ViewChanged", ref paramsArray); - } - - public void QueryCancelWindowClose([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("QueryCancelWindowClose")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("QueryCancelWindowClose", ref paramsArray); - } - - public void WindowCloseCanceled([In, MarshalAs(UnmanagedType.IDispatch)] object window) - { - if (!Validate("WindowCloseCanceled")) - { - Invoker.ReleaseParamsArray(window); - return; - } - - NetOffice.VisioApi.IVWindow newWindow = Factory.CreateEventArgumentObjectFromComProxy(EventClass, window) as NetOffice.VisioApi.IVWindow; - object[] paramsArray = new object[1]; - paramsArray[0] = newWindow; - EventBinding.RaiseCustomEvent("WindowCloseCanceled", ref paramsArray); - } - - public void OnKeystrokeMessageForAddon([In, MarshalAs(UnmanagedType.IDispatch)] object mSG) - { - if (!Validate("OnKeystrokeMessageForAddon")) - { - Invoker.ReleaseParamsArray(mSG); - return; - } - - NetOffice.VisioApi.IVMSGWrap newMSG = Factory.CreateEventArgumentObjectFromComProxy(EventClass, mSG) as NetOffice.VisioApi.IVMSGWrap; - object[] paramsArray = new object[1]; - paramsArray[0] = newMSG; - EventBinding.RaiseCustomEvent("OnKeystrokeMessageForAddon", ref paramsArray); - } - - public void MouseDown([In] object button, [In] object keyButtonState, [In] object x, [In] object y, [In] [Out] ref object cancelDefault) - { - if (!Validate("MouseDown")) - { - Invoker.ReleaseParamsArray(button, keyButtonState, x, y, cancelDefault); - return; - } - - Int32 newButton = ToInt32(button); - Int32 newKeyButtonState = ToInt32(keyButtonState); - Double newx = ToDouble(x); - Double newy = ToDouble(y); - object[] paramsArray = new object[5]; - paramsArray[0] = newButton; - paramsArray[1] = newKeyButtonState; - paramsArray[2] = newx; - paramsArray[3] = newy; - paramsArray.SetValue(cancelDefault, 4); - EventBinding.RaiseCustomEvent("MouseDown", ref paramsArray); - - cancelDefault = ToBoolean(paramsArray[4]); - } - - public void MouseMove([In] object button, [In] object keyButtonState, [In] object x, [In] object y, [In] [Out] ref object cancelDefault) - { - if (!Validate("MouseMove")) - { - Invoker.ReleaseParamsArray(button, keyButtonState, x, y, cancelDefault); - return; - } - - Int32 newButton = ToInt32(button); - Int32 newKeyButtonState = ToInt32(keyButtonState); - Double newx = ToDouble(x); - Double newy = ToDouble(y); - object[] paramsArray = new object[5]; - paramsArray[0] = newButton; - paramsArray[1] = newKeyButtonState; - paramsArray[2] = newx; - paramsArray[3] = newy; - paramsArray.SetValue(cancelDefault, 4); - EventBinding.RaiseCustomEvent("MouseMove", ref paramsArray); - - cancelDefault = ToBoolean(paramsArray[4]); - } - - public void MouseUp([In] object button, [In] object keyButtonState, [In] object x, [In] object y, [In] [Out] ref object cancelDefault) - { - if (!Validate("MouseUp")) - { - Invoker.ReleaseParamsArray(button, keyButtonState, x, y, cancelDefault); - return; - } - - Int32 newButton = ToInt32(button); - Int32 newKeyButtonState = ToInt32(keyButtonState); - Double newx = ToDouble(x); - Double newy = ToDouble(y); - object[] paramsArray = new object[5]; - paramsArray[0] = newButton; - paramsArray[1] = newKeyButtonState; - paramsArray[2] = newx; - paramsArray[3] = newy; - paramsArray.SetValue(cancelDefault, 4); - EventBinding.RaiseCustomEvent("MouseUp", ref paramsArray); - - cancelDefault = ToBoolean(paramsArray[4]); - } - - public void KeyDown([In] object keyCode, [In] object keyButtonState, [In] [Out] ref object cancelDefault) - { - if (!Validate("KeyDown")) - { - Invoker.ReleaseParamsArray(keyCode, keyButtonState, cancelDefault); - return; - } - - Int32 newKeyCode = ToInt32(keyCode); - Int32 newKeyButtonState = ToInt32(keyButtonState); - object[] paramsArray = new object[3]; - paramsArray[0] = newKeyCode; - paramsArray[1] = newKeyButtonState; - paramsArray.SetValue(cancelDefault, 2); - EventBinding.RaiseCustomEvent("KeyDown", ref paramsArray); - - cancelDefault = ToBoolean(paramsArray[2]); - } - - public void KeyPress([In] object keyAscii, [In] [Out] ref object cancelDefault) - { - if (!Validate("KeyPress")) - { - Invoker.ReleaseParamsArray(keyAscii, cancelDefault); - return; - } - - Int32 newKeyAscii = ToInt32(keyAscii); - object[] paramsArray = new object[2]; - paramsArray[0] = newKeyAscii; - paramsArray.SetValue(cancelDefault, 1); - EventBinding.RaiseCustomEvent("KeyPress", ref paramsArray); - - cancelDefault = ToBoolean(paramsArray[1]); - } - - public void KeyUp([In] object keyCode, [In] object keyButtonState, [In] [Out] ref object cancelDefault) - { - if (!Validate("KeyUp")) - { - Invoker.ReleaseParamsArray(keyCode, keyButtonState, cancelDefault); - return; - } - - Int32 newKeyCode = ToInt32(keyCode); - Int32 newKeyButtonState = ToInt32(keyButtonState); - object[] paramsArray = new object[3]; - paramsArray[0] = newKeyCode; - paramsArray[1] = newKeyButtonState; - paramsArray.SetValue(cancelDefault, 2); - EventBinding.RaiseCustomEvent("KeyUp", ref paramsArray); - - cancelDefault = ToBoolean(paramsArray[2]); - } - - #endregion - } - - #endregion - - #pragma warning restore -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/IEnumVAccelItem.cs b/Source/Visio/Interfaces/IEnumVAccelItem.cs deleted file mode 100644 index e2220d5514..0000000000 --- a/Source/Visio/Interfaces/IEnumVAccelItem.cs +++ /dev/null @@ -1,172 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface IEnumVAccelItem - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class IEnumVAccelItem : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IEnumVAccelItem); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IEnumVAccelItem(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IEnumVAccelItem(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVAccelItem(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVAccelItem(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVAccelItem(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVAccelItem(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVAccelItem() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVAccelItem(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - /// NetOffice.VisioApi.IVAccelItem rgelt - /// Int32 pceltFetched - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Next(Int32 celt, out NetOffice.VisioApi.IVAccelItem rgelt, out Int32 pceltFetched) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - rgelt = null; - pceltFetched = 0; - object[] paramsArray = Invoker.ValidateParamsArray(celt, rgelt, pceltFetched); - object returnItem = Invoker.MethodReturn(this, "Next", paramsArray); - rgelt = (NetOffice.VisioApi.IVAccelItem)paramsArray[1]; - pceltFetched = (Int32)paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Skip(Int32 celt) - { - return Factory.ExecuteInt32MethodGet(this, "Skip", celt); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Reset() - { - return Factory.ExecuteInt32MethodGet(this, "Reset"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IEnumVAccelItem ppenm - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Clone(out NetOffice.VisioApi.IEnumVAccelItem ppenm) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - ppenm = null; - object[] paramsArray = Invoker.ValidateParamsArray(ppenm); - object returnItem = Invoker.MethodReturn(this, "Clone", paramsArray); - ppenm = (NetOffice.VisioApi.IEnumVAccelItem)paramsArray[0]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/IEnumVAccelTable.cs b/Source/Visio/Interfaces/IEnumVAccelTable.cs deleted file mode 100644 index e9aa5e0e32..0000000000 --- a/Source/Visio/Interfaces/IEnumVAccelTable.cs +++ /dev/null @@ -1,172 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface IEnumVAccelTable - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class IEnumVAccelTable : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IEnumVAccelTable); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IEnumVAccelTable(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IEnumVAccelTable(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVAccelTable(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVAccelTable(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVAccelTable(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVAccelTable(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVAccelTable() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVAccelTable(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - /// NetOffice.VisioApi.IVAccelTable rgelt - /// Int32 pceltFetched - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Next(Int32 celt, out NetOffice.VisioApi.IVAccelTable rgelt, out Int32 pceltFetched) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - rgelt = null; - pceltFetched = 0; - object[] paramsArray = Invoker.ValidateParamsArray(celt, rgelt, pceltFetched); - object returnItem = Invoker.MethodReturn(this, "Next", paramsArray); - rgelt = (NetOffice.VisioApi.IVAccelTable)paramsArray[1]; - pceltFetched = (Int32)paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Skip(Int32 celt) - { - return Factory.ExecuteInt32MethodGet(this, "Skip", celt); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Reset() - { - return Factory.ExecuteInt32MethodGet(this, "Reset"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IEnumVAccelTable ppenm - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Clone(out NetOffice.VisioApi.IEnumVAccelTable ppenm) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - ppenm = null; - object[] paramsArray = Invoker.ValidateParamsArray(ppenm); - object returnItem = Invoker.MethodReturn(this, "Clone", paramsArray); - ppenm = (NetOffice.VisioApi.IEnumVAccelTable)paramsArray[0]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/IEnumVMenu.cs b/Source/Visio/Interfaces/IEnumVMenu.cs deleted file mode 100644 index 71f1044657..0000000000 --- a/Source/Visio/Interfaces/IEnumVMenu.cs +++ /dev/null @@ -1,172 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface IEnumVMenu - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class IEnumVMenu : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IEnumVMenu); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IEnumVMenu(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IEnumVMenu(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVMenu(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVMenu(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVMenu(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVMenu(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVMenu() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVMenu(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - /// NetOffice.VisioApi.IVMenu rgelt - /// Int32 pceltFetched - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Next(Int32 celt, out NetOffice.VisioApi.IVMenu rgelt, out Int32 pceltFetched) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - rgelt = null; - pceltFetched = 0; - object[] paramsArray = Invoker.ValidateParamsArray(celt, rgelt, pceltFetched); - object returnItem = Invoker.MethodReturn(this, "Next", paramsArray); - rgelt = (NetOffice.VisioApi.IVMenu)paramsArray[1]; - pceltFetched = (Int32)paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Skip(Int32 celt) - { - return Factory.ExecuteInt32MethodGet(this, "Skip", celt); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Reset() - { - return Factory.ExecuteInt32MethodGet(this, "Reset"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IEnumVMenu ppenm - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Clone(out NetOffice.VisioApi.IEnumVMenu ppenm) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - ppenm = null; - object[] paramsArray = Invoker.ValidateParamsArray(ppenm); - object returnItem = Invoker.MethodReturn(this, "Clone", paramsArray); - ppenm = (NetOffice.VisioApi.IEnumVMenu)paramsArray[0]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/IEnumVMenuItem.cs b/Source/Visio/Interfaces/IEnumVMenuItem.cs deleted file mode 100644 index 63b8da06dd..0000000000 --- a/Source/Visio/Interfaces/IEnumVMenuItem.cs +++ /dev/null @@ -1,172 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface IEnumVMenuItem - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class IEnumVMenuItem : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IEnumVMenuItem); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IEnumVMenuItem(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IEnumVMenuItem(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVMenuItem(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVMenuItem(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVMenuItem(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVMenuItem(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVMenuItem() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVMenuItem(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - /// NetOffice.VisioApi.IVMenuItem rgelt - /// Int32 pceltFetched - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Next(Int32 celt, out NetOffice.VisioApi.IVMenuItem rgelt, out Int32 pceltFetched) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - rgelt = null; - pceltFetched = 0; - object[] paramsArray = Invoker.ValidateParamsArray(celt, rgelt, pceltFetched); - object returnItem = Invoker.MethodReturn(this, "Next", paramsArray); - rgelt = (NetOffice.VisioApi.IVMenuItem)paramsArray[1]; - pceltFetched = (Int32)paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Skip(Int32 celt) - { - return Factory.ExecuteInt32MethodGet(this, "Skip", celt); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Reset() - { - return Factory.ExecuteInt32MethodGet(this, "Reset"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IEnumVMenuItem ppenm - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Clone(out NetOffice.VisioApi.IEnumVMenuItem ppenm) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - ppenm = null; - object[] paramsArray = Invoker.ValidateParamsArray(ppenm); - object returnItem = Invoker.MethodReturn(this, "Clone", paramsArray); - ppenm = (NetOffice.VisioApi.IEnumVMenuItem)paramsArray[0]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/IEnumVMenuSet.cs b/Source/Visio/Interfaces/IEnumVMenuSet.cs deleted file mode 100644 index d0ff9e4458..0000000000 --- a/Source/Visio/Interfaces/IEnumVMenuSet.cs +++ /dev/null @@ -1,172 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface IEnumVMenuSet - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class IEnumVMenuSet : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IEnumVMenuSet); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IEnumVMenuSet(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IEnumVMenuSet(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVMenuSet(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVMenuSet(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVMenuSet(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVMenuSet(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVMenuSet() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVMenuSet(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - /// NetOffice.VisioApi.IVMenuSet rgelt - /// Int32 pceltFetched - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Next(Int32 celt, out NetOffice.VisioApi.IVMenuSet rgelt, out Int32 pceltFetched) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - rgelt = null; - pceltFetched = 0; - object[] paramsArray = Invoker.ValidateParamsArray(celt, rgelt, pceltFetched); - object returnItem = Invoker.MethodReturn(this, "Next", paramsArray); - rgelt = (NetOffice.VisioApi.IVMenuSet)paramsArray[1]; - pceltFetched = (Int32)paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Skip(Int32 celt) - { - return Factory.ExecuteInt32MethodGet(this, "Skip", celt); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Reset() - { - return Factory.ExecuteInt32MethodGet(this, "Reset"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IEnumVMenuSet ppenm - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Clone(out NetOffice.VisioApi.IEnumVMenuSet ppenm) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - ppenm = null; - object[] paramsArray = Invoker.ValidateParamsArray(ppenm); - object returnItem = Invoker.MethodReturn(this, "Clone", paramsArray); - ppenm = (NetOffice.VisioApi.IEnumVMenuSet)paramsArray[0]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/IEnumVStatusBar.cs b/Source/Visio/Interfaces/IEnumVStatusBar.cs deleted file mode 100644 index 3be54eb277..0000000000 --- a/Source/Visio/Interfaces/IEnumVStatusBar.cs +++ /dev/null @@ -1,172 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface IEnumVStatusBar - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class IEnumVStatusBar : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IEnumVStatusBar); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IEnumVStatusBar(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IEnumVStatusBar(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVStatusBar(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVStatusBar(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVStatusBar(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVStatusBar(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVStatusBar() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVStatusBar(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - /// NetOffice.VisioApi.IVStatusBar rgelt - /// Int32 pceltFetched - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Next(Int32 celt, out NetOffice.VisioApi.IVStatusBar rgelt, out Int32 pceltFetched) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - rgelt = null; - pceltFetched = 0; - object[] paramsArray = Invoker.ValidateParamsArray(celt, rgelt, pceltFetched); - object returnItem = Invoker.MethodReturn(this, "Next", paramsArray); - rgelt = (NetOffice.VisioApi.IVStatusBar)paramsArray[1]; - pceltFetched = (Int32)paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Skip(Int32 celt) - { - return Factory.ExecuteInt32MethodGet(this, "Skip", celt); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Reset() - { - return Factory.ExecuteInt32MethodGet(this, "Reset"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IEnumVStatusBar ppenm - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Clone(out NetOffice.VisioApi.IEnumVStatusBar ppenm) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - ppenm = null; - object[] paramsArray = Invoker.ValidateParamsArray(ppenm); - object returnItem = Invoker.MethodReturn(this, "Clone", paramsArray); - ppenm = (NetOffice.VisioApi.IEnumVStatusBar)paramsArray[0]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/IEnumVStatusBarItem.cs b/Source/Visio/Interfaces/IEnumVStatusBarItem.cs deleted file mode 100644 index afe1d8430b..0000000000 --- a/Source/Visio/Interfaces/IEnumVStatusBarItem.cs +++ /dev/null @@ -1,172 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface IEnumVStatusBarItem - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class IEnumVStatusBarItem : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IEnumVStatusBarItem); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IEnumVStatusBarItem(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IEnumVStatusBarItem(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVStatusBarItem(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVStatusBarItem(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVStatusBarItem(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVStatusBarItem(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVStatusBarItem() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVStatusBarItem(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - /// NetOffice.VisioApi.IVStatusBarItem rgelt - /// Int32 pceltFetched - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Next(Int32 celt, out NetOffice.VisioApi.IVStatusBarItem rgelt, out Int32 pceltFetched) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - rgelt = null; - pceltFetched = 0; - object[] paramsArray = Invoker.ValidateParamsArray(celt, rgelt, pceltFetched); - object returnItem = Invoker.MethodReturn(this, "Next", paramsArray); - rgelt = (NetOffice.VisioApi.IVStatusBarItem)paramsArray[1]; - pceltFetched = (Int32)paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Skip(Int32 celt) - { - return Factory.ExecuteInt32MethodGet(this, "Skip", celt); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Reset() - { - return Factory.ExecuteInt32MethodGet(this, "Reset"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IEnumVStatusBarItem ppenm - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Clone(out NetOffice.VisioApi.IEnumVStatusBarItem ppenm) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - ppenm = null; - object[] paramsArray = Invoker.ValidateParamsArray(ppenm); - object returnItem = Invoker.MethodReturn(this, "Clone", paramsArray); - ppenm = (NetOffice.VisioApi.IEnumVStatusBarItem)paramsArray[0]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/IEnumVToolbar.cs b/Source/Visio/Interfaces/IEnumVToolbar.cs deleted file mode 100644 index 37df2117a7..0000000000 --- a/Source/Visio/Interfaces/IEnumVToolbar.cs +++ /dev/null @@ -1,172 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface IEnumVToolbar - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class IEnumVToolbar : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IEnumVToolbar); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IEnumVToolbar(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IEnumVToolbar(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVToolbar(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVToolbar(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVToolbar(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVToolbar(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVToolbar() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVToolbar(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - /// NetOffice.VisioApi.IVToolbar rgelt - /// Int32 pceltFetched - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Next(Int32 celt, out NetOffice.VisioApi.IVToolbar rgelt, out Int32 pceltFetched) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - rgelt = null; - pceltFetched = 0; - object[] paramsArray = Invoker.ValidateParamsArray(celt, rgelt, pceltFetched); - object returnItem = Invoker.MethodReturn(this, "Next", paramsArray); - rgelt = (NetOffice.VisioApi.IVToolbar)paramsArray[1]; - pceltFetched = (Int32)paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Skip(Int32 celt) - { - return Factory.ExecuteInt32MethodGet(this, "Skip", celt); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Reset() - { - return Factory.ExecuteInt32MethodGet(this, "Reset"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IEnumVToolbar ppenm - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Clone(out NetOffice.VisioApi.IEnumVToolbar ppenm) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - ppenm = null; - object[] paramsArray = Invoker.ValidateParamsArray(ppenm); - object returnItem = Invoker.MethodReturn(this, "Clone", paramsArray); - ppenm = (NetOffice.VisioApi.IEnumVToolbar)paramsArray[0]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/IEnumVToolbarItem.cs b/Source/Visio/Interfaces/IEnumVToolbarItem.cs deleted file mode 100644 index 4b2b47512d..0000000000 --- a/Source/Visio/Interfaces/IEnumVToolbarItem.cs +++ /dev/null @@ -1,172 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface IEnumVToolbarItem - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class IEnumVToolbarItem : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IEnumVToolbarItem); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IEnumVToolbarItem(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IEnumVToolbarItem(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVToolbarItem(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVToolbarItem(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVToolbarItem(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVToolbarItem(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVToolbarItem() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVToolbarItem(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - /// NetOffice.VisioApi.IVToolbarItem rgelt - /// Int32 pceltFetched - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Next(Int32 celt, out NetOffice.VisioApi.IVToolbarItem rgelt, out Int32 pceltFetched) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - rgelt = null; - pceltFetched = 0; - object[] paramsArray = Invoker.ValidateParamsArray(celt, rgelt, pceltFetched); - object returnItem = Invoker.MethodReturn(this, "Next", paramsArray); - rgelt = (NetOffice.VisioApi.IVToolbarItem)paramsArray[1]; - pceltFetched = (Int32)paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Skip(Int32 celt) - { - return Factory.ExecuteInt32MethodGet(this, "Skip", celt); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Reset() - { - return Factory.ExecuteInt32MethodGet(this, "Reset"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IEnumVToolbarItem ppenm - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Clone(out NetOffice.VisioApi.IEnumVToolbarItem ppenm) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - ppenm = null; - object[] paramsArray = Invoker.ValidateParamsArray(ppenm); - object returnItem = Invoker.MethodReturn(this, "Clone", paramsArray); - ppenm = (NetOffice.VisioApi.IEnumVToolbarItem)paramsArray[0]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/IEnumVToolbarSet.cs b/Source/Visio/Interfaces/IEnumVToolbarSet.cs deleted file mode 100644 index f9874e96f4..0000000000 --- a/Source/Visio/Interfaces/IEnumVToolbarSet.cs +++ /dev/null @@ -1,172 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface IEnumVToolbarSet - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class IEnumVToolbarSet : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IEnumVToolbarSet); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IEnumVToolbarSet(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IEnumVToolbarSet(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVToolbarSet(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVToolbarSet(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVToolbarSet(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVToolbarSet(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVToolbarSet() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IEnumVToolbarSet(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - /// NetOffice.VisioApi.IVToolbarSet rgelt - /// Int32 pceltFetched - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Next(Int32 celt, out NetOffice.VisioApi.IVToolbarSet rgelt, out Int32 pceltFetched) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - rgelt = null; - pceltFetched = 0; - object[] paramsArray = Invoker.ValidateParamsArray(celt, rgelt, pceltFetched); - object returnItem = Invoker.MethodReturn(this, "Next", paramsArray); - rgelt = (NetOffice.VisioApi.IVToolbarSet)paramsArray[1]; - pceltFetched = (Int32)paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Skip(Int32 celt) - { - return Factory.ExecuteInt32MethodGet(this, "Skip", celt); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Reset() - { - return Factory.ExecuteInt32MethodGet(this, "Reset"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IEnumVToolbarSet ppenm - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Clone(out NetOffice.VisioApi.IEnumVToolbarSet ppenm) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - ppenm = null; - object[] paramsArray = Invoker.ValidateParamsArray(ppenm); - object returnItem = Invoker.MethodReturn(this, "Clone", paramsArray); - ppenm = (NetOffice.VisioApi.IEnumVToolbarSet)paramsArray[0]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/IVClientSite.cs b/Source/Visio/Interfaces/IVClientSite.cs deleted file mode 100644 index 87eed014dd..0000000000 --- a/Source/Visio/Interfaces/IVClientSite.cs +++ /dev/null @@ -1,132 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface IVClientSite - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class IVClientSite : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVClientSite); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVClientSite(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVClientSite(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVClientSite(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVClientSite(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVClientSite(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVClientSite(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVClientSite() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVClientSite(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Shape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shape"); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/IVInvisibleApp.cs b/Source/Visio/Interfaces/IVInvisibleApp.cs deleted file mode 100644 index 030398575f..0000000000 --- a/Source/Visio/Interfaces/IVInvisibleApp.cs +++ /dev/null @@ -1,1889 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface IVInvisibleApp - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), BaseType] - public class IVInvisibleApp : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVInvisibleApp); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVInvisibleApp(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVInvisibleApp(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVInvisibleApp(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVInvisibleApp(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVInvisibleApp(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVInvisibleApp(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVInvisibleApp() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVInvisibleApp(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument ActiveDocument - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ActiveDocument"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage ActivePage - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ActivePage"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow ActiveWindow - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ActiveWindow"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocuments Documents - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Documents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 OnDataChangeDelay - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "OnDataChangeDelay"); - } - set - { - Factory.ExecuteValuePropertySet(this, "OnDataChangeDelay", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ProcessID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ProcessID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ScreenUpdating - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ScreenUpdating"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ScreenUpdating", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Version - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Version"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 WindowHandle - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "WindowHandle"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindows Windows - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Windows"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Language - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Language"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 IsVisio16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsVisio16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 IsVisio32 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsVisio32"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 WindowHandle32 - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "WindowHandle32"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 InstanceHandle - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "InstanceHandle"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 InstanceHandle32 - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "InstanceHandle32"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVUIObject BuiltInMenus - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "BuiltInMenus"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 fIgnored - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVUIObject get_BuiltInToolbars(Int16 fIgnored) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "BuiltInToolbars", NetOffice.VisioApi.IVUIObject.LateBindingApiWrapperType, fIgnored); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_BuiltInToolbars - /// - /// Int16 fIgnored - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_BuiltInToolbars")] - public NetOffice.VisioApi.IVUIObject BuiltInToolbars(Int16 fIgnored) - { - return get_BuiltInToolbars(fIgnored); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVUIObject CustomMenus - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "CustomMenus"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string CustomMenusFile - { - get - { - return Factory.ExecuteStringPropertyGet(this, "CustomMenusFile"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CustomMenusFile", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVUIObject CustomToolbars - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "CustomToolbars"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string CustomToolbarsFile - { - get - { - return Factory.ExecuteStringPropertyGet(this, "CustomToolbarsFile"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CustomToolbarsFile", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AddonPaths - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AddonPaths"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AddonPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string DrawingPaths - { - get - { - return Factory.ExecuteStringPropertyGet(this, "DrawingPaths"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DrawingPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string FilterPaths - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FilterPaths"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FilterPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string HelpPaths - { - get - { - return Factory.ExecuteStringPropertyGet(this, "HelpPaths"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HelpPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string StartupPaths - { - get - { - return Factory.ExecuteStringPropertyGet(this, "StartupPaths"); - } - set - { - Factory.ExecuteValuePropertySet(this, "StartupPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string StencilPaths - { - get - { - return Factory.ExecuteStringPropertyGet(this, "StencilPaths"); - } - set - { - Factory.ExecuteValuePropertySet(this, "StencilPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string TemplatePaths - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TemplatePaths"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TemplatePaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string UserName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "UserName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "UserName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PromptForSummary - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PromptForSummary"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PromptForSummary", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVAddons Addons - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Addons"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string ProfileName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ProfileName"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 eventSeqNum - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string get_EventInfo(Int32 eventSeqNum) - { - return Factory.ExecuteStringPropertyGet(this, "EventInfo", eventSeqNum); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_EventInfo - /// - /// Int32 eventSeqNum - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_EventInfo")] - public string EventInfo(Int32 eventSeqNum) - { - return get_EventInfo(eventSeqNum); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Active - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Active"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 DeferRecalc - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "DeferRecalc"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DeferRecalc", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AlertResponse - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "AlertResponse"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AlertResponse", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ShowProgress - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowProgress"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowProgress", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object Vbe - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "Vbe"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 ShowMenus - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowMenus"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowMenus", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 ToolbarStyle - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ToolbarStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ToolbarStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ShowStatusBar - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowStatusBar"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowStatusBar", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 EventsEnabled - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "EventsEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "EventsEnabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Path - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Path"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 TraceFlags - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "TraceFlags"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TraceFlags", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ShowToolbar - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowToolbar"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowToolbar", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool LiveDynamics - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "LiveDynamics"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LiveDynamics", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool AutoLayout - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "AutoLayout"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AutoLayout", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Visible - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Visible"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Visible", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string CommandLine - { - get - { - return Factory.ExecuteStringPropertyGet(this, "CommandLine"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool IsUndoingOrRedoing - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "IsUndoingOrRedoing"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 CurrentScope - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "CurrentScope"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 nCmdID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool get_IsInScope(Int32 nCmdID) - { - return Factory.ExecuteBoolPropertyGet(this, "IsInScope", nCmdID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_IsInScope - /// - /// Int32 nCmdID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_IsInScope")] - public bool IsInScope(Int32 nCmdID) - { - return get_IsInScope(nCmdID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public object old_Addins - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "old_Addins"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string ProductName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ProductName"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool UndoEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "UndoEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "UndoEnabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ShowChanges - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowChanges"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowChanges", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 TypelibMajorVersion - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "TypelibMajorVersion"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 TypelibMinorVersion - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "TypelibMinorVersion"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AutoRecoverInterval - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "AutoRecoverInterval"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AutoRecoverInterval", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool InhibitSelectChange - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "InhibitSelectChange"); - } - set - { - Factory.ExecuteValuePropertySet(this, "InhibitSelectChange", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ActivePrinter - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ActivePrinter"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ActivePrinter", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public String[] AvailablePrinters - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(this, "AvailablePrinters", paramsArray); - return (String[])returnItem; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object CommandBars - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "CommandBars"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Build - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Build"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object COMAddIns - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "COMAddIns"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public object DefaultPageUnits - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "DefaultPageUnits"); - } - set - { - Factory.ExecuteVariantPropertySet(this, "DefaultPageUnits", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public object DefaultTextUnits - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "DefaultTextUnits"); - } - set - { - Factory.ExecuteVariantPropertySet(this, "DefaultTextUnits", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public object DefaultAngleUnits - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "DefaultAngleUnits"); - } - set - { - Factory.ExecuteVariantPropertySet(this, "DefaultAngleUnits", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public object DefaultDurationUnits - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "DefaultDurationUnits"); - } - set - { - Factory.ExecuteVariantPropertySet(this, "DefaultDurationUnits", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 FullBuild - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "FullBuild"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool VBAEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "VBAEnabled"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisZoomBehavior DefaultZoomBehavior - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "DefaultZoomBehavior"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "DefaultZoomBehavior", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16), NativeResult] - public stdole.Font DialogFont - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "DialogFont", paramsArray); - return returnItem as stdole.Font; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 LanguageHelp - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "LanguageHelp"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow Window - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Window"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object ConnectorToolDataObject - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "ConnectorToolDataObject"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplicationSettings Settings - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Settings"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object SaveAsWebObject - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "SaveAsWebObject"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 12,14,15,16), ProxyResult] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public object MsoDebugOptions - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "MsoDebugOptions"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public string MyShapesPath - { - get - { - return Factory.ExecuteStringPropertyGet(this, "MyShapesPath"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MyShapesPath", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 12,14,15,16), ProxyResult] - public object DefaultRectangleDataObject - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "DefaultRectangleDataObject"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool DataFeaturesEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DataFeaturesEnabled"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 12,14,15,16), ProxyResult] - public object LanguageSettings - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "LanguageSettings"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 12,14,15,16), ProxyResult] - public object Assistance - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "Assistance"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool DeferRelationshipRecalc - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DeferRelationshipRecalc"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DeferRelationshipRecalc", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisEdition CurrentEdition - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "CurrentEdition"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int64 InstanceHandle64 - { - get - { - return Factory.ExecuteInt64PropertyGet(this, "InstanceHandle64"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Quit() - { - return Factory.ExecuteInt32MethodGet(this, "Quit"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Redo() - { - return Factory.ExecuteInt32MethodGet(this, "Redo"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Undo() - { - return Factory.ExecuteInt32MethodGet(this, "Undo"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVUIObject menusObject - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SetCustomMenus(NetOffice.VisioApi.IVUIObject menusObject) - { - return Factory.ExecuteInt32MethodGet(this, "SetCustomMenus", menusObject); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ClearCustomMenus() - { - return Factory.ExecuteInt32MethodGet(this, "ClearCustomMenus"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVUIObject toolbarsObject - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SetCustomToolbars(NetOffice.VisioApi.IVUIObject toolbarsObject) - { - return Factory.ExecuteInt32MethodGet(this, "SetCustomToolbars", toolbarsObject); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ClearCustomToolbars() - { - return Factory.ExecuteInt32MethodGet(this, "ClearCustomToolbars"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SaveWorkspaceAs(string fileName) - { - return Factory.ExecuteInt32MethodGet(this, "SaveWorkspaceAs", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 commandID - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 DoCmd(Int16 commandID) - { - return Factory.ExecuteInt32MethodGet(this, "DoCmd", commandID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object stringOrNumber - /// object unitsIn - /// object unitsOut - /// string format - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FormatResult(object stringOrNumber, object unitsIn, object unitsOut, string format) - { - return Factory.ExecuteStringMethodGet(this, "FormatResult", stringOrNumber, unitsIn, unitsOut, format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object stringOrNumber - /// object unitsIn - /// object unitsOut - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double ConvertResult(object stringOrNumber, object unitsIn, object unitsOut) - { - return Factory.ExecuteDoubleMethodGet(this, "ConvertResult", stringOrNumber, unitsIn, unitsOut); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string pathsString - /// String[] nameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 EnumDirectories(string pathsString, out String[] nameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - nameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray(pathsString, (object)nameArray); - object returnItem = Invoker.MethodReturn(this, "EnumDirectories", paramsArray); - nameArray = (String[])paramsArray[1]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 PurgeUndo() - { - return Factory.ExecuteInt32MethodGet(this, "PurgeUndo"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string contextString - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 QueueMarkerEvent(string contextString) - { - return Factory.ExecuteInt32MethodGet(this, "QueueMarkerEvent", contextString); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string bstrUndoScopeName - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 BeginUndoScope(string bstrUndoScopeName) - { - return Factory.ExecuteInt32MethodGet(this, "BeginUndoScope", bstrUndoScopeName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 nScopeID - /// bool bCommit - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 EndUndoScope(Int32 nScopeID, bool bCommit) - { - return Factory.ExecuteInt32MethodGet(this, "EndUndoScope", nScopeID, bCommit); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object pUndoUnit - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 AddUndoUnit(object pUndoUnit) - { - return Factory.ExecuteInt32MethodGet(this, "AddUndoUnit", pUndoUnit); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string bstrScopeName - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 RenameCurrentScope(string bstrScopeName) - { - return Factory.ExecuteInt32MethodGet(this, "RenameCurrentScope", bstrScopeName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string bstrHelpFileName - /// Int32 command - /// Int32 data - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 InvokeHelp(string bstrHelpFileName, Int32 command, Int32 data) - { - return Factory.ExecuteInt32MethodGet(this, "InvokeHelp", bstrHelpFileName, command, data); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisOnComponentEnterCodes uStateID - /// bool bEnter - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 OnComponentEnterState(NetOffice.VisioApi.Enums.VisOnComponentEnterCodes uStateID, bool bEnter) - { - return Factory.ExecuteInt32MethodGet(this, "OnComponentEnterState", uStateID, bEnter); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 nWhichStatistic - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public object GetUsageStatistic(Int32 nWhichStatistic) - { - return Factory.ExecuteVariantMethodGet(this, "GetUsageStatistic", nWhichStatistic); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object stringOrNumber - /// object unitsIn - /// object unitsOut - /// string format - /// optional Int32 LangID = 0 - /// optional Int32 CalendarID = -1 - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FormatResultEx(object stringOrNumber, object unitsIn, object unitsOut, string format, object langID, object calendarID) - { - return Factory.ExecuteStringMethodGet(this, "FormatResultEx", new object[]{ stringOrNumber, unitsIn, unitsOut, format, langID, calendarID }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object stringOrNumber - /// object unitsIn - /// object unitsOut - /// string format - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FormatResultEx(object stringOrNumber, object unitsIn, object unitsOut, string format) - { - return Factory.ExecuteStringMethodGet(this, "FormatResultEx", stringOrNumber, unitsIn, unitsOut, format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object stringOrNumber - /// object unitsIn - /// object unitsOut - /// string format - /// optional Int32 LangID = 0 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FormatResultEx(object stringOrNumber, object unitsIn, object unitsOut, string format, object langID) - { - return Factory.ExecuteStringMethodGet(this, "FormatResultEx", new object[]{ stringOrNumber, unitsIn, unitsOut, format, langID }); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object sourceAddOn - /// NetOffice.VisioApi.IVDocument targetDocument - /// NetOffice.VisioApi.Enums.VisRibbonXModes targetModes - /// string friendlyName - [SupportByVersion("Visio", 14,15,16)] - public Int32 RegisterRibbonX(object sourceAddOn, NetOffice.VisioApi.IVDocument targetDocument, NetOffice.VisioApi.Enums.VisRibbonXModes targetModes, string friendlyName) - { - return Factory.ExecuteInt32MethodGet(this, "RegisterRibbonX", sourceAddOn, targetDocument, targetModes, friendlyName); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object sourceAddOn - /// NetOffice.VisioApi.IVDocument targetDocument - [SupportByVersion("Visio", 14,15,16)] - public Int32 UnregisterRibbonX(object sourceAddOn, NetOffice.VisioApi.IVDocument targetDocument) - { - return Factory.ExecuteInt32MethodGet(this, "UnregisterRibbonX", sourceAddOn, targetDocument); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// string galleryName - [SupportByVersion("Visio", 14,15,16)] - public bool GetPreviewEnabled(string galleryName) - { - return Factory.ExecuteBoolMethodGet(this, "GetPreviewEnabled", galleryName); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// string galleryName - /// bool onOrOff - [SupportByVersion("Visio", 14,15,16)] - public Int32 SetPreviewEnabled(string galleryName, bool onOrOff) - { - return Factory.ExecuteInt32MethodGet(this, "SetPreviewEnabled", galleryName, onOrOff); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisBuiltInStencilTypes stencilType - /// NetOffice.VisioApi.Enums.VisMeasurementSystem measurementSystem - [SupportByVersion("Visio", 14,15,16)] - public string GetBuiltInStencilFile(NetOffice.VisioApi.Enums.VisBuiltInStencilTypes stencilType, NetOffice.VisioApi.Enums.VisMeasurementSystem measurementSystem) - { - return Factory.ExecuteStringMethodGet(this, "GetBuiltInStencilFile", stencilType, measurementSystem); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisBuiltInStencilTypes stencilType - [SupportByVersion("Visio", 14,15,16)] - public string GetCustomStencilFile(NetOffice.VisioApi.Enums.VisBuiltInStencilTypes stencilType) - { - return Factory.ExecuteStringMethodGet(this, "GetCustomStencilFile", stencilType); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/IVKeyboardEvent.cs b/Source/Visio/Interfaces/IVKeyboardEvent.cs deleted file mode 100644 index add7a45e92..0000000000 --- a/Source/Visio/Interfaces/IVKeyboardEvent.cs +++ /dev/null @@ -1,224 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface IVKeyboardEvent - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), BaseType] - public class IVKeyboardEvent : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVKeyboardEvent); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVKeyboardEvent(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVKeyboardEvent(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVKeyboardEvent(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVKeyboardEvent(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVKeyboardEvent(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVKeyboardEvent(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVKeyboardEvent() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVKeyboardEvent(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ToString - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ToString"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisObjectTypes ObjectType - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow Window - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Window"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 KeyCode - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "KeyCode"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 KeyButtonState - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "KeyButtonState"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 KeyAscii - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "KeyAscii"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/IVMouseEvent.cs b/Source/Visio/Interfaces/IVMouseEvent.cs deleted file mode 100644 index 1c0f15525c..0000000000 --- a/Source/Visio/Interfaces/IVMouseEvent.cs +++ /dev/null @@ -1,250 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface IVMouseEvent - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class IVMouseEvent : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVMouseEvent); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVMouseEvent(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVMouseEvent(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMouseEvent(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMouseEvent(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMouseEvent(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMouseEvent(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMouseEvent() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVMouseEvent(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ToString - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ToString"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisObjectTypes ObjectType - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow Window - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Window"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Button - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Button"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 KeyButtonState - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "KeyButtonState"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double x - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "x"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double y - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "y"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisMouseMoveDragStates DragState - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "DragState"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/IVisLibOcxSupport.cs b/Source/Visio/Interfaces/IVisLibOcxSupport.cs deleted file mode 100644 index 417791f297..0000000000 --- a/Source/Visio/Interfaces/IVisLibOcxSupport.cs +++ /dev/null @@ -1,240 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface IVisLibOcxSupport - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class IVisLibOcxSupport : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(IVisLibOcxSupport); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public IVisLibOcxSupport(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public IVisLibOcxSupport(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVisLibOcxSupport(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVisLibOcxSupport(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVisLibOcxSupport(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVisLibOcxSupport(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVisLibOcxSupport() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public IVisLibOcxSupport(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string HostID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "HostID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HostID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow Window - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Window"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Src - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Src"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Src", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool NegotiateMenus - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "NegotiateMenus"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NegotiateMenus", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool NegotiateToolbars - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "NegotiateToolbars"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NegotiateToolbars", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisPageSizingBehaviors PageSizingBehavior - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "PageSizingBehavior"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "PageSizingBehavior", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 About() - { - return Factory.ExecuteInt32MethodGet(this, "About"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPSERVERPUBLISHOPTIONS.cs b/Source/Visio/Interfaces/LPSERVERPUBLISHOPTIONS.cs deleted file mode 100644 index 32a55b2615..0000000000 --- a/Source/Visio/Interfaces/LPSERVERPUBLISHOPTIONS.cs +++ /dev/null @@ -1,278 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPSERVERPUBLISHOPTIONS - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPSERVERPUBLISHOPTIONS : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPSERVERPUBLISHOPTIONS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPSERVERPUBLISHOPTIONS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPSERVERPUBLISHOPTIONS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPSERVERPUBLISHOPTIONS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPSERVERPUBLISHOPTIONS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPSERVERPUBLISHOPTIONS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPSERVERPUBLISHOPTIONS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPSERVERPUBLISHOPTIONS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPSERVERPUBLISHOPTIONS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - /// string pageName - /// NetOffice.VisioApi.Enums.VisLangFlags flags - [SupportByVersion("Visio", 14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool get_IsPublishedPage(string pageName, NetOffice.VisioApi.Enums.VisLangFlags flags) - { - return Factory.ExecuteBoolPropertyGet(this, "IsPublishedPage", pageName, flags); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Alias for get_IsPublishedPage - /// - /// string pageName - /// NetOffice.VisioApi.Enums.VisLangFlags flags - [SupportByVersion("Visio", 14,15,16), Redirect("get_IsPublishedPage")] - public bool IsPublishedPage(string pageName, NetOffice.VisioApi.Enums.VisLangFlags flags) - { - return get_IsPublishedPage(pageName, flags); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// string pageName - /// NetOffice.VisioApi.Enums.VisLangFlags flags - [SupportByVersion("Visio", 14,15,16)] - public void IncludePage(string pageName, NetOffice.VisioApi.Enums.VisLangFlags flags) - { - Factory.ExecuteMethod(this, "IncludePage", pageName, flags); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// string pageName - /// NetOffice.VisioApi.Enums.VisLangFlags flags - [SupportByVersion("Visio", 14,15,16)] - public void ExcludePage(string pageName, NetOffice.VisioApi.Enums.VisLangFlags flags) - { - Factory.ExecuteMethod(this, "ExcludePage", pageName, flags); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPublishPages publishPages - /// String[] namesArray - /// NetOffice.VisioApi.Enums.VisLangFlags flags - [SupportByVersion("Visio", 14,15,16)] - public void SetPagesToPublish(NetOffice.VisioApi.Enums.VisPublishPages publishPages, String[] namesArray, NetOffice.VisioApi.Enums.VisLangFlags flags) - { - Factory.ExecuteMethod(this, "SetPagesToPublish", publishPages, namesArray, flags); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisLangFlags flags - /// NetOffice.VisioApi.Enums.VisPublishPages publishPages - /// String[] namesArray - [SupportByVersion("Visio", 14,15,16)] - public void GetPagesToPublish(NetOffice.VisioApi.Enums.VisLangFlags flags, out NetOffice.VisioApi.Enums.VisPublishPages publishPages, out String[] namesArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - publishPages = 0; - namesArray = null; - object[] paramsArray = Invoker.ValidateParamsArray(flags, publishPages, (object)namesArray); - Invoker.Method(this, "GetPagesToPublish", paramsArray, modifiers); - publishPages = (NetOffice.VisioApi.Enums.VisPublishPages)paramsArray[1]; - namesArray = (String[])paramsArray[2]; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPublishDataRecordsets publishDataRecordsets - /// Int32[] dataRecordsetIDs - [SupportByVersion("Visio", 14,15,16)] - public void SetRecordsetsToPublish(NetOffice.VisioApi.Enums.VisPublishDataRecordsets publishDataRecordsets, Int32[] dataRecordsetIDs) - { - Factory.ExecuteMethod(this, "SetRecordsetsToPublish", publishDataRecordsets, dataRecordsetIDs); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPublishDataRecordsets publishDataRecordsets - /// Int32[] dataRecordsetIDs - [SupportByVersion("Visio", 14,15,16)] - public void GetRecordsetsToPublish(out NetOffice.VisioApi.Enums.VisPublishDataRecordsets publishDataRecordsets, out Int32[] dataRecordsetIDs) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true,true); - publishDataRecordsets = 0; - dataRecordsetIDs = null; - object[] paramsArray = Invoker.ValidateParamsArray(publishDataRecordsets, (object)dataRecordsetIDs); - Invoker.Method(this, "GetRecordsetsToPublish", paramsArray, modifiers); - publishDataRecordsets = (NetOffice.VisioApi.Enums.VisPublishDataRecordsets)paramsArray[0]; - dataRecordsetIDs = (Int32[])paramsArray[1]; - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOACCELITEM.cs b/Source/Visio/Interfaces/LPVISIOACCELITEM.cs deleted file mode 100644 index 443c8ba6f7..0000000000 --- a/Source/Visio/Interfaces/LPVISIOACCELITEM.cs +++ /dev/null @@ -1,274 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOACCELITEM - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOACCELITEM : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOACCELITEM); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOACCELITEM(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOACCELITEM(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELITEM(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELITEM(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELITEM(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELITEM(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELITEM() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELITEM(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Default - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Default"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 CmdNum - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CmdNum"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CmdNum", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Key - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Key"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Key", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Alt - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Alt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Alt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Shift - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Shift"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Shift", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Control - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Control"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Control", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVAccelItems Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AddOnName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AddOnName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AddOnName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AddOnArgs - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AddOnArgs"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AddOnArgs", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOACCELITEMS.cs b/Source/Visio/Interfaces/LPVISIOACCELITEMS.cs deleted file mode 100644 index dfeff57f8e..0000000000 --- a/Source/Visio/Interfaces/LPVISIOACCELITEMS.cs +++ /dev/null @@ -1,216 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOACCELITEMS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOACCELITEMS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOACCELITEMS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOACCELITEMS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOACCELITEMS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELITEMS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELITEMS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELITEMS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELITEMS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELITEMS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELITEMS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVAccelItem this[Int32 lIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", lIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVAccelTable Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVAccelItem Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVAccelItem item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOACCELTABLE.cs b/Source/Visio/Interfaces/LPVISIOACCELTABLE.cs deleted file mode 100644 index c08d8e6155..0000000000 --- a/Source/Visio/Interfaces/LPVISIOACCELTABLE.cs +++ /dev/null @@ -1,199 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOACCELTABLE - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOACCELTABLE : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOACCELTABLE); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOACCELTABLE(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOACCELTABLE(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELTABLE(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELTABLE(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELTABLE(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELTABLE(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELTABLE() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELTABLE(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string Default - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Default"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string TableName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TableName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TableName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SetID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SetID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVAccelItems AccelItems - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "AccelItems"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVAccelTables Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOACCELTABLES.cs b/Source/Visio/Interfaces/LPVISIOACCELTABLES.cs deleted file mode 100644 index f5028f608f..0000000000 --- a/Source/Visio/Interfaces/LPVISIOACCELTABLES.cs +++ /dev/null @@ -1,250 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOACCELTABLES - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOACCELTABLES : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOACCELTABLES); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOACCELTABLES(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOACCELTABLES(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELTABLES(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELTABLES(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELTABLES(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELTABLES(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELTABLES() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOACCELTABLES(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVAccelTable this[Int32 lIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", lIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVAccelTable get_ItemAtID(Int32 lID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemAtID", NetOffice.VisioApi.IVAccelTable.LateBindingApiWrapperType, lID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemAtID - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemAtID")] - public NetOffice.VisioApi.IVAccelTable ItemAtID(Int32 lID) - { - return get_ItemAtID(lID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVUIObject Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVAccelTable Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVAccelTable AddAtID(Int32 lID) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddAtID", lID); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVAccelTable item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOADDON.cs b/Source/Visio/Interfaces/LPVISIOADDON.cs deleted file mode 100644 index 0c5c441577..0000000000 --- a/Source/Visio/Interfaces/LPVISIOADDON.cs +++ /dev/null @@ -1,207 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOADDON - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOADDON : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOADDON); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOADDON(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOADDON(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOADDON(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOADDON(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOADDON(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOADDON(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOADDON() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOADDON(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Index - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Enabled - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Enabled"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameU"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string argString - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Run(string argString) - { - Factory.ExecuteMethod(this, "Run", argString); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOADDONS.cs b/Source/Visio/Interfaces/LPVISIOADDONS.cs deleted file mode 100644 index e2d894fb60..0000000000 --- a/Source/Visio/Interfaces/LPVISIOADDONS.cs +++ /dev/null @@ -1,282 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOADDONS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOADDONS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOADDONS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOADDONS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOADDONS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOADDONS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOADDONS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOADDONS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOADDONS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOADDONS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOADDONS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVAddon this[object nameOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameOrIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVAddon get_ItemU(object nameOrIndex) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemU", NetOffice.VisioApi.IVAddon.LateBindingApiWrapperType, nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemU - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemU")] - public NetOffice.VisioApi.IVAddon ItemU(object nameOrIndex) - { - return get_ItemU(nameOrIndex); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVAddon Add(string fileName) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] nameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetNames(out String[] nameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - nameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)nameArray); - Invoker.Method(this, "GetNames", paramsArray, modifiers); - nameArray = (String[])paramsArray[0]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] nameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetNamesU(out String[] nameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - nameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)nameArray); - Invoker.Method(this, "GetNamesU", paramsArray, modifiers); - nameArray = (String[])paramsArray[0]; - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVAddon item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOAPPLICATION.cs b/Source/Visio/Interfaces/LPVISIOAPPLICATION.cs deleted file mode 100644 index f78e9c541a..0000000000 --- a/Source/Visio/Interfaces/LPVISIOAPPLICATION.cs +++ /dev/null @@ -1,1888 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOAPPLICATION - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOAPPLICATION : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOAPPLICATION); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOAPPLICATION(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOAPPLICATION(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOAPPLICATION(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOAPPLICATION(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOAPPLICATION(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOAPPLICATION(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOAPPLICATION() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOAPPLICATION(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument ActiveDocument - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ActiveDocument"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage ActivePage - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ActivePage"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow ActiveWindow - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ActiveWindow"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocuments Documents - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Documents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 OnDataChangeDelay - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "OnDataChangeDelay"); - } - set - { - Factory.ExecuteValuePropertySet(this, "OnDataChangeDelay", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ProcessID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ProcessID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ScreenUpdating - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ScreenUpdating"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ScreenUpdating", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Version - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Version"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 WindowHandle - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "WindowHandle"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindows Windows - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Windows"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Language - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Language"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 IsVisio16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsVisio16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 IsVisio32 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsVisio32"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 WindowHandle32 - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "WindowHandle32"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 InstanceHandle - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "InstanceHandle"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 InstanceHandle32 - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "InstanceHandle32"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVUIObject BuiltInMenus - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "BuiltInMenus"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 fIgnored - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVUIObject get_BuiltInToolbars(Int16 fIgnored) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "BuiltInToolbars", NetOffice.VisioApi.IVUIObject.LateBindingApiWrapperType, fIgnored); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_BuiltInToolbars - /// - /// Int16 fIgnored - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_BuiltInToolbars")] - public NetOffice.VisioApi.IVUIObject BuiltInToolbars(Int16 fIgnored) - { - return get_BuiltInToolbars(fIgnored); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVUIObject CustomMenus - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "CustomMenus"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string CustomMenusFile - { - get - { - return Factory.ExecuteStringPropertyGet(this, "CustomMenusFile"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CustomMenusFile", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVUIObject CustomToolbars - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "CustomToolbars"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string CustomToolbarsFile - { - get - { - return Factory.ExecuteStringPropertyGet(this, "CustomToolbarsFile"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CustomToolbarsFile", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AddonPaths - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AddonPaths"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AddonPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string DrawingPaths - { - get - { - return Factory.ExecuteStringPropertyGet(this, "DrawingPaths"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DrawingPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string FilterPaths - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FilterPaths"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FilterPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string HelpPaths - { - get - { - return Factory.ExecuteStringPropertyGet(this, "HelpPaths"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HelpPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string StartupPaths - { - get - { - return Factory.ExecuteStringPropertyGet(this, "StartupPaths"); - } - set - { - Factory.ExecuteValuePropertySet(this, "StartupPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string StencilPaths - { - get - { - return Factory.ExecuteStringPropertyGet(this, "StencilPaths"); - } - set - { - Factory.ExecuteValuePropertySet(this, "StencilPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string TemplatePaths - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TemplatePaths"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TemplatePaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string UserName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "UserName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "UserName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PromptForSummary - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PromptForSummary"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PromptForSummary", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVAddons Addons - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Addons"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string ProfileName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ProfileName"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 eventSeqNum - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string get_EventInfo(Int32 eventSeqNum) - { - return Factory.ExecuteStringPropertyGet(this, "EventInfo", eventSeqNum); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_EventInfo - /// - /// Int32 eventSeqNum - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_EventInfo")] - public string EventInfo(Int32 eventSeqNum) - { - return get_EventInfo(eventSeqNum); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Active - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Active"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 DeferRecalc - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "DeferRecalc"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DeferRecalc", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AlertResponse - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "AlertResponse"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AlertResponse", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ShowProgress - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowProgress"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowProgress", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object Vbe - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "Vbe"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 ShowMenus - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowMenus"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowMenus", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 ToolbarStyle - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ToolbarStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ToolbarStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ShowStatusBar - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowStatusBar"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowStatusBar", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 EventsEnabled - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "EventsEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "EventsEnabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Path - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Path"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 TraceFlags - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "TraceFlags"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TraceFlags", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ShowToolbar - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowToolbar"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowToolbar", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool LiveDynamics - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "LiveDynamics"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LiveDynamics", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool AutoLayout - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "AutoLayout"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AutoLayout", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Visible - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Visible"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Visible", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string CommandLine - { - get - { - return Factory.ExecuteStringPropertyGet(this, "CommandLine"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool IsUndoingOrRedoing - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "IsUndoingOrRedoing"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 CurrentScope - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "CurrentScope"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 nCmdID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool get_IsInScope(Int32 nCmdID) - { - return Factory.ExecuteBoolPropertyGet(this, "IsInScope", nCmdID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_IsInScope - /// - /// Int32 nCmdID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_IsInScope")] - public bool IsInScope(Int32 nCmdID) - { - return get_IsInScope(nCmdID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public object old_Addins - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "old_Addins"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string ProductName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ProductName"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool UndoEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "UndoEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "UndoEnabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ShowChanges - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowChanges"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowChanges", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 TypelibMajorVersion - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "TypelibMajorVersion"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 TypelibMinorVersion - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "TypelibMinorVersion"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AutoRecoverInterval - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "AutoRecoverInterval"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AutoRecoverInterval", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool InhibitSelectChange - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "InhibitSelectChange"); - } - set - { - Factory.ExecuteValuePropertySet(this, "InhibitSelectChange", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ActivePrinter - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ActivePrinter"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ActivePrinter", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public String[] AvailablePrinters - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(this, "AvailablePrinters", paramsArray); - return (String[])returnItem; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object CommandBars - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "CommandBars"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Build - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Build"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object COMAddIns - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "COMAddIns"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public object DefaultPageUnits - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "DefaultPageUnits"); - } - set - { - Factory.ExecuteVariantPropertySet(this, "DefaultPageUnits", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public object DefaultTextUnits - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "DefaultTextUnits"); - } - set - { - Factory.ExecuteVariantPropertySet(this, "DefaultTextUnits", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public object DefaultAngleUnits - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "DefaultAngleUnits"); - } - set - { - Factory.ExecuteVariantPropertySet(this, "DefaultAngleUnits", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public object DefaultDurationUnits - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "DefaultDurationUnits"); - } - set - { - Factory.ExecuteVariantPropertySet(this, "DefaultDurationUnits", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 FullBuild - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "FullBuild"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool VBAEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "VBAEnabled"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisZoomBehavior DefaultZoomBehavior - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "DefaultZoomBehavior"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "DefaultZoomBehavior", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16), NativeResult] - public stdole.Font DialogFont - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "DialogFont", paramsArray); - return returnItem as stdole.Font; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 LanguageHelp - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "LanguageHelp"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow Window - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Window"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object ConnectorToolDataObject - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "ConnectorToolDataObject"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplicationSettings Settings - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Settings"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object SaveAsWebObject - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "SaveAsWebObject"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 12,14,15,16), ProxyResult] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public object MsoDebugOptions - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "MsoDebugOptions"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public string MyShapesPath - { - get - { - return Factory.ExecuteStringPropertyGet(this, "MyShapesPath"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MyShapesPath", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 12,14,15,16), ProxyResult] - public object DefaultRectangleDataObject - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "DefaultRectangleDataObject"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool DataFeaturesEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DataFeaturesEnabled"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 12,14,15,16), ProxyResult] - public object LanguageSettings - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "LanguageSettings"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 12,14,15,16), ProxyResult] - public object Assistance - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "Assistance"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool DeferRelationshipRecalc - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DeferRelationshipRecalc"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DeferRelationshipRecalc", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisEdition CurrentEdition - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "CurrentEdition"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int64 InstanceHandle64 - { - get - { - return Factory.ExecuteInt64PropertyGet(this, "InstanceHandle64"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Quit() - { - Factory.ExecuteMethod(this, "Quit"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Redo() - { - Factory.ExecuteMethod(this, "Redo"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Undo() - { - Factory.ExecuteMethod(this, "Undo"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVUIObject menusObject - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetCustomMenus(NetOffice.VisioApi.IVUIObject menusObject) - { - Factory.ExecuteMethod(this, "SetCustomMenus", menusObject); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ClearCustomMenus() - { - Factory.ExecuteMethod(this, "ClearCustomMenus"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVUIObject toolbarsObject - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetCustomToolbars(NetOffice.VisioApi.IVUIObject toolbarsObject) - { - Factory.ExecuteMethod(this, "SetCustomToolbars", toolbarsObject); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ClearCustomToolbars() - { - Factory.ExecuteMethod(this, "ClearCustomToolbars"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SaveWorkspaceAs(string fileName) - { - Factory.ExecuteMethod(this, "SaveWorkspaceAs", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 commandID - [SupportByVersion("Visio", 11,12,14,15,16)] - public void DoCmd(Int16 commandID) - { - Factory.ExecuteMethod(this, "DoCmd", commandID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object stringOrNumber - /// object unitsIn - /// object unitsOut - /// string format - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FormatResult(object stringOrNumber, object unitsIn, object unitsOut, string format) - { - return Factory.ExecuteStringMethodGet(this, "FormatResult", stringOrNumber, unitsIn, unitsOut, format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object stringOrNumber - /// object unitsIn - /// object unitsOut - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double ConvertResult(object stringOrNumber, object unitsIn, object unitsOut) - { - return Factory.ExecuteDoubleMethodGet(this, "ConvertResult", stringOrNumber, unitsIn, unitsOut); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string pathsString - /// String[] nameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void EnumDirectories(string pathsString, out String[] nameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - nameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray(pathsString, (object)nameArray); - Invoker.Method(this, "EnumDirectories", paramsArray, modifiers); - nameArray = (String[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PurgeUndo() - { - Factory.ExecuteMethod(this, "PurgeUndo"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string contextString - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 QueueMarkerEvent(string contextString) - { - return Factory.ExecuteInt32MethodGet(this, "QueueMarkerEvent", contextString); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string bstrUndoScopeName - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 BeginUndoScope(string bstrUndoScopeName) - { - return Factory.ExecuteInt32MethodGet(this, "BeginUndoScope", bstrUndoScopeName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 nScopeID - /// bool bCommit - [SupportByVersion("Visio", 11,12,14,15,16)] - public void EndUndoScope(Int32 nScopeID, bool bCommit) - { - Factory.ExecuteMethod(this, "EndUndoScope", nScopeID, bCommit); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object pUndoUnit - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddUndoUnit(object pUndoUnit) - { - Factory.ExecuteMethod(this, "AddUndoUnit", pUndoUnit); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string bstrScopeName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void RenameCurrentScope(string bstrScopeName) - { - Factory.ExecuteMethod(this, "RenameCurrentScope", bstrScopeName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string bstrHelpFileName - /// Int32 command - /// Int32 data - [SupportByVersion("Visio", 11,12,14,15,16)] - public void InvokeHelp(string bstrHelpFileName, Int32 command, Int32 data) - { - Factory.ExecuteMethod(this, "InvokeHelp", bstrHelpFileName, command, data); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisOnComponentEnterCodes uStateID - /// bool bEnter - [SupportByVersion("Visio", 11,12,14,15,16)] - public void OnComponentEnterState(NetOffice.VisioApi.Enums.VisOnComponentEnterCodes uStateID, bool bEnter) - { - Factory.ExecuteMethod(this, "OnComponentEnterState", uStateID, bEnter); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 nWhichStatistic - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public object GetUsageStatistic(Int32 nWhichStatistic) - { - return Factory.ExecuteVariantMethodGet(this, "GetUsageStatistic", nWhichStatistic); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object stringOrNumber - /// object unitsIn - /// object unitsOut - /// string format - /// optional Int32 LangID = 0 - /// optional Int32 CalendarID = -1 - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FormatResultEx(object stringOrNumber, object unitsIn, object unitsOut, string format, object langID, object calendarID) - { - return Factory.ExecuteStringMethodGet(this, "FormatResultEx", new object[]{ stringOrNumber, unitsIn, unitsOut, format, langID, calendarID }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object stringOrNumber - /// object unitsIn - /// object unitsOut - /// string format - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FormatResultEx(object stringOrNumber, object unitsIn, object unitsOut, string format) - { - return Factory.ExecuteStringMethodGet(this, "FormatResultEx", stringOrNumber, unitsIn, unitsOut, format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object stringOrNumber - /// object unitsIn - /// object unitsOut - /// string format - /// optional Int32 LangID = 0 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FormatResultEx(object stringOrNumber, object unitsIn, object unitsOut, string format, object langID) - { - return Factory.ExecuteStringMethodGet(this, "FormatResultEx", new object[]{ stringOrNumber, unitsIn, unitsOut, format, langID }); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object sourceAddOn - /// NetOffice.VisioApi.IVDocument targetDocument - /// NetOffice.VisioApi.Enums.VisRibbonXModes targetModes - /// string friendlyName - [SupportByVersion("Visio", 14,15,16)] - public void RegisterRibbonX(object sourceAddOn, NetOffice.VisioApi.IVDocument targetDocument, NetOffice.VisioApi.Enums.VisRibbonXModes targetModes, string friendlyName) - { - Factory.ExecuteMethod(this, "RegisterRibbonX", sourceAddOn, targetDocument, targetModes, friendlyName); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object sourceAddOn - /// NetOffice.VisioApi.IVDocument targetDocument - [SupportByVersion("Visio", 14,15,16)] - public void UnregisterRibbonX(object sourceAddOn, NetOffice.VisioApi.IVDocument targetDocument) - { - Factory.ExecuteMethod(this, "UnregisterRibbonX", sourceAddOn, targetDocument); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// string galleryName - [SupportByVersion("Visio", 14,15,16)] - public bool GetPreviewEnabled(string galleryName) - { - return Factory.ExecuteBoolMethodGet(this, "GetPreviewEnabled", galleryName); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// string galleryName - /// bool onOrOff - [SupportByVersion("Visio", 14,15,16)] - public void SetPreviewEnabled(string galleryName, bool onOrOff) - { - Factory.ExecuteMethod(this, "SetPreviewEnabled", galleryName, onOrOff); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisBuiltInStencilTypes stencilType - /// NetOffice.VisioApi.Enums.VisMeasurementSystem measurementSystem - [SupportByVersion("Visio", 14,15,16)] - public string GetBuiltInStencilFile(NetOffice.VisioApi.Enums.VisBuiltInStencilTypes stencilType, NetOffice.VisioApi.Enums.VisMeasurementSystem measurementSystem) - { - return Factory.ExecuteStringMethodGet(this, "GetBuiltInStencilFile", stencilType, measurementSystem); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisBuiltInStencilTypes stencilType - [SupportByVersion("Visio", 14,15,16)] - public string GetCustomStencilFile(NetOffice.VisioApi.Enums.VisBuiltInStencilTypes stencilType) - { - return Factory.ExecuteStringMethodGet(this, "GetCustomStencilFile", stencilType); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOAPPSETTINGS.cs b/Source/Visio/Interfaces/LPVISIOAPPSETTINGS.cs deleted file mode 100644 index 9fb6df92e2..0000000000 --- a/Source/Visio/Interfaces/LPVISIOAPPSETTINGS.cs +++ /dev/null @@ -1,1498 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOAPPSETTINGS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOAPPSETTINGS : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOAPPSETTINGS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOAPPSETTINGS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOAPPSETTINGS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOAPPSETTINGS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOAPPSETTINGS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOAPPSETTINGS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOAPPSETTINGS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOAPPSETTINGS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOAPPSETTINGS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisObjectTypes ObjectType - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool DrawingAids - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DrawingAids"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DrawingAids", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthRulerX - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthRulerX"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthRulerX", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthRulerY - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthRulerY"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthRulerY", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthGridX - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthGridX"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthGridX", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthGridY - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthGridY"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthGridY", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthGuidesX - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthGuidesX"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthGuidesX", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthGuidesY - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthGuidesY"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthGuidesY", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthPointsX - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthPointsX"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthPointsX", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthPointsY - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthPointsY"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthPointsY", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthGeometryX - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthGeometryX"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthGeometryX", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthGeometryY - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthGeometryY"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthGeometryY", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthExtensionsX - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthExtensionsX"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthExtensionsX", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SnapStrengthExtensionsY - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SnapStrengthExtensionsY"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapStrengthExtensionsY", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ShowFileSaveWarnings - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowFileSaveWarnings"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowFileSaveWarnings", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ShowFileOpenWarnings - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowFileOpenWarnings"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowFileOpenWarnings", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisDefaultSaveFormats DefaultSaveFormat - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "DefaultSaveFormat"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "DefaultSaveFormat", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 DrawingPageColor - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "DrawingPageColor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DrawingPageColor", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 DrawingBackgroundColor - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "DrawingBackgroundColor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DrawingBackgroundColor", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 DrawingBackgroundColorGradient - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "DrawingBackgroundColorGradient"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DrawingBackgroundColorGradient", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 StencilBackgroundColor - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "StencilBackgroundColor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "StencilBackgroundColor", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 StencilBackgroundColorGradient - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "StencilBackgroundColorGradient"); - } - set - { - Factory.ExecuteValuePropertySet(this, "StencilBackgroundColorGradient", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 StencilTextColor - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "StencilTextColor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "StencilTextColor", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 PrintPreviewBackgroundColor - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "PrintPreviewBackgroundColor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PrintPreviewBackgroundColor", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 FullScreenBackgroundColor - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "FullScreenBackgroundColor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FullScreenBackgroundColor", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ShowStartupDialog - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowStartupDialog"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowStartupDialog", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ShowSmartTags - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowSmartTags"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowSmartTags", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisTextDisplayQualityTypes TextDisplayQuality - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "TextDisplayQuality"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "TextDisplayQuality", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool HigherQualityShapeDisplay - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "HigherQualityShapeDisplay"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HigherQualityShapeDisplay", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool SmoothDrawing - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "SmoothDrawing"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SmoothDrawing", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 StencilCharactersPerLine - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "StencilCharactersPerLine"); - } - set - { - Factory.ExecuteValuePropertySet(this, "StencilCharactersPerLine", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 StencilLinesPerMaster - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "StencilLinesPerMaster"); - } - set - { - Factory.ExecuteValuePropertySet(this, "StencilLinesPerMaster", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string UserName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "UserName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "UserName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string UserInitials - { - get - { - return Factory.ExecuteStringPropertyGet(this, "UserInitials"); - } - set - { - Factory.ExecuteValuePropertySet(this, "UserInitials", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ZoomOnRoll - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ZoomOnRoll"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ZoomOnRoll", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 UndoLevels - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "UndoLevels"); - } - set - { - Factory.ExecuteValuePropertySet(this, "UndoLevels", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 RecentFilesListSize - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "RecentFilesListSize"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RecentFilesListSize", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool CenterSelectionOnZoom - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "CenterSelectionOnZoom"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CenterSelectionOnZoom", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ConnectorSplittingEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ConnectorSplittingEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ConnectorSplittingEnabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisRegionalUIOptions AsianTextUI - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "AsianTextUI"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "AsianTextUI", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisRegionalUIOptions ComplexTextUI - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "ComplexTextUI"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "ComplexTextUI", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisRegionalUIOptions KanaFindAndReplace - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "KanaFindAndReplace"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "KanaFindAndReplace", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 FreeformDrawingPrecision - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "FreeformDrawingPrecision"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FreeformDrawingPrecision", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 FreeformDrawingSmoothing - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "FreeformDrawingSmoothing"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FreeformDrawingSmoothing", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool DeveloperMode - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DeveloperMode"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DeveloperMode", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ShowChooseDrawingTypePane - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowChooseDrawingTypePane"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowChooseDrawingTypePane", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool ShowShapeSearchPane - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowShapeSearchPane"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowShapeSearchPane", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool ApplyThemesOnShapeAdd - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ApplyThemesOnShapeAdd"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ApplyThemesOnShapeAdd", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisRegionalUIOptions SATextUI - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "SATextUI"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisRegionalUIOptions BIDITextUI - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "BIDITextUI"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisRegionalUIOptions KashidaTextUI - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "KashidaTextUI"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool ShowMoreShapeHandlesOnHover - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowMoreShapeHandlesOnHover"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowMoreShapeHandlesOnHover", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool EnableAutoConnect - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "EnableAutoConnect"); - } - set - { - Factory.ExecuteValuePropertySet(this, "EnableAutoConnect", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool ApplyBackgroundToDocument - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ApplyBackgroundToDocument"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ApplyBackgroundToDocument", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool TransitionsEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "TransitionsEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TransitionsEnabled", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool EnableFormulaAutoComplete - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "EnableFormulaAutoComplete"); - } - set - { - Factory.ExecuteValuePropertySet(this, "EnableFormulaAutoComplete", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool DeleteConnectorsEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DeleteConnectorsEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DeleteConnectorsEnabled", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 RecentTemplatesListSize - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "RecentTemplatesListSize"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RecentTemplatesListSize", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisRasterExportDataFormat RasterExportDataFormat - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "RasterExportDataFormat"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "RasterExportDataFormat", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisRasterExportDataCompression RasterExportDataCompression - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "RasterExportDataCompression"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "RasterExportDataCompression", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisRasterExportColorReduction RasterExportColorReduction - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "RasterExportColorReduction"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "RasterExportColorReduction", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisRasterExportColorFormat RasterExportColorFormat - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "RasterExportColorFormat"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "RasterExportColorFormat", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisRasterExportOperation RasterExportOperation - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "RasterExportOperation"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "RasterExportOperation", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisRasterExportRotation RasterExportRotation - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "RasterExportRotation"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "RasterExportRotation", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisRasterExportFlip RasterExportFlip - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "RasterExportFlip"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "RasterExportFlip", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 RasterExportBackgroundColor - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "RasterExportBackgroundColor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RasterExportBackgroundColor", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 RasterExportTransparencyColor - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "RasterExportTransparencyColor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RasterExportTransparencyColor", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool RasterExportUseTransparencyColor - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "RasterExportUseTransparencyColor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RasterExportUseTransparencyColor", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 RasterExportQuality - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "RasterExportQuality"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RasterExportQuality", value); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get/Set - /// - [SupportByVersion("Visio", 15, 16)] - public NetOffice.VisioApi.Enums.VisSVGExportFormat SVGExportFormat - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "SVGExportFormat"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "SVGExportFormat", value); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get/Set - /// - [SupportByVersion("Visio", 15, 16)] - public bool EnableLowMemoryMode - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "EnableLowMemoryMode"); - } - set - { - Factory.ExecuteValuePropertySet(this, "EnableLowMemoryMode", value); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get/Set - /// - [SupportByVersion("Visio", 15, 16)] - public bool EnterCommitsText - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "EnterCommitsText"); - } - set - { - Factory.ExecuteValuePropertySet(this, "EnterCommitsText", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisRasterExportResolution resolution - /// optional Double Width = 0 - /// optional Double Height = 0 - /// optional NetOffice.VisioApi.Enums.VisRasterExportResolutionUnits resolutionUnits - [SupportByVersion("Visio", 14,15,16)] - public void SetRasterExportResolution(NetOffice.VisioApi.Enums.VisRasterExportResolution resolution, object width, object height, object resolutionUnits) - { - Factory.ExecuteMethod(this, "SetRasterExportResolution", resolution, width, height, resolutionUnits); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisRasterExportResolution resolution - [CustomMethod] - [SupportByVersion("Visio", 14,15,16)] - public void SetRasterExportResolution(NetOffice.VisioApi.Enums.VisRasterExportResolution resolution) - { - Factory.ExecuteMethod(this, "SetRasterExportResolution", resolution); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisRasterExportResolution resolution - /// optional Double Width = 0 - [CustomMethod] - [SupportByVersion("Visio", 14,15,16)] - public void SetRasterExportResolution(NetOffice.VisioApi.Enums.VisRasterExportResolution resolution, object width) - { - Factory.ExecuteMethod(this, "SetRasterExportResolution", resolution, width); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisRasterExportResolution resolution - /// optional Double Width = 0 - /// optional Double Height = 0 - [CustomMethod] - [SupportByVersion("Visio", 14,15,16)] - public void SetRasterExportResolution(NetOffice.VisioApi.Enums.VisRasterExportResolution resolution, object width, object height) - { - Factory.ExecuteMethod(this, "SetRasterExportResolution", resolution, width, height); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisRasterExportResolution pResolution - /// Double pWidth - /// Double pHeight - /// NetOffice.VisioApi.Enums.VisRasterExportResolutionUnits pResolutionUnits - [SupportByVersion("Visio", 14,15,16)] - public void GetRasterExportResolution(out NetOffice.VisioApi.Enums.VisRasterExportResolution pResolution, out Double pWidth, out Double pHeight, out NetOffice.VisioApi.Enums.VisRasterExportResolutionUnits pResolutionUnits) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true,true,true,true); - pResolution = 0; - pWidth = 0; - pHeight = 0; - pResolutionUnits = 0; - object[] paramsArray = Invoker.ValidateParamsArray(pResolution, pWidth, pHeight, pResolutionUnits); - Invoker.Method(this, "GetRasterExportResolution", paramsArray, modifiers); - pResolution = (NetOffice.VisioApi.Enums.VisRasterExportResolution)paramsArray[0]; - pWidth = (Double)paramsArray[1]; - pHeight = (Double)paramsArray[2]; - pResolutionUnits = (NetOffice.VisioApi.Enums.VisRasterExportResolutionUnits)paramsArray[3]; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisRasterExportSize size - /// optional Double Width = 0 - /// optional Double Height = 0 - /// optional NetOffice.VisioApi.Enums.VisRasterExportSizeUnits sizeUnits - [SupportByVersion("Visio", 14,15,16)] - public void SetRasterExportSize(NetOffice.VisioApi.Enums.VisRasterExportSize size, object width, object height, object sizeUnits) - { - Factory.ExecuteMethod(this, "SetRasterExportSize", size, width, height, sizeUnits); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisRasterExportSize size - [CustomMethod] - [SupportByVersion("Visio", 14,15,16)] - public void SetRasterExportSize(NetOffice.VisioApi.Enums.VisRasterExportSize size) - { - Factory.ExecuteMethod(this, "SetRasterExportSize", size); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisRasterExportSize size - /// optional Double Width = 0 - [CustomMethod] - [SupportByVersion("Visio", 14,15,16)] - public void SetRasterExportSize(NetOffice.VisioApi.Enums.VisRasterExportSize size, object width) - { - Factory.ExecuteMethod(this, "SetRasterExportSize", size, width); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisRasterExportSize size - /// optional Double Width = 0 - /// optional Double Height = 0 - [CustomMethod] - [SupportByVersion("Visio", 14,15,16)] - public void SetRasterExportSize(NetOffice.VisioApi.Enums.VisRasterExportSize size, object width, object height) - { - Factory.ExecuteMethod(this, "SetRasterExportSize", size, width, height); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisRasterExportSize pSize - /// Double pWidth - /// Double pHeight - /// NetOffice.VisioApi.Enums.VisRasterExportSizeUnits pSizeUnits - [SupportByVersion("Visio", 14,15,16)] - public void GetRasterExportSize(out NetOffice.VisioApi.Enums.VisRasterExportSize pSize, out Double pWidth, out Double pHeight, out NetOffice.VisioApi.Enums.VisRasterExportSizeUnits pSizeUnits) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true,true,true,true); - pSize = 0; - pWidth = 0; - pHeight = 0; - pSizeUnits = 0; - object[] paramsArray = Invoker.ValidateParamsArray(pSize, pWidth, pHeight, pSizeUnits); - Invoker.Method(this, "GetRasterExportSize", paramsArray, modifiers); - pSize = (NetOffice.VisioApi.Enums.VisRasterExportSize)paramsArray[0]; - pWidth = (Double)paramsArray[1]; - pHeight = (Double)paramsArray[2]; - pSizeUnits = (NetOffice.VisioApi.Enums.VisRasterExportSizeUnits)paramsArray[3]; - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOCELL.cs b/Source/Visio/Interfaces/LPVISIOCELL.cs deleted file mode 100644 index 6378fd9d0d..0000000000 --- a/Source/Visio/Interfaces/LPVISIOCELL.cs +++ /dev/null @@ -1,828 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOCELL - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOCELL : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOCELL); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOCELL(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOCELL(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCELL(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCELL(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCELL(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCELL(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCELL() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCELL(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Error - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Error"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Formula - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Formula"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Formula", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FormulaForce - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FormulaForce"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FormulaForce", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_Result(object unitsNameOrCode) - { - return Factory.ExecuteDoublePropertyGet(this, "Result", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_Result(object unitsNameOrCode, Double value) - { - Factory.ExecutePropertySet(this, "Result", unitsNameOrCode, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Result - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Result")] - public Double Result(object unitsNameOrCode) - { - return get_Result(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_ResultForce(object unitsNameOrCode) - { - return Factory.ExecuteDoublePropertyGet(this, "ResultForce", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_ResultForce(object unitsNameOrCode, Double value) - { - Factory.ExecutePropertySet(this, "ResultForce", unitsNameOrCode, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ResultForce - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ResultForce")] - public Double ResultForce(object unitsNameOrCode) - { - return get_ResultForce(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double ResultIU - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "ResultIU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ResultIU", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double ResultIUForce - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "ResultIUForce"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ResultIUForce", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Units - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Units"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string LocalName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "LocalName"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string RowName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "RowName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RowName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Shape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStyle Style - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Style"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Section - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Section"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Row - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Row"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Column - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Column"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IsConstant - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsConstant"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IsInherited - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsInherited"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object unitsNameOrCode - /// Int16 fRound - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int32 get_ResultInt(object unitsNameOrCode, Int16 fRound) - { - return Factory.ExecuteInt32PropertyGet(this, "ResultInt", unitsNameOrCode, fRound); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ResultInt - /// - /// object unitsNameOrCode - /// Int16 fRound - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ResultInt")] - public Int32 ResultInt(object unitsNameOrCode, Int16 fRound) - { - return get_ResultInt(unitsNameOrCode, fRound); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int32 get_ResultFromInt(object unitsNameOrCode) - { - return Factory.ExecuteInt32PropertyGet(this, "ResultFromInt", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_ResultFromInt(object unitsNameOrCode, Int32 value) - { - Factory.ExecutePropertySet(this, "ResultFromInt", unitsNameOrCode, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ResultFromInt - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ResultFromInt")] - public Int32 ResultFromInt(object unitsNameOrCode) - { - return get_ResultFromInt(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int32 get_ResultFromIntForce(object unitsNameOrCode) - { - return Factory.ExecuteInt32PropertyGet(this, "ResultFromIntForce", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_ResultFromIntForce(object unitsNameOrCode, Int32 value) - { - Factory.ExecutePropertySet(this, "ResultFromIntForce", unitsNameOrCode, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ResultFromIntForce - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ResultFromIntForce")] - public Int32 ResultFromIntForce(object unitsNameOrCode) - { - return get_ResultFromIntForce(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string get_ResultStr(object unitsNameOrCode) - { - return Factory.ExecuteStringPropertyGet(this, "ResultStr", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ResultStr - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ResultStr")] - public string ResultStr(object unitsNameOrCode) - { - return get_ResultStr(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVRow ContainingRow - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingRow"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FormulaU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FormulaU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FormulaU", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FormulaForceU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FormulaForceU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FormulaForceU", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string RowNameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "RowNameU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RowNameU", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVCell InheritedValueSource - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "InheritedValueSource"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVCell InheritedFormulaSource - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "InheritedFormulaSource"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVCell[] Dependents - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "Dependents", paramsArray); - ICOMObject[] newObject = Factory.CreateObjectArrayFromComProxy(this,(object[])returnItem, false); - NetOffice.VisioApi.IVCell[] returnArray = new NetOffice.VisioApi.IVCell[newObject.Length]; - for (int i = 0; i < newObject.Length; i++) - returnArray[i] = newObject[i] as NetOffice.VisioApi.IVCell; - return returnArray; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVCell[] Precedents - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "Precedents", paramsArray); - ICOMObject[] newObject = Factory.CreateObjectArrayFromComProxy(this,(object[])returnItem, false); - NetOffice.VisioApi.IVCell[] returnArray = new NetOffice.VisioApi.IVCell[newObject.Length]; - for (int i = 0; i < newObject.Length; i++) - returnArray[i] = newObject[i] as NetOffice.VisioApi.IVCell; - return returnArray; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingPageID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingPageID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingMasterID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingMasterID"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string get_ResultStrU(object unitsNameOrCode) - { - return Factory.ExecuteStringPropertyGet(this, "ResultStrU", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Alias for get_ResultStrU - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 12,14,15,16), Redirect("get_ResultStrU")] - public string ResultStrU(object unitsNameOrCode) - { - return get_ResultStrU(unitsNameOrCode); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVCell cellObject - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GlueTo(NetOffice.VisioApi.IVCell cellObject) - { - Factory.ExecuteMethod(this, "GlueTo", cellObject); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape sheetObject - /// Double xPercent - /// Double yPercent - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GlueToPos(NetOffice.VisioApi.IVShape sheetObject, Double xPercent, Double yPercent) - { - Factory.ExecuteMethod(this, "GlueToPos", sheetObject, xPercent, yPercent); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Trigger() - { - Factory.ExecuteMethod(this, "Trigger"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOCHARS.cs b/Source/Visio/Interfaces/LPVISIOCHARS.cs deleted file mode 100644 index b93236bdd9..0000000000 --- a/Source/Visio/Interfaces/LPVISIOCHARS.cs +++ /dev/null @@ -1,691 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOCHARS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOCHARS : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOCHARS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOCHARS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOCHARS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCHARS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCHARS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCHARS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCHARS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCHARS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCHARS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Begin - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Begin"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Begin", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 CharCount - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "CharCount"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// Int16 cellIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CharProps(Int16 cellIndex) - { - return Factory.ExecuteInt16PropertyGet(this, "CharProps", cellIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// Int16 cellIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_CharProps(Int16 cellIndex, Int16 value) - { - Factory.ExecutePropertySet(this, "CharProps", cellIndex, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CharProps - /// - /// Int16 cellIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CharProps")] - public Int16 CharProps(Int16 cellIndex) - { - return get_CharProps(cellIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 biasLorR - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CharPropsRow(Int16 biasLorR) - { - return Factory.ExecuteInt16PropertyGet(this, "CharPropsRow", biasLorR); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CharPropsRow - /// - /// Int16 biasLorR - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CharPropsRow")] - public Int16 CharPropsRow(Int16 biasLorR) - { - return get_CharPropsRow(biasLorR); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 End - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "End"); - } - set - { - Factory.ExecuteValuePropertySet(this, "End", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 FieldCategory - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "FieldCategory"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 FieldCode - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "FieldCode"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 FieldFormat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "FieldFormat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FieldFormula - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FieldFormula"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IsField - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsField"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// Int16 cellIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_ParaProps(Int16 cellIndex) - { - return Factory.ExecuteInt16PropertyGet(this, "ParaProps", cellIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// Int16 cellIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_ParaProps(Int16 cellIndex, Int16 value) - { - Factory.ExecutePropertySet(this, "ParaProps", cellIndex, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ParaProps - /// - /// Int16 cellIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ParaProps")] - public Int16 ParaProps(Int16 cellIndex) - { - return get_ParaProps(cellIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 biasLorR - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_ParaPropsRow(Int16 biasLorR) - { - return Factory.ExecuteInt16PropertyGet(this, "ParaPropsRow", biasLorR); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ParaPropsRow - /// - /// Int16 biasLorR - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ParaPropsRow")] - public Int16 ParaPropsRow(Int16 biasLorR) - { - return get_ParaPropsRow(biasLorR); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 biasLorR - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_TabPropsRow(Int16 biasLorR) - { - return Factory.ExecuteInt16PropertyGet(this, "TabPropsRow", biasLorR); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_TabPropsRow - /// - /// Int16 biasLorR - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_TabPropsRow")] - public Int16 TabPropsRow(Int16 biasLorR) - { - return get_TabPropsRow(biasLorR); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 runType - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int32 get_RunBegin(Int16 runType) - { - return Factory.ExecuteInt32PropertyGet(this, "RunBegin", runType); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_RunBegin - /// - /// Int16 runType - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_RunBegin")] - public Int32 RunBegin(Int16 runType) - { - return get_RunBegin(runType); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 runType - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int32 get_RunEnd(Int16 runType) - { - return Factory.ExecuteInt32PropertyGet(this, "RunEnd", runType); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_RunEnd - /// - /// Int16 runType - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_RunEnd")] - public Int32 RunEnd(Int16 runType) - { - return get_RunEnd(runType); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Shape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string TextAsString - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TextAsString"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public object Text - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "Text"); - } - set - { - Factory.ExecuteVariantPropertySet(this, "Text", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FieldFormulaU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FieldFormulaU"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingPageID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingPageID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingMasterID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingMasterID"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string formula - /// Int16 format - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddCustomField(string formula, Int16 format) - { - Factory.ExecuteMethod(this, "AddCustomField", formula, format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 category - /// Int16 code - /// Int16 format - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddField(Int16 category, Int16 code, Int16 format) - { - Factory.ExecuteMethod(this, "AddField", category, code, format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Copy() - { - Factory.ExecuteMethod(this, "Copy"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Cut() - { - Factory.ExecuteMethod(this, "Cut"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste() - { - Factory.ExecuteMethod(this, "Paste"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string formula - /// Int16 format - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddCustomFieldU(string formula, Int16 format) - { - Factory.ExecuteMethod(this, "AddCustomFieldU", formula, format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFieldCategories category - /// NetOffice.VisioApi.Enums.VisFieldCodes code - /// NetOffice.VisioApi.Enums.VisFieldFormats format - /// optional Int32 LangID = 0 - /// optional Int32 CalendarID = -1 - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddFieldEx(NetOffice.VisioApi.Enums.VisFieldCategories category, NetOffice.VisioApi.Enums.VisFieldCodes code, NetOffice.VisioApi.Enums.VisFieldFormats format, object langID, object calendarID) - { - Factory.ExecuteMethod(this, "AddFieldEx", new object[]{ category, code, format, langID, calendarID }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFieldCategories category - /// NetOffice.VisioApi.Enums.VisFieldCodes code - /// NetOffice.VisioApi.Enums.VisFieldFormats format - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddFieldEx(NetOffice.VisioApi.Enums.VisFieldCategories category, NetOffice.VisioApi.Enums.VisFieldCodes code, NetOffice.VisioApi.Enums.VisFieldFormats format) - { - Factory.ExecuteMethod(this, "AddFieldEx", category, code, format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFieldCategories category - /// NetOffice.VisioApi.Enums.VisFieldCodes code - /// NetOffice.VisioApi.Enums.VisFieldFormats format - /// optional Int32 LangID = 0 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddFieldEx(NetOffice.VisioApi.Enums.VisFieldCategories category, NetOffice.VisioApi.Enums.VisFieldCodes code, NetOffice.VisioApi.Enums.VisFieldFormats format, object langID) - { - Factory.ExecuteMethod(this, "AddFieldEx", category, code, format, langID); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOCOAUTHMERGEEVENT.cs b/Source/Visio/Interfaces/LPVISIOCOAUTHMERGEEVENT.cs deleted file mode 100644 index 71b6f6de64..0000000000 --- a/Source/Visio/Interfaces/LPVISIOCOAUTHMERGEEVENT.cs +++ /dev/null @@ -1,200 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOCOAUTHMERGEEVENT - /// SupportByVersion Visio, 15, 16 - /// - [SupportByVersion("Visio", 15, 16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOCOAUTHMERGEEVENT : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOCOAUTHMERGEEVENT); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOCOAUTHMERGEEVENT(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOCOAUTHMERGEEVENT(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCOAUTHMERGEEVENT(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCOAUTHMERGEEVENT(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCOAUTHMERGEEVENT(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCOAUTHMERGEEVENT(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCOAUTHMERGEEVENT() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCOAUTHMERGEEVENT(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument BaseDocument - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "BaseDocument"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument DownloadDocument - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DownloadDocument"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument WorkingDocument - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "WorkingDocument"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOCOLOR.cs b/Source/Visio/Interfaces/LPVISIOCOLOR.cs deleted file mode 100644 index f84f21a11f..0000000000 --- a/Source/Visio/Interfaces/LPVISIOCOLOR.cs +++ /dev/null @@ -1,284 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOCOLOR - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOCOLOR : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOCOLOR); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOCOLOR(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOCOLOR(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCOLOR(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCOLOR(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCOLOR(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCOLOR(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCOLOR() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCOLOR(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Index16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Red - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Red"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Red", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Green - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Green"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Green", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Blue - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Blue"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Blue", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Flags - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Flags"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Flags", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 PaletteEntry - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "PaletteEntry"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PaletteEntry", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Index - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Index"); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOCOLORS.cs b/Source/Visio/Interfaces/LPVISIOCOLORS.cs deleted file mode 100644 index 00cd896efc..0000000000 --- a/Source/Visio/Interfaces/LPVISIOCOLORS.cs +++ /dev/null @@ -1,283 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOCOLORS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOCOLORS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOCOLORS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOCOLORS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOCOLORS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCOLORS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCOLORS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCOLORS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCOLORS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCOLORS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCOLORS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Count16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVColor get_Item16(Int16 index) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Item16", NetOffice.VisioApi.IVColor.LateBindingApiWrapperType, index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Item16 - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Item16")] - public NetOffice.VisioApi.IVColor Item16(Int16 index) - { - return get_Item16(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVColor this[Int32 index] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", index); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - #endregion - - #region Methods - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVColor item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOCONNECT.cs b/Source/Visio/Interfaces/LPVISIOCONNECT.cs deleted file mode 100644 index a9800da21e..0000000000 --- a/Source/Visio/Interfaces/LPVISIOCONNECT.cs +++ /dev/null @@ -1,307 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOCONNECT - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOCONNECT : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOCONNECT); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOCONNECT(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOCONNECT(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCONNECT(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCONNECT(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCONNECT(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCONNECT(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCONNECT() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCONNECT(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape FromSheet - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "FromSheet"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape ToSheet - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ToSheet"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVCell FromCell - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "FromCell"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVCell ToCell - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ToCell"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 FromPart - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "FromPart"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ToPart - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ToPart"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Index16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Index - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingPageID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingPageID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingMasterID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingMasterID"); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOCONNECTS.cs b/Source/Visio/Interfaces/LPVISIOCONNECTS.cs deleted file mode 100644 index d5fc076db7..0000000000 --- a/Source/Visio/Interfaces/LPVISIOCONNECTS.cs +++ /dev/null @@ -1,311 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOCONNECTS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOCONNECTS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOCONNECTS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOCONNECTS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOCONNECTS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCONNECTS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCONNECTS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCONNECTS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCONNECTS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCONNECTS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCONNECTS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVConnect get_Item16(Int16 index) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Item16", NetOffice.VisioApi.IVConnect.LateBindingApiWrapperType, index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Item16 - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Item16")] - public NetOffice.VisioApi.IVConnect Item16(Int16 index) - { - return get_Item16(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Count16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape FromSheet - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "FromSheet"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape ToSheet - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ToSheet"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVConnect this[Int32 index] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", index); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - #endregion - - #region Methods - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVConnect item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOCONTAINERPROPERTIES.cs b/Source/Visio/Interfaces/LPVISIOCONTAINERPROPERTIES.cs deleted file mode 100644 index 5f72442021..0000000000 --- a/Source/Visio/Interfaces/LPVISIOCONTAINERPROPERTIES.cs +++ /dev/null @@ -1,475 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOCONTAINERPROPERTIES - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOCONTAINERPROPERTIES : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOCONTAINERPROPERTIES); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOCONTAINERPROPERTIES(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOCONTAINERPROPERTIES(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCONTAINERPROPERTIES(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCONTAINERPROPERTIES(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCONTAINERPROPERTIES(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCONTAINERPROPERTIES(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCONTAINERPROPERTIES() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCONTAINERPROPERTIES(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Shape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shape"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisContainerTypes ContainerType - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "ContainerType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisListAlignment ListAlignment - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "ListAlignment"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "ListAlignment", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisListDirection ListDirection - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "ListDirection"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "ListDirection", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool LockMembership - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "LockMembership"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LockMembership", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisContainerAutoResize ResizeAsNeeded - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "ResizeAsNeeded"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "ResizeAsNeeded", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape OverlappedList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "OverlappedList"); - } - set - { - Factory.ExecuteReferencePropertySet(this, "OverlappedList", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 ContainerStyle - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainerStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ContainerStyle", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 HeadingStyle - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "HeadingStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HeadingStyle", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void Disband() - { - Factory.ExecuteMethod(this, "Disband"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void FitToContents() - { - Factory.ExecuteMethod(this, "FitToContents"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisUnitCodes marginUnits - [SupportByVersion("Visio", 14,15,16)] - public Double GetMargin(NetOffice.VisioApi.Enums.VisUnitCodes marginUnits) - { - return Factory.ExecuteDoubleMethodGet(this, "GetMargin", marginUnits); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisUnitCodes marginUnits - /// Double marginSize - [SupportByVersion("Visio", 14,15,16)] - public void SetMargin(NetOffice.VisioApi.Enums.VisUnitCodes marginUnits, Double marginSize) - { - Factory.ExecuteMethod(this, "SetMargin", marginUnits, marginSize); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisUnitCodes spacingUnits - [SupportByVersion("Visio", 14,15,16)] - public Double GetListSpacing(NetOffice.VisioApi.Enums.VisUnitCodes spacingUnits) - { - return Factory.ExecuteDoubleMethodGet(this, "GetListSpacing", spacingUnits); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisUnitCodes spacingUnits - /// Double spacingSize - [SupportByVersion("Visio", 14,15,16)] - public void SetListSpacing(NetOffice.VisioApi.Enums.VisUnitCodes spacingUnits, Double spacingSize) - { - Factory.ExecuteMethod(this, "SetListSpacing", spacingUnits, spacingSize); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object objectToInsert - /// Int32 position - [SupportByVersion("Visio", 14,15,16)] - public void InsertListMember(object objectToInsert, Int32 position) - { - Factory.ExecuteMethod(this, "InsertListMember", objectToInsert, position); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape shapeMember - [SupportByVersion("Visio", 14,15,16)] - public Int32 GetListMemberPosition(NetOffice.VisioApi.IVShape shapeMember) - { - return Factory.ExecuteInt32MethodGet(this, "GetListMemberPosition", shapeMember); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape shape - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisContainerMemberState GetMemberState(NetOffice.VisioApi.IVShape shape) - { - return Factory.ExecuteEnumMethodGet(this, "GetMemberState", shape); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object objectToRemove - [SupportByVersion("Visio", 14,15,16)] - public void RemoveMember(object objectToRemove) - { - Factory.ExecuteMethod(this, "RemoveMember", objectToRemove); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object objectToReorder - /// Int32 position - [SupportByVersion("Visio", 14,15,16)] - public void ReorderListMember(object objectToReorder, Int32 position) - { - Factory.ExecuteMethod(this, "ReorderListMember", objectToReorder, position); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32[] GetListMembers() - { - object[] paramsArray = null; - object returnItem = (object)Invoker.MethodReturn(this, "GetListMembers", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// Int32 containerFlags - [SupportByVersion("Visio", 14,15,16)] - public Int32[] GetMemberShapes(Int32 containerFlags) - { - object[] paramsArray = Invoker.ValidateParamsArray(containerFlags); - object returnItem = (object)Invoker.MethodReturn(this, "GetMemberShapes", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object pObjectToAdd - /// NetOffice.VisioApi.Enums.VisMemberAddOptions addOptions - [SupportByVersion("Visio", 14,15,16)] - public void AddMember(object pObjectToAdd, NetOffice.VisioApi.Enums.VisMemberAddOptions addOptions) - { - Factory.ExecuteMethod(this, "AddMember", pObjectToAdd, addOptions); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisLayoutDirection direction - [SupportByVersion("Visio", 14,15,16)] - public void RotateFlipList(NetOffice.VisioApi.Enums.VisLayoutDirection direction) - { - Factory.ExecuteMethod(this, "RotateFlipList", direction); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOCURVE.cs b/Source/Visio/Interfaces/LPVISIOCURVE.cs deleted file mode 100644 index 52a667a185..0000000000 --- a/Source/Visio/Interfaces/LPVISIOCURVE.cs +++ /dev/null @@ -1,249 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOCURVE - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOCURVE : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOCURVE); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOCURVE(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOCURVE(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCURVE(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCURVE(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCURVE(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCURVE(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCURVE() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOCURVE(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Closed - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Closed"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double Start - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "Start"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double End - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "End"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double tolerance - /// Double[] xyArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Points(Double tolerance, out Double[] xyArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - xyArray = null; - object[] paramsArray = Invoker.ValidateParamsArray(tolerance, (object)xyArray); - Invoker.Method(this, "Points", paramsArray, modifiers); - xyArray = (Double[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double t - /// Double x - /// Double y - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Point(Double t, out Double x, out Double y) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - x = 0; - y = 0; - object[] paramsArray = Invoker.ValidateParamsArray(t, x, y); - Invoker.Method(this, "Point", paramsArray, modifiers); - x = (Double)paramsArray[1]; - y = (Double)paramsArray[2]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double t - /// Int16 n - /// Double x - /// Double y - /// Double dxdt - /// Double dydt - /// Double ddxdt - /// Double ddydt - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PointAndDerivatives(Double t, Int16 n, out Double x, out Double y, out Double dxdt, out Double dydt, out Double ddxdt, out Double ddydt) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,true,true,true,true,true,true); - x = 0; - y = 0; - dxdt = 0; - dydt = 0; - ddxdt = 0; - ddydt = 0; - object[] paramsArray = Invoker.ValidateParamsArray(t, n, x, y, dxdt, dydt, ddxdt, ddydt); - Invoker.Method(this, "PointAndDerivatives", paramsArray, modifiers); - x = (Double)paramsArray[2]; - y = (Double)paramsArray[3]; - dxdt = (Double)paramsArray[4]; - dydt = (Double)paramsArray[5]; - ddxdt = (Double)paramsArray[6]; - ddydt = (Double)paramsArray[7]; - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIODATACOLUMN.cs b/Source/Visio/Interfaces/LPVISIODATACOLUMN.cs deleted file mode 100644 index 8f29ed9eee..0000000000 --- a/Source/Visio/Interfaces/LPVISIODATACOLUMN.cs +++ /dev/null @@ -1,271 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIODATACOLUMN - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIODATACOLUMN : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIODATACOLUMN); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIODATACOLUMN(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIODATACOLUMN(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATACOLUMN(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATACOLUMN(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATACOLUMN(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATACOLUMN(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATACOLUMN() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATACOLUMN(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDataRecordset DataRecordset - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DataRecordset"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public string DisplayName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "DisplayName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DisplayName", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool Visible - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Visible"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Visible", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool Hyperlink - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Hyperlink"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Hyperlink", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisDataColumnProperties property - [SupportByVersion("Visio", 12,14,15,16)] - public object GetProperty(NetOffice.VisioApi.Enums.VisDataColumnProperties property) - { - return Factory.ExecuteVariantMethodGet(this, "GetProperty", property); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisDataColumnProperties property - /// object value - [SupportByVersion("Visio", 12,14,15,16)] - public void SetProperty(NetOffice.VisioApi.Enums.VisDataColumnProperties property, object value) - { - Factory.ExecuteMethod(this, "SetProperty", property, value); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIODATACOLUMNS.cs b/Source/Visio/Interfaces/LPVISIODATACOLUMNS.cs deleted file mode 100644 index 8125c2dba5..0000000000 --- a/Source/Visio/Interfaces/LPVISIODATACOLUMNS.cs +++ /dev/null @@ -1,272 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIODATACOLUMNS - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIODATACOLUMNS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIODATACOLUMNS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIODATACOLUMNS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIODATACOLUMNS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATACOLUMNS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATACOLUMNS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATACOLUMNS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATACOLUMNS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATACOLUMNS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATACOLUMNS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDataRecordset DataRecordset - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DataRecordset"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - /// object indexOrName - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVDataColumn this[object indexOrName] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", indexOrName); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// String[] columnNames - /// Int32[] properties - /// object[] values - [SupportByVersion("Visio", 12,14,15,16)] - public void SetColumnProperties(String[] columnNames, Int32[] properties, object[] values) - { - Factory.ExecuteMethod(this, "SetColumnProperties", columnNames, properties, values); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVDataColumn item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIODATACONNECTION.cs b/Source/Visio/Interfaces/LPVISIODATACONNECTION.cs deleted file mode 100644 index 67ce21d741..0000000000 --- a/Source/Visio/Interfaces/LPVISIODATACONNECTION.cs +++ /dev/null @@ -1,232 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIODATACONNECTION - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIODATACONNECTION : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIODATACONNECTION); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIODATACONNECTION(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIODATACONNECTION(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATACONNECTION(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATACONNECTION(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATACONNECTION(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATACONNECTION(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATACONNECTION() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATACONNECTION(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public string ConnectionString - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ConnectionString"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ConnectionString", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public string FileName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FileName"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 Timeout - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Timeout"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Timeout", value); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIODATARECORDSET.cs b/Source/Visio/Interfaces/LPVISIODATARECORDSET.cs deleted file mode 100644 index afe580a623..0000000000 --- a/Source/Visio/Interfaces/LPVISIODATARECORDSET.cs +++ /dev/null @@ -1,465 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIODATARECORDSET - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIODATARECORDSET : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIODATARECORDSET); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIODATARECORDSET(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIODATARECORDSET(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATARECORDSET(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATARECORDSET(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATARECORDSET(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATARECORDSET(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATARECORDSET() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATARECORDSET(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisLinkReplaceBehavior LinkReplaceBehavior - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "LinkReplaceBehavior"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "LinkReplaceBehavior", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDataConnection DataConnection - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DataConnection"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDataColumns DataColumns - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DataColumns"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public string CommandString - { - get - { - return Factory.ExecuteStringPropertyGet(this, "CommandString"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CommandString", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public string DataAsXML - { - get - { - return Factory.ExecuteStringPropertyGet(this, "DataAsXML"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public DateTime TimeRefreshed - { - get - { - return Factory.ExecuteDateTimePropertyGet(this, "TimeRefreshed"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 RefreshInterval - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "RefreshInterval"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RefreshInterval", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 RefreshSettings - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "RefreshSettings"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RefreshSettings", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrimaryKeySettings primaryKeySettings - /// String[] primaryKey - [SupportByVersion("Visio", 12,14,15,16)] - public void GetPrimaryKey(out NetOffice.VisioApi.Enums.VisPrimaryKeySettings primaryKeySettings, out String[] primaryKey) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true,true); - primaryKeySettings = 0; - primaryKey = null; - object[] paramsArray = Invoker.ValidateParamsArray(primaryKeySettings, (object)primaryKey); - Invoker.Method(this, "GetPrimaryKey", paramsArray, modifiers); - primaryKeySettings = (NetOffice.VisioApi.Enums.VisPrimaryKeySettings)paramsArray[0]; - primaryKey = (String[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrimaryKeySettings primaryKeySettings - /// String[] primaryKey - [SupportByVersion("Visio", 12,14,15,16)] - public void SetPrimaryKey(NetOffice.VisioApi.Enums.VisPrimaryKeySettings primaryKeySettings, String[] primaryKey) - { - object[] paramsArray = Invoker.ValidateParamsArray(primaryKeySettings, (object)primaryKey); - Invoker.Method(this, "SetPrimaryKey", paramsArray); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// string criteriaString - [SupportByVersion("Visio", 12,14,15,16)] - public Int32[] GetDataRowIDs(string criteriaString) - { - object[] paramsArray = Invoker.ValidateParamsArray(criteriaString); - object returnItem = (object)Invoker.MethodReturn(this, "GetDataRowIDs", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRowID - [SupportByVersion("Visio", 12,14,15,16)] - public object[] GetRowData(Int32 dataRowID) - { - object[] paramsArray = Invoker.ValidateParamsArray(dataRowID); - object returnItem = Invoker.MethodReturn(this, "GetRowData", paramsArray); - if((null != returnItem) && (returnItem is MarshalByRefObject)) - { - ICOMObject[] newObject = Factory.CreateObjectArrayFromComProxy(this, (object[])returnItem, false); - return newObject; - } - else - { - return (object[]) returnItem; - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - public void Refresh() - { - Factory.ExecuteMethod(this, "Refresh"); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// string newDataAsXML - [SupportByVersion("Visio", 12,14,15,16)] - public void RefreshUsingXML(string newDataAsXML) - { - Factory.ExecuteMethod(this, "RefreshUsingXML", newDataAsXML); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.IVShape[] GetAllRefreshConflicts() - { - object[] paramsArray = null; - object returnItem = Invoker.MethodReturn(this, "GetAllRefreshConflicts", paramsArray); - ICOMObject[] newObject = Factory.CreateObjectArrayFromComProxy(this, (object[])returnItem, false); - NetOffice.VisioApi.IVShape[] returnArray = new NetOffice.VisioApi.IVShape[newObject.Length]; - for (int i = 0; i < newObject.Length; i++) - returnArray[i] = newObject[i] as NetOffice.VisioApi.IVShape; - return returnArray; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape shapeInConflict - [SupportByVersion("Visio", 12,14,15,16)] - public void RemoveRefreshConflict(NetOffice.VisioApi.IVShape shapeInConflict) - { - Factory.ExecuteMethod(this, "RemoveRefreshConflict", shapeInConflict); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape shapeInConflict - [SupportByVersion("Visio", 12,14,15,16)] - public Int32[] GetMatchingRowsForRefreshConflict(NetOffice.VisioApi.IVShape shapeInConflict) - { - object[] paramsArray = Invoker.ValidateParamsArray(shapeInConflict); - object returnItem = (object)Invoker.MethodReturn(this, "GetMatchingRowsForRefreshConflict", paramsArray); - return (Int32[])returnItem; - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIODATARECORDSETCHANGEDEVENT.cs b/Source/Visio/Interfaces/LPVISIODATARECORDSETCHANGEDEVENT.cs deleted file mode 100644 index f3c17de142..0000000000 --- a/Source/Visio/Interfaces/LPVISIODATARECORDSETCHANGEDEVENT.cs +++ /dev/null @@ -1,247 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIODATARECORDSETCHANGEDEVENT - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIODATARECORDSETCHANGEDEVENT : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIODATARECORDSETCHANGEDEVENT); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIODATARECORDSETCHANGEDEVENT(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIODATARECORDSETCHANGEDEVENT(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATARECORDSETCHANGEDEVENT(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATARECORDSETCHANGEDEVENT(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATARECORDSETCHANGEDEVENT(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATARECORDSETCHANGEDEVENT(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATARECORDSETCHANGEDEVENT() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATARECORDSETCHANGEDEVENT(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDataRecordset DataRecordset - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DataRecordset"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32[] DataRowsAdded - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(this, "DataRowsAdded", paramsArray); - return (Int32[])returnItem; - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32[] DataRowsDeleted - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(this, "DataRowsDeleted", paramsArray); - return (Int32[])returnItem; - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public String[] DataColumnsAdded - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(this, "DataColumnsAdded", paramsArray); - return (String[])returnItem; - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public String[] DataColumnsDeleted - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(this, "DataColumnsDeleted", paramsArray); - return (String[])returnItem; - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public String[] DataColumnsChanged - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(this, "DataColumnsChanged", paramsArray); - return (String[])returnItem; - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIODATARECORDSETS.cs b/Source/Visio/Interfaces/LPVISIODATARECORDSETS.cs deleted file mode 100644 index 56bd7e6e82..0000000000 --- a/Source/Visio/Interfaces/LPVISIODATARECORDSETS.cs +++ /dev/null @@ -1,384 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIODATARECORDSETS - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIODATARECORDSETS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIODATARECORDSETS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIODATARECORDSETS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIODATARECORDSETS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATARECORDSETS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATARECORDSETS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATARECORDSETS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATARECORDSETS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATARECORDSETS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODATARECORDSETS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - /// Int32 index - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVDataRecordset this[Int32 index] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", index); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - /// Int32 iD - [SupportByVersion("Visio", 12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVDataRecordset get_ItemFromID(Int32 iD) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVDataRecordset.LateBindingApiWrapperType, iD); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 iD - [SupportByVersion("Visio", 12,14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVDataRecordset ItemFromID(Int32 iD) - { - return get_ItemFromID(iD); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// object connectionIDOrString - /// string commandString - /// Int32 addOptions - /// optional string Name = - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDataRecordset Add(object connectionIDOrString, string commandString, Int32 addOptions, object name) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", connectionIDOrString, commandString, addOptions, name); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// object connectionIDOrString - /// string commandString - /// Int32 addOptions - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.IVDataRecordset Add(object connectionIDOrString, string commandString, Int32 addOptions) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", connectionIDOrString, commandString, addOptions); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// string xMLString - /// Int32 addOptions - /// optional string Name = - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDataRecordset AddFromXML(string xMLString, Int32 addOptions, object name) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddFromXML", xMLString, addOptions, name); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// string xMLString - /// Int32 addOptions - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.IVDataRecordset AddFromXML(string xMLString, Int32 addOptions) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddFromXML", xMLString, addOptions); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// string fileName - /// Int32 addOptions - /// optional string Name = - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDataRecordset AddFromConnectionFile(string fileName, Int32 addOptions, object name) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddFromConnectionFile", fileName, addOptions, name); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// string fileName - /// Int32 addOptions - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.IVDataRecordset AddFromConnectionFile(string fileName, Int32 addOptions) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddFromConnectionFile", fileName, addOptions); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataErrorCode - /// string dataErrorDescription - /// Int32 recordsetID - [SupportByVersion("Visio", 12,14,15,16)] - public void GetLastDataError(out Int32 dataErrorCode, out string dataErrorDescription, out Int32 recordsetID) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true,true,true); - dataErrorCode = 0; - dataErrorDescription = string.Empty; - recordsetID = 0; - object[] paramsArray = Invoker.ValidateParamsArray(dataErrorCode, dataErrorDescription, recordsetID); - Invoker.Method(this, "GetLastDataError", paramsArray, modifiers); - dataErrorCode = (Int32)paramsArray[0]; - dataErrorDescription = (string)paramsArray[1]; - recordsetID = (Int32)paramsArray[2]; - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVDataRecordset item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIODOCUMENT.cs b/Source/Visio/Interfaces/LPVISIODOCUMENT.cs deleted file mode 100644 index 4d02623f24..0000000000 --- a/Source/Visio/Interfaces/LPVISIODOCUMENT.cs +++ /dev/null @@ -1,3472 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// LPVISIODOCUMENT - /// - [SyntaxBypass] - public class LPVISIODOCUMENT_ : COMObject - { - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIODOCUMENT_(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIODOCUMENT_(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - /// object there has created the proxy - /// inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODOCUMENT_(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - /// object there has created the proxy - /// inner wrapped COM proxy - /// Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODOCUMENT_(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODOCUMENT_(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - /// object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODOCUMENT_(ICOMObject replacedObject) : base(replacedObject) - { - } - - /// - /// Hidden stub .ctor - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODOCUMENT_() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODOCUMENT_(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_LeftMargin(object unitsNameOrCode) - { - return Factory.ExecuteDoublePropertyGet(this, "LeftMargin", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - /// optional double value - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_LeftMargin(object unitsNameOrCode, Double value) - { - Factory.ExecutePropertySet(this, "LeftMargin", unitsNameOrCode, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_LeftMargin - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_LeftMargin")] - public Double LeftMargin(object unitsNameOrCode) - { - return get_LeftMargin(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_RightMargin(object unitsNameOrCode) - { - return Factory.ExecuteDoublePropertyGet(this, "RightMargin", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - /// optional double value - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_RightMargin(object unitsNameOrCode, Double value) - { - Factory.ExecutePropertySet(this, "RightMargin", unitsNameOrCode, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_RightMargin - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_RightMargin")] - public Double RightMargin(object unitsNameOrCode) - { - return get_RightMargin(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_TopMargin(object unitsNameOrCode) - { - return Factory.ExecuteDoublePropertyGet(this, "TopMargin", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - /// optional double value - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_TopMargin(object unitsNameOrCode, Double value) - { - Factory.ExecutePropertySet(this, "TopMargin", unitsNameOrCode, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_TopMargin - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_TopMargin")] - public Double TopMargin(object unitsNameOrCode) - { - return get_TopMargin(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_BottomMargin(object unitsNameOrCode) - { - return Factory.ExecuteDoublePropertyGet(this, "BottomMargin", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - /// optional double value - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_BottomMargin(object unitsNameOrCode, Double value) - { - Factory.ExecutePropertySet(this, "BottomMargin", unitsNameOrCode, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_BottomMargin - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_BottomMargin")] - public Double BottomMargin(object unitsNameOrCode) - { - return get_BottomMargin(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object bstrPassword - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.Enums.VisProtection get_Protection(object bstrPassword) - { - return Factory.ExecuteEnumPropertyGet(this, "Protection", bstrPassword); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object bstrPassword - /// optional VisProtection value - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_Protection(object bstrPassword, NetOffice.VisioApi.Enums.VisProtection value) - { - Factory.ExecutePropertySet(this, "Protection", bstrPassword, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Protection - /// - /// optional object bstrPassword - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Protection")] - public NetOffice.VisioApi.Enums.VisProtection Protection(object bstrPassword) - { - return get_Protection(bstrPassword); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_HeaderMargin(object unitsNameOrCode) - { - return Factory.ExecuteDoublePropertyGet(this, "HeaderMargin", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - /// optional double value - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_HeaderMargin(object unitsNameOrCode, Double value) - { - Factory.ExecutePropertySet(this, "HeaderMargin", unitsNameOrCode, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_HeaderMargin - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_HeaderMargin")] - public Double HeaderMargin(object unitsNameOrCode) - { - return get_HeaderMargin(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_FooterMargin(object unitsNameOrCode) - { - return Factory.ExecuteDoublePropertyGet(this, "FooterMargin", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object unitsNameOrCode - /// optional double value - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_FooterMargin(object unitsNameOrCode, Double value) - { - Factory.ExecutePropertySet(this, "FooterMargin", unitsNameOrCode, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_FooterMargin - /// - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_FooterMargin")] - public Double FooterMargin(object unitsNameOrCode) - { - return get_FooterMargin(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object bstrExistingPassword - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string get_Password(object bstrExistingPassword) - { - return Factory.ExecuteStringPropertyGet(this, "Password", bstrExistingPassword); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional object bstrExistingPassword - /// optional string value - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_Password(object bstrExistingPassword, string value) - { - Factory.ExecutePropertySet(this, "Password", bstrExistingPassword, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Password - /// - /// optional object bstrExistingPassword - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Password")] - public string Password(object bstrExistingPassword) - { - return get_Password(bstrExistingPassword); - } - - #endregion - - #region Methods - - #endregion - - } - - /// - /// Interface LPVISIODOCUMENT - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIODOCUMENT : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIODOCUMENT); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIODOCUMENT(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIODOCUMENT(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODOCUMENT(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODOCUMENT(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODOCUMENT(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODOCUMENT(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODOCUMENT() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODOCUMENT(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 InPlace - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "InPlace"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMasters Masters - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Masters"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPages Pages - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Pages"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStyles Styles - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Styles"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Path - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Path"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FullName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FullName"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Index - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 old_Saved - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "old_Saved"); - } - set - { - Factory.ExecuteValuePropertySet(this, "old_Saved", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ReadOnly - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ReadOnly"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int32 old_Version - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "old_Version"); - } - set - { - Factory.ExecuteValuePropertySet(this, "old_Version", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Title - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Title"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Title", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Subject - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Subject"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Subject", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Creator - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Creator"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Creator", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Keywords - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Keywords"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Keywords", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Description - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Description"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Description", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVUIObject CustomMenus - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "CustomMenus"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string CustomMenusFile - { - get - { - return Factory.ExecuteStringPropertyGet(this, "CustomMenusFile"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CustomMenusFile", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVUIObject CustomToolbars - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "CustomToolbars"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string CustomToolbarsFile - { - get - { - return Factory.ExecuteStringPropertyGet(this, "CustomToolbarsFile"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CustomToolbarsFile", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVFonts Fonts - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Fonts"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVColors Colors - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Colors"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Template - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Template"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 old_SavePreviewMode - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "old_SavePreviewMode"); - } - set - { - Factory.ExecuteValuePropertySet(this, "old_SavePreviewMode", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double LeftMargin - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "LeftMargin"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LeftMargin", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double RightMargin - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "RightMargin"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RightMargin", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double TopMargin - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "TopMargin"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TopMargin", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double BottomMargin - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "BottomMargin"); - } - set - { - Factory.ExecuteValuePropertySet(this, "BottomMargin", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 old_PrintLandscape - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "old_PrintLandscape"); - } - set - { - Factory.ExecuteValuePropertySet(this, "old_PrintLandscape", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 old_PrintCenteredH - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "old_PrintCenteredH"); - } - set - { - Factory.ExecuteValuePropertySet(this, "old_PrintCenteredH", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 old_PrintCenteredV - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "old_PrintCenteredV"); - } - set - { - Factory.ExecuteValuePropertySet(this, "old_PrintCenteredV", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double PrintScale - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "PrintScale"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PrintScale", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 old_PrintFitOnPages - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "old_PrintFitOnPages"); - } - set - { - Factory.ExecuteValuePropertySet(this, "old_PrintFitOnPages", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PrintPagesAcross - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PrintPagesAcross"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PrintPagesAcross", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PrintPagesDown - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PrintPagesDown"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PrintPagesDown", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string DefaultStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "DefaultStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DefaultStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string DefaultLineStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "DefaultLineStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DefaultLineStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string DefaultFillStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "DefaultFillStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DefaultFillStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string DefaultTextStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "DefaultTextStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DefaultTextStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object VBProject - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "VBProject"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_PaperWidth(object unitsNameOrCode) - { - return Factory.ExecuteDoublePropertyGet(this, "PaperWidth", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_PaperWidth - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_PaperWidth")] - public Double PaperWidth(object unitsNameOrCode) - { - return get_PaperWidth(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_PaperHeight(object unitsNameOrCode) - { - return Factory.ExecuteDoublePropertyGet(this, "PaperHeight", unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_PaperHeight - /// - /// object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_PaperHeight")] - public Double PaperHeight(object unitsNameOrCode) - { - return get_PaperHeight(unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 old_PaperSize - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "old_PaperSize"); - } - set - { - Factory.ExecuteValuePropertySet(this, "old_PaperSize", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string CodeName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "CodeName"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 old_Mode - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "old_Mode"); - } - set - { - Factory.ExecuteValuePropertySet(this, "old_Mode", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVOLEObjects OLEObjects - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "OLEObjects"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Manager - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Manager"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Manager", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Company - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Company"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Company", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Category - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Category"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Category", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string HyperlinkBase - { - get - { - return Factory.ExecuteStringPropertyGet(this, "HyperlinkBase"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HyperlinkBase", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DocumentSheet - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DocumentSheet"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object Container - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "Container"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ClassID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ClassID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ProgID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ProgID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMasterShortcuts MasterShortcuts - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "MasterShortcuts"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AlternateNames - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AlternateNames"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AlternateNames", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape GestureFormatSheet - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "GestureFormatSheet"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool AutoRecover - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "AutoRecover"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AutoRecover", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Saved - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Saved"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Saved", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisDocVersions Version - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "Version"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "Version", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisSavePreviewMode SavePreviewMode - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "SavePreviewMode"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "SavePreviewMode", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool PrintLandscape - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "PrintLandscape"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PrintLandscape", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool PrintCenteredH - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "PrintCenteredH"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PrintCenteredH", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool PrintCenteredV - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "PrintCenteredV"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PrintCenteredV", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool PrintFitOnPages - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "PrintFitOnPages"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PrintFitOnPages", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisPaperSizes PaperSize - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "PaperSize"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "PaperSize", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisDocModeArgs Mode - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "Mode"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "Mode", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool SnapEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "SnapEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SnapEnabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisSnapSettings SnapSettings - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "SnapSettings"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "SnapSettings", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisSnapExtensions SnapExtensions - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "SnapExtensions"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "SnapExtensions", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double[] SnapAngles - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(this, "SnapAngles", paramsArray); - return (Double[])returnItem; - } - set - { - object[] paramsArray = Invoker.ValidateParamsArray(value); - Invoker.PropertySet(this, "SnapAngles", paramsArray); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool GlueEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "GlueEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "GlueEnabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisGlueSettings GlueSettings - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "GlueSettings"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "GlueSettings", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool DynamicGridEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DynamicGridEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DynamicGridEnabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string DefaultGuideStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "DefaultGuideStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DefaultGuideStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisProtection Protection - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "Protection"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "Protection", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Printer - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Printer"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Printer", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int32 PrintCopies - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "PrintCopies"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PrintCopies", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string HeaderLeft - { - get - { - return Factory.ExecuteStringPropertyGet(this, "HeaderLeft"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HeaderLeft", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string HeaderCenter - { - get - { - return Factory.ExecuteStringPropertyGet(this, "HeaderCenter"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HeaderCenter", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string HeaderRight - { - get - { - return Factory.ExecuteStringPropertyGet(this, "HeaderRight"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HeaderRight", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double HeaderMargin - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "HeaderMargin"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HeaderMargin", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FooterLeft - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FooterLeft"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FooterLeft", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FooterCenter - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FooterCenter"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FooterCenter", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FooterRight - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FooterRight"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FooterRight", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double FooterMargin - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "FooterMargin"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FooterMargin", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16), NativeResult] - public stdole.Font HeaderFooterFont - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "HeaderFooterFont", paramsArray); - return returnItem as stdole.Font; - } - set - { - object[] paramsArray = Invoker.ValidateParamsArray(value); - Invoker.PropertySet(this, "HeaderFooterFont", paramsArray); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 HeaderFooterColor - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "HeaderFooterColor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HeaderFooterColor", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string Password - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Password"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Password", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16), NativeResult] - public stdole.Picture PreviewPicture - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "PreviewPicture", paramsArray); - return returnItem as stdole.Picture; - } - set - { - object[] paramsArray = Invoker.ValidateParamsArray(value); - Invoker.PropertySet(this, "PreviewPicture", paramsArray); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 BuildNumberCreated - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "BuildNumberCreated"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 BuildNumberEdited - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "BuildNumberEdited"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public DateTime TimeCreated - { - get - { - return Factory.ExecuteDateTimePropertyGet(this, "TimeCreated"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public DateTime Time - { - get - { - return Factory.ExecuteDateTimePropertyGet(this, "Time"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public DateTime TimeEdited - { - get - { - return Factory.ExecuteDateTimePropertyGet(this, "TimeEdited"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public DateTime TimePrinted - { - get - { - return Factory.ExecuteDateTimePropertyGet(this, "TimePrinted"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public DateTime TimeSaved - { - get - { - return Factory.ExecuteDateTimePropertyGet(this, "TimeSaved"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ContainsWorkspace - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ContainsWorkspace"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public object[] EmailRoutingData - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "EmailRoutingData", paramsArray); - if((null != returnItem) && (returnItem is MarshalByRefObject)) - { - ICOMObject[] newObject = Factory.CreateObjectArrayFromComProxy(this, (object[])returnItem, false); - return newObject; - } - else - { - return (object[]) returnItem; - } - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public byte[] VBProjectData - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(this, "VBProjectData", paramsArray); - return (byte[])returnItem; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SolutionXMLElementCount - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SolutionXMLElementCount"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string get_SolutionXMLElementName(Int32 index) - { - return Factory.ExecuteStringPropertyGet(this, "SolutionXMLElementName", index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_SolutionXMLElementName - /// - /// Int32 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_SolutionXMLElementName")] - public string SolutionXMLElementName(Int32 index) - { - return get_SolutionXMLElementName(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string elementName - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool get_SolutionXMLElementExists(string elementName) - { - return Factory.ExecuteBoolPropertyGet(this, "SolutionXMLElementExists", elementName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_SolutionXMLElementExists - /// - /// string elementName - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_SolutionXMLElementExists")] - public bool SolutionXMLElementExists(string elementName) - { - return get_SolutionXMLElementExists(elementName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// string elementName - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string get_SolutionXMLElement(string elementName) - { - return Factory.ExecuteStringPropertyGet(this, "SolutionXMLElement", elementName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// string elementName - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_SolutionXMLElement(string elementName, string value) - { - Factory.ExecutePropertySet(this, "SolutionXMLElement", elementName, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_SolutionXMLElement - /// - /// string elementName - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_SolutionXMLElement")] - public string SolutionXMLElement(string elementName) - { - return get_SolutionXMLElement(elementName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 FullBuildNumberCreated - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "FullBuildNumberCreated"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 FullBuildNumberEdited - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "FullBuildNumberEdited"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool MacrosEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "MacrosEnabled"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisZoomBehavior ZoomBehavior - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "ZoomBehavior"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "ZoomBehavior", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisDocumentTypes Type - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "Type"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Language - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Language"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Language", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool RemovePersonalInformation - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "RemovePersonalInformation"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RemovePersonalInformation", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool UndoEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "UndoEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "UndoEnabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object SharedWorkspace - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "SharedWorkspace"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object Sync - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "Sync"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDataRecordsets DataRecordsets - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DataRecordsets"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool ContainsWorkspaceEx - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ContainsWorkspaceEx"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ContainsWorkspaceEx", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public string DefaultSavePath - { - get - { - return Factory.ExecuteStringPropertyGet(this, "DefaultSavePath"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DefaultSavePath", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public string CustomUI - { - get - { - return Factory.ExecuteStringPropertyGet(this, "CustomUI"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CustomUI", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public string UserCustomUI - { - get - { - return Factory.ExecuteStringPropertyGet(this, "UserCustomUI"); - } - set - { - Factory.ExecuteValuePropertySet(this, "UserCustomUI", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVServerPublishOptions ServerPublishOptions - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ServerPublishOptions"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVValidation Validation - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Validation"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 DiagramServicesEnabled - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "DiagramServicesEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DiagramServicesEnabled", value); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - public bool CompatibilityMode - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "CompatibilityMode"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVComments Comments - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Comments"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object objectToDrop - /// Int16 xPos - /// Int16 yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster Drop(object objectToDrop, Int16 xPos, Int16 yPos) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Drop", objectToDrop, xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Save() - { - return Factory.ExecuteInt16MethodGet(this, "Save"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SaveAs(string fileName) - { - return Factory.ExecuteInt16MethodGet(this, "SaveAs", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Print() - { - Factory.ExecuteMethod(this, "Print"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Close() - { - Factory.ExecuteMethod(this, "Close"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVUIObject menusObject - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetCustomMenus(NetOffice.VisioApi.IVUIObject menusObject) - { - Factory.ExecuteMethod(this, "SetCustomMenus", menusObject); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ClearCustomMenus() - { - Factory.ExecuteMethod(this, "ClearCustomMenus"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVUIObject toolbarsObject - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetCustomToolbars(NetOffice.VisioApi.IVUIObject toolbarsObject) - { - Factory.ExecuteMethod(this, "SetCustomToolbars", toolbarsObject); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ClearCustomToolbars() - { - Factory.ExecuteMethod(this, "ClearCustomToolbars"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// Int16 saveFlags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SaveAsEx(string fileName, Int16 saveFlags) - { - Factory.ExecuteMethod(this, "SaveAsEx", fileName, saveFlags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 iD - /// string fileName - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetIcon(Int16 iD, string fileName) - { - Factory.ExecuteMethod(this, "GetIcon", iD, fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 iD - /// Int16 index - /// string fileName - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetIcon(Int16 iD, Int16 index, string fileName) - { - Factory.ExecuteMethod(this, "SetIcon", iD, index, fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow OpenStencilWindow() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "OpenStencilWindow"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string line - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ParseLine(string line) - { - Factory.ExecuteMethod(this, "ParseLine", line); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string line - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ExecuteLine(string line) - { - Factory.ExecuteMethod(this, "ExecuteLine", line); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string target - /// string location - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FollowHyperlink45(string target, string location) - { - Factory.ExecuteMethod(this, "FollowHyperlink45", target, location); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string address - /// string subAddress - /// optional object extraInfo - /// optional object frame - /// optional object newWindow - /// optional object res1 - /// optional object res2 - /// optional object res3 - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FollowHyperlink(string address, string subAddress, object extraInfo, object frame, object newWindow, object res1, object res2, object res3) - { - Factory.ExecuteMethod(this, "FollowHyperlink", new object[]{ address, subAddress, extraInfo, frame, newWindow, res1, res2, res3 }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string address - /// string subAddress - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FollowHyperlink(string address, string subAddress) - { - Factory.ExecuteMethod(this, "FollowHyperlink", address, subAddress); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string address - /// string subAddress - /// optional object extraInfo - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FollowHyperlink(string address, string subAddress, object extraInfo) - { - Factory.ExecuteMethod(this, "FollowHyperlink", address, subAddress, extraInfo); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string address - /// string subAddress - /// optional object extraInfo - /// optional object frame - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FollowHyperlink(string address, string subAddress, object extraInfo, object frame) - { - Factory.ExecuteMethod(this, "FollowHyperlink", address, subAddress, extraInfo, frame); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string address - /// string subAddress - /// optional object extraInfo - /// optional object frame - /// optional object newWindow - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FollowHyperlink(string address, string subAddress, object extraInfo, object frame, object newWindow) - { - Factory.ExecuteMethod(this, "FollowHyperlink", new object[]{ address, subAddress, extraInfo, frame, newWindow }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string address - /// string subAddress - /// optional object extraInfo - /// optional object frame - /// optional object newWindow - /// optional object res1 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FollowHyperlink(string address, string subAddress, object extraInfo, object frame, object newWindow, object res1) - { - Factory.ExecuteMethod(this, "FollowHyperlink", new object[]{ address, subAddress, extraInfo, frame, newWindow, res1 }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string address - /// string subAddress - /// optional object extraInfo - /// optional object frame - /// optional object newWindow - /// optional object res1 - /// optional object res2 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FollowHyperlink(string address, string subAddress, object extraInfo, object frame, object newWindow, object res1, object res2) - { - Factory.ExecuteMethod(this, "FollowHyperlink", new object[]{ address, subAddress, extraInfo, frame, newWindow, res1, res2 }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ClearGestureFormatSheet() - { - Factory.ExecuteMethod(this, "ClearGestureFormatSheet"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object nTargets - /// optional object nActions - /// optional object nAlerts - /// optional object nFixes - /// optional object bStopOnError - /// optional object bLogFileName - /// optional object nReserved - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Clean(object nTargets, object nActions, object nAlerts, object nFixes, object bStopOnError, object bLogFileName, object nReserved) - { - Factory.ExecuteMethod(this, "Clean", new object[]{ nTargets, nActions, nAlerts, nFixes, bStopOnError, bLogFileName, nReserved }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Clean() - { - Factory.ExecuteMethod(this, "Clean"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object nTargets - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Clean(object nTargets) - { - Factory.ExecuteMethod(this, "Clean", nTargets); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object nTargets - /// optional object nActions - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Clean(object nTargets, object nActions) - { - Factory.ExecuteMethod(this, "Clean", nTargets, nActions); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object nTargets - /// optional object nActions - /// optional object nAlerts - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Clean(object nTargets, object nActions, object nAlerts) - { - Factory.ExecuteMethod(this, "Clean", nTargets, nActions, nAlerts); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object nTargets - /// optional object nActions - /// optional object nAlerts - /// optional object nFixes - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Clean(object nTargets, object nActions, object nAlerts, object nFixes) - { - Factory.ExecuteMethod(this, "Clean", nTargets, nActions, nAlerts, nFixes); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object nTargets - /// optional object nActions - /// optional object nAlerts - /// optional object nFixes - /// optional object bStopOnError - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Clean(object nTargets, object nActions, object nAlerts, object nFixes, object bStopOnError) - { - Factory.ExecuteMethod(this, "Clean", new object[]{ nTargets, nActions, nAlerts, nFixes, bStopOnError }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object nTargets - /// optional object nActions - /// optional object nAlerts - /// optional object nFixes - /// optional object bStopOnError - /// optional object bLogFileName - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Clean(object nTargets, object nActions, object nAlerts, object nFixes, object bStopOnError, object bLogFileName) - { - Factory.ExecuteMethod(this, "Clean", new object[]{ nTargets, nActions, nAlerts, nFixes, bStopOnError, bLogFileName }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVDocument pSourceDoc - [SupportByVersion("Visio", 11,12,14,15,16)] - public void CopyPreviewPicture(NetOffice.VisioApi.IVDocument pSourceDoc) - { - Factory.ExecuteMethod(this, "CopyPreviewPicture", pSourceDoc); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string elementName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void DeleteSolutionXMLElement(string elementName) - { - Factory.ExecuteMethod(this, "DeleteSolutionXMLElement", elementName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool CanCheckIn() - { - return Factory.ExecuteBoolMethodGet(this, "CanCheckIn"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional bool SaveChanges = true - /// optional object comments - /// optional bool MakePublic = false - [SupportByVersion("Visio", 11,12,14,15,16)] - public void CheckIn(object saveChanges, object comments, object makePublic) - { - Factory.ExecuteMethod(this, "CheckIn", saveChanges, comments, makePublic); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void CheckIn() - { - Factory.ExecuteMethod(this, "CheckIn"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional bool SaveChanges = true - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void CheckIn(object saveChanges) - { - Factory.ExecuteMethod(this, "CheckIn", saveChanges); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional bool SaveChanges = true - /// optional object comments - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void CheckIn(object saveChanges, object comments) - { - Factory.ExecuteMethod(this, "CheckIn", saveChanges, comments); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ScaleCurrentViewToPaper = false - /// optional string PrinterName = - /// optional bool PrintToFile = false - /// optional string OutputFileName = - /// optional Int32 Copies = 1 - /// optional bool Collate = false - /// optional bool ColorAsBlack = false - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PrintOut(NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object scaleCurrentViewToPaper, object printerName, object printToFile, object outputFileName, object copies, object collate, object colorAsBlack) - { - Factory.ExecuteMethod(this, "PrintOut", new object[]{ printRange, fromPage, toPage, scaleCurrentViewToPaper, printerName, printToFile, outputFileName, copies, collate, colorAsBlack }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PrintOut(NetOffice.VisioApi.Enums.VisPrintOutRange printRange) - { - Factory.ExecuteMethod(this, "PrintOut", printRange); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PrintOut(NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage) - { - Factory.ExecuteMethod(this, "PrintOut", printRange, fromPage); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PrintOut(NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage) - { - Factory.ExecuteMethod(this, "PrintOut", printRange, fromPage, toPage); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ScaleCurrentViewToPaper = false - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PrintOut(NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object scaleCurrentViewToPaper) - { - Factory.ExecuteMethod(this, "PrintOut", printRange, fromPage, toPage, scaleCurrentViewToPaper); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ScaleCurrentViewToPaper = false - /// optional string PrinterName = - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PrintOut(NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object scaleCurrentViewToPaper, object printerName) - { - Factory.ExecuteMethod(this, "PrintOut", new object[]{ printRange, fromPage, toPage, scaleCurrentViewToPaper, printerName }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ScaleCurrentViewToPaper = false - /// optional string PrinterName = - /// optional bool PrintToFile = false - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PrintOut(NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object scaleCurrentViewToPaper, object printerName, object printToFile) - { - Factory.ExecuteMethod(this, "PrintOut", new object[]{ printRange, fromPage, toPage, scaleCurrentViewToPaper, printerName, printToFile }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ScaleCurrentViewToPaper = false - /// optional string PrinterName = - /// optional bool PrintToFile = false - /// optional string OutputFileName = - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PrintOut(NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object scaleCurrentViewToPaper, object printerName, object printToFile, object outputFileName) - { - Factory.ExecuteMethod(this, "PrintOut", new object[]{ printRange, fromPage, toPage, scaleCurrentViewToPaper, printerName, printToFile, outputFileName }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ScaleCurrentViewToPaper = false - /// optional string PrinterName = - /// optional bool PrintToFile = false - /// optional string OutputFileName = - /// optional Int32 Copies = 1 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PrintOut(NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object scaleCurrentViewToPaper, object printerName, object printToFile, object outputFileName, object copies) - { - Factory.ExecuteMethod(this, "PrintOut", new object[]{ printRange, fromPage, toPage, scaleCurrentViewToPaper, printerName, printToFile, outputFileName, copies }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ScaleCurrentViewToPaper = false - /// optional string PrinterName = - /// optional bool PrintToFile = false - /// optional string OutputFileName = - /// optional Int32 Copies = 1 - /// optional bool Collate = false - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PrintOut(NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object scaleCurrentViewToPaper, object printerName, object printToFile, object outputFileName, object copies, object collate) - { - Factory.ExecuteMethod(this, "PrintOut", new object[]{ printRange, fromPage, toPage, scaleCurrentViewToPaper, printerName, printToFile, outputFileName, copies, collate }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string bstrUndoScopeName - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 BeginUndoScope(string bstrUndoScopeName) - { - return Factory.ExecuteInt32MethodGet(this, "BeginUndoScope", bstrUndoScopeName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 nScopeID - /// bool bCommit - [SupportByVersion("Visio", 11,12,14,15,16)] - public void EndUndoScope(Int32 nScopeID, bool bCommit) - { - Factory.ExecuteMethod(this, "EndUndoScope", nScopeID, bCommit); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object pUndoUnit - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddUndoUnit(object pUndoUnit) - { - Factory.ExecuteMethod(this, "AddUndoUnit", pUndoUnit); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PurgeUndo() - { - Factory.ExecuteMethod(this, "PurgeUndo"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string bstrScopeName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void RenameCurrentScope(string bstrScopeName) - { - Factory.ExecuteMethod(this, "RenameCurrentScope", bstrScopeName); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 removeHiddenInfoItems - [SupportByVersion("Visio", 12,14,15,16)] - public void RemoveHiddenInformation(Int32 removeHiddenInfoItems) - { - Factory.ExecuteMethod(this, "RemoveHiddenInformation", removeHiddenInfoItems); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisThemeTypes eType - /// String[] nameArray - [SupportByVersion("Visio", 12,14,15,16)] - public void GetThemeNames(NetOffice.VisioApi.Enums.VisThemeTypes eType, out String[] nameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - nameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray(eType, (object)nameArray); - Invoker.Method(this, "GetThemeNames", paramsArray, modifiers); - nameArray = (String[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisThemeTypes eType - /// String[] nameArray - [SupportByVersion("Visio", 12,14,15,16)] - public void GetThemeNamesU(NetOffice.VisioApi.Enums.VisThemeTypes eType, out String[] nameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - nameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray(eType, (object)nameArray); - Invoker.Method(this, "GetThemeNamesU", paramsArray, modifiers); - nameArray = (String[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool CanUndoCheckOut() - { - return Factory.ExecuteBoolMethodGet(this, "CanUndoCheckOut"); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - public void UndoCheckOut() - { - Factory.ExecuteMethod(this, "UndoCheckOut"); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat - /// string outputFileName - /// NetOffice.VisioApi.Enums.VisDocExIntent intent - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ColorAsBlack = false - /// optional bool IncludeBackground = true - /// optional bool IncludeDocumentProperties = true - /// optional bool IncludeStructureTags = true - /// optional bool UseISO19005_1 = false - /// optional object fixedFormatExtClass - [SupportByVersion("Visio", 12,14,15,16)] - public void ExportAsFixedFormat(NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat, string outputFileName, NetOffice.VisioApi.Enums.VisDocExIntent intent, NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object colorAsBlack, object includeBackground, object includeDocumentProperties, object includeStructureTags, object useISO19005_1, object fixedFormatExtClass) - { - Factory.ExecuteMethod(this, "ExportAsFixedFormat", new object[]{ fixedFormat, outputFileName, intent, printRange, fromPage, toPage, colorAsBlack, includeBackground, includeDocumentProperties, includeStructureTags, useISO19005_1, fixedFormatExtClass }); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat - /// string outputFileName - /// NetOffice.VisioApi.Enums.VisDocExIntent intent - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void ExportAsFixedFormat(NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat, string outputFileName, NetOffice.VisioApi.Enums.VisDocExIntent intent, NetOffice.VisioApi.Enums.VisPrintOutRange printRange) - { - Factory.ExecuteMethod(this, "ExportAsFixedFormat", fixedFormat, outputFileName, intent, printRange); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat - /// string outputFileName - /// NetOffice.VisioApi.Enums.VisDocExIntent intent - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void ExportAsFixedFormat(NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat, string outputFileName, NetOffice.VisioApi.Enums.VisDocExIntent intent, NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage) - { - Factory.ExecuteMethod(this, "ExportAsFixedFormat", new object[]{ fixedFormat, outputFileName, intent, printRange, fromPage }); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat - /// string outputFileName - /// NetOffice.VisioApi.Enums.VisDocExIntent intent - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void ExportAsFixedFormat(NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat, string outputFileName, NetOffice.VisioApi.Enums.VisDocExIntent intent, NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage) - { - Factory.ExecuteMethod(this, "ExportAsFixedFormat", new object[]{ fixedFormat, outputFileName, intent, printRange, fromPage, toPage }); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat - /// string outputFileName - /// NetOffice.VisioApi.Enums.VisDocExIntent intent - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ColorAsBlack = false - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void ExportAsFixedFormat(NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat, string outputFileName, NetOffice.VisioApi.Enums.VisDocExIntent intent, NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object colorAsBlack) - { - Factory.ExecuteMethod(this, "ExportAsFixedFormat", new object[]{ fixedFormat, outputFileName, intent, printRange, fromPage, toPage, colorAsBlack }); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat - /// string outputFileName - /// NetOffice.VisioApi.Enums.VisDocExIntent intent - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ColorAsBlack = false - /// optional bool IncludeBackground = true - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void ExportAsFixedFormat(NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat, string outputFileName, NetOffice.VisioApi.Enums.VisDocExIntent intent, NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object colorAsBlack, object includeBackground) - { - Factory.ExecuteMethod(this, "ExportAsFixedFormat", new object[]{ fixedFormat, outputFileName, intent, printRange, fromPage, toPage, colorAsBlack, includeBackground }); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat - /// string outputFileName - /// NetOffice.VisioApi.Enums.VisDocExIntent intent - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ColorAsBlack = false - /// optional bool IncludeBackground = true - /// optional bool IncludeDocumentProperties = true - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void ExportAsFixedFormat(NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat, string outputFileName, NetOffice.VisioApi.Enums.VisDocExIntent intent, NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object colorAsBlack, object includeBackground, object includeDocumentProperties) - { - Factory.ExecuteMethod(this, "ExportAsFixedFormat", new object[]{ fixedFormat, outputFileName, intent, printRange, fromPage, toPage, colorAsBlack, includeBackground, includeDocumentProperties }); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat - /// string outputFileName - /// NetOffice.VisioApi.Enums.VisDocExIntent intent - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ColorAsBlack = false - /// optional bool IncludeBackground = true - /// optional bool IncludeDocumentProperties = true - /// optional bool IncludeStructureTags = true - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void ExportAsFixedFormat(NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat, string outputFileName, NetOffice.VisioApi.Enums.VisDocExIntent intent, NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object colorAsBlack, object includeBackground, object includeDocumentProperties, object includeStructureTags) - { - Factory.ExecuteMethod(this, "ExportAsFixedFormat", new object[]{ fixedFormat, outputFileName, intent, printRange, fromPage, toPage, colorAsBlack, includeBackground, includeDocumentProperties, includeStructureTags }); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat - /// string outputFileName - /// NetOffice.VisioApi.Enums.VisDocExIntent intent - /// NetOffice.VisioApi.Enums.VisPrintOutRange printRange - /// optional Int32 FromPage = 1 - /// optional Int32 ToPage = -1 - /// optional bool ColorAsBlack = false - /// optional bool IncludeBackground = true - /// optional bool IncludeDocumentProperties = true - /// optional bool IncludeStructureTags = true - /// optional bool UseISO19005_1 = false - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void ExportAsFixedFormat(NetOffice.VisioApi.Enums.VisFixedFormatTypes fixedFormat, string outputFileName, NetOffice.VisioApi.Enums.VisDocExIntent intent, NetOffice.VisioApi.Enums.VisPrintOutRange printRange, object fromPage, object toPage, object colorAsBlack, object includeBackground, object includeDocumentProperties, object includeStructureTags, object useISO19005_1) - { - Factory.ExecuteMethod(this, "ExportAsFixedFormat", new object[]{ fixedFormat, outputFileName, intent, printRange, fromPage, toPage, colorAsBlack, includeBackground, includeDocumentProperties, includeStructureTags, useISO19005_1 }); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIODOCUMENTS.cs b/Source/Visio/Interfaces/LPVISIODOCUMENTS.cs deleted file mode 100644 index 36a2e15146..0000000000 --- a/Source/Visio/Interfaces/LPVISIODOCUMENTS.cs +++ /dev/null @@ -1,391 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIODOCUMENTS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIODOCUMENTS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIODOCUMENTS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIODOCUMENTS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIODOCUMENTS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODOCUMENTS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODOCUMENTS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODOCUMENTS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODOCUMENTS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODOCUMENTS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIODOCUMENTS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVDocument this[object nameOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameOrIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 objectID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVDocument get_ItemFromID(Int32 objectID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVDocument.LateBindingApiWrapperType, objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 objectID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVDocument ItemFromID(Int32 objectID) - { - return get_ItemFromID(objectID); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Add(string fileName) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Open(string fileName) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Open", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument OpenEx(string fileName, Int16 flags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "OpenEx", fileName, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] nameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetNames(out String[] nameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - nameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)nameArray); - Invoker.Method(this, "GetNames", paramsArray, modifiers); - nameArray = (String[])paramsArray[0]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool CanCheckOut(string fileName) - { - return Factory.ExecuteBoolMethodGet(this, "CanCheckOut", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void CheckOut(string fileName) - { - Factory.ExecuteMethod(this, "CheckOut", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// optional NetOffice.VisioApi.Enums.VisMeasurementSystem MeasurementSystem = 0 - /// optional Int32 Flags = 0 - /// optional Int32 LangID = 0 - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument AddEx(string fileName, object measurementSystem, object flags, object langID) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddEx", fileName, measurementSystem, flags, langID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVDocument AddEx(string fileName) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddEx", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// optional NetOffice.VisioApi.Enums.VisMeasurementSystem MeasurementSystem = 0 - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVDocument AddEx(string fileName, object measurementSystem) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddEx", fileName, measurementSystem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// optional NetOffice.VisioApi.Enums.VisMeasurementSystem MeasurementSystem = 0 - /// optional Int32 Flags = 0 - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVDocument AddEx(string fileName, object measurementSystem, object flags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddEx", fileName, measurementSystem, flags); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVDocument item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOENUMVACCELITEM.cs b/Source/Visio/Interfaces/LPVISIOENUMVACCELITEM.cs deleted file mode 100644 index e9084a6e55..0000000000 --- a/Source/Visio/Interfaces/LPVISIOENUMVACCELITEM.cs +++ /dev/null @@ -1,172 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOENUMVACCELITEM - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOENUMVACCELITEM : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOENUMVACCELITEM); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOENUMVACCELITEM(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOENUMVACCELITEM(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVACCELITEM(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVACCELITEM(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVACCELITEM(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVACCELITEM(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVACCELITEM() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVACCELITEM(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - /// NetOffice.VisioApi.IVAccelItem rgelt - /// Int32 pceltFetched - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Next(Int32 celt, out NetOffice.VisioApi.IVAccelItem rgelt, out Int32 pceltFetched) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - rgelt = null; - pceltFetched = 0; - object[] paramsArray = Invoker.ValidateParamsArray(celt, rgelt, pceltFetched); - object returnItem = Invoker.MethodReturn(this, "Next", paramsArray); - rgelt = (NetOffice.VisioApi.IVAccelItem)paramsArray[1]; - pceltFetched = (Int32)paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Skip(Int32 celt) - { - return Factory.ExecuteInt32MethodGet(this, "Skip", celt); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Reset() - { - return Factory.ExecuteInt32MethodGet(this, "Reset"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IEnumVAccelItem ppenm - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Clone(out NetOffice.VisioApi.IEnumVAccelItem ppenm) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - ppenm = null; - object[] paramsArray = Invoker.ValidateParamsArray(ppenm); - object returnItem = Invoker.MethodReturn(this, "Clone", paramsArray); - ppenm = (NetOffice.VisioApi.IEnumVAccelItem)paramsArray[0]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOENUMVACCELTABLE.cs b/Source/Visio/Interfaces/LPVISIOENUMVACCELTABLE.cs deleted file mode 100644 index 78521a11c6..0000000000 --- a/Source/Visio/Interfaces/LPVISIOENUMVACCELTABLE.cs +++ /dev/null @@ -1,172 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOENUMVACCELTABLE - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOENUMVACCELTABLE : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOENUMVACCELTABLE); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOENUMVACCELTABLE(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOENUMVACCELTABLE(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVACCELTABLE(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVACCELTABLE(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVACCELTABLE(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVACCELTABLE(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVACCELTABLE() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVACCELTABLE(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - /// NetOffice.VisioApi.IVAccelTable rgelt - /// Int32 pceltFetched - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Next(Int32 celt, out NetOffice.VisioApi.IVAccelTable rgelt, out Int32 pceltFetched) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - rgelt = null; - pceltFetched = 0; - object[] paramsArray = Invoker.ValidateParamsArray(celt, rgelt, pceltFetched); - object returnItem = Invoker.MethodReturn(this, "Next", paramsArray); - rgelt = (NetOffice.VisioApi.IVAccelTable)paramsArray[1]; - pceltFetched = (Int32)paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Skip(Int32 celt) - { - return Factory.ExecuteInt32MethodGet(this, "Skip", celt); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Reset() - { - return Factory.ExecuteInt32MethodGet(this, "Reset"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IEnumVAccelTable ppenm - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Clone(out NetOffice.VisioApi.IEnumVAccelTable ppenm) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - ppenm = null; - object[] paramsArray = Invoker.ValidateParamsArray(ppenm); - object returnItem = Invoker.MethodReturn(this, "Clone", paramsArray); - ppenm = (NetOffice.VisioApi.IEnumVAccelTable)paramsArray[0]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOENUMVMENU.cs b/Source/Visio/Interfaces/LPVISIOENUMVMENU.cs deleted file mode 100644 index c4c32550e7..0000000000 --- a/Source/Visio/Interfaces/LPVISIOENUMVMENU.cs +++ /dev/null @@ -1,172 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOENUMVMENU - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOENUMVMENU : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOENUMVMENU); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOENUMVMENU(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOENUMVMENU(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVMENU(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVMENU(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVMENU(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVMENU(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVMENU() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVMENU(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - /// NetOffice.VisioApi.IVMenu rgelt - /// Int32 pceltFetched - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Next(Int32 celt, out NetOffice.VisioApi.IVMenu rgelt, out Int32 pceltFetched) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - rgelt = null; - pceltFetched = 0; - object[] paramsArray = Invoker.ValidateParamsArray(celt, rgelt, pceltFetched); - object returnItem = Invoker.MethodReturn(this, "Next", paramsArray); - rgelt = (NetOffice.VisioApi.IVMenu)paramsArray[1]; - pceltFetched = (Int32)paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Skip(Int32 celt) - { - return Factory.ExecuteInt32MethodGet(this, "Skip", celt); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Reset() - { - return Factory.ExecuteInt32MethodGet(this, "Reset"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IEnumVMenu ppenm - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Clone(out NetOffice.VisioApi.IEnumVMenu ppenm) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - ppenm = null; - object[] paramsArray = Invoker.ValidateParamsArray(ppenm); - object returnItem = Invoker.MethodReturn(this, "Clone", paramsArray); - ppenm = (NetOffice.VisioApi.IEnumVMenu)paramsArray[0]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOENUMVMENUITEM.cs b/Source/Visio/Interfaces/LPVISIOENUMVMENUITEM.cs deleted file mode 100644 index 742a47c775..0000000000 --- a/Source/Visio/Interfaces/LPVISIOENUMVMENUITEM.cs +++ /dev/null @@ -1,172 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOENUMVMENUITEM - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOENUMVMENUITEM : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOENUMVMENUITEM); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOENUMVMENUITEM(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOENUMVMENUITEM(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVMENUITEM(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVMENUITEM(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVMENUITEM(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVMENUITEM(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVMENUITEM() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVMENUITEM(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - /// NetOffice.VisioApi.IVMenuItem rgelt - /// Int32 pceltFetched - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Next(Int32 celt, out NetOffice.VisioApi.IVMenuItem rgelt, out Int32 pceltFetched) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - rgelt = null; - pceltFetched = 0; - object[] paramsArray = Invoker.ValidateParamsArray(celt, rgelt, pceltFetched); - object returnItem = Invoker.MethodReturn(this, "Next", paramsArray); - rgelt = (NetOffice.VisioApi.IVMenuItem)paramsArray[1]; - pceltFetched = (Int32)paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Skip(Int32 celt) - { - return Factory.ExecuteInt32MethodGet(this, "Skip", celt); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Reset() - { - return Factory.ExecuteInt32MethodGet(this, "Reset"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IEnumVMenuItem ppenm - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Clone(out NetOffice.VisioApi.IEnumVMenuItem ppenm) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - ppenm = null; - object[] paramsArray = Invoker.ValidateParamsArray(ppenm); - object returnItem = Invoker.MethodReturn(this, "Clone", paramsArray); - ppenm = (NetOffice.VisioApi.IEnumVMenuItem)paramsArray[0]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOENUMVMENUSET.cs b/Source/Visio/Interfaces/LPVISIOENUMVMENUSET.cs deleted file mode 100644 index 0afba97508..0000000000 --- a/Source/Visio/Interfaces/LPVISIOENUMVMENUSET.cs +++ /dev/null @@ -1,172 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOENUMVMENUSET - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOENUMVMENUSET : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOENUMVMENUSET); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOENUMVMENUSET(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOENUMVMENUSET(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVMENUSET(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVMENUSET(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVMENUSET(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVMENUSET(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVMENUSET() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVMENUSET(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - /// NetOffice.VisioApi.IVMenuSet rgelt - /// Int32 pceltFetched - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Next(Int32 celt, out NetOffice.VisioApi.IVMenuSet rgelt, out Int32 pceltFetched) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - rgelt = null; - pceltFetched = 0; - object[] paramsArray = Invoker.ValidateParamsArray(celt, rgelt, pceltFetched); - object returnItem = Invoker.MethodReturn(this, "Next", paramsArray); - rgelt = (NetOffice.VisioApi.IVMenuSet)paramsArray[1]; - pceltFetched = (Int32)paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Skip(Int32 celt) - { - return Factory.ExecuteInt32MethodGet(this, "Skip", celt); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Reset() - { - return Factory.ExecuteInt32MethodGet(this, "Reset"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IEnumVMenuSet ppenm - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Clone(out NetOffice.VisioApi.IEnumVMenuSet ppenm) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - ppenm = null; - object[] paramsArray = Invoker.ValidateParamsArray(ppenm); - object returnItem = Invoker.MethodReturn(this, "Clone", paramsArray); - ppenm = (NetOffice.VisioApi.IEnumVMenuSet)paramsArray[0]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOENUMVSTATUSBAR.cs b/Source/Visio/Interfaces/LPVISIOENUMVSTATUSBAR.cs deleted file mode 100644 index 753142fc96..0000000000 --- a/Source/Visio/Interfaces/LPVISIOENUMVSTATUSBAR.cs +++ /dev/null @@ -1,172 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOENUMVSTATUSBAR - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOENUMVSTATUSBAR : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOENUMVSTATUSBAR); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOENUMVSTATUSBAR(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOENUMVSTATUSBAR(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVSTATUSBAR(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVSTATUSBAR(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVSTATUSBAR(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVSTATUSBAR(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVSTATUSBAR() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVSTATUSBAR(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - /// NetOffice.VisioApi.IVStatusBar rgelt - /// Int32 pceltFetched - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Next(Int32 celt, out NetOffice.VisioApi.IVStatusBar rgelt, out Int32 pceltFetched) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - rgelt = null; - pceltFetched = 0; - object[] paramsArray = Invoker.ValidateParamsArray(celt, rgelt, pceltFetched); - object returnItem = Invoker.MethodReturn(this, "Next", paramsArray); - rgelt = (NetOffice.VisioApi.IVStatusBar)paramsArray[1]; - pceltFetched = (Int32)paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Skip(Int32 celt) - { - return Factory.ExecuteInt32MethodGet(this, "Skip", celt); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Reset() - { - return Factory.ExecuteInt32MethodGet(this, "Reset"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IEnumVStatusBar ppenm - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Clone(out NetOffice.VisioApi.IEnumVStatusBar ppenm) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - ppenm = null; - object[] paramsArray = Invoker.ValidateParamsArray(ppenm); - object returnItem = Invoker.MethodReturn(this, "Clone", paramsArray); - ppenm = (NetOffice.VisioApi.IEnumVStatusBar)paramsArray[0]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOENUMVSTATUSBARITEM.cs b/Source/Visio/Interfaces/LPVISIOENUMVSTATUSBARITEM.cs deleted file mode 100644 index 4ee29d14d1..0000000000 --- a/Source/Visio/Interfaces/LPVISIOENUMVSTATUSBARITEM.cs +++ /dev/null @@ -1,172 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOENUMVSTATUSBARITEM - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOENUMVSTATUSBARITEM : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOENUMVSTATUSBARITEM); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOENUMVSTATUSBARITEM(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOENUMVSTATUSBARITEM(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVSTATUSBARITEM(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVSTATUSBARITEM(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVSTATUSBARITEM(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVSTATUSBARITEM(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVSTATUSBARITEM() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVSTATUSBARITEM(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - /// NetOffice.VisioApi.IVStatusBarItem rgelt - /// Int32 pceltFetched - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Next(Int32 celt, out NetOffice.VisioApi.IVStatusBarItem rgelt, out Int32 pceltFetched) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - rgelt = null; - pceltFetched = 0; - object[] paramsArray = Invoker.ValidateParamsArray(celt, rgelt, pceltFetched); - object returnItem = Invoker.MethodReturn(this, "Next", paramsArray); - rgelt = (NetOffice.VisioApi.IVStatusBarItem)paramsArray[1]; - pceltFetched = (Int32)paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Skip(Int32 celt) - { - return Factory.ExecuteInt32MethodGet(this, "Skip", celt); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Reset() - { - return Factory.ExecuteInt32MethodGet(this, "Reset"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IEnumVStatusBarItem ppenm - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Clone(out NetOffice.VisioApi.IEnumVStatusBarItem ppenm) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - ppenm = null; - object[] paramsArray = Invoker.ValidateParamsArray(ppenm); - object returnItem = Invoker.MethodReturn(this, "Clone", paramsArray); - ppenm = (NetOffice.VisioApi.IEnumVStatusBarItem)paramsArray[0]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOENUMVTOOLBAR.cs b/Source/Visio/Interfaces/LPVISIOENUMVTOOLBAR.cs deleted file mode 100644 index db766ed562..0000000000 --- a/Source/Visio/Interfaces/LPVISIOENUMVTOOLBAR.cs +++ /dev/null @@ -1,172 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOENUMVTOOLBAR - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOENUMVTOOLBAR : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOENUMVTOOLBAR); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOENUMVTOOLBAR(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOENUMVTOOLBAR(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVTOOLBAR(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVTOOLBAR(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVTOOLBAR(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVTOOLBAR(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVTOOLBAR() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVTOOLBAR(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - /// NetOffice.VisioApi.IVToolbar rgelt - /// Int32 pceltFetched - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Next(Int32 celt, out NetOffice.VisioApi.IVToolbar rgelt, out Int32 pceltFetched) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - rgelt = null; - pceltFetched = 0; - object[] paramsArray = Invoker.ValidateParamsArray(celt, rgelt, pceltFetched); - object returnItem = Invoker.MethodReturn(this, "Next", paramsArray); - rgelt = (NetOffice.VisioApi.IVToolbar)paramsArray[1]; - pceltFetched = (Int32)paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Skip(Int32 celt) - { - return Factory.ExecuteInt32MethodGet(this, "Skip", celt); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Reset() - { - return Factory.ExecuteInt32MethodGet(this, "Reset"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IEnumVToolbar ppenm - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Clone(out NetOffice.VisioApi.IEnumVToolbar ppenm) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - ppenm = null; - object[] paramsArray = Invoker.ValidateParamsArray(ppenm); - object returnItem = Invoker.MethodReturn(this, "Clone", paramsArray); - ppenm = (NetOffice.VisioApi.IEnumVToolbar)paramsArray[0]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOENUMVTOOLBARITEM.cs b/Source/Visio/Interfaces/LPVISIOENUMVTOOLBARITEM.cs deleted file mode 100644 index 835cc57e62..0000000000 --- a/Source/Visio/Interfaces/LPVISIOENUMVTOOLBARITEM.cs +++ /dev/null @@ -1,172 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOENUMVTOOLBARITEM - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOENUMVTOOLBARITEM : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOENUMVTOOLBARITEM); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOENUMVTOOLBARITEM(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOENUMVTOOLBARITEM(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVTOOLBARITEM(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVTOOLBARITEM(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVTOOLBARITEM(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVTOOLBARITEM(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVTOOLBARITEM() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVTOOLBARITEM(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - /// NetOffice.VisioApi.IVToolbarItem rgelt - /// Int32 pceltFetched - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Next(Int32 celt, out NetOffice.VisioApi.IVToolbarItem rgelt, out Int32 pceltFetched) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - rgelt = null; - pceltFetched = 0; - object[] paramsArray = Invoker.ValidateParamsArray(celt, rgelt, pceltFetched); - object returnItem = Invoker.MethodReturn(this, "Next", paramsArray); - rgelt = (NetOffice.VisioApi.IVToolbarItem)paramsArray[1]; - pceltFetched = (Int32)paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Skip(Int32 celt) - { - return Factory.ExecuteInt32MethodGet(this, "Skip", celt); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Reset() - { - return Factory.ExecuteInt32MethodGet(this, "Reset"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IEnumVToolbarItem ppenm - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Clone(out NetOffice.VisioApi.IEnumVToolbarItem ppenm) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - ppenm = null; - object[] paramsArray = Invoker.ValidateParamsArray(ppenm); - object returnItem = Invoker.MethodReturn(this, "Clone", paramsArray); - ppenm = (NetOffice.VisioApi.IEnumVToolbarItem)paramsArray[0]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOENUMVTOOLBARSET.cs b/Source/Visio/Interfaces/LPVISIOENUMVTOOLBARSET.cs deleted file mode 100644 index 6e3533b39f..0000000000 --- a/Source/Visio/Interfaces/LPVISIOENUMVTOOLBARSET.cs +++ /dev/null @@ -1,172 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOENUMVTOOLBARSET - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOENUMVTOOLBARSET : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOENUMVTOOLBARSET); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOENUMVTOOLBARSET(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOENUMVTOOLBARSET(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVTOOLBARSET(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVTOOLBARSET(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVTOOLBARSET(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVTOOLBARSET(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVTOOLBARSET() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOENUMVTOOLBARSET(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - /// NetOffice.VisioApi.IVToolbarSet rgelt - /// Int32 pceltFetched - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Next(Int32 celt, out NetOffice.VisioApi.IVToolbarSet rgelt, out Int32 pceltFetched) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true); - rgelt = null; - pceltFetched = 0; - object[] paramsArray = Invoker.ValidateParamsArray(celt, rgelt, pceltFetched); - object returnItem = Invoker.MethodReturn(this, "Next", paramsArray); - rgelt = (NetOffice.VisioApi.IVToolbarSet)paramsArray[1]; - pceltFetched = (Int32)paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 celt - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Skip(Int32 celt) - { - return Factory.ExecuteInt32MethodGet(this, "Skip", celt); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Reset() - { - return Factory.ExecuteInt32MethodGet(this, "Reset"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IEnumVToolbarSet ppenm - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Clone(out NetOffice.VisioApi.IEnumVToolbarSet ppenm) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - ppenm = null; - object[] paramsArray = Invoker.ValidateParamsArray(ppenm); - object returnItem = Invoker.MethodReturn(this, "Clone", paramsArray); - ppenm = (NetOffice.VisioApi.IEnumVToolbarSet)paramsArray[0]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOEVENT.cs b/Source/Visio/Interfaces/LPVISIOEVENT.cs deleted file mode 100644 index 3c2e85c412..0000000000 --- a/Source/Visio/Interfaces/LPVISIOEVENT.cs +++ /dev/null @@ -1,407 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOEVENT - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOEVENT : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOEVENT); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOEVENT(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOEVENT(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOEVENT(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOEVENT(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOEVENT(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOEVENT(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOEVENT() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOEVENT(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Index - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Event - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Event"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Event", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Action - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Action"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Action", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Target - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Target"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Target", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string TargetArgs - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TargetArgs"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TargetArgs", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Enabled - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Enabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Enabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Persistable - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Persistable"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Persistent - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Persistent"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Persistent", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string contextString - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Trigger(string contextString) - { - Factory.ExecuteMethod(this, "Trigger", contextString); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32[] GetFilterObjects() - { - object[] paramsArray = null; - object returnItem = (object)Invoker.MethodReturn(this, "GetFilterObjects", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32[] objects - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetFilterObjects(Int32[] objects) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)objects); - Invoker.Method(this, "SetFilterObjects", paramsArray); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32[] GetFilterCommands() - { - object[] paramsArray = null; - object returnItem = (object)Invoker.MethodReturn(this, "GetFilterCommands", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32[] commands - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetFilterCommands(Int32[] commands) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)commands); - Invoker.Method(this, "SetFilterCommands", paramsArray); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16[] GetFilterSRC() - { - object[] paramsArray = null; - object returnItem = (object)Invoker.MethodReturn(this, "GetFilterSRC", paramsArray); - return (Int16[])returnItem; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetFilterSRC(Int16[] sRCStream) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream); - Invoker.Method(this, "SetFilterSRC", paramsArray); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32[] GetFilterActions() - { - object[] paramsArray = null; - object returnItem = (object)Invoker.MethodReturn(this, "GetFilterActions", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32[] filterActionStream - [SupportByVersion("Visio", 12,14,15,16)] - public void SetFilterActions(Int32[] filterActionStream) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)filterActionStream); - Invoker.Method(this, "SetFilterActions", paramsArray); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOEVENTS.cs b/Source/Visio/Interfaces/LPVISIOEVENTS.cs deleted file mode 100644 index 1fe6a259e8..0000000000 --- a/Source/Visio/Interfaces/LPVISIOEVENTS.cs +++ /dev/null @@ -1,270 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOEVENTS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOEVENTS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOEVENTS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOEVENTS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOEVENTS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOEVENTS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOEVENTS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOEVENTS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOEVENTS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOEVENTS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOEVENTS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVEvent this[Int16 index] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", index); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 objectID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVEvent get_ItemFromID(Int32 objectID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVEvent.LateBindingApiWrapperType, objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 objectID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVEvent ItemFromID(Int32 objectID) - { - return get_ItemFromID(objectID); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 eventCode - /// Int16 action - /// string target - /// string targetArgs - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEvent Add(Int16 eventCode, Int16 action, string target, string targetArgs) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", eventCode, action, target, targetArgs); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 eventCode - /// object sinkIUnkOrIDisp - /// string iIDSink - /// string targetArgs - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEvent AddAdvise(Int16 eventCode, object sinkIUnkOrIDisp, string iIDSink, string targetArgs) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddAdvise", eventCode, sinkIUnkOrIDisp, iIDSink, targetArgs); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVEvent item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOFONT.cs b/Source/Visio/Interfaces/LPVISIOFONT.cs deleted file mode 100644 index 836bc1fee9..0000000000 --- a/Source/Visio/Interfaces/LPVISIOFONT.cs +++ /dev/null @@ -1,264 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOFONT - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOFONT : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOFONT); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOFONT(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOFONT(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOFONT(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOFONT(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOFONT(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOFONT(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOFONT() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOFONT(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Index - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 ID16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ID16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Attributes - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Attributes"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 CharSet - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CharSet"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PitchAndFamily - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PitchAndFamily"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOFONTS.cs b/Source/Visio/Interfaces/LPVISIOFONTS.cs deleted file mode 100644 index aa5cbf62c1..0000000000 --- a/Source/Visio/Interfaces/LPVISIOFONTS.cs +++ /dev/null @@ -1,269 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOFONTS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOFONTS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOFONTS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOFONTS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOFONTS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOFONTS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOFONTS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOFONTS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOFONTS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOFONTS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOFONTS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVFont this[object nameOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameOrIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 objectID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVFont get_ItemFromID(Int32 objectID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVFont.LateBindingApiWrapperType, objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 objectID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVFont ItemFromID(Int32 objectID) - { - return get_ItemFromID(objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - #endregion - - #region Methods - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVFont item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOGRAPHICITEM.cs b/Source/Visio/Interfaces/LPVISIOGRAPHICITEM.cs deleted file mode 100644 index 8b7f6050ef..0000000000 --- a/Source/Visio/Interfaces/LPVISIOGRAPHICITEM.cs +++ /dev/null @@ -1,348 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOGRAPHICITEM - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOGRAPHICITEM : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOGRAPHICITEM); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOGRAPHICITEM(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOGRAPHICITEM(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOGRAPHICITEM(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOGRAPHICITEM(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOGRAPHICITEM(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOGRAPHICITEM(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOGRAPHICITEM() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOGRAPHICITEM(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisObjectTypes ObjectType - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 Index - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Index"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Index", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public string Description - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Description"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisGraphicItemTypes Type - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "Type"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster DataGraphic - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DataGraphic"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public string Tag - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Tag"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Tag", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisGraphicPositionHorizontal HorizontalPosition - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "HorizontalPosition"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "HorizontalPosition", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisGraphicPositionVertical VerticalPosition - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "VerticalPosition"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "VerticalPosition", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool UseDataGraphicPosition - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "UseDataGraphicPosition"); - } - set - { - Factory.ExecuteValuePropertySet(this, "UseDataGraphicPosition", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisGraphicField field - /// string expression - [SupportByVersion("Visio", 12,14,15,16)] - public void GetExpression(out NetOffice.VisioApi.Enums.VisGraphicField field, out string expression) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true,true); - field = 0; - expression = string.Empty; - object[] paramsArray = Invoker.ValidateParamsArray(field, expression); - Invoker.Method(this, "GetExpression", paramsArray, modifiers); - field = (NetOffice.VisioApi.Enums.VisGraphicField)paramsArray[0]; - expression = (string)paramsArray[1]; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisGraphicField field - /// string expression - [SupportByVersion("Visio", 12,14,15,16)] - public void SetExpression(NetOffice.VisioApi.Enums.VisGraphicField field, string expression) - { - Factory.ExecuteMethod(this, "SetExpression", field, expression); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOGRAPHICITEMS.cs b/Source/Visio/Interfaces/LPVISIOGRAPHICITEMS.cs deleted file mode 100644 index 7e6abcf4d6..0000000000 --- a/Source/Visio/Interfaces/LPVISIOGRAPHICITEMS.cs +++ /dev/null @@ -1,294 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOGRAPHICITEMS - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOGRAPHICITEMS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOGRAPHICITEMS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOGRAPHICITEMS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOGRAPHICITEMS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOGRAPHICITEMS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOGRAPHICITEMS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOGRAPHICITEMS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOGRAPHICITEMS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOGRAPHICITEMS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOGRAPHICITEMS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisObjectTypes ObjectType - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster DataGraphic - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DataGraphic"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - /// Int32 index - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVGraphicItem this[Int32 index] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", index); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - /// Int32 objectID - [SupportByVersion("Visio", 12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVGraphicItem get_ItemFromID(Int32 objectID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVGraphicItem.LateBindingApiWrapperType, objectID); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 objectID - [SupportByVersion("Visio", 12,14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVGraphicItem ItemFromID(Int32 objectID) - { - return get_ItemFromID(objectID); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVGraphicItem graphicItem - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVGraphicItem AddCopy(NetOffice.VisioApi.IVGraphicItem graphicItem) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddCopy", graphicItem); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVGraphicItem item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 12,14,15,16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOHYPERLINK.cs b/Source/Visio/Interfaces/LPVISIOHYPERLINK.cs deleted file mode 100644 index 2a73321a94..0000000000 --- a/Source/Visio/Interfaces/LPVISIOHYPERLINK.cs +++ /dev/null @@ -1,395 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOHYPERLINK - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOHYPERLINK : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOHYPERLINK); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOHYPERLINK(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOHYPERLINK(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOHYPERLINK(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOHYPERLINK(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOHYPERLINK(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOHYPERLINK(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOHYPERLINK() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOHYPERLINK(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Description - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Description"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Description", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Shape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Address - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Address"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Address", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string SubAddress - { - get - { - return Factory.ExecuteStringPropertyGet(this, "SubAddress"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SubAddress", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 NewWindow - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "NewWindow"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NewWindow", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ExtraInfo - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ExtraInfo"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ExtraInfo", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Frame - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Frame"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Frame", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Row - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Row"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IsDefaultLink - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsDefaultLink"); - } - set - { - Factory.ExecuteValuePropertySet(this, "IsDefaultLink", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NameU", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object favoritesTitle - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddToFavorites(object favoritesTitle) - { - Factory.ExecuteMethod(this, "AddToFavorites", favoritesTitle); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddToFavorites() - { - Factory.ExecuteMethod(this, "AddToFavorites"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Follow() - { - Factory.ExecuteMethod(this, "Follow"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Copy() - { - Factory.ExecuteMethod(this, "Copy"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 canonicalForm - [SupportByVersion("Visio", 11,12,14,15,16)] - public string CreateURL(Int16 canonicalForm) - { - return Factory.ExecuteStringMethodGet(this, "CreateURL", canonicalForm); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOHYPERLINKS.cs b/Source/Visio/Interfaces/LPVISIOHYPERLINKS.cs deleted file mode 100644 index 938eac7092..0000000000 --- a/Source/Visio/Interfaces/LPVISIOHYPERLINKS.cs +++ /dev/null @@ -1,279 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOHYPERLINKS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOHYPERLINKS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOHYPERLINKS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOHYPERLINKS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOHYPERLINKS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOHYPERLINKS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOHYPERLINKS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOHYPERLINKS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOHYPERLINKS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOHYPERLINKS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOHYPERLINKS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Shape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVHyperlink this[object nameOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameOrIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVHyperlink get_ItemU(object nameOrIndex) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemU", NetOffice.VisioApi.IVHyperlink.LateBindingApiWrapperType, nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemU - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemU")] - public NetOffice.VisioApi.IVHyperlink ItemU(object nameOrIndex) - { - return get_ItemU(nameOrIndex); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVHyperlink Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVHyperlink item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOLAYER.cs b/Source/Visio/Interfaces/LPVISIOLAYER.cs deleted file mode 100644 index a53d74093f..0000000000 --- a/Source/Visio/Interfaces/LPVISIOLAYER.cs +++ /dev/null @@ -1,342 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOLAYER - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOLAYER : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOLAYER); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOLAYER(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOLAYER(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOLAYER(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOLAYER(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOLAYER(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOLAYER(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOLAYER() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOLAYER(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage Page - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Page"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster Master - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Master"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Index - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Row - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Row"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 column - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCell get_CellsC(Int16 column) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "CellsC", NetOffice.VisioApi.IVCell.LateBindingApiWrapperType, column); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellsC - /// - /// Int16 column - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellsC")] - public NetOffice.VisioApi.IVCell CellsC(Int16 column) - { - return get_CellsC(column); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NameU", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape sheetObject - /// Int16 fPresMems - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Add(NetOffice.VisioApi.IVShape sheetObject, Int16 fPresMems) - { - Factory.ExecuteMethod(this, "Add", sheetObject, fPresMems); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape sheetObject - /// Int16 fPresMems - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Remove(NetOffice.VisioApi.IVShape sheetObject, Int16 fPresMems) - { - Factory.ExecuteMethod(this, "Remove", sheetObject, fPresMems); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 fDeleteShapes - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete(Int16 fDeleteShapes) - { - Factory.ExecuteMethod(this, "Delete", fDeleteShapes); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOLAYERS.cs b/Source/Visio/Interfaces/LPVISIOLAYERS.cs deleted file mode 100644 index 631b564665..0000000000 --- a/Source/Visio/Interfaces/LPVISIOLAYERS.cs +++ /dev/null @@ -1,335 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOLAYERS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOLAYERS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOLAYERS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOLAYERS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOLAYERS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOLAYERS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOLAYERS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOLAYERS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOLAYERS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOLAYERS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOLAYERS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage Page - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Page"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster Master - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Master"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVLayer this[object nameOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameOrIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVLayer get_ItemU(object nameOrIndex) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemU", NetOffice.VisioApi.IVLayer.LateBindingApiWrapperType, nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemU - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemU")] - public NetOffice.VisioApi.IVLayer ItemU(object nameOrIndex) - { - return get_ItemU(nameOrIndex); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string layerName - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVLayer Add(string layerName) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", layerName); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVLayer item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOMASTER.cs b/Source/Visio/Interfaces/LPVISIOMASTER.cs deleted file mode 100644 index f0718defa1..0000000000 --- a/Source/Visio/Interfaces/LPVISIOMASTER.cs +++ /dev/null @@ -1,1396 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOMASTER - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOMASTER : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOMASTER); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOMASTER(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOMASTER(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTER(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTER(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTER(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTER(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTER() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTER(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Prompt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Prompt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Prompt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AlignName - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "AlignName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AlignName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IconSize - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IconSize"); - } - set - { - Factory.ExecuteValuePropertySet(this, "IconSize", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IconUpdate - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IconUpdate"); - } - set - { - Factory.ExecuteValuePropertySet(this, "IconUpdate", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShapes Shapes - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shapes"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Index - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 OneD - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "OneD"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string UniqueID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "UniqueID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVLayers Layers - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Layers"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape PageSheet - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "PageSheet"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVConnects Connects - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Connects"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 ID16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ID16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVOLEObjects OLEObjects - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "OLEObjects"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PatternFlags - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PatternFlags"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PatternFlags", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 MatchByName - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "MatchByName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MatchByName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Hidden - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Hidden"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Hidden", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string BaseID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "BaseID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NewBaseID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NewBaseID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Double x - /// Double y - /// Int16 relation - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVSelection get_SpatialSearch(Double x, Double y, Int16 relation, Double tolerance, Int16 flags) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "SpatialSearch", NetOffice.VisioApi.IVSelection.LateBindingApiWrapperType, new object[]{ x, y, relation, tolerance, flags }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_SpatialSearch - /// - /// Double x - /// Double y - /// Int16 relation - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_SpatialSearch")] - public NetOffice.VisioApi.IVSelection SpatialSearch(Double x, Double y, Int16 relation, Double tolerance, Int16 flags) - { - return get_SpatialSearch(x, y, relation, tolerance, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NameU", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IndexInStencil - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IndexInStencil"); - } - set - { - Factory.ExecuteValuePropertySet(this, "IndexInStencil", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16), NativeResult] - public stdole.Picture Picture - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "Picture", paramsArray); - return returnItem as stdole.Picture; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16), NativeResult] - public stdole.Picture Icon - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "Icon", paramsArray); - return returnItem as stdole.Picture; - } - set - { - object[] paramsArray = Invoker.ValidateParamsArray(value); - Invoker.PropertySet(this, "Icon", paramsArray); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster EditCopy - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EditCopy"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster Original - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Original"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool IsChanged - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "IsChanged"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisMasterTypes Type - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "Type"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool DataGraphicHidden - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DataGraphicHidden"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DataGraphicHidden", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool DataGraphicHidesText - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DataGraphicHidesText"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DataGraphicHidesText", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool DataGraphicShowBorder - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DataGraphicShowBorder"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DataGraphicShowBorder", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisGraphicPositionHorizontal DataGraphicHorizontalPosition - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "DataGraphicHorizontalPosition"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "DataGraphicHorizontalPosition", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public NetOffice.VisioApi.Enums.VisGraphicPositionVertical DataGraphicVerticalPosition - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "DataGraphicVerticalPosition"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "DataGraphicVerticalPosition", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVGraphicItems GraphicItems - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "GraphicItems"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object objectToDrop - /// Double xPos - /// Double yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Drop(object objectToDrop, Double xPos, Double yPos) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Drop", objectToDrop, xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void CenterDrawing() - { - Factory.ExecuteMethod(this, "CenterDrawing"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xBegin - /// Double yBegin - /// Double xEnd - /// Double yEnd - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawLine(Double xBegin, Double yBegin, Double xEnd, Double yEnd) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawLine", xBegin, yBegin, xEnd, yEnd); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double x1 - /// Double y1 - /// Double x2 - /// Double y2 - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawRectangle(Double x1, Double y1, Double x2, Double y2) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawRectangle", x1, y1, x2, y2); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double x1 - /// Double y1 - /// Double x2 - /// Double y2 - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawOval(Double x1, Double y1, Double x2, Double y2) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawOval", x1, y1, x2, y2); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double[] xyArray - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawSpline(Double[] xyArray, Double tolerance, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)xyArray, tolerance, flags); - object returnItem = Invoker.MethodReturn(this, "DrawSpline", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double[] xyArray - /// Int16 degree - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawBezier(Double[] xyArray, Int16 degree, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)xyArray, degree, flags); - object returnItem = Invoker.MethodReturn(this, "DrawBezier", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double[] xyArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawPolyline(Double[] xyArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)xyArray, flags); - object returnItem = Invoker.MethodReturn(this, "DrawPolyline", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Import(string fileName) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Import", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Export(string fileName) - { - Factory.ExecuteMethod(this, "Export", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape InsertFromFile(string fileName, Int16 flags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "InsertFromFile", fileName, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string classOrProgID - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape InsertObject(string classOrProgID, Int16 flags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "InsertObject", classOrProgID, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow OpenDrawWindow() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "OpenDrawWindow"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow OpenIconWindow() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "OpenIconWindow"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster Open() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Open"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Close() - { - Factory.ExecuteMethod(this, "Close"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object[] objectsToInstance - /// Double[] xyArray - /// Int16[] iDArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 DropMany(object[] objectsToInstance, Double[] xyArray, out Int16[] iDArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,true); - iDArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)objectsToInstance, (object)xyArray, (object)iDArray); - object returnItem = Invoker.MethodReturn(this, "DropMany", paramsArray); - iDArray = (Int16[])paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sID_SRCStream - /// object[] formulaArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetFormulas(Int16[] sID_SRCStream, out object[] formulaArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - formulaArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sID_SRCStream, (object)formulaArray); - Invoker.Method(this, "GetFormulas", paramsArray, modifiers); - formulaArray = (object[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sID_SRCStream - /// Int16 flags - /// object[] unitsNamesOrCodes - /// object[] resultArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetResults(Int16[] sID_SRCStream, Int16 flags, object[] unitsNamesOrCodes, out object[] resultArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,false,true); - resultArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sID_SRCStream, flags, (object)unitsNamesOrCodes, (object)resultArray); - Invoker.Method(this, "GetResults", paramsArray, modifiers); - resultArray = (object[])paramsArray[3]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sID_SRCStream - /// object[] formulaArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SetFormulas(Int16[] sID_SRCStream, object[] formulaArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)sID_SRCStream, (object)formulaArray, flags); - object returnItem = Invoker.MethodReturn(this, "SetFormulas", paramsArray); - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sID_SRCStream - /// object[] unitsNamesOrCodes - /// object[] resultArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SetResults(Int16[] sID_SRCStream, object[] unitsNamesOrCodes, object[] resultArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)sID_SRCStream, (object)unitsNamesOrCodes, (object)resultArray, flags); - object returnItem = Invoker.MethodReturn(this, "SetResults", paramsArray); - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ImportIcon(string fileName) - { - Factory.ExecuteMethod(this, "ImportIcon", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// Int16 flags - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ExportIconTransparentAsBlack(string fileName, Int16 flags) - { - Factory.ExecuteMethod(this, "ExportIconTransparentAsBlack", fileName, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Layout() - { - Factory.ExecuteMethod(this, "Layout"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 flags - /// Double lpr8Left - /// Double lpr8Bottom - /// Double lpr8Right - /// Double lpr8Top - [SupportByVersion("Visio", 11,12,14,15,16)] - public void BoundingBox(Int16 flags, out Double lpr8Left, out Double lpr8Bottom, out Double lpr8Right, out Double lpr8Top) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true,true,true); - lpr8Left = 0; - lpr8Bottom = 0; - lpr8Right = 0; - lpr8Top = 0; - object[] paramsArray = Invoker.ValidateParamsArray(flags, lpr8Left, lpr8Bottom, lpr8Right, lpr8Top); - Invoker.Method(this, "BoundingBox", paramsArray, modifiers); - lpr8Left = (Double)paramsArray[1]; - lpr8Bottom = (Double)paramsArray[2]; - lpr8Right = (Double)paramsArray[3]; - lpr8Top = (Double)paramsArray[4]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMasterShortcut CreateShortcut() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "CreateShortcut"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object[] objectsToInstance - /// Double[] xyArray - /// Int16[] iDArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 DropManyU(object[] objectsToInstance, Double[] xyArray, out Int16[] iDArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,true); - iDArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)objectsToInstance, (object)xyArray, (object)iDArray); - object returnItem = Invoker.MethodReturn(this, "DropManyU", paramsArray); - iDArray = (Int16[])paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sID_SRCStream - /// object[] formulaArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetFormulasU(Int16[] sID_SRCStream, out object[] formulaArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - formulaArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sID_SRCStream, (object)formulaArray); - Invoker.Method(this, "GetFormulasU", paramsArray, modifiers); - formulaArray = (object[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 degree - /// Int16 flags - /// Double[] xyArray - /// Double[] knots - /// optional object weights - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawNURBS(Int16 degree, Int16 flags, Double[] xyArray, Double[] knots, object weights) - { - object[] paramsArray = Invoker.ValidateParamsArray(degree, flags, (object)xyArray, (object)knots, weights); - object returnItem = Invoker.MethodReturn(this, "DrawNURBS", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 degree - /// Int16 flags - /// Double[] xyArray - /// Double[] knots - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawNURBS(Int16 degree, Int16 flags, Double[] xyArray, Double[] knots) - { - object[] paramsArray = Invoker.ValidateParamsArray(degree, flags, (object)xyArray, (object)knots); - object returnItem = Invoker.MethodReturn(this, "DrawNURBS", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// Int16 flags - /// optional object transparentRGB - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ExportIcon(string fileName, Int16 flags, object transparentRGB) - { - Factory.ExecuteMethod(this, "ExportIcon", fileName, flags, transparentRGB); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// Int16 flags - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ExportIcon(string fileName, Int16 flags) - { - Factory.ExecuteMethod(this, "ExportIcon", fileName, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ResizeToFitContents() - { - Factory.ExecuteMethod(this, "ResizeToFitContents"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste(object flags) - { - Factory.ExecuteMethod(this, "Paste", flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste() - { - Factory.ExecuteMethod(this, "Paste"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 format - /// optional object link - /// optional object displayAsIcon - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PasteSpecial(Int32 format, object link, object displayAsIcon) - { - Factory.ExecuteMethod(this, "PasteSpecial", format, link, displayAsIcon); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 format - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PasteSpecial(Int32 format) - { - Factory.ExecuteMethod(this, "PasteSpecial", format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 format - /// optional object link - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PasteSpecial(Int32 format, object link) - { - Factory.ExecuteMethod(this, "PasteSpecial", format, link); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisSelectionTypes selType - /// optional NetOffice.VisioApi.Enums.VisSelectMode IterationMode = 256 - /// optional object data - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection CreateSelection(NetOffice.VisioApi.Enums.VisSelectionTypes selType, object iterationMode, object data) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "CreateSelection", selType, iterationMode, data); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisSelectionTypes selType - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVSelection CreateSelection(NetOffice.VisioApi.Enums.VisSelectionTypes selType) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "CreateSelection", selType); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisSelectionTypes selType - /// optional NetOffice.VisioApi.Enums.VisSelectMode IterationMode = 256 - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVSelection CreateSelection(NetOffice.VisioApi.Enums.VisSelectionTypes selType, object iterationMode) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "CreateSelection", selType, iterationMode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 type - /// Double xPos - /// Double yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape AddGuide(Int16 type, Double xPos, Double yPos) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddGuide", type, xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xBegin - /// Double yBegin - /// Double xEnd - /// Double yEnd - /// Double xControl - /// Double yControl - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawArcByThreePoints(Double xBegin, Double yBegin, Double xEnd, Double yEnd, Double xControl, Double yControl) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawArcByThreePoints", new object[]{ xBegin, yBegin, xEnd, yEnd, xControl, yControl }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xBegin - /// Double yBegin - /// Double xEnd - /// Double yEnd - /// NetOffice.VisioApi.Enums.VisArcSweepFlags sweepFlag - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawQuarterArc(Double xBegin, Double yBegin, Double xEnd, Double yEnd, NetOffice.VisioApi.Enums.VisArcSweepFlags sweepFlag) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawQuarterArc", new object[]{ xBegin, yBegin, xEnd, yEnd, sweepFlag }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xCenter - /// Double yCenter - /// Double radius - /// optional Double StartAngle = 0 - /// optional Double EndAngle = 3.1415927410125732 - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawCircularArc(Double xCenter, Double yCenter, Double radius, object startAngle, object endAngle) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawCircularArc", new object[]{ xCenter, yCenter, radius, startAngle, endAngle }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xCenter - /// Double yCenter - /// Double radius - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawCircularArc(Double xCenter, Double yCenter, Double radius) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawCircularArc", xCenter, yCenter, radius); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xCenter - /// Double yCenter - /// Double radius - /// optional Double StartAngle = 0 - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawCircularArc(Double xCenter, Double yCenter, Double radius, object startAngle) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawCircularArc", xCenter, yCenter, radius, startAngle); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 12,14,15,16)] - public void DataGraphicDelete() - { - Factory.ExecuteMethod(this, "DataGraphicDelete"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// Double xPos - /// Double yPos - /// Int32 flags - [SupportByVersion("Visio", 14,15,16)] - public void PasteToLocation(Double xPos, Double yPos, Int32 flags) - { - Factory.ExecuteMethod(this, "PasteToLocation", xPos, yPos, flags); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOMASTERS.cs b/Source/Visio/Interfaces/LPVISIOMASTERS.cs deleted file mode 100644 index 97b6e4d5f0..0000000000 --- a/Source/Visio/Interfaces/LPVISIOMASTERS.cs +++ /dev/null @@ -1,402 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOMASTERS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOMASTERS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOMASTERS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOMASTERS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOMASTERS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTERS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTERS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTERS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTERS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTERS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTERS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameUIDOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVMaster this[object nameUIDOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameUIDOrIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameUIDOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVMaster get_ItemU(object nameUIDOrIndex) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemU", NetOffice.VisioApi.IVMaster.LateBindingApiWrapperType, nameUIDOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemU - /// - /// object nameUIDOrIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemU")] - public NetOffice.VisioApi.IVMaster ItemU(object nameUIDOrIndex) - { - return get_ItemU(nameUIDOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 nID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVMaster get_ItemFromID(Int32 nID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVMaster.LateBindingApiWrapperType, nID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 nID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVMaster ItemFromID(Int32 nID) - { - return get_ItemFromID(nID); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] localeSpecificNameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetNames(out String[] localeSpecificNameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - localeSpecificNameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)localeSpecificNameArray); - Invoker.Method(this, "GetNames", paramsArray, modifiers); - localeSpecificNameArray = (String[])paramsArray[0]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object objectToDrop - /// Int16 xPos - /// Int16 yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster Drop(object objectToDrop, Int16 xPos, Int16 yPos) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Drop", objectToDrop, xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] localeIndependentNameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetNamesU(out String[] localeIndependentNameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - localeIndependentNameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)localeIndependentNameArray); - Invoker.Method(this, "GetNamesU", paramsArray, modifiers); - localeIndependentNameArray = (String[])paramsArray[0]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste(object flags) - { - Factory.ExecuteMethod(this, "Paste", flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste() - { - Factory.ExecuteMethod(this, "Paste"); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisMasterTypes type - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster AddEx(NetOffice.VisioApi.Enums.VisMasterTypes type) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddEx", type); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVMaster item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOMASTERSHORTCUT.cs b/Source/Visio/Interfaces/LPVISIOMASTERSHORTCUT.cs deleted file mode 100644 index d13b49e41c..0000000000 --- a/Source/Visio/Interfaces/LPVISIOMASTERSHORTCUT.cs +++ /dev/null @@ -1,459 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOMASTERSHORTCUT - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOMASTERSHORTCUT : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOMASTERSHORTCUT); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOMASTERSHORTCUT(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOMASTERSHORTCUT(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTERSHORTCUT(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTERSHORTCUT(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTERSHORTCUT(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTERSHORTCUT(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTERSHORTCUT() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTERSHORTCUT(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Index - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Prompt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Prompt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Prompt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AlignName - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "AlignName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AlignName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IconSize - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IconSize"); - } - set - { - Factory.ExecuteValuePropertySet(this, "IconSize", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string TargetDocumentName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TargetDocumentName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TargetDocumentName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string TargetMasterName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TargetMasterName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TargetMasterName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string TargetBaseID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TargetBaseID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TargetBaseID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string DropActions - { - get - { - return Factory.ExecuteStringPropertyGet(this, "DropActions"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DropActions", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ShapeHelp - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ShapeHelp"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShapeHelp", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NameU", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IndexInStencil - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IndexInStencil"); - } - set - { - Factory.ExecuteValuePropertySet(this, "IndexInStencil", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16), NativeResult] - public stdole.Picture Icon - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "Icon", paramsArray); - return returnItem as stdole.Picture; - } - set - { - object[] paramsArray = Invoker.ValidateParamsArray(value); - Invoker.PropertySet(this, "Icon", paramsArray); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ImportIcon(string fileName) - { - Factory.ExecuteMethod(this, "ImportIcon", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// Int16 flags - /// optional object transparentRGB - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ExportIcon(string fileName, Int16 flags, object transparentRGB) - { - Factory.ExecuteMethod(this, "ExportIcon", fileName, flags, transparentRGB); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// Int16 flags - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ExportIcon(string fileName, Int16 flags) - { - Factory.ExecuteMethod(this, "ExportIcon", fileName, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow OpenIconWindow() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "OpenIconWindow"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOMASTERSHORTCUTS.cs b/Source/Visio/Interfaces/LPVISIOMASTERSHORTCUTS.cs deleted file mode 100644 index 44e0aa0712..0000000000 --- a/Source/Visio/Interfaces/LPVISIOMASTERSHORTCUTS.cs +++ /dev/null @@ -1,354 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOMASTERSHORTCUTS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOMASTERSHORTCUTS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOMASTERSHORTCUTS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOMASTERSHORTCUTS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOMASTERSHORTCUTS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTERSHORTCUTS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTERSHORTCUTS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTERSHORTCUTS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTERSHORTCUTS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTERSHORTCUTS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMASTERSHORTCUTS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVMasterShortcut this[object nameOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameOrIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVMasterShortcut get_ItemU(object nameOrIndex) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemU", NetOffice.VisioApi.IVMasterShortcut.LateBindingApiWrapperType, nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemU - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemU")] - public NetOffice.VisioApi.IVMasterShortcut ItemU(object nameOrIndex) - { - return get_ItemU(nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 nID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVMasterShortcut get_ItemFromID(Int32 nID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVMasterShortcut.LateBindingApiWrapperType, nID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 nID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVMasterShortcut ItemFromID(Int32 nID) - { - return get_ItemFromID(nID); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] localeSpecificNameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetNames(out String[] localeSpecificNameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - localeSpecificNameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)localeSpecificNameArray); - Invoker.Method(this, "GetNames", paramsArray, modifiers); - localeSpecificNameArray = (String[])paramsArray[0]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object objectToDrop - /// Int16 xPos - /// Int16 yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMasterShortcut Drop(object objectToDrop, Int16 xPos, Int16 yPos) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Drop", objectToDrop, xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] localeIndependentNameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetNamesU(out String[] localeIndependentNameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - localeIndependentNameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)localeIndependentNameArray); - Invoker.Method(this, "GetNamesU", paramsArray, modifiers); - localeIndependentNameArray = (String[])paramsArray[0]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste(object flags) - { - Factory.ExecuteMethod(this, "Paste", flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste() - { - Factory.ExecuteMethod(this, "Paste"); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVMasterShortcut item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOMENU.cs b/Source/Visio/Interfaces/LPVISIOMENU.cs deleted file mode 100644 index 2d2cd5c40d..0000000000 --- a/Source/Visio/Interfaces/LPVISIOMENU.cs +++ /dev/null @@ -1,612 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOMENU - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOMENU : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOMENU); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOMENU(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOMENU(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENU(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENU(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENU(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENU(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENU() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENU(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string Default - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Default"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Caption - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Caption"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Caption", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Index - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 MDIWindowMenu - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "MDIWindowMenu"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MDIWindowMenu", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenuItems MenuItems - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "MenuItems"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenus Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 CmdNum - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CmdNum"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CmdNum", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 HelpContextID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "HelpContextID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HelpContextID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 IsSeparator - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsSeparator"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IsHierarchical - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsHierarchical"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 CntrlType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CntrlType"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CntrlType", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 CntrlID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CntrlID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CntrlID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 TypeSpecific1 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "TypeSpecific1"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TypeSpecific1", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Priority - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Priority"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Priority", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Spacing - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Spacing"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Spacing", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 TypeSpecific2 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "TypeSpecific2"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TypeSpecific2", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ActionText - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ActionText"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ActionText", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string MiniHelp - { - get - { - return Factory.ExecuteStringPropertyGet(this, "MiniHelp"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MiniHelp", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AddOnName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AddOnName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AddOnName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AddOnArgs - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AddOnArgs"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AddOnArgs", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string HelpFile - { - get - { - return Factory.ExecuteStringPropertyGet(this, "HelpFile"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HelpFile", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool BuiltIn - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "BuiltIn"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Enabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Enabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Enabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 FaceID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "FaceID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FaceID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 State - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "State"); - } - set - { - Factory.ExecuteValuePropertySet(this, "State", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Style - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Style"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Style", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Visible - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Visible"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Visible", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Width - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Width"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Width", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PaletteWidth - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PaletteWidth"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PaletteWidth", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string iconFileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void IconFileName(string iconFileName) - { - Factory.ExecuteMethod(this, "IconFileName", iconFileName); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOMENUITEM.cs b/Source/Visio/Interfaces/LPVISIOMENUITEM.cs deleted file mode 100644 index 8380c65d4e..0000000000 --- a/Source/Visio/Interfaces/LPVISIOMENUITEM.cs +++ /dev/null @@ -1,612 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOMENUITEM - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOMENUITEM : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOMENUITEM); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOMENUITEM(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOMENUITEM(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUITEM(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUITEM(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUITEM(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUITEM(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUITEM() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUITEM(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string Default - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Default"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Index - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenuItems MenuItems - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "MenuItems"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenuItems Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 CmdNum - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CmdNum"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CmdNum", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 HelpContextID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "HelpContextID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HelpContextID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 IsSeparator - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsSeparator"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IsHierarchical - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsHierarchical"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Caption - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Caption"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Caption", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ActionText - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ActionText"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ActionText", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string MiniHelp - { - get - { - return Factory.ExecuteStringPropertyGet(this, "MiniHelp"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MiniHelp", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AddOnName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AddOnName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AddOnName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AddOnArgs - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AddOnArgs"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AddOnArgs", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string HelpFile - { - get - { - return Factory.ExecuteStringPropertyGet(this, "HelpFile"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HelpFile", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 CntrlType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CntrlType"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CntrlType", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 CntrlID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CntrlID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CntrlID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 TypeSpecific1 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "TypeSpecific1"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TypeSpecific1", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Priority - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Priority"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Priority", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Spacing - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Spacing"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Spacing", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 TypeSpecific2 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "TypeSpecific2"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TypeSpecific2", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool BuiltIn - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "BuiltIn"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Enabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Enabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Enabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 FaceID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "FaceID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FaceID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 State - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "State"); - } - set - { - Factory.ExecuteValuePropertySet(this, "State", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Style - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Style"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Style", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Visible - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Visible"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Visible", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Width - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Width"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Width", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PaletteWidth - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PaletteWidth"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PaletteWidth", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool BeginGroup - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "BeginGroup"); - } - set - { - Factory.ExecuteValuePropertySet(this, "BeginGroup", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string iconFileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void IconFileName(string iconFileName) - { - Factory.ExecuteMethod(this, "IconFileName", iconFileName); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOMENUITEMS.cs b/Source/Visio/Interfaces/LPVISIOMENUITEMS.cs deleted file mode 100644 index 34c38a9d4b..0000000000 --- a/Source/Visio/Interfaces/LPVISIOMENUITEMS.cs +++ /dev/null @@ -1,241 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOMENUITEMS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOMENUITEMS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOMENUITEMS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOMENUITEMS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOMENUITEMS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUITEMS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUITEMS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUITEMS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUITEMS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUITEMS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUITEMS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVMenuItem this[Int32 lIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", lIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenu Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenuItem ParentItem - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ParentItem"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenuItem Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenuItem AddAt(Int32 lIndex) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddAt", lIndex); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVMenuItem item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOMENUS.cs b/Source/Visio/Interfaces/LPVISIOMENUS.cs deleted file mode 100644 index bbf5046130..0000000000 --- a/Source/Visio/Interfaces/LPVISIOMENUS.cs +++ /dev/null @@ -1,227 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOMENUS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOMENUS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOMENUS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOMENUS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOMENUS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVMenu this[Int32 lIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", lIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenuSet Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenu Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenu AddAt(Int32 lIndex) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddAt", lIndex); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVMenu item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOMENUSET.cs b/Source/Visio/Interfaces/LPVISIOMENUSET.cs deleted file mode 100644 index 02713e8180..0000000000 --- a/Source/Visio/Interfaces/LPVISIOMENUSET.cs +++ /dev/null @@ -1,365 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOMENUSET - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOMENUSET : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOMENUSET); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOMENUSET(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOMENUSET(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUSET(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUSET(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUSET(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUSET(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUSET() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUSET(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string Default - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Default"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Caption - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Caption"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Caption", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SetID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SetID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenus Menus - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Menus"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenuSets Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool BuiltIn - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "BuiltIn"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Enabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Enabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Enabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Height - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Height"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Height", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Left - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Left"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Left", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Position - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Position"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Position", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Protection - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Protection"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Protection", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 RowIndex - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "RowIndex"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RowIndex", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Top - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Top"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Top", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Visible - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Visible"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Visible", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Width - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Width"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Width", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOMENUSETS.cs b/Source/Visio/Interfaces/LPVISIOMENUSETS.cs deleted file mode 100644 index 7f959b4dc9..0000000000 --- a/Source/Visio/Interfaces/LPVISIOMENUSETS.cs +++ /dev/null @@ -1,250 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOMENUSETS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOMENUSETS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOMENUSETS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOMENUSETS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOMENUSETS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUSETS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUSETS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUSETS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUSETS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUSETS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMENUSETS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVMenuSet this[Int32 lIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", lIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVMenuSet get_ItemAtID(Int32 lID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemAtID", NetOffice.VisioApi.IVMenuSet.LateBindingApiWrapperType, lID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemAtID - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemAtID")] - public NetOffice.VisioApi.IVMenuSet ItemAtID(Int32 lID) - { - return get_ItemAtID(lID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVUIObject Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenuSet Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenuSet AddAtID(Int32 lID) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddAtID", lID); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVMenuSet item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOMOVEDSELECTIONEVENT.cs b/Source/Visio/Interfaces/LPVISIOMOVEDSELECTIONEVENT.cs deleted file mode 100644 index 329ea450dc..0000000000 --- a/Source/Visio/Interfaces/LPVISIOMOVEDSELECTIONEVENT.cs +++ /dev/null @@ -1,200 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOMOVEDSELECTIONEVENT - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOMOVEDSELECTIONEVENT : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOMOVEDSELECTIONEVENT); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOMOVEDSELECTIONEVENT(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOMOVEDSELECTIONEVENT(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMOVEDSELECTIONEVENT(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMOVEDSELECTIONEVENT(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMOVEDSELECTIONEVENT(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMOVEDSELECTIONEVENT(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMOVEDSELECTIONEVENT() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMOVEDSELECTIONEVENT(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape ReplacementShape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ReplacementShape"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection SelectionSource - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "SelectionSource"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection SelectionTarget - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "SelectionTarget"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOMSGWRAP.cs b/Source/Visio/Interfaces/LPVISIOMSGWRAP.cs deleted file mode 100644 index 71ae6be82c..0000000000 --- a/Source/Visio/Interfaces/LPVISIOMSGWRAP.cs +++ /dev/null @@ -1,264 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOMSGWRAP - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOMSGWRAP : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOMSGWRAP); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOMSGWRAP(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOMSGWRAP(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMSGWRAP(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMSGWRAP(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMSGWRAP(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMSGWRAP(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMSGWRAP() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOMSGWRAP(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 hwnd - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "hwnd"); - } - set - { - Factory.ExecuteValuePropertySet(this, "hwnd", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 message - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "message"); - } - set - { - Factory.ExecuteValuePropertySet(this, "message", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 wParam - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "wParam"); - } - set - { - Factory.ExecuteValuePropertySet(this, "wParam", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 lParam - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "lParam"); - } - set - { - Factory.ExecuteValuePropertySet(this, "lParam", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 posttime - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "posttime"); - } - set - { - Factory.ExecuteValuePropertySet(this, "posttime", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ptx - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ptx"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ptx", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 pty - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "pty"); - } - set - { - Factory.ExecuteValuePropertySet(this, "pty", value); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOOBJECT.cs b/Source/Visio/Interfaces/LPVISIOOBJECT.cs deleted file mode 100644 index 1c125f040e..0000000000 --- a/Source/Visio/Interfaces/LPVISIOOBJECT.cs +++ /dev/null @@ -1,225 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOOBJECT - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOOBJECT : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOOBJECT); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOOBJECT(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOOBJECT(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOOBJECT(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOOBJECT(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOOBJECT(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOOBJECT(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOOBJECT() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOOBJECT(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Shape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ClassID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ClassID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ProgID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ProgID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ForeignType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ForeignType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object Object - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "Object"); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOOBJECTS.cs b/Source/Visio/Interfaces/LPVISIOOBJECTS.cs deleted file mode 100644 index db0978f61d..0000000000 --- a/Source/Visio/Interfaces/LPVISIOOBJECTS.cs +++ /dev/null @@ -1,246 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOOBJECTS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOOBJECTS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOOBJECTS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOOBJECTS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOOBJECTS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOOBJECTS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOOBJECTS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOOBJECTS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOOBJECTS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOOBJECTS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOOBJECTS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVOLEObject this[object nameOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameOrIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Count16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - #endregion - - #region Methods - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVOLEObject item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOPAGE.cs b/Source/Visio/Interfaces/LPVISIOPAGE.cs deleted file mode 100644 index 5954dfdc77..0000000000 --- a/Source/Visio/Interfaces/LPVISIOPAGE.cs +++ /dev/null @@ -1,1659 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOPAGE - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOPAGE : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOPAGE); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOPAGE(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOPAGE(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPAGE(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPAGE(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPAGE(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPAGE(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPAGE() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPAGE(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Background - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Background"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Background", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Index - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Index", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShapes Shapes - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shapes"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVPage BackPageAsObj - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "BackPageAsObj"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string BackPageFromName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "BackPageFromName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "BackPageFromName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVLayers Layers - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Layers"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape PageSheet - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "PageSheet"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVConnects Connects - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Connects"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public object BackPage - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "BackPage"); - } - set - { - Factory.ExecuteVariantPropertySet(this, "BackPage", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 ID16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ID16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVOLEObjects OLEObjects - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "OLEObjects"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Double x - /// Double y - /// Int16 relation - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVSelection get_SpatialSearch(Double x, Double y, Int16 relation, Double tolerance, Int16 flags) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "SpatialSearch", NetOffice.VisioApi.IVSelection.LateBindingApiWrapperType, new object[]{ x, y, relation, tolerance, flags }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_SpatialSearch - /// - /// Double x - /// Double y - /// Int16 relation - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_SpatialSearch")] - public NetOffice.VisioApi.IVSelection SpatialSearch(Double x, Double y, Int16 relation, Double tolerance, Int16 flags) - { - return get_SpatialSearch(x, y, relation, tolerance, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NameU", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16), NativeResult] - public stdole.Picture Picture - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "Picture", paramsArray); - return returnItem as stdole.Picture; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 PrintTileCount - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "PrintTileCount"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisPageTypes Type - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "Type"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ReviewerID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ReviewerID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage OriginalPage - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "OriginalPage"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public object ThemeColors - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "ThemeColors"); - } - set - { - Factory.ExecuteVariantPropertySet(this, "ThemeColors", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public object ThemeEffects - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "ThemeEffects"); - } - set - { - Factory.ExecuteVariantPropertySet(this, "ThemeEffects", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool LayoutRoutePassive - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "LayoutRoutePassive"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LayoutRoutePassive", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool AutoSize - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "AutoSize"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AutoSize", value); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVComments Comments - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Comments"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVComments ShapeComments - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ShapeComments"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void old_Paste() - { - Factory.ExecuteMethod(this, "old_Paste"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 format - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void old_PasteSpecial(Int16 format) - { - Factory.ExecuteMethod(this, "old_PasteSpecial", format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xBegin - /// Double yBegin - /// Double xEnd - /// Double yEnd - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawLine(Double xBegin, Double yBegin, Double xEnd, Double yEnd) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawLine", xBegin, yBegin, xEnd, yEnd); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double x1 - /// Double y1 - /// Double x2 - /// Double y2 - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawRectangle(Double x1, Double y1, Double x2, Double y2) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawRectangle", x1, y1, x2, y2); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double x1 - /// Double y1 - /// Double x2 - /// Double y2 - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawOval(Double x1, Double y1, Double x2, Double y2) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawOval", x1, y1, x2, y2); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object objectToDrop - /// Double xPos - /// Double yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Drop(object objectToDrop, Double xPos, Double yPos) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Drop", objectToDrop, xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 type - /// Double xPos - /// Double yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape AddGuide(Int16 type, Double xPos, Double yPos) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddGuide", type, xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Print() - { - Factory.ExecuteMethod(this, "Print"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Import(string fileName) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Import", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Export(string fileName) - { - Factory.ExecuteMethod(this, "Export", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 fRenumberPages - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete(Int16 fRenumberPages) - { - Factory.ExecuteMethod(this, "Delete", fRenumberPages); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void CenterDrawing() - { - Factory.ExecuteMethod(this, "CenterDrawing"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double[] xyArray - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawSpline(Double[] xyArray, Double tolerance, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)xyArray, tolerance, flags); - object returnItem = Invoker.MethodReturn(this, "DrawSpline", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double[] xyArray - /// Int16 degree - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawBezier(Double[] xyArray, Int16 degree, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)xyArray, degree, flags); - object returnItem = Invoker.MethodReturn(this, "DrawBezier", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double[] xyArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawPolyline(Double[] xyArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)xyArray, flags); - object returnItem = Invoker.MethodReturn(this, "DrawPolyline", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape InsertFromFile(string fileName, Int16 flags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "InsertFromFile", fileName, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string classOrProgID - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape InsertObject(string classOrProgID, Int16 flags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "InsertObject", classOrProgID, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow OpenDrawWindow() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "OpenDrawWindow"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object[] objectsToInstance - /// Double[] xyArray - /// Int16[] iDArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 DropMany(object[] objectsToInstance, Double[] xyArray, out Int16[] iDArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,true); - iDArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)objectsToInstance, (object)xyArray, (object)iDArray); - object returnItem = Invoker.MethodReturn(this, "DropMany", paramsArray); - iDArray = (Int16[])paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sID_SRCStream - /// object[] formulaArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetFormulas(Int16[] sID_SRCStream, out object[] formulaArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - formulaArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sID_SRCStream, (object)formulaArray); - Invoker.Method(this, "GetFormulas", paramsArray, modifiers); - formulaArray = (object[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sID_SRCStream - /// Int16 flags - /// object[] unitsNamesOrCodes - /// object[] resultArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetResults(Int16[] sID_SRCStream, Int16 flags, object[] unitsNamesOrCodes, out object[] resultArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,false,true); - resultArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sID_SRCStream, flags, (object)unitsNamesOrCodes, (object)resultArray); - Invoker.Method(this, "GetResults", paramsArray, modifiers); - resultArray = (object[])paramsArray[3]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sID_SRCStream - /// object[] formulaArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SetFormulas(Int16[] sID_SRCStream, object[] formulaArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)sID_SRCStream, (object)formulaArray, flags); - object returnItem = Invoker.MethodReturn(this, "SetFormulas", paramsArray); - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sID_SRCStream - /// object[] unitsNamesOrCodes - /// object[] resultArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SetResults(Int16[] sID_SRCStream, object[] unitsNamesOrCodes, object[] resultArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)sID_SRCStream, (object)unitsNamesOrCodes, (object)resultArray, flags); - object returnItem = Invoker.MethodReturn(this, "SetResults", paramsArray); - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Layout() - { - Factory.ExecuteMethod(this, "Layout"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 flags - /// Double lpr8Left - /// Double lpr8Bottom - /// Double lpr8Right - /// Double lpr8Top - [SupportByVersion("Visio", 11,12,14,15,16)] - public void BoundingBox(Int16 flags, out Double lpr8Left, out Double lpr8Bottom, out Double lpr8Right, out Double lpr8Top) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true,true,true); - lpr8Left = 0; - lpr8Bottom = 0; - lpr8Right = 0; - lpr8Top = 0; - object[] paramsArray = Invoker.ValidateParamsArray(flags, lpr8Left, lpr8Bottom, lpr8Right, lpr8Top); - Invoker.Method(this, "BoundingBox", paramsArray, modifiers); - lpr8Left = (Double)paramsArray[1]; - lpr8Bottom = (Double)paramsArray[2]; - lpr8Right = (Double)paramsArray[3]; - lpr8Top = (Double)paramsArray[4]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object[] objectsToInstance - /// Double[] xyArray - /// Int16[] iDArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 DropManyU(object[] objectsToInstance, Double[] xyArray, out Int16[] iDArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,true); - iDArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)objectsToInstance, (object)xyArray, (object)iDArray); - object returnItem = Invoker.MethodReturn(this, "DropManyU", paramsArray); - iDArray = (Int16[])paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sID_SRCStream - /// object[] formulaArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetFormulasU(Int16[] sID_SRCStream, out object[] formulaArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - formulaArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sID_SRCStream, (object)formulaArray); - Invoker.Method(this, "GetFormulasU", paramsArray, modifiers); - formulaArray = (object[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 degree - /// Int16 flags - /// Double[] xyArray - /// Double[] knots - /// optional object weights - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawNURBS(Int16 degree, Int16 flags, Double[] xyArray, Double[] knots, object weights) - { - object[] paramsArray = Invoker.ValidateParamsArray(degree, flags, (object)xyArray, (object)knots, weights); - object returnItem = Invoker.MethodReturn(this, "DrawNURBS", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 degree - /// Int16 flags - /// Double[] xyArray - /// Double[] knots - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawNURBS(Int16 degree, Int16 flags, Double[] xyArray, Double[] knots) - { - object[] paramsArray = Invoker.ValidateParamsArray(degree, flags, (object)xyArray, (object)knots); - object returnItem = Invoker.MethodReturn(this, "DrawNURBS", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 nTile - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PrintTile(Int32 nTile) - { - Factory.ExecuteMethod(this, "PrintTile", nTile); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ResizeToFitContents() - { - Factory.ExecuteMethod(this, "ResizeToFitContents"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste(object flags) - { - Factory.ExecuteMethod(this, "Paste", flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste() - { - Factory.ExecuteMethod(this, "Paste"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 format - /// optional object link - /// optional object displayAsIcon - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PasteSpecial(Int32 format, object link, object displayAsIcon) - { - Factory.ExecuteMethod(this, "PasteSpecial", format, link, displayAsIcon); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 format - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PasteSpecial(Int32 format) - { - Factory.ExecuteMethod(this, "PasteSpecial", format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 format - /// optional object link - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PasteSpecial(Int32 format, object link) - { - Factory.ExecuteMethod(this, "PasteSpecial", format, link); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisSelectionTypes selType - /// optional NetOffice.VisioApi.Enums.VisSelectMode IterationMode = 256 - /// optional object data - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection CreateSelection(NetOffice.VisioApi.Enums.VisSelectionTypes selType, object iterationMode, object data) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "CreateSelection", selType, iterationMode, data); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisSelectionTypes selType - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVSelection CreateSelection(NetOffice.VisioApi.Enums.VisSelectionTypes selType) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "CreateSelection", selType); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisSelectionTypes selType - /// optional NetOffice.VisioApi.Enums.VisSelectMode IterationMode = 256 - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVSelection CreateSelection(NetOffice.VisioApi.Enums.VisSelectionTypes selType, object iterationMode) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "CreateSelection", selType, iterationMode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xBegin - /// Double yBegin - /// Double xEnd - /// Double yEnd - /// Double xControl - /// Double yControl - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawArcByThreePoints(Double xBegin, Double yBegin, Double xEnd, Double yEnd, Double xControl, Double yControl) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawArcByThreePoints", new object[]{ xBegin, yBegin, xEnd, yEnd, xControl, yControl }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xBegin - /// Double yBegin - /// Double xEnd - /// Double yEnd - /// NetOffice.VisioApi.Enums.VisArcSweepFlags sweepFlag - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawQuarterArc(Double xBegin, Double yBegin, Double xEnd, Double yEnd, NetOffice.VisioApi.Enums.VisArcSweepFlags sweepFlag) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawQuarterArc", new object[]{ xBegin, yBegin, xEnd, yEnd, sweepFlag }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xCenter - /// Double yCenter - /// Double radius - /// optional Double StartAngle = 0 - /// optional Double EndAngle = 3.1415927410125732 - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawCircularArc(Double xCenter, Double yCenter, Double radius, object startAngle, object endAngle) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawCircularArc", new object[]{ xCenter, yCenter, radius, startAngle, endAngle }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xCenter - /// Double yCenter - /// Double radius - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawCircularArc(Double xCenter, Double yCenter, Double radius) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawCircularArc", xCenter, yCenter, radius); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xCenter - /// Double yCenter - /// Double radius - /// optional Double StartAngle = 0 - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawCircularArc(Double xCenter, Double yCenter, Double radius, object startAngle) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawCircularArc", xCenter, yCenter, radius, startAngle); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// Int32[] shapeIDs - [SupportByVersion("Visio", 12,14,15,16)] - public void GetShapesLinkedToData(Int32 dataRecordsetID, out Int32[] shapeIDs) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - shapeIDs = null; - object[] paramsArray = Invoker.ValidateParamsArray(dataRecordsetID, (object)shapeIDs); - Invoker.Method(this, "GetShapesLinkedToData", paramsArray, modifiers); - shapeIDs = (Int32[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// Int32 dataRowID - /// Int32[] shapeIDs - [SupportByVersion("Visio", 12,14,15,16)] - public void GetShapesLinkedToDataRow(Int32 dataRecordsetID, Int32 dataRowID, out Int32[] shapeIDs) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,true); - shapeIDs = null; - object[] paramsArray = Invoker.ValidateParamsArray(dataRecordsetID, dataRowID, (object)shapeIDs); - Invoker.Method(this, "GetShapesLinkedToDataRow", paramsArray, modifiers); - shapeIDs = (Int32[])paramsArray[2]; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// Int32[] dataRowIDs - /// Int32[] shapeIDs - /// optional bool ApplyDataGraphicAfterLink = true - [SupportByVersion("Visio", 12,14,15,16)] - public void LinkShapesToDataRows(Int32 dataRecordsetID, Int32[] dataRowIDs, Int32[] shapeIDs, object applyDataGraphicAfterLink) - { - object[] paramsArray = Invoker.ValidateParamsArray(dataRecordsetID, (object)dataRowIDs, (object)shapeIDs, applyDataGraphicAfterLink); - Invoker.Method(this, "LinkShapesToDataRows", paramsArray); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// Int32[] dataRowIDs - /// Int32[] shapeIDs - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void LinkShapesToDataRows(Int32 dataRecordsetID, Int32[] dataRowIDs, Int32[] shapeIDs) - { - object[] paramsArray = Invoker.ValidateParamsArray(dataRecordsetID, (object)dataRowIDs, (object)shapeIDs); - Invoker.Method(this, "LinkShapesToDataRows", paramsArray); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32[] shapeIDs - /// NetOffice.VisioApi.Enums.VisUniqueIDArgs uniqueIDArgs - /// String[] gUIDs - [SupportByVersion("Visio", 12,14,15,16)] - public void ShapeIDsToUniqueIDs(Int32[] shapeIDs, NetOffice.VisioApi.Enums.VisUniqueIDArgs uniqueIDArgs, out String[] gUIDs) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,true); - gUIDs = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)shapeIDs, uniqueIDArgs, (object)gUIDs); - Invoker.Method(this, "ShapeIDsToUniqueIDs", paramsArray, modifiers); - gUIDs = (String[])paramsArray[2]; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// String[] gUIDs - /// Int32[] shapeIDs - [SupportByVersion("Visio", 12,14,15,16)] - public void UniqueIDsToShapeIDs(String[] gUIDs, out Int32[] shapeIDs) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - shapeIDs = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)gUIDs, (object)shapeIDs); - Invoker.Method(this, "UniqueIDsToShapeIDs", paramsArray, modifiers); - shapeIDs = (Int32[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// object objectToDrop - /// Double x - /// Double y - /// Int32 dataRecordsetID - /// Int32 dataRowID - /// bool applyDataGraphicAfterLink - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DropLinked(object objectToDrop, Double x, Double y, Int32 dataRecordsetID, Int32 dataRowID, bool applyDataGraphicAfterLink) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DropLinked", new object[]{ objectToDrop, x, y, dataRecordsetID, dataRowID, applyDataGraphicAfterLink }); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// object[] objectsToInstance - /// Double[] xYs - /// Int32 dataRecordsetID - /// Int32[] dataRowIDs - /// bool applyDataGraphicAfterLink - /// Int32[] shapeIDs - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 DropManyLinkedU(object[] objectsToInstance, Double[] xYs, Int32 dataRecordsetID, Int32[] dataRowIDs, bool applyDataGraphicAfterLink, out Int32[] shapeIDs) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,false,false,false,true); - shapeIDs = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)objectsToInstance, (object)xYs, dataRecordsetID, (object)dataRowIDs, applyDataGraphicAfterLink, (object)shapeIDs); - object returnItem = Invoker.MethodReturn(this, "DropManyLinkedU", paramsArray); - shapeIDs = (Int32[])paramsArray[5]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object objectToDrop - /// NetOffice.VisioApi.IVShape targetShape - /// NetOffice.VisioApi.Enums.VisAutoConnectDir placementDir - /// optional object Connector = null (Nothing in visual basic) - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DropConnected(object objectToDrop, NetOffice.VisioApi.IVShape targetShape, NetOffice.VisioApi.Enums.VisAutoConnectDir placementDir, object connector) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DropConnected", objectToDrop, targetShape, placementDir, connector); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object objectToDrop - /// NetOffice.VisioApi.IVShape targetShape - /// NetOffice.VisioApi.Enums.VisAutoConnectDir placementDir - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.IVShape DropConnected(object objectToDrop, NetOffice.VisioApi.IVShape targetShape, NetOffice.VisioApi.Enums.VisAutoConnectDir placementDir) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DropConnected", objectToDrop, targetShape, placementDir); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// Int32[] fromShapeIDs - /// Int32[] toShapeIDs - /// Int32[] placementDirs - /// optional object Connector = null (Nothing in visual basic) - [SupportByVersion("Visio", 14,15,16)] - public Int32 AutoConnectMany(Int32[] fromShapeIDs, Int32[] toShapeIDs, Int32[] placementDirs, object connector) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)fromShapeIDs, (object)toShapeIDs, (object)placementDirs, connector); - object returnItem = Invoker.MethodReturn(this, "AutoConnectMany", paramsArray); - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// Int32[] fromShapeIDs - /// Int32[] toShapeIDs - /// Int32[] placementDirs - [CustomMethod] - [SupportByVersion("Visio", 14,15,16)] - public Int32 AutoConnectMany(Int32[] fromShapeIDs, Int32[] toShapeIDs, Int32[] placementDirs) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)fromShapeIDs, (object)toShapeIDs, (object)placementDirs); - object returnItem = Invoker.MethodReturn(this, "AutoConnectMany", paramsArray); - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object objectToDrop - /// object targetShapes - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DropContainer(object objectToDrop, object targetShapes) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DropContainer", objectToDrop, targetShapes); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisLayoutIncrementalType alignOrSpace - /// NetOffice.VisioApi.Enums.VisLayoutHorzAlignType alignHorizontal - /// NetOffice.VisioApi.Enums.VisLayoutVertAlignType alignVertical - /// Double spaceHorizontal - /// Double spaceVertical - /// NetOffice.VisioApi.Enums.VisUnitCodes unitsNameOrCode - [SupportByVersion("Visio", 14,15,16)] - public void LayoutIncremental(NetOffice.VisioApi.Enums.VisLayoutIncrementalType alignOrSpace, NetOffice.VisioApi.Enums.VisLayoutHorzAlignType alignHorizontal, NetOffice.VisioApi.Enums.VisLayoutVertAlignType alignVertical, Double spaceHorizontal, Double spaceVertical, NetOffice.VisioApi.Enums.VisUnitCodes unitsNameOrCode) - { - Factory.ExecuteMethod(this, "LayoutIncremental", new object[]{ alignOrSpace, alignHorizontal, alignVertical, spaceHorizontal, spaceVertical, unitsNameOrCode }); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisLayoutDirection direction - [SupportByVersion("Visio", 14,15,16)] - public void LayoutChangeDirection(NetOffice.VisioApi.Enums.VisLayoutDirection direction) - { - Factory.ExecuteMethod(this, "LayoutChangeDirection", direction); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void AvoidPageBreaks() - { - Factory.ExecuteMethod(this, "AvoidPageBreaks"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape connectorToSplit - /// NetOffice.VisioApi.IVShape shape - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape SplitConnector(NetOffice.VisioApi.IVShape connectorToSplit, NetOffice.VisioApi.IVShape shape) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "SplitConnector", connectorToSplit, shape); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object objectToDrop - /// NetOffice.VisioApi.IVShape targetShape - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DropCallout(object objectToDrop, NetOffice.VisioApi.IVShape targetShape) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DropCallout", objectToDrop, targetShape); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// Double xPos - /// Double yPos - /// Int32 flags - [SupportByVersion("Visio", 14,15,16)] - public void PasteToLocation(Double xPos, Double yPos, Int32 flags) - { - Factory.ExecuteMethod(this, "PasteToLocation", xPos, yPos, flags); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisContainerNested nestedOptions - [SupportByVersion("Visio", 14,15,16)] - public Int32[] GetContainers(NetOffice.VisioApi.Enums.VisContainerNested nestedOptions) - { - object[] paramsArray = Invoker.ValidateParamsArray(nestedOptions); - object returnItem = (object)Invoker.MethodReturn(this, "GetContainers", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisContainerNested nestedOptions - [SupportByVersion("Visio", 14,15,16)] - public Int32[] GetCallouts(NetOffice.VisioApi.Enums.VisContainerNested nestedOptions) - { - object[] paramsArray = Invoker.ValidateParamsArray(nestedOptions); - object returnItem = (object)Invoker.MethodReturn(this, "GetCallouts", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object outerList - /// object innerContainer - /// NetOffice.VisioApi.Enums.VisLegendFlags populateFlags - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DropLegend(object outerList, object innerContainer, NetOffice.VisioApi.Enums.VisLegendFlags populateFlags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DropLegend", outerList, innerContainer, populateFlags); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object objectToDrop - /// NetOffice.VisioApi.IVShape targetList - /// Int32 lPosition - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DropIntoList(object objectToDrop, NetOffice.VisioApi.IVShape targetList, Int32 lPosition) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DropIntoList", objectToDrop, targetList, lPosition); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void AutoSizeDrawing() - { - Factory.ExecuteMethod(this, "AutoSizeDrawing"); - } - - /// - /// SupportByVersion Visio 15,16 - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVPage Duplicate() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Duplicate"); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// NetOffice.VisioApi.Enums.VisThemeTypes eThemeType - [SupportByVersion("Visio", 15, 16)] - public object GetTheme(NetOffice.VisioApi.Enums.VisThemeTypes eThemeType) - { - return Factory.ExecuteVariantMethodGet(this, "GetTheme", eThemeType); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// object varThemeIndex - /// optional object varColorScheme - /// optional object varEffectScheme - /// optional object varConnectorScheme - /// optional object varFontScheme - [SupportByVersion("Visio", 15, 16)] - public void SetTheme(object varThemeIndex, object varColorScheme, object varEffectScheme, object varConnectorScheme, object varFontScheme) - { - Factory.ExecuteMethod(this, "SetTheme", new object[]{ varThemeIndex, varColorScheme, varEffectScheme, varConnectorScheme, varFontScheme }); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// object varThemeIndex - [CustomMethod] - [SupportByVersion("Visio", 15, 16)] - public void SetTheme(object varThemeIndex) - { - Factory.ExecuteMethod(this, "SetTheme", varThemeIndex); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// object varThemeIndex - /// optional object varColorScheme - [CustomMethod] - [SupportByVersion("Visio", 15, 16)] - public void SetTheme(object varThemeIndex, object varColorScheme) - { - Factory.ExecuteMethod(this, "SetTheme", varThemeIndex, varColorScheme); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// object varThemeIndex - /// optional object varColorScheme - /// optional object varEffectScheme - [CustomMethod] - [SupportByVersion("Visio", 15, 16)] - public void SetTheme(object varThemeIndex, object varColorScheme, object varEffectScheme) - { - Factory.ExecuteMethod(this, "SetTheme", varThemeIndex, varColorScheme, varEffectScheme); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// object varThemeIndex - /// optional object varColorScheme - /// optional object varEffectScheme - /// optional object varConnectorScheme - [CustomMethod] - [SupportByVersion("Visio", 15, 16)] - public void SetTheme(object varThemeIndex, object varColorScheme, object varEffectScheme, object varConnectorScheme) - { - Factory.ExecuteMethod(this, "SetTheme", varThemeIndex, varColorScheme, varEffectScheme, varConnectorScheme); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// Int16 pVariantColor - /// Int16 pVariantStyle - /// optional Int16 pEmbellishment = 0 - [SupportByVersion("Visio", 15, 16)] - public void GetThemeVariant(out Int16 pVariantColor, out Int16 pVariantStyle, object pEmbellishment) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true,true,false); - pVariantColor = 0; - pVariantStyle = 0; - object[] paramsArray = Invoker.ValidateParamsArray(pVariantColor, pVariantStyle, pEmbellishment); - Invoker.Method(this, "GetThemeVariant", paramsArray, modifiers); - pVariantColor = (Int16)paramsArray[0]; - pVariantStyle = (Int16)paramsArray[1]; - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// Int16 pVariantColor - /// Int16 pVariantStyle - [CustomMethod] - [SupportByVersion("Visio", 15, 16)] - public void GetThemeVariant(out Int16 pVariantColor, out Int16 pVariantStyle) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true,true); - pVariantColor = 0; - pVariantStyle = 0; - object[] paramsArray = Invoker.ValidateParamsArray(pVariantColor, pVariantStyle); - Invoker.Method(this, "GetThemeVariant", paramsArray, modifiers); - pVariantColor = (Int16)paramsArray[0]; - pVariantStyle = (Int16)paramsArray[1]; - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// Int16 variantColor - /// Int16 variantStyle - /// optional Int16 embellishment = -1 - [SupportByVersion("Visio", 15, 16)] - public void SetThemeVariant(Int16 variantColor, Int16 variantStyle, object embellishment) - { - Factory.ExecuteMethod(this, "SetThemeVariant", variantColor, variantStyle, embellishment); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// Int16 variantColor - /// Int16 variantStyle - [CustomMethod] - [SupportByVersion("Visio", 15, 16)] - public void SetThemeVariant(Int16 variantColor, Int16 variantStyle) - { - Factory.ExecuteMethod(this, "SetThemeVariant", variantColor, variantStyle); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOPAGES.cs b/Source/Visio/Interfaces/LPVISIOPAGES.cs deleted file mode 100644 index e7fcd6f941..0000000000 --- a/Source/Visio/Interfaces/LPVISIOPAGES.cs +++ /dev/null @@ -1,358 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOPAGES - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOPAGES : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOPAGES); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOPAGES(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOPAGES(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPAGES(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPAGES(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPAGES(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPAGES(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPAGES() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPAGES(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVPage this[object nameOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameOrIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVPage get_ItemU(object nameOrIndex) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemU", NetOffice.VisioApi.IVPage.LateBindingApiWrapperType, nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemU - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemU")] - public NetOffice.VisioApi.IVPage ItemU(object nameOrIndex) - { - return get_ItemU(nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 nID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVPage get_ItemFromID(Int32 nID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVPage.LateBindingApiWrapperType, nID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 nID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVPage ItemFromID(Int32 nID) - { - return get_ItemFromID(nID); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] localeSpecificNameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetNames(out String[] localeSpecificNameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - localeSpecificNameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)localeSpecificNameArray); - Invoker.Method(this, "GetNames", paramsArray, modifiers); - localeSpecificNameArray = (String[])paramsArray[0]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] localeIndependentNameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetNamesU(out String[] localeIndependentNameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - localeIndependentNameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)localeIndependentNameArray); - Invoker.Method(this, "GetNamesU", paramsArray, modifiers); - localeIndependentNameArray = (String[])paramsArray[0]; - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVPage item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOPATH.cs b/Source/Visio/Interfaces/LPVISIOPATH.cs deleted file mode 100644 index 958c27fe71..0000000000 --- a/Source/Visio/Interfaces/LPVISIOPATH.cs +++ /dev/null @@ -1,270 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOPATH - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOPATH : COMObject, IEnumerable - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOPATH); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOPATH(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOPATH(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPATH(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPATH(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPATH(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPATH(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPATH() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPATH(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCurve get_Item16(Int16 index) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Item16", NetOffice.VisioApi.IVCurve.LateBindingApiWrapperType, index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Item16 - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Item16")] - public NetOffice.VisioApi.IVCurve Item16(Int16 index) - { - return get_Item16(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Count16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Closed - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Closed"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVCurve this[Int32 index] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", index); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double tolerance - /// Double[] xyArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Points(Double tolerance, out Double[] xyArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - xyArray = null; - object[] paramsArray = Invoker.ValidateParamsArray(tolerance, (object)xyArray); - Invoker.Method(this, "Points", paramsArray, modifiers); - xyArray = (Double[])paramsArray[1]; - } - - #endregion - - #region IEnumerable Member - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVCurve item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable Members - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOPATHS.cs b/Source/Visio/Interfaces/LPVISIOPATHS.cs deleted file mode 100644 index 018d26e30f..0000000000 --- a/Source/Visio/Interfaces/LPVISIOPATHS.cs +++ /dev/null @@ -1,256 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOPATHS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOPATHS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOPATHS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOPATHS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOPATHS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPATHS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPATHS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPATHS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPATHS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPATHS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOPATHS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVPath get_Item16(Int16 index) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Item16", NetOffice.VisioApi.IVPath.LateBindingApiWrapperType, index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Item16 - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Item16")] - public NetOffice.VisioApi.IVPath Item16(Int16 index) - { - return get_Item16(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Count16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVPath this[Int32 index] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", index); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - #endregion - - #region Methods - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVPath item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIORELATEDSHAPEPAIREVENT.cs b/Source/Visio/Interfaces/LPVISIORELATEDSHAPEPAIREVENT.cs deleted file mode 100644 index 4ee327ff13..0000000000 --- a/Source/Visio/Interfaces/LPVISIORELATEDSHAPEPAIREVENT.cs +++ /dev/null @@ -1,211 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIORELATEDSHAPEPAIREVENT - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIORELATEDSHAPEPAIREVENT : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIORELATEDSHAPEPAIREVENT); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIORELATEDSHAPEPAIREVENT(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIORELATEDSHAPEPAIREVENT(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIORELATEDSHAPEPAIREVENT(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIORELATEDSHAPEPAIREVENT(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIORELATEDSHAPEPAIREVENT(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIORELATEDSHAPEPAIREVENT(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIORELATEDSHAPEPAIREVENT() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIORELATEDSHAPEPAIREVENT(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage ContainingPage - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingPage"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 ContainingPageID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingPageID"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 FromShapeID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "FromShapeID"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 ToShapeID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ToShapeID"); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOREPLACESHAPESEVENT.cs b/Source/Visio/Interfaces/LPVISIOREPLACESHAPESEVENT.cs deleted file mode 100644 index 3299fd9969..0000000000 --- a/Source/Visio/Interfaces/LPVISIOREPLACESHAPESEVENT.cs +++ /dev/null @@ -1,199 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOREPLACESHAPESEVENT - /// SupportByVersion Visio, 15, 16 - /// - [SupportByVersion("Visio", 15, 16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOREPLACESHAPESEVENT : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOREPLACESHAPESEVENT); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOREPLACESHAPESEVENT(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOREPLACESHAPESEVENT(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOREPLACESHAPESEVENT(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOREPLACESHAPESEVENT(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOREPLACESHAPESEVENT(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOREPLACESHAPESEVENT(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOREPLACESHAPESEVENT() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOREPLACESHAPESEVENT(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 15, 16), ProxyResult] - public object ReplacementMaster - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "ReplacementMaster"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection SelectionSource - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "SelectionSource"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - public Int32 ReplaceFlags - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ReplaceFlags"); - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOROW.cs b/Source/Visio/Interfaces/LPVISIOROW.cs deleted file mode 100644 index 10c87d3059..0000000000 --- a/Source/Visio/Interfaces/LPVISIOROW.cs +++ /dev/null @@ -1,375 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOROW - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOROW : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOROW); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOROW(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOROW(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOROW(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOROW(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOROW(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOROW(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOROW() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOROW(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Shape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStyle Style - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Style"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSection ContainingSection - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingSection"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Index - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCell get_Cell(object nameOrIndex) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Cell", NetOffice.VisioApi.IVCell.LateBindingApiWrapperType, nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Cell - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Cell")] - public NetOffice.VisioApi.IVCell Cell(object nameOrIndex) - { - return get_Cell(nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NameU", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCell get_CellU(object nameOrIndex) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "CellU", NetOffice.VisioApi.IVCell.LateBindingApiWrapperType, nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellU - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellU")] - public NetOffice.VisioApi.IVCell CellU(object nameOrIndex) - { - return get_CellU(nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingPageID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingPageID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingMasterID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingMasterID"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 flags - /// Double[] xyArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetPolylineData(Int16 flags, out Double[] xyArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - xyArray = null; - object[] paramsArray = Invoker.ValidateParamsArray(flags, (object)xyArray); - Invoker.Method(this, "GetPolylineData", paramsArray, modifiers); - xyArray = (Double[])paramsArray[1]; - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOSECTION.cs b/Source/Visio/Interfaces/LPVISIOSECTION.cs deleted file mode 100644 index 04f9a55122..0000000000 --- a/Source/Visio/Interfaces/LPVISIOSECTION.cs +++ /dev/null @@ -1,288 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOSECTION - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOSECTION : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOSECTION); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOSECTION(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOSECTION(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSECTION(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSECTION(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSECTION(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSECTION(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSECTION() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSECTION(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Shape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStyle Style - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Style"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Index - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVRow get_Row(Int16 index) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Row", NetOffice.VisioApi.IVRow.LateBindingApiWrapperType, index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Row - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Row")] - public NetOffice.VisioApi.IVRow Row(Int16 index) - { - return get_Row(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingPageID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingPageID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingMasterID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingMasterID"); - } - } - - #endregion - - #region Methods - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOSELECTION.cs b/Source/Visio/Interfaces/LPVISIOSELECTION.cs deleted file mode 100644 index a991ee476e..0000000000 --- a/Source/Visio/Interfaces/LPVISIOSELECTION.cs +++ /dev/null @@ -1,1611 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOSELECTION - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOSELECTION : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOSELECTION); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOSELECTION(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOSELECTION(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSELECTION(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSELECTION(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSELECTION(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSELECTION(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSELECTION() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSELECTION(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVShape get_Item16(Int16 index) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Item16", NetOffice.VisioApi.IVShape.LateBindingApiWrapperType, index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Item16 - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Item16")] - public NetOffice.VisioApi.IVShape Item16(Int16 index) - { - return get_Item16(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Count16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage ContainingPage - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingPage"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster ContainingMaster - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingMaster"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape ContainingShape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingShape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Style - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Style"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Style", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string StyleKeepFmt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "StyleKeepFmt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "StyleKeepFmt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string LineStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "LineStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LineStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string LineStyleKeepFmt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "LineStyleKeepFmt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LineStyleKeepFmt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FillStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FillStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FillStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FillStyleKeepFmt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FillStyleKeepFmt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FillStyleKeepFmt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string TextStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TextStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TextStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string TextStyleKeepFmt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TextStyleKeepFmt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TextStyleKeepFmt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVShape this[Int32 index] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", index); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 IterationMode - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "IterationMode"); - } - set - { - Factory.ExecuteValuePropertySet(this, "IterationMode", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_ItemStatus(Int32 index) - { - return Factory.ExecuteInt16PropertyGet(this, "ItemStatus", index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemStatus - /// - /// Int32 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemStatus")] - public Int16 ItemStatus(Int32 index) - { - return get_ItemStatus(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape PrimaryItem - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "PrimaryItem"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16), NativeResult] - public stdole.Picture Picture - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "Picture", paramsArray); - return returnItem as stdole.Picture; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingPageID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingPageID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingMasterID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingMasterID"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster DataGraphic - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DataGraphic"); - } - set - { - Factory.ExecuteReferencePropertySet(this, "DataGraphic", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection SelectionForDragCopy - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "SelectionForDragCopy"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Export(string fileName) - { - Factory.ExecuteMethod(this, "Export", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void BringForward() - { - Factory.ExecuteMethod(this, "BringForward"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void BringToFront() - { - Factory.ExecuteMethod(this, "BringToFront"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SendBackward() - { - Factory.ExecuteMethod(this, "SendBackward"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SendToBack() - { - Factory.ExecuteMethod(this, "SendToBack"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Combine() - { - Factory.ExecuteMethod(this, "Combine"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Fragment() - { - Factory.ExecuteMethod(this, "Fragment"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Intersect() - { - Factory.ExecuteMethod(this, "Intersect"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Subtract() - { - Factory.ExecuteMethod(this, "Subtract"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Union() - { - Factory.ExecuteMethod(this, "Union"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FlipHorizontal() - { - Factory.ExecuteMethod(this, "FlipHorizontal"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FlipVertical() - { - Factory.ExecuteMethod(this, "FlipVertical"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ReverseEnds() - { - Factory.ExecuteMethod(this, "ReverseEnds"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Rotate90() - { - Factory.ExecuteMethod(this, "Rotate90"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void old_Copy() - { - Factory.ExecuteMethod(this, "old_Copy"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void old_Cut() - { - Factory.ExecuteMethod(this, "old_Cut"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void VoidDuplicate() - { - Factory.ExecuteMethod(this, "VoidDuplicate"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void VoidGroup() - { - Factory.ExecuteMethod(this, "VoidGroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ConvertToGroup() - { - Factory.ExecuteMethod(this, "ConvertToGroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Ungroup() - { - Factory.ExecuteMethod(this, "Ungroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SelectAll() - { - Factory.ExecuteMethod(this, "SelectAll"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void DeselectAll() - { - Factory.ExecuteMethod(this, "DeselectAll"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape sheetObject - /// Int16 selectAction - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Select(NetOffice.VisioApi.IVShape sheetObject, Int16 selectAction) - { - Factory.ExecuteMethod(this, "Select", sheetObject, selectAction); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Trim() - { - Factory.ExecuteMethod(this, "Trim"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Join() - { - Factory.ExecuteMethod(this, "Join"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FitCurve(Double tolerance, Int16 flags) - { - Factory.ExecuteMethod(this, "FitCurve", tolerance, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Layout() - { - Factory.ExecuteMethod(this, "Layout"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 flags - /// Double lpr8Left - /// Double lpr8Bottom - /// Double lpr8Right - /// Double lpr8Top - [SupportByVersion("Visio", 11,12,14,15,16)] - public void BoundingBox(Int16 flags, out Double lpr8Left, out Double lpr8Bottom, out Double lpr8Right, out Double lpr8Top) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true,true,true); - lpr8Left = 0; - lpr8Bottom = 0; - lpr8Right = 0; - lpr8Top = 0; - object[] paramsArray = Invoker.ValidateParamsArray(flags, lpr8Left, lpr8Bottom, lpr8Right, lpr8Top); - Invoker.Method(this, "BoundingBox", paramsArray, modifiers); - lpr8Left = (Double)paramsArray[1]; - lpr8Bottom = (Double)paramsArray[2]; - lpr8Right = (Double)paramsArray[3]; - lpr8Top = (Double)paramsArray[4]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double tolerance - /// Int16 flags - /// optional object x - /// optional object y - /// optional object resultsMaster - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawRegion(Double tolerance, Int16 flags, object x, object y, object resultsMaster) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawRegion", new object[]{ tolerance, flags, x, y, resultsMaster }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double tolerance - /// Int16 flags - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawRegion(Double tolerance, Int16 flags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawRegion", tolerance, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double tolerance - /// Int16 flags - /// optional object x - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawRegion(Double tolerance, Int16 flags, object x) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawRegion", tolerance, flags, x); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double tolerance - /// Int16 flags - /// optional object x - /// optional object y - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawRegion(Double tolerance, Int16 flags, object x, object y) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawRegion", tolerance, flags, x, y); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Group() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Group"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SwapEnds() - { - Factory.ExecuteMethod(this, "SwapEnds"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddToGroup() - { - Factory.ExecuteMethod(this, "AddToGroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void RemoveFromGroup() - { - Factory.ExecuteMethod(this, "RemoveFromGroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection Duplicate() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Duplicate"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Copy(object flags) - { - Factory.ExecuteMethod(this, "Copy", flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Copy() - { - Factory.ExecuteMethod(this, "Copy"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Cut(object flags) - { - Factory.ExecuteMethod(this, "Cut", flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Cut() - { - Factory.ExecuteMethod(this, "Cut"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double dx - /// Double dy - /// optional object unitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Move(Double dx, Double dy, object unitsNameOrCode) - { - Factory.ExecuteMethod(this, "Move", dx, dy, unitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double dx - /// Double dy - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Move(Double dx, Double dy) - { - Factory.ExecuteMethod(this, "Move", dx, dy); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double angle - /// optional object angleUnitsNameOrCode - /// optional bool BlastGuards = false - /// optional NetOffice.VisioApi.Enums.VisRotationTypes RotationType = 0 - /// optional Double PinX = 0 - /// optional Double PinY = 0 - /// optional object pinUnitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Rotate(Double angle, object angleUnitsNameOrCode, object blastGuards, object rotationType, object pinX, object pinY, object pinUnitsNameOrCode) - { - Factory.ExecuteMethod(this, "Rotate", new object[]{ angle, angleUnitsNameOrCode, blastGuards, rotationType, pinX, pinY, pinUnitsNameOrCode }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double angle - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Rotate(Double angle) - { - Factory.ExecuteMethod(this, "Rotate", angle); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double angle - /// optional object angleUnitsNameOrCode - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Rotate(Double angle, object angleUnitsNameOrCode) - { - Factory.ExecuteMethod(this, "Rotate", angle, angleUnitsNameOrCode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double angle - /// optional object angleUnitsNameOrCode - /// optional bool BlastGuards = false - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Rotate(Double angle, object angleUnitsNameOrCode, object blastGuards) - { - Factory.ExecuteMethod(this, "Rotate", angle, angleUnitsNameOrCode, blastGuards); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double angle - /// optional object angleUnitsNameOrCode - /// optional bool BlastGuards = false - /// optional NetOffice.VisioApi.Enums.VisRotationTypes RotationType = 0 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Rotate(Double angle, object angleUnitsNameOrCode, object blastGuards, object rotationType) - { - Factory.ExecuteMethod(this, "Rotate", angle, angleUnitsNameOrCode, blastGuards, rotationType); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double angle - /// optional object angleUnitsNameOrCode - /// optional bool BlastGuards = false - /// optional NetOffice.VisioApi.Enums.VisRotationTypes RotationType = 0 - /// optional Double PinX = 0 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Rotate(Double angle, object angleUnitsNameOrCode, object blastGuards, object rotationType, object pinX) - { - Factory.ExecuteMethod(this, "Rotate", new object[]{ angle, angleUnitsNameOrCode, blastGuards, rotationType, pinX }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double angle - /// optional object angleUnitsNameOrCode - /// optional bool BlastGuards = false - /// optional NetOffice.VisioApi.Enums.VisRotationTypes RotationType = 0 - /// optional Double PinX = 0 - /// optional Double PinY = 0 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Rotate(Double angle, object angleUnitsNameOrCode, object blastGuards, object rotationType, object pinX, object pinY) - { - Factory.ExecuteMethod(this, "Rotate", new object[]{ angle, angleUnitsNameOrCode, blastGuards, rotationType, pinX, pinY }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisHorizontalAlignTypes alignHorizontal - /// NetOffice.VisioApi.Enums.VisVerticalAlignTypes alignVertical - /// optional bool GlueToGuide = false - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Align(NetOffice.VisioApi.Enums.VisHorizontalAlignTypes alignHorizontal, NetOffice.VisioApi.Enums.VisVerticalAlignTypes alignVertical, object glueToGuide) - { - Factory.ExecuteMethod(this, "Align", alignHorizontal, alignVertical, glueToGuide); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisHorizontalAlignTypes alignHorizontal - /// NetOffice.VisioApi.Enums.VisVerticalAlignTypes alignVertical - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Align(NetOffice.VisioApi.Enums.VisHorizontalAlignTypes alignHorizontal, NetOffice.VisioApi.Enums.VisVerticalAlignTypes alignVertical) - { - Factory.ExecuteMethod(this, "Align", alignHorizontal, alignVertical); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisDistributeTypes distribute - /// optional bool GlueToGuide = false - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Distribute(NetOffice.VisioApi.Enums.VisDistributeTypes distribute, object glueToGuide) - { - Factory.ExecuteMethod(this, "Distribute", distribute, glueToGuide); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisDistributeTypes distribute - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Distribute(NetOffice.VisioApi.Enums.VisDistributeTypes distribute) - { - Factory.ExecuteMethod(this, "Distribute", distribute); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void UpdateAlignmentBox() - { - Factory.ExecuteMethod(this, "UpdateAlignmentBox"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double distance - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Offset(Double distance) - { - Factory.ExecuteMethod(this, "Offset", distance); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ConnectShapes() - { - Factory.ExecuteMethod(this, "ConnectShapes"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFlipDirection flipDirection - /// optional NetOffice.VisioApi.Enums.VisFlipTypes FlipType = 0 - /// optional bool BlastGuards = false - /// optional Double PinX = 0 - /// optional Double PinY = 0 - /// optional object pinUnitsNameOrCode - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Flip(NetOffice.VisioApi.Enums.VisFlipDirection flipDirection, object flipType, object blastGuards, object pinX, object pinY, object pinUnitsNameOrCode) - { - Factory.ExecuteMethod(this, "Flip", new object[]{ flipDirection, flipType, blastGuards, pinX, pinY, pinUnitsNameOrCode }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFlipDirection flipDirection - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Flip(NetOffice.VisioApi.Enums.VisFlipDirection flipDirection) - { - Factory.ExecuteMethod(this, "Flip", flipDirection); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFlipDirection flipDirection - /// optional NetOffice.VisioApi.Enums.VisFlipTypes FlipType = 0 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Flip(NetOffice.VisioApi.Enums.VisFlipDirection flipDirection, object flipType) - { - Factory.ExecuteMethod(this, "Flip", flipDirection, flipType); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFlipDirection flipDirection - /// optional NetOffice.VisioApi.Enums.VisFlipTypes FlipType = 0 - /// optional bool BlastGuards = false - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Flip(NetOffice.VisioApi.Enums.VisFlipDirection flipDirection, object flipType, object blastGuards) - { - Factory.ExecuteMethod(this, "Flip", flipDirection, flipType, blastGuards); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFlipDirection flipDirection - /// optional NetOffice.VisioApi.Enums.VisFlipTypes FlipType = 0 - /// optional bool BlastGuards = false - /// optional Double PinX = 0 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Flip(NetOffice.VisioApi.Enums.VisFlipDirection flipDirection, object flipType, object blastGuards, object pinX) - { - Factory.ExecuteMethod(this, "Flip", flipDirection, flipType, blastGuards, pinX); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisFlipDirection flipDirection - /// optional NetOffice.VisioApi.Enums.VisFlipTypes FlipType = 0 - /// optional bool BlastGuards = false - /// optional Double PinX = 0 - /// optional Double PinY = 0 - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Flip(NetOffice.VisioApi.Enums.VisFlipDirection flipDirection, object flipType, object blastGuards, object pinX, object pinY) - { - Factory.ExecuteMethod(this, "Flip", new object[]{ flipDirection, flipType, blastGuards, pinX, pinY }); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// Int32 dataRowID - /// optional bool ApplyDataGraphicAfterLink = true - [SupportByVersion("Visio", 12,14,15,16)] - public void LinkToData(Int32 dataRecordsetID, Int32 dataRowID, object applyDataGraphicAfterLink) - { - Factory.ExecuteMethod(this, "LinkToData", dataRecordsetID, dataRowID, applyDataGraphicAfterLink); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// Int32 dataRowID - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void LinkToData(Int32 dataRecordsetID, Int32 dataRowID) - { - Factory.ExecuteMethod(this, "LinkToData", dataRecordsetID, dataRowID); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - [SupportByVersion("Visio", 12,14,15,16)] - public void BreakLinkToData(Int32 dataRecordsetID) - { - Factory.ExecuteMethod(this, "BreakLinkToData", dataRecordsetID); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32[] shapeIDs - [SupportByVersion("Visio", 12,14,15,16)] - public void GetIDs(out Int32[] shapeIDs) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - shapeIDs = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)shapeIDs); - Invoker.Method(this, "GetIDs", paramsArray, modifiers); - shapeIDs = (Int32[])paramsArray[0]; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// String[] columnNames - /// Int32[] autoLinkFieldTypes - /// String[] fieldNames - /// Int32 autoLinkBehavior - /// Int32[] shapeIDs - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 AutomaticLink(Int32 dataRecordsetID, String[] columnNames, Int32[] autoLinkFieldTypes, String[] fieldNames, Int32 autoLinkBehavior, out Int32[] shapeIDs) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,false,false,false,true); - shapeIDs = null; - object[] paramsArray = Invoker.ValidateParamsArray(dataRecordsetID, (object)columnNames, (object)autoLinkFieldTypes, (object)fieldNames, autoLinkBehavior, (object)shapeIDs); - object returnItem = Invoker.MethodReturn(this, "AutomaticLink", paramsArray); - shapeIDs = (Int32[])paramsArray[5]; - return NetRuntimeSystem.Convert.ToInt32(returnItem); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisLayoutIncrementalType alignOrSpace - /// NetOffice.VisioApi.Enums.VisLayoutHorzAlignType alignHorizontal - /// NetOffice.VisioApi.Enums.VisLayoutVertAlignType alignVertical - /// Double spaceHorizontal - /// Double spaceVertical - /// NetOffice.VisioApi.Enums.VisUnitCodes unitCode - [SupportByVersion("Visio", 14,15,16)] - public void LayoutIncremental(NetOffice.VisioApi.Enums.VisLayoutIncrementalType alignOrSpace, NetOffice.VisioApi.Enums.VisLayoutHorzAlignType alignHorizontal, NetOffice.VisioApi.Enums.VisLayoutVertAlignType alignVertical, Double spaceHorizontal, Double spaceVertical, NetOffice.VisioApi.Enums.VisUnitCodes unitCode) - { - Factory.ExecuteMethod(this, "LayoutIncremental", new object[]{ alignOrSpace, alignHorizontal, alignVertical, spaceHorizontal, spaceVertical, unitCode }); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisLayoutDirection direction - [SupportByVersion("Visio", 14,15,16)] - public void LayoutChangeDirection(NetOffice.VisioApi.Enums.VisLayoutDirection direction) - { - Factory.ExecuteMethod(this, "LayoutChangeDirection", direction); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void AvoidPageBreaks() - { - Factory.ExecuteMethod(this, "AvoidPageBreaks"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisResizeDirection direction - /// Double distance - /// NetOffice.VisioApi.Enums.VisUnitCodes unitCode - [SupportByVersion("Visio", 14,15,16)] - public void Resize(NetOffice.VisioApi.Enums.VisResizeDirection direction, Double distance, NetOffice.VisioApi.Enums.VisUnitCodes unitCode) - { - Factory.ExecuteMethod(this, "Resize", direction, distance, unitCode); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void AddToContainers() - { - Factory.ExecuteMethod(this, "AddToContainers"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void RemoveFromContainers() - { - Factory.ExecuteMethod(this, "RemoveFromContainers"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.IVPage page - /// object objectToDrop - /// optional NetOffice.VisioApi.IVShape NewShape = 0 - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection MoveToSubprocess(NetOffice.VisioApi.IVPage page, object objectToDrop, object newShape) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "MoveToSubprocess", page, objectToDrop, newShape); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.IVPage page - /// object objectToDrop - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.IVSelection MoveToSubprocess(NetOffice.VisioApi.IVPage page, object objectToDrop) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "MoveToSubprocess", page, objectToDrop); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// Int32 delFlags - [SupportByVersion("Visio", 14,15,16)] - public void DeleteEx(Int32 delFlags) - { - Factory.ExecuteMethod(this, "DeleteEx", delFlags); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisContainerNested nestedOptions - [SupportByVersion("Visio", 14,15,16)] - public Int32[] GetContainers(NetOffice.VisioApi.Enums.VisContainerNested nestedOptions) - { - object[] paramsArray = Invoker.ValidateParamsArray(nestedOptions); - object returnItem = (object)Invoker.MethodReturn(this, "GetContainers", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisContainerNested nestedOptions - [SupportByVersion("Visio", 14,15,16)] - public Int32[] GetCallouts(NetOffice.VisioApi.Enums.VisContainerNested nestedOptions) - { - object[] paramsArray = Invoker.ValidateParamsArray(nestedOptions); - object returnItem = (object)Invoker.MethodReturn(this, "GetCallouts", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32[] MemberOfContainersUnion() - { - object[] paramsArray = null; - object returnItem = (object)Invoker.MethodReturn(this, "MemberOfContainersUnion", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32[] MemberOfContainersIntersection() - { - object[] paramsArray = null; - object returnItem = (object)Invoker.MethodReturn(this, "MemberOfContainersIntersection", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisContainerFormatType formatType - /// optional object FormatValue = 0 - [SupportByVersion("Visio", 14,15,16)] - public Int32[] SetContainerFormat(NetOffice.VisioApi.Enums.VisContainerFormatType formatType, object formatValue) - { - object[] paramsArray = Invoker.ValidateParamsArray(formatType, formatValue); - object returnItem = (object)Invoker.MethodReturn(this, "SetContainerFormat", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisContainerFormatType formatType - [CustomMethod] - [SupportByVersion("Visio", 14,15,16)] - public Int32[] SetContainerFormat(NetOffice.VisioApi.Enums.VisContainerFormatType formatType) - { - object[] paramsArray = Invoker.ValidateParamsArray(formatType); - object returnItem = (object)Invoker.MethodReturn(this, "SetContainerFormat", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// object masterOrMasterShortcutToDrop - /// optional Int32 ReplaceFlags = 0 - [SupportByVersion("Visio", 15, 16)] - public NetOffice.VisioApi.IVShape[] ReplaceShape(object masterOrMasterShortcutToDrop, object replaceFlags) - { - object[] paramsArray = Invoker.ValidateParamsArray(masterOrMasterShortcutToDrop, replaceFlags); - object returnItem = Invoker.MethodReturn(this, "ReplaceShape", paramsArray); - ICOMObject[] newObject = Factory.CreateObjectArrayFromComProxy(this, (object[])returnItem, false); - NetOffice.VisioApi.IVShape[] returnArray = new NetOffice.VisioApi.IVShape[newObject.Length]; - for (int i = 0; i < newObject.Length; i++) - returnArray[i] = newObject[i] as NetOffice.VisioApi.IVShape; - return returnArray; - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// object masterOrMasterShortcutToDrop - [CustomMethod] - [SupportByVersion("Visio", 15, 16)] - public NetOffice.VisioApi.IVShape[] ReplaceShape(object masterOrMasterShortcutToDrop) - { - object[] paramsArray = Invoker.ValidateParamsArray(masterOrMasterShortcutToDrop); - object returnItem = Invoker.MethodReturn(this, "ReplaceShape", paramsArray); - ICOMObject[] newObject = Factory.CreateObjectArrayFromComProxy(this, (object[])returnItem, false); - NetOffice.VisioApi.IVShape[] returnArray = new NetOffice.VisioApi.IVShape[newObject.Length]; - for (int i = 0; i < newObject.Length; i++) - returnArray[i] = newObject[i] as NetOffice.VisioApi.IVShape; - return returnArray; - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices lineMatrix - /// NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices fillMatrix - /// NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices effectsMatrix - /// NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices fontMatrix - /// NetOffice.VisioApi.Enums.VisQuickStyleColors lineColor - /// NetOffice.VisioApi.Enums.VisQuickStyleColors fillColor - /// NetOffice.VisioApi.Enums.VisQuickStyleColors shadowColor - /// NetOffice.VisioApi.Enums.VisQuickStyleColors fontColor - [SupportByVersion("Visio", 15, 16)] - public void SetQuickStyle(NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices lineMatrix, NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices fillMatrix, NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices effectsMatrix, NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices fontMatrix, NetOffice.VisioApi.Enums.VisQuickStyleColors lineColor, NetOffice.VisioApi.Enums.VisQuickStyleColors fillColor, NetOffice.VisioApi.Enums.VisQuickStyleColors shadowColor, NetOffice.VisioApi.Enums.VisQuickStyleColors fontColor) - { - Factory.ExecuteMethod(this, "SetQuickStyle", new object[]{ lineMatrix, fillMatrix, effectsMatrix, fontMatrix, lineColor, fillColor, shadowColor, fontColor }); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVShape item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOSHAPE.cs b/Source/Visio/Interfaces/LPVISIOSHAPE.cs deleted file mode 100644 index 75f1f804b2..0000000000 --- a/Source/Visio/Interfaces/LPVISIOSHAPE.cs +++ /dev/null @@ -1,3240 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// LPVISIOSHAPE - /// - [SyntaxBypass] - public class LPVISIOSHAPE_ : COMObject - { - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOSHAPE_(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOSHAPE_(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - /// object there has created the proxy - /// inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSHAPE_(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - /// object there has created the proxy - /// inner wrapped COM proxy - /// Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSHAPE_(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSHAPE_(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - /// object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSHAPE_(ICOMObject replacedObject) : base(replacedObject) - { - } - - /// - /// Hidden stub .ctor - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSHAPE_() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSHAPE_(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// optional bool fIncludeSubShapes - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_AreaIU(object fIncludeSubShapes) - { - return Factory.ExecuteDoublePropertyGet(this, "AreaIU", fIncludeSubShapes); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_AreaIU - /// - /// optional bool fIncludeSubShapes - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_AreaIU")] - public Double AreaIU(object fIncludeSubShapes) - { - return get_AreaIU(fIncludeSubShapes); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// optional bool fIncludeSubShapes - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_LengthIU(object fIncludeSubShapes) - { - return Factory.ExecuteDoublePropertyGet(this, "LengthIU", fIncludeSubShapes); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_LengthIU - /// - /// optional bool fIncludeSubShapes - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_LengthIU")] - public Double LengthIU(object fIncludeSubShapes) - { - return get_LengthIU(fIncludeSubShapes); - } - - #endregion - - #region Methods - - #endregion - } - - /// - /// Interface LPVISIOSHAPE - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOSHAPE : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOSHAPE); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOSHAPE(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOSHAPE(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSHAPE(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSHAPE(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSHAPE(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSHAPE(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSHAPE() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSHAPE(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object Parent - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "Parent"); - } - set - { - Factory.ExecuteReferencePropertySet(this, "Parent", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster Master - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Master"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Type - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Type"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeSpecificCellName - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCell get_Cells(string localeSpecificCellName) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Cells", NetOffice.VisioApi.IVCell.LateBindingApiWrapperType, localeSpecificCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Cells - /// - /// string localeSpecificCellName - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Cells")] - public NetOffice.VisioApi.IVCell Cells(string localeSpecificCellName) - { - return get_Cells(localeSpecificCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 row - /// Int16 column - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCell get_CellsSRC(Int16 section, Int16 row, Int16 column) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "CellsSRC", NetOffice.VisioApi.IVCell.LateBindingApiWrapperType, section, row, column); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellsSRC - /// - /// Int16 section - /// Int16 row - /// Int16 column - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellsSRC")] - public NetOffice.VisioApi.IVCell CellsSRC(Int16 section, Int16 row, Int16 column) - { - return get_CellsSRC(section, row, column); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShapes Shapes - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shapes"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Data1 - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Data1"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Data1", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Data2 - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Data2"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Data2", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Data3 - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Data3"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Data3", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Help - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Help"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Help", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NameID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Text - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Text"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Text", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 CharCount - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "CharCount"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVCharacters Characters - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Characters"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 OneD - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "OneD"); - } - set - { - Factory.ExecuteValuePropertySet(this, "OneD", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 GeometryCount - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "GeometryCount"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_RowCount(Int16 section) - { - return Factory.ExecuteInt16PropertyGet(this, "RowCount", section); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_RowCount - /// - /// Int16 section - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_RowCount")] - public Int16 RowCount(Int16 section) - { - return get_RowCount(section); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_RowsCellCount(Int16 section, Int16 row) - { - return Factory.ExecuteInt16PropertyGet(this, "RowsCellCount", section, row); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_RowsCellCount - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_RowsCellCount")] - public Int16 RowsCellCount(Int16 section, Int16 row) - { - return get_RowsCellCount(section, row); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_RowType(Int16 section, Int16 row) - { - return Factory.ExecuteInt16PropertyGet(this, "RowType", section, row); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_RowType(Int16 section, Int16 row, Int16 value) - { - Factory.ExecutePropertySet(this, "RowType", section, row, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_RowType - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_RowType")] - public Int16 RowType(Int16 section, Int16 row) - { - return get_RowType(section, row); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVConnects Connects - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Connects"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Index16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Style - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Style"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Style", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string StyleKeepFmt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "StyleKeepFmt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "StyleKeepFmt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string LineStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "LineStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LineStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string LineStyleKeepFmt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "LineStyleKeepFmt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LineStyleKeepFmt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FillStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FillStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FillStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FillStyleKeepFmt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FillStyleKeepFmt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FillStyleKeepFmt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string TextStyle - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TextStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TextStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string TextStyleKeepFmt - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TextStyleKeepFmt"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TextStyleKeepFmt", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double old_AreaIU - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "old_AreaIU"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double old_LengthIU - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "old_LengthIU"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - /// Int16 fFill - /// Double lineRes - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public object get_GeomExIf(Int16 fFill, Double lineRes) - { - return Factory.ExecuteReferencePropertyGet(this, "GeomExIf", fFill, lineRes); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_GeomExIf - /// Unknown COM Proxy - /// - /// Int16 fFill - /// Double lineRes - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult, Redirect("get_GeomExIf")] - public object GeomExIf(Int16 fFill, Double lineRes) - { - return get_GeomExIf(fFill, lineRes); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 fUniqueID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string get_UniqueID(Int16 fUniqueID) - { - return Factory.ExecuteStringPropertyGet(this, "UniqueID", fUniqueID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_UniqueID - /// - /// Int16 fUniqueID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_UniqueID")] - public string UniqueID(Int16 fUniqueID) - { - return get_UniqueID(fUniqueID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage ContainingPage - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingPage"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster ContainingMaster - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingMaster"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape ContainingShape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingShape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_SectionExists(Int16 section, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "SectionExists", section, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_SectionExists - /// - /// Int16 section - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_SectionExists")] - public Int16 SectionExists(Int16 section, Int16 fExistsLocally) - { - return get_SectionExists(section, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 row - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_RowExists(Int16 section, Int16 row, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "RowExists", section, row, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_RowExists - /// - /// Int16 section - /// Int16 row - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_RowExists")] - public Int16 RowExists(Int16 section, Int16 row, Int16 fExistsLocally) - { - return get_RowExists(section, row, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeSpecificCellName - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CellExists(string localeSpecificCellName, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "CellExists", localeSpecificCellName, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellExists - /// - /// string localeSpecificCellName - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellExists")] - public Int16 CellExists(string localeSpecificCellName, Int16 fExistsLocally) - { - return get_CellExists(localeSpecificCellName, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 row - /// Int16 column - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CellsSRCExists(Int16 section, Int16 row, Int16 column, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "CellsSRCExists", section, row, column, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellsSRCExists - /// - /// Int16 section - /// Int16 row - /// Int16 column - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellsSRCExists")] - public Int16 CellsSRCExists(Int16 section, Int16 row, Int16 column, Int16 fExistsLocally) - { - return get_CellsSRCExists(section, row, column, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 LayerCount - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "LayerCount"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVLayer get_Layer(Int16 index) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Layer", NetOffice.VisioApi.IVLayer.LateBindingApiWrapperType, index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Layer - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Layer")] - public NetOffice.VisioApi.IVLayer Layer(Int16 index) - { - return get_Layer(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ClassID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ClassID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ForeignType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ForeignType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object Object - { - get - { - return Factory.ExecuteReferencePropertyGet(this, "Object"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 ID16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ID16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVConnects FromConnects - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "FromConnects"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVHyperlink Hyperlink - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Hyperlink"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ProgID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ProgID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectIsInherited - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectIsInherited"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPaths Paths - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Paths"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPaths PathsLocal - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "PathsLocal"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Index - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVSection get_Section(Int16 index) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Section", NetOffice.VisioApi.IVSection.LateBindingApiWrapperType, index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Section - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Section")] - public NetOffice.VisioApi.IVSection Section(Int16 index) - { - return get_Section(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVHyperlinks Hyperlinks - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Hyperlinks"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// NetOffice.VisioApi.IVShape otherShape - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_SpatialRelation(NetOffice.VisioApi.IVShape otherShape, Double tolerance, Int16 flags) - { - return Factory.ExecuteInt16PropertyGet(this, "SpatialRelation", otherShape, tolerance, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_SpatialRelation - /// - /// NetOffice.VisioApi.IVShape otherShape - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_SpatialRelation")] - public Int16 SpatialRelation(NetOffice.VisioApi.IVShape otherShape, Double tolerance, Int16 flags) - { - return get_SpatialRelation(otherShape, tolerance, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// NetOffice.VisioApi.IVShape otherShape - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_DistanceFrom(NetOffice.VisioApi.IVShape otherShape, Int16 flags) - { - return Factory.ExecuteDoublePropertyGet(this, "DistanceFrom", otherShape, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_DistanceFrom - /// - /// NetOffice.VisioApi.IVShape otherShape - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_DistanceFrom")] - public Double DistanceFrom(NetOffice.VisioApi.IVShape otherShape, Int16 flags) - { - return get_DistanceFrom(otherShape, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Double x - /// Double y - /// Int16 flags - /// optional object pvPathIndex - /// optional object pvCurveIndex - /// optional object pvt - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_DistanceFromPoint(Double x, Double y, Int16 flags, object pvPathIndex, object pvCurveIndex, object pvt) - { - return Factory.ExecuteDoublePropertyGet(this, "DistanceFromPoint", new object[]{ x, y, flags, pvPathIndex, pvCurveIndex, pvt }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_DistanceFromPoint - /// - /// Double x - /// Double y - /// Int16 flags - /// optional object pvPathIndex - /// optional object pvCurveIndex - /// optional object pvt - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_DistanceFromPoint")] - public Double DistanceFromPoint(Double x, Double y, Int16 flags, object pvPathIndex, object pvCurveIndex, object pvt) - { - return get_DistanceFromPoint(x, y, flags, pvPathIndex, pvCurveIndex, pvt); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Double x - /// Double y - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_DistanceFromPoint(Double x, Double y, Int16 flags) - { - return Factory.ExecuteDoublePropertyGet(this, "DistanceFromPoint", x, y, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_DistanceFromPoint - /// - /// Double x - /// Double y - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_DistanceFromPoint")] - public Double DistanceFromPoint(Double x, Double y, Int16 flags) - { - return get_DistanceFromPoint(x, y, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Double x - /// Double y - /// Int16 flags - /// optional object pvPathIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_DistanceFromPoint(Double x, Double y, Int16 flags, object pvPathIndex) - { - return Factory.ExecuteDoublePropertyGet(this, "DistanceFromPoint", x, y, flags, pvPathIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_DistanceFromPoint - /// - /// Double x - /// Double y - /// Int16 flags - /// optional object pvPathIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_DistanceFromPoint")] - public Double DistanceFromPoint(Double x, Double y, Int16 flags, object pvPathIndex) - { - return get_DistanceFromPoint(x, y, flags, pvPathIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Double x - /// Double y - /// Int16 flags - /// optional object pvPathIndex - /// optional object pvCurveIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Double get_DistanceFromPoint(Double x, Double y, Int16 flags, object pvPathIndex, object pvCurveIndex) - { - return Factory.ExecuteDoublePropertyGet(this, "DistanceFromPoint", new object[]{ x, y, flags, pvPathIndex, pvCurveIndex }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_DistanceFromPoint - /// - /// Double x - /// Double y - /// Int16 flags - /// optional object pvPathIndex - /// optional object pvCurveIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_DistanceFromPoint")] - public Double DistanceFromPoint(Double x, Double y, Int16 flags, object pvPathIndex, object pvCurveIndex) - { - return get_DistanceFromPoint(x, y, flags, pvPathIndex, pvCurveIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 relation - /// Double tolerance - /// Int16 flags - /// optional object resultRoot - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVSelection get_SpatialNeighbors(Int16 relation, Double tolerance, Int16 flags, object resultRoot) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "SpatialNeighbors", NetOffice.VisioApi.IVSelection.LateBindingApiWrapperType, relation, tolerance, flags, resultRoot); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_SpatialNeighbors - /// - /// Int16 relation - /// Double tolerance - /// Int16 flags - /// optional object resultRoot - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_SpatialNeighbors")] - public NetOffice.VisioApi.IVSelection SpatialNeighbors(Int16 relation, Double tolerance, Int16 flags, object resultRoot) - { - return get_SpatialNeighbors(relation, tolerance, flags, resultRoot); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 relation - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVSelection get_SpatialNeighbors(Int16 relation, Double tolerance, Int16 flags) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "SpatialNeighbors", NetOffice.VisioApi.IVSelection.LateBindingApiWrapperType, relation, tolerance, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_SpatialNeighbors - /// - /// Int16 relation - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_SpatialNeighbors")] - public NetOffice.VisioApi.IVSelection SpatialNeighbors(Int16 relation, Double tolerance, Int16 flags) - { - return get_SpatialNeighbors(relation, tolerance, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Double x - /// Double y - /// Int16 relation - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVSelection get_SpatialSearch(Double x, Double y, Int16 relation, Double tolerance, Int16 flags) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "SpatialSearch", NetOffice.VisioApi.IVSelection.LateBindingApiWrapperType, new object[]{ x, y, relation, tolerance, flags }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_SpatialSearch - /// - /// Double x - /// Double y - /// Int16 relation - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_SpatialSearch")] - public NetOffice.VisioApi.IVSelection SpatialSearch(Double x, Double y, Int16 relation, Double tolerance, Int16 flags) - { - return get_SpatialSearch(x, y, relation, tolerance, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeIndependentCellName - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCell get_CellsU(string localeIndependentCellName) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "CellsU", NetOffice.VisioApi.IVCell.LateBindingApiWrapperType, localeIndependentCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellsU - /// - /// string localeIndependentCellName - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellsU")] - public NetOffice.VisioApi.IVCell CellsU(string localeIndependentCellName) - { - return get_CellsU(localeIndependentCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NameU", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeIndependentCellName - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CellExistsU(string localeIndependentCellName, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "CellExistsU", localeIndependentCellName, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellExistsU - /// - /// string localeIndependentCellName - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellExistsU")] - public Int16 CellExistsU(string localeIndependentCellName, Int16 fExistsLocally) - { - return get_CellExistsU(localeIndependentCellName, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeSpecificCellName - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CellsRowIndex(string localeSpecificCellName) - { - return Factory.ExecuteInt16PropertyGet(this, "CellsRowIndex", localeSpecificCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellsRowIndex - /// - /// string localeSpecificCellName - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellsRowIndex")] - public Int16 CellsRowIndex(string localeSpecificCellName) - { - return get_CellsRowIndex(localeSpecificCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeIndependentCellName - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CellsRowIndexU(string localeIndependentCellName) - { - return Factory.ExecuteInt16PropertyGet(this, "CellsRowIndexU", localeIndependentCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellsRowIndexU - /// - /// string localeIndependentCellName - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellsRowIndexU")] - public Int16 CellsRowIndexU(string localeIndependentCellName) - { - return get_CellsRowIndexU(localeIndependentCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool IsOpenForTextEdit - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "IsOpenForTextEdit"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape RootShape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "RootShape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape MasterShape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "MasterShape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16), NativeResult] - public stdole.Picture Picture - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "Picture", paramsArray); - return returnItem as stdole.Picture; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public byte[] ForeignData - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(this, "ForeignData", paramsArray); - return (byte[])returnItem; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Language - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Language"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Language", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double AreaIU - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "AreaIU"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double LengthIU - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "LengthIU"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingPageID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingPageID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ContainingMasterID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ContainingMasterID"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster DataGraphic - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "DataGraphic"); - } - set - { - Factory.ExecuteReferencePropertySet(this, "DataGraphic", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12,14,15,16)] - public bool IsDataGraphicCallout - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "IsDataGraphicCallout"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVContainerProperties ContainerProperties - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainerProperties"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32[] MemberOfContainers - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(this, "MemberOfContainers", paramsArray); - return (Int32[])returnItem; - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public bool IsCallout - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "IsCallout"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape CalloutTarget - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "CalloutTarget"); - } - set - { - Factory.ExecuteReferencePropertySet(this, "CalloutTarget", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32[] CalloutsAssociated - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(this, "CalloutsAssociated", paramsArray); - return (Int32[])returnItem; - } - } - - /// - /// SupportByVersion Visio 15,16 - /// Get - /// - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVComments Comments - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Comments"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void VoidGroup() - { - Factory.ExecuteMethod(this, "VoidGroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void BringForward() - { - Factory.ExecuteMethod(this, "BringForward"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void BringToFront() - { - Factory.ExecuteMethod(this, "BringToFront"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ConvertToGroup() - { - Factory.ExecuteMethod(this, "ConvertToGroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FlipHorizontal() - { - Factory.ExecuteMethod(this, "FlipHorizontal"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FlipVertical() - { - Factory.ExecuteMethod(this, "FlipVertical"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ReverseEnds() - { - Factory.ExecuteMethod(this, "ReverseEnds"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SendBackward() - { - Factory.ExecuteMethod(this, "SendBackward"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SendToBack() - { - Factory.ExecuteMethod(this, "SendToBack"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Rotate90() - { - Factory.ExecuteMethod(this, "Rotate90"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Ungroup() - { - Factory.ExecuteMethod(this, "Ungroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void old_Copy() - { - Factory.ExecuteMethod(this, "old_Copy"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void old_Cut() - { - Factory.ExecuteMethod(this, "old_Cut"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void VoidDuplicate() - { - Factory.ExecuteMethod(this, "VoidDuplicate"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object objectToDrop - /// Double xPos - /// Double yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Drop(object objectToDrop, Double xPos, Double yPos) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Drop", objectToDrop, xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AddSection(Int16 section) - { - return Factory.ExecuteInt16MethodGet(this, "AddSection", section); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - [SupportByVersion("Visio", 11,12,14,15,16)] - public void DeleteSection(Int16 section) - { - Factory.ExecuteMethod(this, "DeleteSection", section); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - /// Int16 row - /// Int16 rowTag - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AddRow(Int16 section, Int16 row, Int16 rowTag) - { - return Factory.ExecuteInt16MethodGet(this, "AddRow", section, row, rowTag); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - /// Int16 row - [SupportByVersion("Visio", 11,12,14,15,16)] - public void DeleteRow(Int16 section, Int16 row) - { - Factory.ExecuteMethod(this, "DeleteRow", section, row); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xPos - /// Double yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetCenter(Double xPos, Double yPos) - { - Factory.ExecuteMethod(this, "SetCenter", xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xPos - /// Double yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetBegin(Double xPos, Double yPos) - { - Factory.ExecuteMethod(this, "SetBegin", xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xPos - /// Double yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetEnd(Double xPos, Double yPos) - { - Factory.ExecuteMethod(this, "SetEnd", xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Export(string fileName) - { - Factory.ExecuteMethod(this, "Export", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - /// string rowName - /// Int16 rowTag - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AddNamedRow(Int16 section, string rowName, Int16 rowTag) - { - return Factory.ExecuteInt16MethodGet(this, "AddNamedRow", section, rowName, rowTag); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 section - /// Int16 row - /// Int16 rowTag - /// Int16 rowCount - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 AddRows(Int16 section, Int16 row, Int16 rowTag, Int16 rowCount) - { - return Factory.ExecuteInt16MethodGet(this, "AddRows", section, row, rowTag, rowCount); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xBegin - /// Double yBegin - /// Double xEnd - /// Double yEnd - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawLine(Double xBegin, Double yBegin, Double xEnd, Double yEnd) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawLine", xBegin, yBegin, xEnd, yEnd); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double x1 - /// Double y1 - /// Double x2 - /// Double y2 - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawRectangle(Double x1, Double y1, Double x2, Double y2) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawRectangle", x1, y1, x2, y2); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double x1 - /// Double y1 - /// Double x2 - /// Double y2 - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawOval(Double x1, Double y1, Double x2, Double y2) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawOval", x1, y1, x2, y2); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double[] xyArray - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawSpline(Double[] xyArray, Double tolerance, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)xyArray, tolerance, flags); - object returnItem = Invoker.MethodReturn(this, "DrawSpline", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double[] xyArray - /// Int16 degree - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawBezier(Double[] xyArray, Int16 degree, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)xyArray, degree, flags); - object returnItem = Invoker.MethodReturn(this, "DrawBezier", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double[] xyArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawPolyline(Double[] xyArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)xyArray, flags); - object returnItem = Invoker.MethodReturn(this, "DrawPolyline", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double tolerance - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void FitCurve(Double tolerance, Int16 flags) - { - Factory.ExecuteMethod(this, "FitCurve", tolerance, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Import(string fileName) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Import", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void CenterDrawing() - { - Factory.ExecuteMethod(this, "CenterDrawing"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape InsertFromFile(string fileName, Int16 flags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "InsertFromFile", fileName, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string classOrProgID - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape InsertObject(string classOrProgID, Int16 flags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "InsertObject", classOrProgID, flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow OpenDrawWindow() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "OpenDrawWindow"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow OpenSheetWindow() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "OpenSheetWindow"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object[] objectsToInstance - /// Double[] xyArray - /// Int16[] iDArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 DropMany(object[] objectsToInstance, Double[] xyArray, out Int16[] iDArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,true); - iDArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)objectsToInstance, (object)xyArray, (object)iDArray); - object returnItem = Invoker.MethodReturn(this, "DropMany", paramsArray); - iDArray = (Int16[])paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// object[] formulaArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetFormulas(Int16[] sRCStream, out object[] formulaArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - formulaArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, (object)formulaArray); - Invoker.Method(this, "GetFormulas", paramsArray, modifiers); - formulaArray = (object[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// Int16 flags - /// object[] unitsNamesOrCodes - /// object[] resultArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetResults(Int16[] sRCStream, Int16 flags, object[] unitsNamesOrCodes, out object[] resultArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,false,true); - resultArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, flags, (object)unitsNamesOrCodes, (object)resultArray); - Invoker.Method(this, "GetResults", paramsArray, modifiers); - resultArray = (object[])paramsArray[3]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// object[] formulaArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SetFormulas(Int16[] sRCStream, object[] formulaArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, (object)formulaArray, flags); - object returnItem = Invoker.MethodReturn(this, "SetFormulas", paramsArray); - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// object[] unitsNamesOrCodes - /// object[] resultArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SetResults(Int16[] sRCStream, object[] unitsNamesOrCodes, object[] resultArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, (object)unitsNamesOrCodes, (object)resultArray, flags); - object returnItem = Invoker.MethodReturn(this, "SetResults", paramsArray); - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Layout() - { - Factory.ExecuteMethod(this, "Layout"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 flags - /// Double lpr8Left - /// Double lpr8Bottom - /// Double lpr8Right - /// Double lpr8Top - [SupportByVersion("Visio", 11,12,14,15,16)] - public void BoundingBox(Int16 flags, out Double lpr8Left, out Double lpr8Bottom, out Double lpr8Right, out Double lpr8Top) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true,true,true,true); - lpr8Left = 0; - lpr8Bottom = 0; - lpr8Right = 0; - lpr8Top = 0; - object[] paramsArray = Invoker.ValidateParamsArray(flags, lpr8Left, lpr8Bottom, lpr8Right, lpr8Top); - Invoker.Method(this, "BoundingBox", paramsArray, modifiers); - lpr8Left = (Double)paramsArray[1]; - lpr8Bottom = (Double)paramsArray[2]; - lpr8Right = (Double)paramsArray[3]; - lpr8Top = (Double)paramsArray[4]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xPos - /// Double yPos - /// Double tolerance - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 HitTest(Double xPos, Double yPos, Double tolerance) - { - return Factory.ExecuteInt16MethodGet(this, "HitTest", xPos, yPos, tolerance); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVHyperlink AddHyperlink() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddHyperlink"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape otherShape - /// Double x - /// Double y - /// Double xprime - /// Double yprime - [SupportByVersion("Visio", 11,12,14,15,16)] - public void TransformXYTo(NetOffice.VisioApi.IVShape otherShape, Double x, Double y, out Double xprime, out Double yprime) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,false,true,true); - xprime = 0; - yprime = 0; - object[] paramsArray = Invoker.ValidateParamsArray(otherShape, x, y, xprime, yprime); - Invoker.Method(this, "TransformXYTo", paramsArray, modifiers); - xprime = (Double)paramsArray[3]; - yprime = (Double)paramsArray[4]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape otherShape - /// Double x - /// Double y - /// Double xprime - /// Double yprime - [SupportByVersion("Visio", 11,12,14,15,16)] - public void TransformXYFrom(NetOffice.VisioApi.IVShape otherShape, Double x, Double y, out Double xprime, out Double yprime) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,false,true,true); - xprime = 0; - yprime = 0; - object[] paramsArray = Invoker.ValidateParamsArray(otherShape, x, y, xprime, yprime); - Invoker.Method(this, "TransformXYFrom", paramsArray, modifiers); - xprime = (Double)paramsArray[3]; - yprime = (Double)paramsArray[4]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double x - /// Double y - /// Double xprime - /// Double yprime - [SupportByVersion("Visio", 11,12,14,15,16)] - public void XYToPage(Double x, Double y, out Double xprime, out Double yprime) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,true,true); - xprime = 0; - yprime = 0; - object[] paramsArray = Invoker.ValidateParamsArray(x, y, xprime, yprime); - Invoker.Method(this, "XYToPage", paramsArray, modifiers); - xprime = (Double)paramsArray[2]; - yprime = (Double)paramsArray[3]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double x - /// Double y - /// Double xprime - /// Double yprime - [SupportByVersion("Visio", 11,12,14,15,16)] - public void XYFromPage(Double x, Double y, out Double xprime, out Double yprime) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,true,true); - xprime = 0; - yprime = 0; - object[] paramsArray = Invoker.ValidateParamsArray(x, y, xprime, yprime); - Invoker.Method(this, "XYFromPage", paramsArray, modifiers); - xprime = (Double)paramsArray[2]; - yprime = (Double)paramsArray[3]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void UpdateAlignmentBox() - { - Factory.ExecuteMethod(this, "UpdateAlignmentBox"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object[] objectsToInstance - /// Double[] xyArray - /// Int16[] iDArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 DropManyU(object[] objectsToInstance, Double[] xyArray, out Int16[] iDArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,true); - iDArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)objectsToInstance, (object)xyArray, (object)iDArray); - object returnItem = Invoker.MethodReturn(this, "DropManyU", paramsArray); - iDArray = (Int16[])paramsArray[2]; - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// object[] formulaArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetFormulasU(Int16[] sRCStream, out object[] formulaArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - formulaArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, (object)formulaArray); - Invoker.Method(this, "GetFormulasU", paramsArray, modifiers); - formulaArray = (object[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 degree - /// Int16 flags - /// Double[] xyArray - /// Double[] knots - /// optional object weights - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawNURBS(Int16 degree, Int16 flags, Double[] xyArray, Double[] knots, object weights) - { - object[] paramsArray = Invoker.ValidateParamsArray(degree, flags, (object)xyArray, (object)knots, weights); - object returnItem = Invoker.MethodReturn(this, "DrawNURBS", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 degree - /// Int16 flags - /// Double[] xyArray - /// Double[] knots - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawNURBS(Int16 degree, Int16 flags, Double[] xyArray, Double[] knots) - { - object[] paramsArray = Invoker.ValidateParamsArray(degree, flags, (object)xyArray, (object)knots); - object returnItem = Invoker.MethodReturn(this, "DrawNURBS", paramsArray); - NetOffice.VisioApi.IVShape newObject = Factory.CreateObjectFromComProxy(this, returnItem, false) as NetOffice.VisioApi.IVShape; - return newObject; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Group() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Group"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Duplicate() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Duplicate"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SwapEnds() - { - Factory.ExecuteMethod(this, "SwapEnds"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Copy(object flags) - { - Factory.ExecuteMethod(this, "Copy", flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Copy() - { - Factory.ExecuteMethod(this, "Copy"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Cut(object flags) - { - Factory.ExecuteMethod(this, "Cut", flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Cut() - { - Factory.ExecuteMethod(this, "Cut"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste(object flags) - { - Factory.ExecuteMethod(this, "Paste", flags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste() - { - Factory.ExecuteMethod(this, "Paste"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 format - /// optional object link - /// optional object displayAsIcon - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PasteSpecial(Int32 format, object link, object displayAsIcon) - { - Factory.ExecuteMethod(this, "PasteSpecial", format, link, displayAsIcon); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 format - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PasteSpecial(Int32 format) - { - Factory.ExecuteMethod(this, "PasteSpecial", format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 format - /// optional object link - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void PasteSpecial(Int32 format, object link) - { - Factory.ExecuteMethod(this, "PasteSpecial", format, link); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisSelectionTypes selType - /// optional NetOffice.VisioApi.Enums.VisSelectMode IterationMode = 256 - /// optional object data - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection CreateSelection(NetOffice.VisioApi.Enums.VisSelectionTypes selType, object iterationMode, object data) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "CreateSelection", selType, iterationMode, data); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisSelectionTypes selType - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVSelection CreateSelection(NetOffice.VisioApi.Enums.VisSelectionTypes selType) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "CreateSelection", selType); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisSelectionTypes selType - /// optional NetOffice.VisioApi.Enums.VisSelectMode IterationMode = 256 - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVSelection CreateSelection(NetOffice.VisioApi.Enums.VisSelectionTypes selType, object iterationMode) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "CreateSelection", selType, iterationMode); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double distance - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Offset(Double distance) - { - Factory.ExecuteMethod(this, "Offset", distance); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 type - /// Double xPos - /// Double yPos - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape AddGuide(Int16 type, Double xPos, Double yPos) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddGuide", type, xPos, yPos); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xBegin - /// Double yBegin - /// Double xEnd - /// Double yEnd - /// Double xControl - /// Double yControl - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawArcByThreePoints(Double xBegin, Double yBegin, Double xEnd, Double yEnd, Double xControl, Double yControl) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawArcByThreePoints", new object[]{ xBegin, yBegin, xEnd, yEnd, xControl, yControl }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xBegin - /// Double yBegin - /// Double xEnd - /// Double yEnd - /// NetOffice.VisioApi.Enums.VisArcSweepFlags sweepFlag - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawQuarterArc(Double xBegin, Double yBegin, Double xEnd, Double yEnd, NetOffice.VisioApi.Enums.VisArcSweepFlags sweepFlag) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawQuarterArc", new object[]{ xBegin, yBegin, xEnd, yEnd, sweepFlag }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xCenter - /// Double yCenter - /// Double radius - /// optional Double StartAngle = 0 - /// optional Double EndAngle = 3.1415927410125732 - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape DrawCircularArc(Double xCenter, Double yCenter, Double radius, object startAngle, object endAngle) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawCircularArc", new object[]{ xCenter, yCenter, radius, startAngle, endAngle }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xCenter - /// Double yCenter - /// Double radius - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawCircularArc(Double xCenter, Double yCenter, Double radius) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawCircularArc", xCenter, yCenter, radius); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double xCenter - /// Double yCenter - /// Double radius - /// optional Double StartAngle = 0 - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVShape DrawCircularArc(Double xCenter, Double yCenter, Double radius, object startAngle) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "DrawCircularArc", xCenter, yCenter, radius, startAngle); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// Int32 rowID - /// optional bool ApplyDataGraphicAfterLink = true - [SupportByVersion("Visio", 12,14,15,16)] - public void LinkToData(Int32 dataRecordsetID, Int32 rowID, object applyDataGraphicAfterLink) - { - Factory.ExecuteMethod(this, "LinkToData", dataRecordsetID, rowID, applyDataGraphicAfterLink); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// Int32 rowID - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void LinkToData(Int32 dataRecordsetID, Int32 rowID) - { - Factory.ExecuteMethod(this, "LinkToData", dataRecordsetID, rowID); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - [SupportByVersion("Visio", 12,14,15,16)] - public void BreakLinkToData(Int32 dataRecordsetID) - { - Factory.ExecuteMethod(this, "BreakLinkToData", dataRecordsetID); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 GetLinkedDataRow(Int32 dataRecordsetID) - { - return Factory.ExecuteInt32MethodGet(this, "GetLinkedDataRow", dataRecordsetID); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32[] dataRecordsetIDs - [SupportByVersion("Visio", 12,14,15,16)] - public void GetLinkedDataRecordsetIDs(out Int32[] dataRecordsetIDs) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - dataRecordsetIDs = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)dataRecordsetIDs); - Invoker.Method(this, "GetLinkedDataRecordsetIDs", paramsArray, modifiers); - dataRecordsetIDs = (Int32[])paramsArray[0]; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// Int32[] customPropertyIndices - [SupportByVersion("Visio", 12,14,15,16)] - public void GetCustomPropertiesLinkedToData(Int32 dataRecordsetID, out Int32[] customPropertyIndices) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - customPropertyIndices = null; - object[] paramsArray = Invoker.ValidateParamsArray(dataRecordsetID, (object)customPropertyIndices); - Invoker.Method(this, "GetCustomPropertiesLinkedToData", paramsArray, modifiers); - customPropertyIndices = (Int32[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// Int32 customPropertyIndex - [SupportByVersion("Visio", 12,14,15,16)] - public bool IsCustomPropertyLinked(Int32 dataRecordsetID, Int32 customPropertyIndex) - { - return Factory.ExecuteBoolMethodGet(this, "IsCustomPropertyLinked", dataRecordsetID, customPropertyIndex); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// Int32 dataRecordsetID - /// Int32 customPropertyIndex - [SupportByVersion("Visio", 12,14,15,16)] - public string GetCustomPropertyLinkedColumn(Int32 dataRecordsetID, Int32 customPropertyIndex) - { - return Factory.ExecuteStringMethodGet(this, "GetCustomPropertyLinkedColumn", dataRecordsetID, customPropertyIndex); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape toShape - /// NetOffice.VisioApi.Enums.VisAutoConnectDir placementDir - /// optional object Connector = null (Nothing in visual basic) - [SupportByVersion("Visio", 12,14,15,16)] - public void AutoConnect(NetOffice.VisioApi.IVShape toShape, NetOffice.VisioApi.Enums.VisAutoConnectDir placementDir, object connector) - { - Factory.ExecuteMethod(this, "AutoConnect", toShape, placementDir, connector); - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape toShape - /// NetOffice.VisioApi.Enums.VisAutoConnectDir placementDir - [CustomMethod] - [SupportByVersion("Visio", 12,14,15,16)] - public void AutoConnect(NetOffice.VisioApi.IVShape toShape, NetOffice.VisioApi.Enums.VisAutoConnectDir placementDir) - { - Factory.ExecuteMethod(this, "AutoConnect", toShape, placementDir); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// string category - [SupportByVersion("Visio", 14,15,16)] - public bool HasCategory(string category) - { - return Factory.ExecuteBoolMethodGet(this, "HasCategory", category); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisConnectedShapesFlags flags - /// string categoryFilter - [SupportByVersion("Visio", 14,15,16)] - public Int32[] ConnectedShapes(NetOffice.VisioApi.Enums.VisConnectedShapesFlags flags, string categoryFilter) - { - object[] paramsArray = Invoker.ValidateParamsArray(flags, categoryFilter); - object returnItem = (object)Invoker.MethodReturn(this, "ConnectedShapes", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisGluedShapesFlags flags - /// string categoryFilter - /// optional NetOffice.VisioApi.IVShape pOtherConnectedShape - [SupportByVersion("Visio", 14,15,16)] - public Int32[] GluedShapes(NetOffice.VisioApi.Enums.VisGluedShapesFlags flags, string categoryFilter, object pOtherConnectedShape) - { - object[] paramsArray = Invoker.ValidateParamsArray(flags, categoryFilter, pOtherConnectedShape); - object returnItem = (object)Invoker.MethodReturn(this, "GluedShapes", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisGluedShapesFlags flags - /// string categoryFilter - [CustomMethod] - [SupportByVersion("Visio", 14,15,16)] - public Int32[] GluedShapes(NetOffice.VisioApi.Enums.VisGluedShapesFlags flags, string categoryFilter) - { - object[] paramsArray = Invoker.ValidateParamsArray(flags, categoryFilter); - object returnItem = (object)Invoker.MethodReturn(this, "GluedShapes", paramsArray); - return (Int32[])returnItem; - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisConnectorEnds connectorEnd - /// Double offsetX - /// Double offsetY - /// NetOffice.VisioApi.Enums.VisUnitCodes units - [SupportByVersion("Visio", 14,15,16)] - public void Disconnect(NetOffice.VisioApi.Enums.VisConnectorEnds connectorEnd, Double offsetX, Double offsetY, NetOffice.VisioApi.Enums.VisUnitCodes units) - { - Factory.ExecuteMethod(this, "Disconnect", connectorEnd, offsetX, offsetY, units); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisResizeDirection direction - /// Double distance - /// NetOffice.VisioApi.Enums.VisUnitCodes unitCode - [SupportByVersion("Visio", 14,15,16)] - public void Resize(NetOffice.VisioApi.Enums.VisResizeDirection direction, Double distance, NetOffice.VisioApi.Enums.VisUnitCodes unitCode) - { - Factory.ExecuteMethod(this, "Resize", direction, distance, unitCode); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void AddToContainers() - { - Factory.ExecuteMethod(this, "AddToContainers"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void RemoveFromContainers() - { - Factory.ExecuteMethod(this, "RemoveFromContainers"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage CreateSubProcess() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "CreateSubProcess"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.IVPage page - /// object objectToDrop - /// optional NetOffice.VisioApi.IVShape NewShape = 0 - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection MoveToSubprocess(NetOffice.VisioApi.IVPage page, object objectToDrop, object newShape) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "MoveToSubprocess", page, objectToDrop, newShape); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.IVPage page - /// object objectToDrop - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.IVSelection MoveToSubprocess(NetOffice.VisioApi.IVPage page, object objectToDrop) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "MoveToSubprocess", page, objectToDrop); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// Int32 delFlags - [SupportByVersion("Visio", 14,15,16)] - public void DeleteEx(Int32 delFlags) - { - Factory.ExecuteMethod(this, "DeleteEx", delFlags); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// object masterOrMasterShortcutToDrop - /// optional Int32 ReplaceFlags = 0 - [SupportByVersion("Visio", 15, 16)] - [BaseResult] - public NetOffice.VisioApi.IVShape ReplaceShape(object masterOrMasterShortcutToDrop, object replaceFlags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "ReplaceShape", masterOrMasterShortcutToDrop, replaceFlags); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// object masterOrMasterShortcutToDrop - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 15, 16)] - public NetOffice.VisioApi.IVShape ReplaceShape(object masterOrMasterShortcutToDrop) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "ReplaceShape", masterOrMasterShortcutToDrop); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices lineMatrix - /// NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices fillMatrix - /// NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices effectsMatrix - /// NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices fontMatrix - /// NetOffice.VisioApi.Enums.VisQuickStyleColors lineColor - /// NetOffice.VisioApi.Enums.VisQuickStyleColors fillColor - /// NetOffice.VisioApi.Enums.VisQuickStyleColors shadowColor - /// NetOffice.VisioApi.Enums.VisQuickStyleColors fontColor - [SupportByVersion("Visio", 15, 16)] - public void SetQuickStyle(NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices lineMatrix, NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices fillMatrix, NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices effectsMatrix, NetOffice.VisioApi.Enums.VisQuickStyleMatrixIndices fontMatrix, NetOffice.VisioApi.Enums.VisQuickStyleColors lineColor, NetOffice.VisioApi.Enums.VisQuickStyleColors fillColor, NetOffice.VisioApi.Enums.VisQuickStyleColors shadowColor, NetOffice.VisioApi.Enums.VisQuickStyleColors fontColor) - { - Factory.ExecuteMethod(this, "SetQuickStyle", new object[]{ lineMatrix, fillMatrix, effectsMatrix, fontMatrix, lineColor, fillColor, shadowColor, fontColor }); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// string fileName - /// optional Int32 ChangePictureFlags = 0 - [SupportByVersion("Visio", 15, 16)] - public Double ChangePicture(string fileName, object changePictureFlags) - { - return Factory.ExecuteDoubleMethodGet(this, "ChangePicture", fileName, changePictureFlags); - } - - /// - /// SupportByVersion Visio 15,16 - /// - /// string fileName - [CustomMethod] - [SupportByVersion("Visio", 15, 16)] - public Double ChangePicture(string fileName) - { - return Factory.ExecuteDoubleMethodGet(this, "ChangePicture", fileName); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOSHAPES.cs b/Source/Visio/Interfaces/LPVISIOSHAPES.cs deleted file mode 100644 index 55740a0378..0000000000 --- a/Source/Visio/Interfaces/LPVISIOSHAPES.cs +++ /dev/null @@ -1,430 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOSHAPES - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOSHAPES : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOSHAPES); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOSHAPES(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOSHAPES(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSHAPES(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSHAPES(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSHAPES(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSHAPES(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSHAPES() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSHAPES(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameUIDOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVShape this[object nameUIDOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameUIDOrIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Count16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage ContainingPage - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingPage"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMaster ContainingMaster - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingMaster"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape ContainingShape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ContainingShape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 objectID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVShape get_ItemFromID16(Int16 objectID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID16", NetOffice.VisioApi.IVShape.LateBindingApiWrapperType, objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemFromID16 - /// - /// Int16 objectID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemFromID16")] - public NetOffice.VisioApi.IVShape ItemFromID16(Int16 objectID) - { - return get_ItemFromID16(objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 objectID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVShape get_ItemFromID(Int32 objectID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVShape.LateBindingApiWrapperType, objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 objectID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVShape ItemFromID(Int32 objectID) - { - return get_ItemFromID(objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameUIDOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVShape get_ItemU(object nameUIDOrIndex) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemU", NetOffice.VisioApi.IVShape.LateBindingApiWrapperType, nameUIDOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemU - /// - /// object nameUIDOrIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemU")] - public NetOffice.VisioApi.IVShape ItemU(object nameUIDOrIndex) - { - return get_ItemU(nameUIDOrIndex); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - /// string uniqueID - [SupportByVersion("Visio", 14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVShape get_ItemFromUniqueID(string uniqueID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromUniqueID", NetOffice.VisioApi.IVShape.LateBindingApiWrapperType, uniqueID); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Alias for get_ItemFromUniqueID - /// - /// string uniqueID - [SupportByVersion("Visio", 14,15,16), Redirect("get_ItemFromUniqueID")] - public NetOffice.VisioApi.IVShape ItemFromUniqueID(string uniqueID) - { - return get_ItemFromUniqueID(uniqueID); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void CenterDrawing() - { - Factory.ExecuteMethod(this, "CenterDrawing"); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVShape item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOSTATUSBAR.cs b/Source/Visio/Interfaces/LPVISIOSTATUSBAR.cs deleted file mode 100644 index 7b9595714e..0000000000 --- a/Source/Visio/Interfaces/LPVISIOSTATUSBAR.cs +++ /dev/null @@ -1,229 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOSTATUSBAR - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOSTATUSBAR : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOSTATUSBAR); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOSTATUSBAR(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOSTATUSBAR(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBAR(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBAR(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBAR(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBAR(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBAR() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBAR(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string Default - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Default"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Caption - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Caption"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Caption", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SetID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SetID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStatusBarItems StatusBarItems - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "StatusBarItems"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStatusBars Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool BuiltIn - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "BuiltIn"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Protection - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Protection"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Protection", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOSTATUSBARITEM.cs b/Source/Visio/Interfaces/LPVISIOSTATUSBARITEM.cs deleted file mode 100644 index 89631546ad..0000000000 --- a/Source/Visio/Interfaces/LPVISIOSTATUSBARITEM.cs +++ /dev/null @@ -1,595 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOSTATUSBARITEM - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOSTATUSBARITEM : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOSTATUSBARITEM); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOSTATUSBARITEM(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOSTATUSBARITEM(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBARITEM(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBARITEM(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBARITEM(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBARITEM(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBARITEM() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBARITEM(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string Default - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Default"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Index - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStatusBarItems Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 CmdNum - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CmdNum"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CmdNum", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 HelpContextID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "HelpContextID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HelpContextID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ActionText - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ActionText"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ActionText", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AddOnName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AddOnName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AddOnName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AddOnArgs - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AddOnArgs"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AddOnArgs", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string HelpFile - { - get - { - return Factory.ExecuteStringPropertyGet(this, "HelpFile"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HelpFile", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 CntrlType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CntrlType"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CntrlType", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 CntrlID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CntrlID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CntrlID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 TypeSpecific1 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "TypeSpecific1"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TypeSpecific1", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Priority - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Priority"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Priority", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Spacing - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Spacing"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Spacing", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 TypeSpecific2 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "TypeSpecific2"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TypeSpecific2", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Caption - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Caption"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Caption", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string MiniHelp - { - get - { - return Factory.ExecuteStringPropertyGet(this, "MiniHelp"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MiniHelp", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool BuiltIn - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "BuiltIn"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Enabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Enabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Enabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 FaceID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "FaceID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FaceID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 State - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "State"); - } - set - { - Factory.ExecuteValuePropertySet(this, "State", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Style - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Style"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Style", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Visible - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Visible"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Visible", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Width - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Width"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Width", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PaletteWidth - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PaletteWidth"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PaletteWidth", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStatusBarItems StatusBarItems - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "StatusBarItems"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 IsSeparator - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsSeparator"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IsHierarchical - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsHierarchical"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string iconFileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void IconFileName(string iconFileName) - { - Factory.ExecuteMethod(this, "IconFileName", iconFileName); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOSTATUSBARITEMS.cs b/Source/Visio/Interfaces/LPVISIOSTATUSBARITEMS.cs deleted file mode 100644 index 85e3510d39..0000000000 --- a/Source/Visio/Interfaces/LPVISIOSTATUSBARITEMS.cs +++ /dev/null @@ -1,241 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOSTATUSBARITEMS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOSTATUSBARITEMS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOSTATUSBARITEMS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOSTATUSBARITEMS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOSTATUSBARITEMS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBARITEMS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBARITEMS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBARITEMS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBARITEMS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBARITEMS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBARITEMS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVStatusBarItem this[Int32 lIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", lIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStatusBar Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStatusBarItem ParentItem - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ParentItem"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStatusBarItem Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStatusBarItem AddAt(Int32 lIndex) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddAt", lIndex); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVStatusBarItem item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOSTATUSBARS.cs b/Source/Visio/Interfaces/LPVISIOSTATUSBARS.cs deleted file mode 100644 index 80673d1c60..0000000000 --- a/Source/Visio/Interfaces/LPVISIOSTATUSBARS.cs +++ /dev/null @@ -1,250 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOSTATUSBARS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOSTATUSBARS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOSTATUSBARS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOSTATUSBARS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOSTATUSBARS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBARS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBARS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBARS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBARS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBARS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTATUSBARS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVStatusBar this[Int32 lIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", lIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVStatusBar get_ItemAtID(Int32 lID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemAtID", NetOffice.VisioApi.IVStatusBar.LateBindingApiWrapperType, lID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemAtID - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemAtID")] - public NetOffice.VisioApi.IVStatusBar ItemAtID(Int32 lID) - { - return get_ItemAtID(lID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVUIObject Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStatusBar Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStatusBar AddAtID(Int32 lID) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddAtID", lID); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVStatusBar item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOSTYLE.cs b/Source/Visio/Interfaces/LPVISIOSTYLE.cs deleted file mode 100644 index d90596b766..0000000000 --- a/Source/Visio/Interfaces/LPVISIOSTYLE.cs +++ /dev/null @@ -1,684 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOSTYLE - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOSTYLE : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOSTYLE); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOSTYLE(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOSTYLE(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTYLE(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTYLE(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTYLE(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTYLE(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTYLE() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTYLE(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Index16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string BasedOn - { - get - { - return Factory.ExecuteStringPropertyGet(this, "BasedOn"); - } - set - { - Factory.ExecuteValuePropertySet(this, "BasedOn", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string TextBasedOn - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TextBasedOn"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TextBasedOn", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string LineBasedOn - { - get - { - return Factory.ExecuteStringPropertyGet(this, "LineBasedOn"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LineBasedOn", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string FillBasedOn - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FillBasedOn"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FillBasedOn", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IncludesText - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IncludesText"); - } - set - { - Factory.ExecuteValuePropertySet(this, "IncludesText", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IncludesLine - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IncludesLine"); - } - set - { - Factory.ExecuteValuePropertySet(this, "IncludesLine", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IncludesFill - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IncludesFill"); - } - set - { - Factory.ExecuteValuePropertySet(this, "IncludesFill", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeSpecificCellName - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCell get_Cells(string localeSpecificCellName) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Cells", NetOffice.VisioApi.IVCell.LateBindingApiWrapperType, localeSpecificCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Cells - /// - /// string localeSpecificCellName - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Cells")] - public NetOffice.VisioApi.IVCell Cells(string localeSpecificCellName) - { - return get_Cells(localeSpecificCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 ID16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ID16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Index - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVSection get_Section(Int16 index) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "Section", NetOffice.VisioApi.IVSection.LateBindingApiWrapperType, index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_Section - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_Section")] - public NetOffice.VisioApi.IVSection Section(Int16 index) - { - return get_Section(index); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Hidden - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Hidden"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Hidden", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string NameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NameU", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeIndependentCellName - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCell get_CellsU(string localeIndependentCellName) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "CellsU", NetOffice.VisioApi.IVCell.LateBindingApiWrapperType, localeIndependentCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellsU - /// - /// string localeIndependentCellName - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellsU")] - public NetOffice.VisioApi.IVCell CellsU(string localeIndependentCellName) - { - return get_CellsU(localeIndependentCellName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeSpecificCellName - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CellExists(string localeSpecificCellName, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "CellExists", localeSpecificCellName, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellExists - /// - /// string localeSpecificCellName - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellExists")] - public Int16 CellExists(string localeSpecificCellName, Int16 fExistsLocally) - { - return get_CellExists(localeSpecificCellName, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// string localeIndependentCellName - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CellExistsU(string localeIndependentCellName, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "CellExistsU", localeIndependentCellName, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellExistsU - /// - /// string localeIndependentCellName - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellExistsU")] - public Int16 CellExistsU(string localeIndependentCellName, Int16 fExistsLocally) - { - return get_CellExistsU(localeIndependentCellName, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 row - /// Int16 column - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVCell get_CellsSRC(Int16 section, Int16 row, Int16 column) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "CellsSRC", NetOffice.VisioApi.IVCell.LateBindingApiWrapperType, section, row, column); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellsSRC - /// - /// Int16 section - /// Int16 row - /// Int16 column - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellsSRC")] - public NetOffice.VisioApi.IVCell CellsSRC(Int16 section, Int16 row, Int16 column) - { - return get_CellsSRC(section, row, column); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 section - /// Int16 row - /// Int16 column - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 get_CellsSRCExists(Int16 section, Int16 row, Int16 column, Int16 fExistsLocally) - { - return Factory.ExecuteInt16PropertyGet(this, "CellsSRCExists", section, row, column, fExistsLocally); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_CellsSRCExists - /// - /// Int16 section - /// Int16 row - /// Int16 column - /// Int16 fExistsLocally - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_CellsSRCExists")] - public Int16 CellsSRCExists(Int16 section, Int16 row, Int16 column, Int16 fExistsLocally) - { - return get_CellsSRCExists(section, row, column, fExistsLocally); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// object[] formulaArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetFormulas(Int16[] sRCStream, out object[] formulaArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - formulaArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, (object)formulaArray); - Invoker.Method(this, "GetFormulas", paramsArray, modifiers); - formulaArray = (object[])paramsArray[1]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// Int16 flags - /// object[] unitsNamesOrCodes - /// object[] resultArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetResults(Int16[] sRCStream, Int16 flags, object[] unitsNamesOrCodes, out object[] resultArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,false,true); - resultArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, flags, (object)unitsNamesOrCodes, (object)resultArray); - Invoker.Method(this, "GetResults", paramsArray, modifiers); - resultArray = (object[])paramsArray[3]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// object[] formulaArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SetFormulas(Int16[] sRCStream, object[] formulaArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, (object)formulaArray, flags); - object returnItem = Invoker.MethodReturn(this, "SetFormulas", paramsArray); - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// object[] unitsNamesOrCodes - /// object[] resultArray - /// Int16 flags - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SetResults(Int16[] sRCStream, object[] unitsNamesOrCodes, object[] resultArray, Int16 flags) - { - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, (object)unitsNamesOrCodes, (object)resultArray, flags); - object returnItem = Invoker.MethodReturn(this, "SetResults", paramsArray); - return NetRuntimeSystem.Convert.ToInt16(returnItem); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16[] sRCStream - /// object[] formulaArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetFormulasU(Int16[] sRCStream, out object[] formulaArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true); - formulaArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)sRCStream, (object)formulaArray); - Invoker.Method(this, "GetFormulasU", paramsArray, modifiers); - formulaArray = (object[])paramsArray[1]; - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOSTYLES.cs b/Source/Visio/Interfaces/LPVISIOSTYLES.cs deleted file mode 100644 index 60d53bf212..0000000000 --- a/Source/Visio/Interfaces/LPVISIOSTYLES.cs +++ /dev/null @@ -1,400 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOSTYLES - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOSTYLES : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOSTYLES); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOSTYLES(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOSTYLES(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTYLES(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTYLES(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTYLES(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTYLES(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTYLES() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOSTYLES(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVStyle this[object nameOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameOrIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Count16 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 objectID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVStyle get_ItemFromID16(Int16 objectID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID16", NetOffice.VisioApi.IVStyle.LateBindingApiWrapperType, objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemFromID16 - /// - /// Int16 objectID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemFromID16")] - public NetOffice.VisioApi.IVStyle ItemFromID16(Int16 objectID) - { - return get_ItemFromID16(objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 objectID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVStyle get_ItemFromID(Int32 objectID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVStyle.LateBindingApiWrapperType, objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 objectID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVStyle ItemFromID(Int32 objectID) - { - return get_ItemFromID(objectID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVStyle get_ItemU(object nameOrIndex) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemU", NetOffice.VisioApi.IVStyle.LateBindingApiWrapperType, nameOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemU - /// - /// object nameOrIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemU")] - public NetOffice.VisioApi.IVStyle ItemU(object nameOrIndex) - { - return get_ItemU(nameOrIndex); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string styleName - /// string basedOn - /// Int16 fIncludesText - /// Int16 fIncludesLine - /// Int16 fIncludesFill - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVStyle Add(string styleName, string basedOn, Int16 fIncludesText, Int16 fIncludesLine, Int16 fIncludesFill) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", new object[]{ styleName, basedOn, fIncludesText, fIncludesLine, fIncludesFill }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] localeSpecificNameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetNames(out String[] localeSpecificNameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - localeSpecificNameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)localeSpecificNameArray); - Invoker.Method(this, "GetNames", paramsArray, modifiers); - localeSpecificNameArray = (String[])paramsArray[0]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] localeIndependentNameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetNamesU(out String[] localeIndependentNameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - localeIndependentNameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)localeIndependentNameArray); - Invoker.Method(this, "GetNamesU", paramsArray, modifiers); - localeIndependentNameArray = (String[])paramsArray[0]; - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVStyle item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOTOOLBAR.cs b/Source/Visio/Interfaces/LPVISIOTOOLBAR.cs deleted file mode 100644 index 58c2acc8c8..0000000000 --- a/Source/Visio/Interfaces/LPVISIOTOOLBAR.cs +++ /dev/null @@ -1,365 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOTOOLBAR - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOTOOLBAR : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOTOOLBAR); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOTOOLBAR(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOTOOLBAR(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBAR(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBAR(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBAR(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBAR(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBAR() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBAR(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string Default - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Default"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Caption - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Caption"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Caption", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Index - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbarItems ToolbarItems - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ToolbarItems"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbars Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool BuiltIn - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "BuiltIn"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Enabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Enabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Enabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Height - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Height"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Height", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Left - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Left"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Left", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Position - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Position"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Position", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Protection - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Protection"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Protection", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 RowIndex - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "RowIndex"); - } - set - { - Factory.ExecuteValuePropertySet(this, "RowIndex", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Top - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Top"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Top", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Visible - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Visible"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Visible", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Width - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Width"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Width", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOTOOLBARITEM.cs b/Source/Visio/Interfaces/LPVISIOTOOLBARITEM.cs deleted file mode 100644 index ab1094fff8..0000000000 --- a/Source/Visio/Interfaces/LPVISIOTOOLBARITEM.cs +++ /dev/null @@ -1,612 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOTOOLBARITEM - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOTOOLBARITEM : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOTOOLBARITEM); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOTOOLBARITEM(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOTOOLBARITEM(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARITEM(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARITEM(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARITEM(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARITEM(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARITEM() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARITEM(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string Default - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Default"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Index - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbarItems Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 CmdNum - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CmdNum"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CmdNum", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 HelpContextID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "HelpContextID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HelpContextID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string ActionText - { - get - { - return Factory.ExecuteStringPropertyGet(this, "ActionText"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ActionText", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AddOnName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AddOnName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AddOnName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string AddOnArgs - { - get - { - return Factory.ExecuteStringPropertyGet(this, "AddOnArgs"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AddOnArgs", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string HelpFile - { - get - { - return Factory.ExecuteStringPropertyGet(this, "HelpFile"); - } - set - { - Factory.ExecuteValuePropertySet(this, "HelpFile", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 CntrlType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CntrlType"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CntrlType", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 CntrlID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "CntrlID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "CntrlID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 TypeSpecific1 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "TypeSpecific1"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TypeSpecific1", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Priority - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Priority"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Priority", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Spacing - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Spacing"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Spacing", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 TypeSpecific2 - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "TypeSpecific2"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TypeSpecific2", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Caption - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Caption"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Caption", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string MiniHelp - { - get - { - return Factory.ExecuteStringPropertyGet(this, "MiniHelp"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MiniHelp", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool BuiltIn - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "BuiltIn"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Enabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Enabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Enabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 FaceID - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "FaceID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FaceID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 State - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "State"); - } - set - { - Factory.ExecuteValuePropertySet(this, "State", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Style - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Style"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Style", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Visible - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Visible"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Visible", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Width - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Width"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Width", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PaletteWidth - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PaletteWidth"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PaletteWidth", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbarItems ToolbarItems - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ToolbarItems"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 IsSeparator - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsSeparator"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 IsHierarchical - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "IsHierarchical"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool BeginGroup - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "BeginGroup"); - } - set - { - Factory.ExecuteValuePropertySet(this, "BeginGroup", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string iconFileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void IconFileName(string iconFileName) - { - Factory.ExecuteMethod(this, "IconFileName", iconFileName); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOTOOLBARITEMS.cs b/Source/Visio/Interfaces/LPVISIOTOOLBARITEMS.cs deleted file mode 100644 index 5833f739ec..0000000000 --- a/Source/Visio/Interfaces/LPVISIOTOOLBARITEMS.cs +++ /dev/null @@ -1,241 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOTOOLBARITEMS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOTOOLBARITEMS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOTOOLBARITEMS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOTOOLBARITEMS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOTOOLBARITEMS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARITEMS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARITEMS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARITEMS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARITEMS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARITEMS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARITEMS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVToolbarItem this[Int32 lIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", lIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbar Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbarItem ParentItem - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ParentItem"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbarItem Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbarItem AddAt(Int32 lIndex) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddAt", lIndex); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVToolbarItem item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOTOOLBARS.cs b/Source/Visio/Interfaces/LPVISIOTOOLBARS.cs deleted file mode 100644 index 66b50a9893..0000000000 --- a/Source/Visio/Interfaces/LPVISIOTOOLBARS.cs +++ /dev/null @@ -1,227 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOTOOLBARS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOTOOLBARS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOTOOLBARS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOTOOLBARS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOTOOLBARS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVToolbar this[Int32 lIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", lIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbarSet Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbar Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbar AddAt(Int32 lIndex) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddAt", lIndex); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVToolbar item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOTOOLBARSET.cs b/Source/Visio/Interfaces/LPVISIOTOOLBARSET.cs deleted file mode 100644 index e1c4a1cafe..0000000000 --- a/Source/Visio/Interfaces/LPVISIOTOOLBARSET.cs +++ /dev/null @@ -1,199 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOTOOLBARSET - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOTOOLBARSET : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOTOOLBARSET); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOTOOLBARSET(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOTOOLBARSET(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARSET(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARSET(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARSET(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARSET(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARSET() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARSET(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string Default - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Default"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Caption - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Caption"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Caption", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 SetID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SetID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbars Toolbars - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Toolbars"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbarSets Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOTOOLBARSETS.cs b/Source/Visio/Interfaces/LPVISIOTOOLBARSETS.cs deleted file mode 100644 index 137d267a85..0000000000 --- a/Source/Visio/Interfaces/LPVISIOTOOLBARSETS.cs +++ /dev/null @@ -1,250 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOTOOLBARSETS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOTOOLBARSETS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOTOOLBARSETS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOTOOLBARSETS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOTOOLBARSETS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARSETS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARSETS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARSETS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARSETS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARSETS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOTOOLBARSETS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVToolbarSet this[Int32 lIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", lIndex); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVToolbarSet get_ItemAtID(Int32 lID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemAtID", NetOffice.VisioApi.IVToolbarSet.LateBindingApiWrapperType, lID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemAtID - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemAtID")] - public NetOffice.VisioApi.IVToolbarSet ItemAtID(Int32 lID) - { - return get_ItemAtID(lID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVUIObject Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbarSet Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 lID - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbarSet AddAtID(Int32 lID) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddAtID", lID); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVToolbarSet item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOUIOBJECT.cs b/Source/Visio/Interfaces/LPVISIOUIOBJECT.cs deleted file mode 100644 index 5363ab6b1e..0000000000 --- a/Source/Visio/Interfaces/LPVISIOUIOBJECT.cs +++ /dev/null @@ -1,345 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOUIOBJECT - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOUIOBJECT : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOUIOBJECT); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOUIOBJECT(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOUIOBJECT(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOUIOBJECT(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOUIOBJECT(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOUIOBJECT(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOUIOBJECT(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOUIOBJECT() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOUIOBJECT(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string Default - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Default"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 Flavor - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Flavor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Flavor", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMenuSets MenuSets - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "MenuSets"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVToolbarSets ToolbarSets - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ToolbarSets"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVStatusBars StatusBars - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "StatusBars"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVAccelTables AccelTables - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "AccelTables"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool DisplayKeysInTooltips - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DisplayKeysInTooltips"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DisplayKeysInTooltips", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool DisplayTooltips - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "DisplayTooltips"); - } - set - { - Factory.ExecuteValuePropertySet(this, "DisplayTooltips", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool LargeButtons - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "LargeButtons"); - } - set - { - Factory.ExecuteValuePropertySet(this, "LargeButtons", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 MenuAnimationStyle - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "MenuAnimationStyle"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MenuAnimationStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVUIObject Clone - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Clone"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SaveToFile(string fileName) - { - Factory.ExecuteMethod(this, "SaveToFile", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [SupportByVersion("Visio", 11,12,14,15,16)] - public void LoadFromFile(string fileName) - { - Factory.ExecuteMethod(this, "LoadFromFile", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void UpdateUI() - { - Factory.ExecuteMethod(this, "UpdateUI"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOVALIDATION.cs b/Source/Visio/Interfaces/LPVISIOVALIDATION.cs deleted file mode 100644 index 1bd762e279..0000000000 --- a/Source/Visio/Interfaces/LPVISIOVALIDATION.cs +++ /dev/null @@ -1,262 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOVALIDATION - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOVALIDATION : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOVALIDATION); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOVALIDATION(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOVALIDATION(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATION(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATION(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATION(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATION(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATION() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATION(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public DateTime LastValidatedDate - { - get - { - return Factory.ExecuteDateTimePropertyGet(this, "LastValidatedDate"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool ShowIgnoredIssues - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowIgnoredIssues"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowIgnoredIssues", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVValidationRuleSets RuleSets - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "RuleSets"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVValidationIssues Issues - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Issues"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// optional NetOffice.VisioApi.IVValidationRuleSet ruleSet - /// optional NetOffice.VisioApi.Enums.VisValidationFlags flags - [SupportByVersion("Visio", 14,15,16)] - public void Validate(object ruleSet, object flags) - { - Factory.ExecuteMethod(this, "Validate", ruleSet, flags); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 14,15,16)] - public void Validate() - { - Factory.ExecuteMethod(this, "Validate"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// optional NetOffice.VisioApi.IVValidationRuleSet ruleSet - [CustomMethod] - [SupportByVersion("Visio", 14,15,16)] - public void Validate(object ruleSet) - { - Factory.ExecuteMethod(this, "Validate", ruleSet); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOVALIDATIONISSUE.cs b/Source/Visio/Interfaces/LPVISIOVALIDATIONISSUE.cs deleted file mode 100644 index 945d60625c..0000000000 --- a/Source/Visio/Interfaces/LPVISIOVALIDATIONISSUE.cs +++ /dev/null @@ -1,266 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOVALIDATIONISSUE - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOVALIDATIONISSUE : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOVALIDATIONISSUE); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOVALIDATIONISSUE(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOVALIDATIONISSUE(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONISSUE(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONISSUE(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONISSUE(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONISSUE(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONISSUE() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONISSUE(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVPage TargetPage - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "TargetPage"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 TargetPageID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "TargetPageID"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape TargetShape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "TargetShape"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool Ignored - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Ignored"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Ignored", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVValidationRule Rule - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Rule"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOVALIDATIONISSUES.cs b/Source/Visio/Interfaces/LPVISIOVALIDATIONISSUES.cs deleted file mode 100644 index e0d2fbe003..0000000000 --- a/Source/Visio/Interfaces/LPVISIOVALIDATIONISSUES.cs +++ /dev/null @@ -1,278 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOVALIDATIONISSUES - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOVALIDATIONISSUES : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOVALIDATIONISSUES); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOVALIDATIONISSUES(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOVALIDATIONISSUES(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONISSUES(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONISSUES(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONISSUES(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONISSUES(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONISSUES() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONISSUES(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - /// Int32 index - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVValidationIssue this[Int32 index] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", index); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - /// Int32 issueID - [SupportByVersion("Visio", 14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVValidationIssue get_ItemFromID(Int32 issueID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVValidationIssue.LateBindingApiWrapperType, issueID); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 issueID - [SupportByVersion("Visio", 14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVValidationIssue ItemFromID(Int32 issueID) - { - return get_ItemFromID(issueID); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void Clear() - { - Factory.ExecuteMethod(this, "Clear"); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVValidationIssue item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOVALIDATIONRULE.cs b/Source/Visio/Interfaces/LPVISIOVALIDATIONRULE.cs deleted file mode 100644 index ff496367f4..0000000000 --- a/Source/Visio/Interfaces/LPVISIOVALIDATIONRULE.cs +++ /dev/null @@ -1,362 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOVALIDATIONRULE - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOVALIDATIONRULE : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOVALIDATIONRULE); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOVALIDATIONRULE(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOVALIDATIONRULE(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULE(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULE(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULE(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULE(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULE() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULE(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public string NameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NameU", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public string Category - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Category"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Category", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public string Description - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Description"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Description", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool Ignored - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Ignored"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Ignored", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public string FilterExpression - { - get - { - return Factory.ExecuteStringPropertyGet(this, "FilterExpression"); - } - set - { - Factory.ExecuteValuePropertySet(this, "FilterExpression", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisRuleTargets TargetType - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "TargetType"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "TargetType", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public string TestExpression - { - get - { - return Factory.ExecuteStringPropertyGet(this, "TestExpression"); - } - set - { - Factory.ExecuteValuePropertySet(this, "TestExpression", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVValidationRuleSet RuleSet - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "RuleSet"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// optional NetOffice.VisioApi.IVPage targetPage - /// optional NetOffice.VisioApi.IVShape targetShape - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVValidationIssue AddIssue(object targetPage, object targetShape) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddIssue", targetPage, targetShape); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.IVValidationIssue AddIssue() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddIssue"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// optional NetOffice.VisioApi.IVPage targetPage - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.IVValidationIssue AddIssue(object targetPage) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddIssue", targetPage); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOVALIDATIONRULES.cs b/Source/Visio/Interfaces/LPVISIOVALIDATIONRULES.cs deleted file mode 100644 index 42b873169c..0000000000 --- a/Source/Visio/Interfaces/LPVISIOVALIDATIONRULES.cs +++ /dev/null @@ -1,280 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOVALIDATIONRULES - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOVALIDATIONRULES : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOVALIDATIONRULES); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOVALIDATIONRULES(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOVALIDATIONRULES(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULES(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULES(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULES(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULES(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULES() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULES(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - /// object nameUOrIndex - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVValidationRule this[object nameUOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameUOrIndex); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - /// Int32 ruleID - [SupportByVersion("Visio", 14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVValidationRule get_ItemFromID(Int32 ruleID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVValidationRule.LateBindingApiWrapperType, ruleID); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 ruleID - [SupportByVersion("Visio", 14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVValidationRule ItemFromID(Int32 ruleID) - { - return get_ItemFromID(ruleID); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// string nameU - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVValidationRule Add(string nameU) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", nameU); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVValidationRule item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOVALIDATIONRULESET.cs b/Source/Visio/Interfaces/LPVISIOVALIDATIONRULESET.cs deleted file mode 100644 index 0828546eb6..0000000000 --- a/Source/Visio/Interfaces/LPVISIOVALIDATIONRULESET.cs +++ /dev/null @@ -1,293 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOVALIDATIONRULESET - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOVALIDATIONRULESET : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOVALIDATIONRULESET); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOVALIDATIONRULESET(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOVALIDATIONRULESET(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULESET(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULESET(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULESET(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULESET(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULESET() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULESET(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public string Name - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Name"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Name", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public string NameU - { - get - { - return Factory.ExecuteStringPropertyGet(this, "NameU"); - } - set - { - Factory.ExecuteValuePropertySet(this, "NameU", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public string Description - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Description"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Description", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public bool Enabled - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Enabled"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Enabled", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.Enums.VisRuleSetFlags RuleSetFlags - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "RuleSetFlags"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "RuleSetFlags", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVValidationRules Rules - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Rules"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - [SupportByVersion("Visio", 14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOVALIDATIONRULESETS.cs b/Source/Visio/Interfaces/LPVISIOVALIDATIONRULESETS.cs deleted file mode 100644 index 1d791c4c3e..0000000000 --- a/Source/Visio/Interfaces/LPVISIOVALIDATIONRULESETS.cs +++ /dev/null @@ -1,304 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOVALIDATIONRULESETS - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOVALIDATIONRULESETS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOVALIDATIONRULESETS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOVALIDATIONRULESETS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOVALIDATIONRULESETS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULESETS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULESETS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULESETS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULESETS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULESETS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOVALIDATIONRULESETS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - public Int32 Count - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - /// object nameUOrIndex - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVValidationRuleSet this[object nameUOrIndex] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", nameUOrIndex); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - /// Int32 ruleID - [SupportByVersion("Visio", 14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVValidationRuleSet get_ItemFromID(Int32 ruleID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVValidationRuleSet.LateBindingApiWrapperType, ruleID); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 ruleID - [SupportByVersion("Visio", 14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVValidationRuleSet ItemFromID(Int32 ruleID) - { - return get_ItemFromID(ruleID); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// string nameU - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVValidationRuleSet Add(string nameU) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", nameU); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.IVValidationRuleSet ruleSet - /// optional string NameU = - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVValidationRuleSet AddCopy(NetOffice.VisioApi.IVValidationRuleSet ruleSet, object nameU) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddCopy", ruleSet, nameU); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.IVValidationRuleSet ruleSet - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 14,15,16)] - public NetOffice.VisioApi.IVValidationRuleSet AddCopy(NetOffice.VisioApi.IVValidationRuleSet ruleSet) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "AddCopy", ruleSet); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVValidationRuleSet item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 14,15,16 - /// - [SupportByVersion("Visio", 14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Interfaces/LPVISIOWINDOW.cs b/Source/Visio/Interfaces/LPVISIOWINDOW.cs deleted file mode 100644 index 95be7830b7..0000000000 --- a/Source/Visio/Interfaces/LPVISIOWINDOW.cs +++ /dev/null @@ -1,1473 +0,0 @@ -using System.Reflection; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; - -namespace NetOffice.VisioApi -{ - /// - /// LPVISIOWINDOW - /// - [SyntaxBypass] - public class LPVISIOWINDOW_ : COMObject - { - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOWINDOW_(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOWINDOW_(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - /// object there has created the proxy - /// inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOWINDOW_(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - /// object there has created the proxy - /// inner wrapped COM proxy - /// Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOWINDOW_(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOWINDOW_(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - /// object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOWINDOW_(ICOMObject replacedObject) : base(replacedObject) - { - } - - /// - /// Hidden stub .ctor - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOWINDOW_() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOWINDOW_(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional Int32 reviewerID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public bool get_ReviewerMarkupVisible(object reviewerID) - { - return Factory.ExecuteBoolPropertyGet(this, "ReviewerMarkupVisible", reviewerID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - /// optional Int32 reviewerID - /// optional bool value - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public void set_ReviewerMarkupVisible(object reviewerID, bool value) - { - Factory.ExecutePropertySet(this, "ReviewerMarkupVisible", reviewerID, value); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ReviewerMarkupVisible - /// - /// optional Int32 reviewerID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ReviewerMarkupVisible")] - public bool ReviewerMarkupVisible(object reviewerID) - { - return get_ReviewerMarkupVisible(reviewerID); - } - - #endregion - - #region Methods - - #endregion - - } - - /// - /// Interface LPVISIOWINDOW - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface)] - public class LPVISIOWINDOW : COMObject - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOWINDOW); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOWINDOW(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOWINDOW(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOWINDOW(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOWINDOW(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOWINDOW(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOWINDOW(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOWINDOW() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOWINDOW(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Type - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Type"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDocument Document - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Document"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVPage PageAsObj - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "PageAsObj"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public string PageFromName - { - get - { - return Factory.ExecuteStringPropertyGet(this, "PageFromName"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PageFromName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double Zoom - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "Zoom"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Zoom", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection Selection - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Selection"); - } - set - { - Factory.ExecuteReferencePropertySet(this, "Selection", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Index - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Index"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 SubType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "SubType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public Int16 WindowHandle - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "WindowHandle"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 WindowHandle32 - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "WindowHandle32"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ShowRulers - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowRulers"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowRulers", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ShowGrid - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowGrid"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowGrid", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ShowGuides - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowGuides"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowGuides", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ShowConnectPoints - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowConnectPoints"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowConnectPoints", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ShowPageBreaks - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowPageBreaks"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowPageBreaks", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public object Page - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "Page"); - } - set - { - Factory.ExecuteVariantPropertySet(this, "Page", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public object Master - { - get - { - return Factory.ExecuteVariantPropertyGet(this, "Master"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ShowScrollBars - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ShowScrollBars"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowScrollBars", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool Visible - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "Visible"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Visible", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string Caption - { - get - { - return Factory.ExecuteStringPropertyGet(this, "Caption"); - } - set - { - Factory.ExecuteValuePropertySet(this, "Caption", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindows Windows - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Windows"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 WindowState - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "WindowState"); - } - set - { - Factory.ExecuteValuePropertySet(this, "WindowState", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ViewFit - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ViewFit"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ViewFit", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool IsEditingText - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "IsEditingText"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool IsEditingOLE - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "IsEditingOLE"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindows Parent - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Parent"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVMasterShortcut MasterShortcut - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "MasterShortcut"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 ID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "ID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow ParentWindow - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "ParentWindow"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string MergeID - { - get - { - return Factory.ExecuteStringPropertyGet(this, "MergeID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MergeID", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string MergeClass - { - get - { - return Factory.ExecuteStringPropertyGet(this, "MergeClass"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MergeClass", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 MergePosition - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "MergePosition"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MergePosition", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool AllowEditing - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "AllowEditing"); - } - set - { - Factory.ExecuteValuePropertySet(this, "AllowEditing", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Double PageTabWidth - { - get - { - return Factory.ExecuteDoublePropertyGet(this, "PageTabWidth"); - } - set - { - Factory.ExecuteValuePropertySet(this, "PageTabWidth", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ShowPageTabs - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowPageTabs"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowPageTabs", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool InPlace - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "InPlace"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public string MergeCaption - { - get - { - return Factory.ExecuteStringPropertyGet(this, "MergeCaption"); - } - set - { - Factory.ExecuteValuePropertySet(this, "MergeCaption", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16), NativeResult] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public stdole.Picture Icon - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "Icon", paramsArray); - return returnItem as stdole.Picture; - } - set - { - object[] paramsArray = Invoker.ValidateParamsArray(value); - Invoker.PropertySet(this, "Icon", paramsArray); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVShape Shape - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Shape"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVCell SelectedCell - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "SelectedCell"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 BackgroundColor - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "BackgroundColor"); - } - set - { - Factory.ExecuteValuePropertySet(this, "BackgroundColor", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int32 BackgroundColorGradient - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "BackgroundColorGradient"); - } - set - { - Factory.ExecuteValuePropertySet(this, "BackgroundColorGradient", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ShowPageOutline - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ShowPageOutline"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ShowPageOutline", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ScrollLock - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ScrollLock"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ScrollLock", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ZoomLock - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ZoomLock"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ZoomLock", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.Enums.VisZoomBehavior ZoomBehavior - { - get - { - return Factory.ExecuteEnumPropertyGet(this, "ZoomBehavior"); - } - set - { - Factory.ExecuteEnumPropertySet(this, "ZoomBehavior", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11,12,14,15,16), ProxyResult] - public object[] SelectedMasters - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(this, "SelectedMasters", paramsArray); - ICOMObject[] newObject = Factory.CreateObjectArrayFromComProxy(this,(object[])returnItem, false); - return newObject; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVCharacters SelectedText - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "SelectedText"); - } - set - { - Factory.ExecuteReferencePropertySet(this, "SelectedText", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public bool ReviewerMarkupVisible - { - get - { - return Factory.ExecuteBoolPropertyGet(this, "ReviewerMarkupVisible"); - } - set - { - Factory.ExecuteValuePropertySet(this, "ReviewerMarkupVisible", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVDataRecordset SelectedDataRecordset - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "SelectedDataRecordset"); - } - set - { - Factory.ExecuteReferencePropertySet(this, "SelectedDataRecordset", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12,14,15,16)] - public Int32 SelectedDataRowID - { - get - { - return Factory.ExecuteInt32PropertyGet(this, "SelectedDataRowID"); - } - set - { - Factory.ExecuteValuePropertySet(this, "SelectedDataRowID", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVSelection SelectionForDragCopy - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "SelectionForDragCopy"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVValidationIssue SelectedValidationIssue - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "SelectedValidationIssue"); - } - set - { - Factory.ExecuteReferencePropertySet(this, "SelectedValidationIssue", value); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Activate() - { - Factory.ExecuteMethod(this, "Activate"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Close() - { - Factory.ExecuteMethod(this, "Close"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SelectAll() - { - Factory.ExecuteMethod(this, "SelectAll"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public void DeselectAll() - { - Factory.ExecuteMethod(this, "DeselectAll"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape sheetObject - /// Int16 selectAction - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Select(NetOffice.VisioApi.IVShape sheetObject, Int16 selectAction) - { - Factory.ExecuteMethod(this, "Select", sheetObject, selectAction); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Cut() - { - Factory.ExecuteMethod(this, "Cut"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Copy() - { - Factory.ExecuteMethod(this, "Copy"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Paste() - { - Factory.ExecuteMethod(this, "Paste"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Delete() - { - Factory.ExecuteMethod(this, "Delete"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Duplicate() - { - Factory.ExecuteMethod(this, "Duplicate"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Group() - { - Factory.ExecuteMethod(this, "Group"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Union() - { - Factory.ExecuteMethod(this, "Union"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Combine() - { - Factory.ExecuteMethod(this, "Combine"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Fragment() - { - Factory.ExecuteMethod(this, "Fragment"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void AddToGroup() - { - Factory.ExecuteMethod(this, "AddToGroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void RemoveFromGroup() - { - Factory.ExecuteMethod(this, "RemoveFromGroup"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Intersect() - { - Factory.ExecuteMethod(this, "Intersect"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Subtract() - { - Factory.ExecuteMethod(this, "Subtract"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Trim() - { - Factory.ExecuteMethod(this, "Trim"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Join() - { - Factory.ExecuteMethod(this, "Join"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// String[] nameArray - [SupportByVersion("Visio", 11,12,14,15,16)] - public void DockedStencils(out String[] nameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true); - nameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray((object)nameArray); - Invoker.Method(this, "DockedStencils", paramsArray, modifiers); - nameArray = (String[])paramsArray[0]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 nxFlags - /// Int32 nyFlags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Scroll(Int32 nxFlags, Int32 nyFlags) - { - Factory.ExecuteMethod(this, "Scroll", nxFlags, nyFlags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double x - /// Double y - [SupportByVersion("Visio", 11,12,14,15,16)] - public void ScrollViewTo(Double x, Double y) - { - Factory.ExecuteMethod(this, "ScrollViewTo", x, y); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double pdLeft - /// Double pdTop - /// Double pdWidth - /// Double pdHeight - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetViewRect(out Double pdLeft, out Double pdTop, out Double pdWidth, out Double pdHeight) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true,true,true,true); - pdLeft = 0; - pdTop = 0; - pdWidth = 0; - pdHeight = 0; - object[] paramsArray = Invoker.ValidateParamsArray(pdLeft, pdTop, pdWidth, pdHeight); - Invoker.Method(this, "GetViewRect", paramsArray, modifiers); - pdLeft = (Double)paramsArray[0]; - pdTop = (Double)paramsArray[1]; - pdWidth = (Double)paramsArray[2]; - pdHeight = (Double)paramsArray[3]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Double dLeft - /// Double dTop - /// Double dWidth - /// Double dHeight - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetViewRect(Double dLeft, Double dTop, Double dWidth, Double dHeight) - { - Factory.ExecuteMethod(this, "SetViewRect", dLeft, dTop, dWidth, dHeight); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 pnLeft - /// Int32 pnTop - /// Int32 pnWidth - /// Int32 pnHeight - [SupportByVersion("Visio", 11,12,14,15,16)] - public void GetWindowRect(out Int32 pnLeft, out Int32 pnTop, out Int32 pnWidth, out Int32 pnHeight) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true,true,true,true); - pnLeft = 0; - pnTop = 0; - pnWidth = 0; - pnHeight = 0; - object[] paramsArray = Invoker.ValidateParamsArray(pnLeft, pnTop, pnWidth, pnHeight); - Invoker.Method(this, "GetWindowRect", paramsArray, modifiers); - pnLeft = (Int32)paramsArray[0]; - pnTop = (Int32)paramsArray[1]; - pnWidth = (Int32)paramsArray[2]; - pnHeight = (Int32)paramsArray[3]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 nLeft - /// Int32 nTop - /// Int32 nWidth - /// Int32 nHeight - [SupportByVersion("Visio", 11,12,14,15,16)] - public void SetWindowRect(Int32 nLeft, Int32 nTop, Int32 nWidth, Int32 nHeight) - { - Factory.ExecuteMethod(this, "SetWindowRect", nLeft, nTop, nWidth, nHeight); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow NewWindow() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "NewWindow"); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.IVShape sheetObject - /// NetOffice.VisioApi.Enums.VisCenterViewFlags flags - [SupportByVersion("Visio", 14,15,16)] - public void CenterViewOnShape(NetOffice.VisioApi.IVShape sheetObject, NetOffice.VisioApi.Enums.VisCenterViewFlags flags) - { - Factory.ExecuteMethod(this, "CenterViewOnShape", sheetObject, flags); - } - - #endregion - - #pragma warning restore - } -} diff --git a/Source/Visio/Interfaces/LPVISIOWINDOWS.cs b/Source/Visio/Interfaces/LPVISIOWINDOWS.cs deleted file mode 100644 index abd2fe0f88..0000000000 --- a/Source/Visio/Interfaces/LPVISIOWINDOWS.cs +++ /dev/null @@ -1,620 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using NetOffice.CollectionsGeneric; - -namespace NetOffice.VisioApi -{ - /// - /// Interface LPVISIOWINDOWS - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsInterface), Enumerator(Enumerator.Reference, EnumeratorInvoke.Property), HasIndexProperty(IndexInvoke.Property, "Item")] - public class LPVISIOWINDOWS : COMObject, IEnumerableProvider - { - #pragma warning disable - - #region Type Information - - /// - /// Instance Type - /// - [EditorBrowsable(EditorBrowsableState.Advanced), Browsable(false), Category("NetOffice"), CoreOverridden] - public override Type InstanceType - { - get - { - return LateBindingApiWrapperType; - } - } - - private static Type _type; - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Type LateBindingApiWrapperType - { - get - { - if (null == _type) - _type = typeof(LPVISIOWINDOWS); - return _type; - } - } - - #endregion - - #region Ctor - - /// current used factory core - /// object there has created the proxy - /// proxy share instead if com proxy - public LPVISIOWINDOWS(Core factory, ICOMObject parentObject, COMProxyShare proxyShare) : base(factory, parentObject, proxyShare) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - public LPVISIOWINDOWS(Core factory, ICOMObject parentObject, object comProxy) : base(factory, parentObject, comProxy) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOWINDOWS(ICOMObject parentObject, object comProxy) : base(parentObject, comProxy) - { - } - - ///current used factory core - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOWINDOWS(Core factory, ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(factory, parentObject, comProxy, comProxyType) - { - - } - - ///object there has created the proxy - ///inner wrapped COM proxy - ///Type of inner wrapped COM proxy" - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOWINDOWS(ICOMObject parentObject, object comProxy, NetRuntimeSystem.Type comProxyType) : base(parentObject, comProxy, comProxyType) - { - } - - ///object to replaced. replacedObject are not usable after this action - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOWINDOWS(ICOMObject replacedObject) : base(replacedObject) - { - } - - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOWINDOWS() : base() - { - } - - /// registered progID - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public LPVISIOWINDOWS(string progId) : base(progId) - { - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 index - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - [NetRuntimeSystem.Runtime.CompilerServices.IndexerName("Item"), IndexProperty] - public NetOffice.VisioApi.IVWindow this[Int16 index] - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "Item", index); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 Count - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "Count"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(this, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - public Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(this, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 nID - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVWindow get_ItemFromID(Int32 nID) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemFromID", NetOffice.VisioApi.IVWindow.LateBindingApiWrapperType, nID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemFromID - /// - /// Int32 nID - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemFromID")] - public NetOffice.VisioApi.IVWindow ItemFromID(Int32 nID) - { - return get_ItemFromID(nID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// object captionOrIndex - [SupportByVersion("Visio", 11,12,14,15,16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public NetOffice.VisioApi.IVWindow get_ItemEx(object captionOrIndex) - { - return Factory.ExecuteKnownReferencePropertyGet(this, "ItemEx", NetOffice.VisioApi.IVWindow.LateBindingApiWrapperType, captionOrIndex); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_ItemEx - /// - /// object captionOrIndex - [SupportByVersion("Visio", 11,12,14,15,16), Redirect("get_ItemEx")] - public NetOffice.VisioApi.IVWindow ItemEx(object captionOrIndex) - { - return get_ItemEx(captionOrIndex); - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void VoidArrange() - { - Factory.ExecuteMethod(this, "VoidArrange"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - /// optional object nLeft - /// optional object nTop - /// optional object nWidth - /// optional object nHeight - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add_WithoutMergeArgs(object bstrCaption, object nFlags, object nType, object nLeft, object nTop, object nWidth, object nHeight) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add_WithoutMergeArgs", new object[]{ bstrCaption, nFlags, nType, nLeft, nTop, nWidth, nHeight }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [BaseResult] - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add_WithoutMergeArgs() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add_WithoutMergeArgs"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [BaseResult] - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add_WithoutMergeArgs(object bstrCaption) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add_WithoutMergeArgs", bstrCaption); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [BaseResult] - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add_WithoutMergeArgs(object bstrCaption, object nFlags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add_WithoutMergeArgs", bstrCaption, nFlags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [BaseResult] - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add_WithoutMergeArgs(object bstrCaption, object nFlags, object nType) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add_WithoutMergeArgs", bstrCaption, nFlags, nType); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - /// optional object nLeft - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [BaseResult] - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add_WithoutMergeArgs(object bstrCaption, object nFlags, object nType, object nLeft) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add_WithoutMergeArgs", bstrCaption, nFlags, nType, nLeft); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - /// optional object nLeft - /// optional object nTop - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [BaseResult] - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add_WithoutMergeArgs(object bstrCaption, object nFlags, object nType, object nLeft, object nTop) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add_WithoutMergeArgs", new object[]{ bstrCaption, nFlags, nType, nLeft, nTop }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - /// optional object nLeft - /// optional object nTop - /// optional object nWidth - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [BaseResult] - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add_WithoutMergeArgs(object bstrCaption, object nFlags, object nType, object nLeft, object nTop, object nWidth) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add_WithoutMergeArgs", new object[]{ bstrCaption, nFlags, nType, nLeft, nTop, nWidth }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object nArrangeFlags - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Arrange(object nArrangeFlags) - { - Factory.ExecuteMethod(this, "Arrange", nArrangeFlags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [SupportByVersion("Visio", 11,12,14,15,16)] - public void Arrange() - { - Factory.ExecuteMethod(this, "Arrange"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - /// optional object nLeft - /// optional object nTop - /// optional object nWidth - /// optional object nHeight - /// optional object bstrMergeID - /// optional object bstrMergeClass - /// optional object nMergePosition - [SupportByVersion("Visio", 11,12,14,15,16)] - [BaseResult] - public NetOffice.VisioApi.IVWindow Add(object bstrCaption, object nFlags, object nType, object nLeft, object nTop, object nWidth, object nHeight, object bstrMergeID, object bstrMergeClass, object nMergePosition) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", new object[]{ bstrCaption, nFlags, nType, nLeft, nTop, nWidth, nHeight, bstrMergeID, bstrMergeClass, nMergePosition }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add() - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add(object bstrCaption) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", bstrCaption); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add(object bstrCaption, object nFlags) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", bstrCaption, nFlags); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add(object bstrCaption, object nFlags, object nType) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", bstrCaption, nFlags, nType); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - /// optional object nLeft - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add(object bstrCaption, object nFlags, object nType, object nLeft) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", bstrCaption, nFlags, nType, nLeft); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - /// optional object nLeft - /// optional object nTop - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add(object bstrCaption, object nFlags, object nType, object nLeft, object nTop) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", new object[]{ bstrCaption, nFlags, nType, nLeft, nTop }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - /// optional object nLeft - /// optional object nTop - /// optional object nWidth - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add(object bstrCaption, object nFlags, object nType, object nLeft, object nTop, object nWidth) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", new object[]{ bstrCaption, nFlags, nType, nLeft, nTop, nWidth }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - /// optional object nLeft - /// optional object nTop - /// optional object nWidth - /// optional object nHeight - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add(object bstrCaption, object nFlags, object nType, object nLeft, object nTop, object nWidth, object nHeight) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", new object[]{ bstrCaption, nFlags, nType, nLeft, nTop, nWidth, nHeight }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - /// optional object nLeft - /// optional object nTop - /// optional object nWidth - /// optional object nHeight - /// optional object bstrMergeID - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add(object bstrCaption, object nFlags, object nType, object nLeft, object nTop, object nWidth, object nHeight, object bstrMergeID) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", new object[]{ bstrCaption, nFlags, nType, nLeft, nTop, nWidth, nHeight, bstrMergeID }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// optional object bstrCaption - /// optional object nFlags - /// optional object nType - /// optional object nLeft - /// optional object nTop - /// optional object nWidth - /// optional object nHeight - /// optional object bstrMergeID - /// optional object bstrMergeClass - [CustomMethod] - [BaseResult] - [SupportByVersion("Visio", 11,12,14,15,16)] - public NetOffice.VisioApi.IVWindow Add(object bstrCaption, object nFlags, object nType, object nLeft, object nTop, object nWidth, object nHeight, object bstrMergeID, object bstrMergeClass) - { - return Factory.ExecuteBaseReferenceMethodGet(this, "Add", new object[]{ bstrCaption, nFlags, nType, nLeft, nTop, nWidth, nHeight, bstrMergeID, bstrMergeClass }); - } - - #endregion - - #region IEnumerableProvider - - ICOMObject IEnumerableProvider.GetComObjectEnumerator(ICOMObject parent) - { - return NetOffice.Utils.GetComObjectEnumeratorAsProperty(parent, this, false); - } - - IEnumerable IEnumerableProvider.FetchVariantComObjectEnumerator(ICOMObject parent, ICOMObject enumerator) - { - return NetOffice.Utils.FetchVariantComObjectEnumerator(parent, enumerator, false); - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public IEnumerator GetEnumerator() - { - NetRuntimeSystem.Collections.IEnumerable innerEnumerator = (this as NetRuntimeSystem.Collections.IEnumerable); - foreach (NetOffice.VisioApi.IVWindow item in innerEnumerator) - yield return item; - } - - #endregion - - #region IEnumerable - - /// - /// SupportByVersion Visio, 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - IEnumerator NetRuntimeSystem.Collections.IEnumerable.GetEnumerator() - { - return NetOffice.Utils.GetProxyEnumeratorAsProperty(this, false); - } - - #endregion - - #pragma warning restore - } -} \ No newline at end of file diff --git a/Source/Visio/Modules/Global.cs b/Source/Visio/Modules/Global.cs deleted file mode 100644 index f741397ecb..0000000000 --- a/Source/Visio/Modules/Global.cs +++ /dev/null @@ -1,1839 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.ComponentModel; -using NetOffice.Attributes; -using System.Reflection; - -namespace NetOffice.VisioApi.GlobalHelperModules -{ - /// - /// Module GlobalModule - /// SupportByVersion Visio 11,12,14,15,16 - /// - [SupportByVersion("Visio", 11,12,14,15,16)] - [EntityType(EntityType.IsModule), ModuleBaseType(typeof(VisioApi.Application))] - public static class GlobalModule - { - #region Fields - - private static ICOMObject _instance; - - #endregion - - #region Internal Properties - - internal static ICOMObject Instance - { - get - { - return _instance; - } - set - { - if ((null == value) || (null == _instance)) - _instance = value; - } - } - - internal static Core Factory - { - get - { - if(null != _instance) - return _instance.Factory; - else - return Core.Default; - } - } - - internal static Invoker Invoker - { - get - { - if(null != _instance) - return _instance.Invoker; - else - return Invoker.Default; - } - } - - #endregion - - #region Properties - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [BaseResult] - public static NetOffice.VisioApi.IVDocument ActiveDocument - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(_instance, "ActiveDocument"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [BaseResult] - public static NetOffice.VisioApi.IVPage ActivePage - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(_instance, "ActivePage"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [BaseResult] - public static NetOffice.VisioApi.IVWindow ActiveWindow - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(_instance, "ActiveWindow"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [BaseResult] - public static NetOffice.VisioApi.IVApplication Application - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(_instance, "Application"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [BaseResult] - public static NetOffice.VisioApi.IVDocuments Documents - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(_instance, "Documents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int16 ObjectType - { - get - { - return Factory.ExecuteInt16PropertyGet(_instance, "ObjectType"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int32 OnDataChangeDelay - { - get - { - return Factory.ExecuteInt32PropertyGet(_instance, "OnDataChangeDelay"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "OnDataChangeDelay", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int32 ProcessID - { - get - { - return Factory.ExecuteInt32PropertyGet(_instance, "ProcessID"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int16 ScreenUpdating - { - get - { - return Factory.ExecuteInt16PropertyGet(_instance, "ScreenUpdating"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "ScreenUpdating", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int16 Stat - { - get - { - return Factory.ExecuteInt16PropertyGet(_instance, "Stat"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static string Version - { - get - { - return Factory.ExecuteStringPropertyGet(_instance, "Version"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Int16 WindowHandle - { - get - { - return Factory.ExecuteInt16PropertyGet(_instance, "WindowHandle"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [BaseResult] - public static NetOffice.VisioApi.IVWindows Windows - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(_instance, "Windows"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int32 Language - { - get - { - return Factory.ExecuteInt32PropertyGet(_instance, "Language"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Int16 IsVisio16 - { - get - { - return Factory.ExecuteInt16PropertyGet(_instance, "IsVisio16"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Int16 IsVisio32 - { - get - { - return Factory.ExecuteInt16PropertyGet(_instance, "IsVisio32"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int32 WindowHandle32 - { - get - { - return Factory.ExecuteInt32PropertyGet(_instance, "WindowHandle32"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Int16 InstanceHandle - { - get - { - return Factory.ExecuteInt16PropertyGet(_instance, "InstanceHandle"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int32 InstanceHandle32 - { - get - { - return Factory.ExecuteInt32PropertyGet(_instance, "InstanceHandle32"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [BaseResult] - public static NetOffice.VisioApi.IVUIObject BuiltInMenus - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(_instance, "BuiltInMenus"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int16 fIgnored - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static NetOffice.VisioApi.IVUIObject get_BuiltInToolbars(Int16 fIgnored) - { - return Factory.ExecuteKnownReferencePropertyGet(_instance, "BuiltInToolbars", NetOffice.VisioApi.IVUIObject.LateBindingApiWrapperType, fIgnored); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_BuiltInToolbars - /// - /// Int16 fIgnored - [SupportByVersion("Visio", 11, 12, 14, 15, 16), Redirect("get_BuiltInToolbars")] - public static NetOffice.VisioApi.IVUIObject BuiltInToolbars(Int16 fIgnored) - { - return get_BuiltInToolbars(fIgnored); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [BaseResult] - public static NetOffice.VisioApi.IVUIObject CustomMenus - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(_instance, "CustomMenus"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static string CustomMenusFile - { - get - { - return Factory.ExecuteStringPropertyGet(_instance, "CustomMenusFile"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "CustomMenusFile", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [BaseResult] - public static NetOffice.VisioApi.IVUIObject CustomToolbars - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(_instance, "CustomToolbars"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static string CustomToolbarsFile - { - get - { - return Factory.ExecuteStringPropertyGet(_instance, "CustomToolbarsFile"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "CustomToolbarsFile", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static string AddonPaths - { - get - { - return Factory.ExecuteStringPropertyGet(_instance, "AddonPaths"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "AddonPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static string DrawingPaths - { - get - { - return Factory.ExecuteStringPropertyGet(_instance, "DrawingPaths"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "DrawingPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static string FilterPaths - { - get - { - return Factory.ExecuteStringPropertyGet(_instance, "FilterPaths"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "FilterPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static string HelpPaths - { - get - { - return Factory.ExecuteStringPropertyGet(_instance, "HelpPaths"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "HelpPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static string StartupPaths - { - get - { - return Factory.ExecuteStringPropertyGet(_instance, "StartupPaths"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "StartupPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static string StencilPaths - { - get - { - return Factory.ExecuteStringPropertyGet(_instance, "StencilPaths"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "StencilPaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static string TemplatePaths - { - get - { - return Factory.ExecuteStringPropertyGet(_instance, "TemplatePaths"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "TemplatePaths", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static string UserName - { - get - { - return Factory.ExecuteStringPropertyGet(_instance, "UserName"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "UserName", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int16 PromptForSummary - { - get - { - return Factory.ExecuteInt16PropertyGet(_instance, "PromptForSummary"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "PromptForSummary", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [BaseResult] - public static NetOffice.VisioApi.IVAddons Addons - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(_instance, "Addons"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static string ProfileName - { - get - { - return Factory.ExecuteStringPropertyGet(_instance, "ProfileName"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 eventSeqNum - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static string get_EventInfo(Int32 eventSeqNum) - { - return Factory.ExecuteStringPropertyGet(_instance, "EventInfo", eventSeqNum); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_EventInfo - /// - /// Int32 eventSeqNum - [SupportByVersion("Visio", 11, 12, 14, 15, 16), Redirect("get_EventInfo")] - public static string EventInfo(Int32 eventSeqNum) - { - return get_EventInfo(eventSeqNum); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [BaseResult] - public static NetOffice.VisioApi.IVEventList EventList - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(_instance, "EventList"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int16 PersistsEvents - { - get - { - return Factory.ExecuteInt16PropertyGet(_instance, "PersistsEvents"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int16 Active - { - get - { - return Factory.ExecuteInt16PropertyGet(_instance, "Active"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int16 DeferRecalc - { - get - { - return Factory.ExecuteInt16PropertyGet(_instance, "DeferRecalc"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "DeferRecalc", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int16 AlertResponse - { - get - { - return Factory.ExecuteInt16PropertyGet(_instance, "AlertResponse"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "AlertResponse", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int16 ShowProgress - { - get - { - return Factory.ExecuteInt16PropertyGet(_instance, "ShowProgress"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "ShowProgress", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16), ProxyResult] - public static object Vbe - { - get - { - return Factory.ExecuteReferencePropertyGet(_instance, "Vbe"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Int16 ShowMenus - { - get - { - return Factory.ExecuteInt16PropertyGet(_instance, "ShowMenus"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "ShowMenus", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static Int16 ToolbarStyle - { - get - { - return Factory.ExecuteInt16PropertyGet(_instance, "ToolbarStyle"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "ToolbarStyle", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int16 ShowStatusBar - { - get - { - return Factory.ExecuteInt16PropertyGet(_instance, "ShowStatusBar"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "ShowStatusBar", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int16 EventsEnabled - { - get - { - return Factory.ExecuteInt16PropertyGet(_instance, "EventsEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "EventsEnabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static string Path - { - get - { - return Factory.ExecuteStringPropertyGet(_instance, "Path"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int32 TraceFlags - { - get - { - return Factory.ExecuteInt32PropertyGet(_instance, "TraceFlags"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "TraceFlags", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int16 ShowToolbar - { - get - { - return Factory.ExecuteInt16PropertyGet(_instance, "ShowToolbar"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "ShowToolbar", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static bool LiveDynamics - { - get - { - return Factory.ExecuteBoolPropertyGet(_instance, "LiveDynamics"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "LiveDynamics", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static bool AutoLayout - { - get - { - return Factory.ExecuteBoolPropertyGet(_instance, "AutoLayout"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "AutoLayout", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static bool Visible - { - get - { - return Factory.ExecuteBoolPropertyGet(_instance, "Visible"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "Visible", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static string CommandLine - { - get - { - return Factory.ExecuteStringPropertyGet(_instance, "CommandLine"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static bool IsUndoingOrRedoing - { - get - { - return Factory.ExecuteBoolPropertyGet(_instance, "IsUndoingOrRedoing"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int32 CurrentScope - { - get - { - return Factory.ExecuteInt32PropertyGet(_instance, "CurrentScope"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - /// Int32 nCmdID - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static bool get_IsInScope(Int32 nCmdID) - { - return Factory.ExecuteBoolPropertyGet(_instance, "IsInScope", nCmdID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Alias for get_IsInScope - /// - /// Int32 nCmdID - [SupportByVersion("Visio", 11, 12, 14, 15, 16), Redirect("get_IsInScope")] - public static bool IsInScope(Int32 nCmdID) - { - return get_IsInScope(nCmdID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16), ProxyResult] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static object old_Addins - { - get - { - return Factory.ExecuteReferencePropertyGet(_instance, "old_Addins"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static string ProductName - { - get - { - return Factory.ExecuteStringPropertyGet(_instance, "ProductName"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static bool UndoEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(_instance, "UndoEnabled"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "UndoEnabled", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static bool ShowChanges - { - get - { - return Factory.ExecuteBoolPropertyGet(_instance, "ShowChanges"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "ShowChanges", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int16 TypelibMajorVersion - { - get - { - return Factory.ExecuteInt16PropertyGet(_instance, "TypelibMajorVersion"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int16 TypelibMinorVersion - { - get - { - return Factory.ExecuteInt16PropertyGet(_instance, "TypelibMinorVersion"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int16 AutoRecoverInterval - { - get - { - return Factory.ExecuteInt16PropertyGet(_instance, "AutoRecoverInterval"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "AutoRecoverInterval", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static bool InhibitSelectChange - { - get - { - return Factory.ExecuteBoolPropertyGet(_instance, "InhibitSelectChange"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "InhibitSelectChange", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static string ActivePrinter - { - get - { - return Factory.ExecuteStringPropertyGet(_instance, "ActivePrinter"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "ActivePrinter", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static String[] AvailablePrinters - { - get - { - object[] paramsArray = null; - object returnItem = (object)Invoker.PropertyGet(_instance, "AvailablePrinters", paramsArray); - return (String[])returnItem; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16), ProxyResult] - public static object CommandBars - { - get - { - return Factory.ExecuteReferencePropertyGet(_instance, "CommandBars"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int32 Build - { - get - { - return Factory.ExecuteInt32PropertyGet(_instance, "Build"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16), ProxyResult] - public static object COMAddIns - { - get - { - return Factory.ExecuteReferencePropertyGet(_instance, "COMAddIns"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static object DefaultPageUnits - { - get - { - return Factory.ExecuteVariantPropertyGet(_instance, "DefaultPageUnits"); - } - set - { - Factory.ExecuteVariantPropertySet(_instance, "DefaultPageUnits", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static object DefaultTextUnits - { - get - { - return Factory.ExecuteVariantPropertyGet(_instance, "DefaultTextUnits"); - } - set - { - Factory.ExecuteVariantPropertySet(_instance, "DefaultTextUnits", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static object DefaultAngleUnits - { - get - { - return Factory.ExecuteVariantPropertyGet(_instance, "DefaultAngleUnits"); - } - set - { - Factory.ExecuteVariantPropertySet(_instance, "DefaultAngleUnits", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static object DefaultDurationUnits - { - get - { - return Factory.ExecuteVariantPropertyGet(_instance, "DefaultDurationUnits"); - } - set - { - Factory.ExecuteVariantPropertySet(_instance, "DefaultDurationUnits", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int32 FullBuild - { - get - { - return Factory.ExecuteInt32PropertyGet(_instance, "FullBuild"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static bool VBAEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(_instance, "VBAEnabled"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static NetOffice.VisioApi.Enums.VisZoomBehavior DefaultZoomBehavior - { - get - { - return Factory.ExecuteEnumPropertyGet(_instance, "DefaultZoomBehavior"); - } - set - { - Factory.ExecuteEnumPropertySet(_instance, "DefaultZoomBehavior", value); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16), NativeResult] - public static stdole.Font DialogFont - { - get - { - object[] paramsArray = null; - object returnItem = Invoker.PropertyGet(_instance, "DialogFont", paramsArray); - return returnItem as stdole.Font; - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int32 LanguageHelp - { - get - { - return Factory.ExecuteInt32PropertyGet(_instance, "LanguageHelp"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [BaseResult] - public static NetOffice.VisioApi.IVWindow Window - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(_instance, "Window"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static string Name - { - get - { - return Factory.ExecuteStringPropertyGet(_instance, "Name"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16), ProxyResult] - public static object ConnectorToolDataObject - { - get - { - return Factory.ExecuteReferencePropertyGet(_instance, "ConnectorToolDataObject"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - [BaseResult] - public static NetOffice.VisioApi.IVApplicationSettings Settings - { - get - { - return Factory.ExecuteBaseReferencePropertyGet(_instance, "Settings"); - } - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16), ProxyResult] - public static object SaveAsWebObject - { - get - { - return Factory.ExecuteReferencePropertyGet(_instance, "SaveAsWebObject"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 12, 14, 15, 16), ProxyResult] - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - public static object MsoDebugOptions - { - get - { - return Factory.ExecuteReferencePropertyGet(_instance, "MsoDebugOptions"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 12, 14, 15, 16)] - public static string MyShapesPath - { - get - { - return Factory.ExecuteStringPropertyGet(_instance, "MyShapesPath"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "MyShapesPath", value); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 12, 14, 15, 16), ProxyResult] - public static object DefaultRectangleDataObject - { - get - { - return Factory.ExecuteReferencePropertyGet(_instance, "DefaultRectangleDataObject"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 12, 14, 15, 16)] - public static bool DataFeaturesEnabled - { - get - { - return Factory.ExecuteBoolPropertyGet(_instance, "DataFeaturesEnabled"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 12, 14, 15, 16), ProxyResult] - public static object LanguageSettings - { - get - { - return Factory.ExecuteReferencePropertyGet(_instance, "LanguageSettings"); - } - } - - /// - /// SupportByVersion Visio 12, 14, 15, 16 - /// Get - /// Unknown COM Proxy - /// - [SupportByVersion("Visio", 12, 14, 15, 16), ProxyResult] - public static object Assistance - { - get - { - return Factory.ExecuteReferencePropertyGet(_instance, "Assistance"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get/Set - /// - [SupportByVersion("Visio", 14, 15, 16)] - public static bool DeferRelationshipRecalc - { - get - { - return Factory.ExecuteBoolPropertyGet(_instance, "DeferRelationshipRecalc"); - } - set - { - Factory.ExecuteValuePropertySet(_instance, "DeferRelationshipRecalc", value); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14, 15, 16)] - public static NetOffice.VisioApi.Enums.VisEdition CurrentEdition - { - get - { - return Factory.ExecuteEnumPropertyGet(_instance, "CurrentEdition"); - } - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// Get - /// - [SupportByVersion("Visio", 14, 15, 16)] - public static Int64 InstanceHandle64 - { - get - { - return Factory.ExecuteInt64PropertyGet(_instance, "InstanceHandle64"); - } - } - - #endregion - - #region Methods - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static void Quit() - { - Factory.ExecuteMethod(_instance, "Quit"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static void Redo() - { - Factory.ExecuteMethod(_instance, "Redo"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static void Undo() - { - Factory.ExecuteMethod(_instance, "Undo"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVUIObject menusObject - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static void SetCustomMenus(NetOffice.VisioApi.IVUIObject menusObject) - { - Factory.ExecuteMethod(_instance, "SetCustomMenus", menusObject); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static void ClearCustomMenus() - { - Factory.ExecuteMethod(_instance, "ClearCustomMenus"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.IVUIObject toolbarsObject - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static void SetCustomToolbars(NetOffice.VisioApi.IVUIObject toolbarsObject) - { - Factory.ExecuteMethod(_instance, "SetCustomToolbars", toolbarsObject); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static void ClearCustomToolbars() - { - Factory.ExecuteMethod(_instance, "ClearCustomToolbars"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string fileName - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static void SaveWorkspaceAs(string fileName) - { - Factory.ExecuteMethod(_instance, "SaveWorkspaceAs", fileName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int16 commandID - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static void DoCmd(Int16 commandID) - { - Factory.ExecuteMethod(_instance, "DoCmd", commandID); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object stringOrNumber - /// object unitsIn - /// object unitsOut - /// string format - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static string FormatResult(object stringOrNumber, object unitsIn, object unitsOut, string format) - { - return Factory.ExecuteStringMethodGet(_instance, "FormatResult", stringOrNumber, unitsIn, unitsOut, format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object stringOrNumber - /// object unitsIn - /// object unitsOut - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Double ConvertResult(object stringOrNumber, object unitsIn, object unitsOut) - { - return Factory.ExecuteDoubleMethodGet(_instance, "ConvertResult", stringOrNumber, unitsIn, unitsOut); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string pathsString - /// String[] nameArray - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static void EnumDirectories(string pathsString, out String[] nameArray) - { - ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false, true); - nameArray = null; - object[] paramsArray = Invoker.ValidateParamsArray(pathsString, (object)nameArray); - Invoker.Method(_instance, "EnumDirectories", paramsArray, modifiers); - nameArray = paramsArray[1] as String[]; - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static void PurgeUndo() - { - Factory.ExecuteMethod(_instance, "PurgeUndo"); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string contextString - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int32 QueueMarkerEvent(string contextString) - { - return Factory.ExecuteInt32MethodGet(_instance, "QueueMarkerEvent", contextString); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string bstrUndoScopeName - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static Int32 BeginUndoScope(string bstrUndoScopeName) - { - return Factory.ExecuteInt32MethodGet(_instance, "BeginUndoScope", bstrUndoScopeName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 nScopeID - /// bool bCommit - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static void EndUndoScope(Int32 nScopeID, bool bCommit) - { - Factory.ExecuteMethod(_instance, "EndUndoScope", nScopeID, bCommit); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object pUndoUnit - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static void AddUndoUnit(object pUndoUnit) - { - Factory.ExecuteMethod(_instance, "AddUndoUnit", pUndoUnit); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string bstrScopeName - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static void RenameCurrentScope(string bstrScopeName) - { - Factory.ExecuteMethod(_instance, "RenameCurrentScope", bstrScopeName); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// string bstrHelpFileName - /// Int32 command - /// Int32 data - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static void InvokeHelp(string bstrHelpFileName, Int32 command, Int32 data) - { - Factory.ExecuteMethod(_instance, "InvokeHelp", bstrHelpFileName, command, data); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisOnComponentEnterCodes uStateID - /// bool bEnter - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static void OnComponentEnterState(NetOffice.VisioApi.Enums.VisOnComponentEnterCodes uStateID, bool bEnter) - { - Factory.ExecuteMethod(_instance, "OnComponentEnterState", uStateID, bEnter); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// Int32 nWhichStatistic - [EditorBrowsable(EditorBrowsableState.Never), Browsable(false)] - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static object GetUsageStatistic(Int32 nWhichStatistic) - { - return Factory.ExecuteVariantMethodGet(_instance, "GetUsageStatistic", nWhichStatistic); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object stringOrNumber - /// object unitsIn - /// object unitsOut - /// string format - /// optional Int32 LangID = 0 - /// optional Int32 CalendarID = -1 - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static string FormatResultEx(object stringOrNumber, object unitsIn, object unitsOut, string format, object langID, object calendarID) - { - return Factory.ExecuteStringMethodGet(_instance, "FormatResultEx", new object[] { stringOrNumber, unitsIn, unitsOut, format, langID, calendarID }); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object stringOrNumber - /// object unitsIn - /// object unitsOut - /// string format - [CustomMethod] - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static string FormatResultEx(object stringOrNumber, object unitsIn, object unitsOut, string format) - { - return Factory.ExecuteStringMethodGet(_instance, "FormatResultEx", stringOrNumber, unitsIn, unitsOut, format); - } - - /// - /// SupportByVersion Visio 11, 12, 14, 15, 16 - /// - /// object stringOrNumber - /// object unitsIn - /// object unitsOut - /// string format - /// optional Int32 LangID = 0 - [CustomMethod] - [SupportByVersion("Visio", 11, 12, 14, 15, 16)] - public static string FormatResultEx(object stringOrNumber, object unitsIn, object unitsOut, string format, object langID) - { - return Factory.ExecuteStringMethodGet(_instance, "FormatResultEx", new object[] { stringOrNumber, unitsIn, unitsOut, format, langID }); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object sourceAddOn - /// NetOffice.VisioApi.IVDocument targetDocument - /// NetOffice.VisioApi.Enums.VisRibbonXModes targetModes - /// string friendlyName - [SupportByVersion("Visio", 14, 15, 16)] - public static void RegisterRibbonX(object sourceAddOn, NetOffice.VisioApi.IVDocument targetDocument, NetOffice.VisioApi.Enums.VisRibbonXModes targetModes, string friendlyName) - { - Factory.ExecuteMethod(_instance, "RegisterRibbonX", sourceAddOn, targetDocument, targetModes, friendlyName); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// object sourceAddOn - /// NetOffice.VisioApi.IVDocument targetDocument - [SupportByVersion("Visio", 14, 15, 16)] - public static void UnregisterRibbonX(object sourceAddOn, NetOffice.VisioApi.IVDocument targetDocument) - { - Factory.ExecuteMethod(_instance, "UnregisterRibbonX", sourceAddOn, targetDocument); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// string galleryName - [SupportByVersion("Visio", 14, 15, 16)] - public static bool GetPreviewEnabled(string galleryName) - { - return Factory.ExecuteBoolMethodGet(_instance, "GetPreviewEnabled", galleryName); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// string galleryName - /// bool onOrOff - [SupportByVersion("Visio", 14, 15, 16)] - public static void SetPreviewEnabled(string galleryName, bool onOrOff) - { - Factory.ExecuteMethod(_instance, "SetPreviewEnabled", galleryName, onOrOff); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisBuiltInStencilTypes stencilType - /// NetOffice.VisioApi.Enums.VisMeasurementSystem measurementSystem - [SupportByVersion("Visio", 14, 15, 16)] - public static string GetBuiltInStencilFile(NetOffice.VisioApi.Enums.VisBuiltInStencilTypes stencilType, NetOffice.VisioApi.Enums.VisMeasurementSystem measurementSystem) - { - return Factory.ExecuteStringMethodGet(_instance, "GetBuiltInStencilFile", stencilType, measurementSystem); - } - - /// - /// SupportByVersion Visio 14, 15, 16 - /// - /// NetOffice.VisioApi.Enums.VisBuiltInStencilTypes stencilType - [SupportByVersion("Visio", 14, 15, 16)] - public static string GetCustomStencilFile(NetOffice.VisioApi.Enums.VisBuiltInStencilTypes stencilType) - { - return Factory.ExecuteStringMethodGet(_instance, "GetCustomStencilFile", stencilType); - } - - #endregion - } -} diff --git a/Source/Visio/Tools/COMAddin.cs b/Source/Visio/Tools/COMAddin.cs deleted file mode 100644 index 80e62d3027..0000000000 --- a/Source/Visio/Tools/COMAddin.cs +++ /dev/null @@ -1,506 +0,0 @@ -using System; -using NetRuntimeSystem = System; -using System.Collections; -using System.Collections.Generic; -using System.Reflection; -using Microsoft.Win32; -using System.ComponentModel; -using System.Runtime.InteropServices; -using NetOffice; -using NetOffice.Attributes; -using NetOffice.Tools; -using Visio = NetOffice.VisioApi; - -namespace NetOffice.VisioApi.Tools -{ - /// - /// NetOffice MS-Visio COM Addin - /// - [ComVisible(true), ClassInterface(ClassInterfaceType.AutoDual)] - public abstract class COMAddin : COMAddinBase, ICOMAddin - { - #region Fields - - /// - /// MS-Visio Registry Path - /// - private static readonly string _addinOfficeRegistryKey = "Software\\Microsoft\\Office\\Visio\\Addins\\"; - - /// - /// Instance factory to avoid trouble with addins in same appdomain - /// - private Core _factory; - - #endregion - - #region Ctor - - /// - /// Creates an instance of the class - /// - public COMAddin() - { - _factory = RaiseCreateFactory(); - if (null == _factory) - _factory = Core.Default; - } - - #endregion - - #region Properties - - /// - /// Host Application Instance - /// - protected Visio.Application Application { get; private set; } - - /// - /// Custom addin object if created - /// - protected internal object CustomObject { get; private set; } - - /// - /// Cached Error Method Delegate - /// - private MethodInfo ErrorMethod { get; set; } - - /// - /// Cached Register Error Method Delegate - /// - private static MethodInfo RegisterErrorMethod { get; set; } - - #endregion - - #region COMAddinBase - - /// - /// Generic Host Application Instance - /// - [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] - public override ICOMObject AppInstance - { - get { return Application; } - } - - /// - /// The used factory core - /// - public override Core Factory - { - get - { - return _factory; - } - } - - /// - /// Instance managed root com objects - /// - [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] - public override IEnumerable Roots { get; protected set; } - - /// - /// Returns an enumerable sequence with instance managed com objects on root level - /// - /// ICOMObject enumerator - [Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] - protected internal virtual IEnumerable OnCreateRoots() - { - List result = new List(); - result.Add(Application); - - return result.ToArray(); - } - - #endregion - - #region Methods - - /// - /// Create the used factory. The method was called as first in the base ctor - /// - /// new Settings instance - protected virtual Core CreateFactory() - { - Core core = new Core(); - ForceInitializeAttribute attribute = AttributeReflector.GetForceInitializeAttribute(Type); - if (null != attribute) - { - core.Settings.EnableMoreDebugOutput = attribute.EnableMoreDebugOutput; - core.CheckInitialize(); - } - return core; - } - - /// - /// Returns an instance to publish them as addin custom object. - /// External code like vba can access this object if instance is available as COM component. - /// This object is available as Appplication.COMAddins(?).Object - /// - /// addin instance object or null(Nothing in Visual Basic) - protected virtual object OnCreateObjectInstance() - { - return null; - } - - /// - /// Try to create a custom addin object instance - /// - /// given instance from OnConnection event - private void TryCreateCustomObject(object addInInst) - { - try - { - CustomObject = OnCreateObjectInstance(); - if (null != CustomObject) - { - object[] param = new object[1]; - param[0] = CustomObject; - addInInst.GetType().InvokeMember("Object", NetRuntimeSystem.Reflection.BindingFlags.SetProperty, null, addInInst, param); - } - } - catch (NetRuntimeSystem.Exception exception) - { - Factory.Console.WriteException(exception); - OnError(ErrorMethodKind.CreateCustomAddinInstance, exception); - } - } - - /// - /// Create the necessary factory and was called in the first line in base ctor - /// - /// - private Core RaiseCreateFactory() - { - try - { - return CreateFactory(); - } - catch (NetRuntimeSystem.Exception exception) - { - NetOffice.DebugConsole.Default.WriteException(exception); - OnError(ErrorMethodKind.CreateFactory, exception); - return null; - } - } - - #endregion - - #region IDTExtensibility2 Events - - /// - /// The OnStartupComplete event occurs when the host application completes its startup routines, in the case where the COM add-in loads at startup. - /// If the add-in is not loaded when the application loads, the OnStartupComplete event does not occur — - /// even when the user loads the add-in in the COM Add-ins dialog box. When this event does occur, it occurs after the OnConnection event. - /// You can use the OnStartupComplete event procedure to run code that interacts with the application and that should not be run until the application has finished loading. - /// For example, if you want to display a form that gives users a choice of documents to create when they start the application, - /// you can put that code in the OnStartupComplete event procedure. - /// - public event OnStartupCompleteEventHandler OnStartupComplete; - - /// - /// The Shutdown event occurs when the COM add-in is unloaded. - /// You can use the OnDisconnection event procedure to run code that restores any changes made to the application by the add-in and to perform general clean-up operations. - /// An add-in can be unloaded in one of the following ways: - /// - The user clears the check box next to the add-in in the COM Add-ins dialog box. - /// - The host application closes. If the add-in is loaded when the application closes, it is unloaded. - /// If the add-in's load behavior is set to Startup, it is reloaded when the application starts again. - /// - The Connect property of the corresponding COMAddIn object is set to False. - /// - public event OnDisconnectionEventHandler OnDisconnection; - - /// - /// The OnConnection event occurs when the COM add-in is loaded (connected). An add-in can be loaded in one of the following ways: - /// The user starts the host application and the add-in's load behavior is specified to load when the application starts. - /// The user loads the add-in in the COM Add-ins dialog box. - /// The Connect property of the corresponding COMAddIn object is set to True. - /// For more information about the COMAddIn object, search the Microsoft® Office Visual Basic Reference Help index for "COMAddIn object." - /// - public event OnConnectionEventHandler OnConnection; - - /// - /// The OnAddInsUpdate event occurs when the set of loaded COM add-ins changes. - /// When an add-in is loaded or unloaded, the OnAddInsUpdate event occurs in any other loaded add-ins. - /// For example, if add-ins A and B both are loaded currently, and then add-in C is loaded, - /// the OnAddInsUpdate event occurs in add-ins A and B. If C is unloaded, the OnAddInsUpdate event occurs again in add-ins A and B. - /// - public event OnAddInsUpdateEventHandler OnAddInsUpdate; - - /// - /// The OnBeginShutdown event occurs when the host application begins its shutdown routines, - /// in the case where the application closes while the COM add-in is still loaded. - /// If the add-in is not loaded when the application closes, - /// the OnBeginShutdown event does not occur. When this event does occur, it occurs before the OnDisconnection event. - /// You can use the OnBeginShutdown event procedure to run code when the user closes the application. For example, you can run code that saves form data to a file. - /// - public event OnBeginShutdownEventHandler OnBeginShutdown; - - private void RaiseOnStartupComplete(ref Array custom) - { - try - { - if (null != OnStartupComplete) - OnStartupComplete(ref custom); - } - catch (NetRuntimeSystem.Exception exception) - { - NetOffice.DebugConsole.Default.WriteException(exception); - OnError(ErrorMethodKind.OnStartupComplete, exception); - } - } - - private void RaiseOnDisconnection(ext_DisconnectMode RemoveMode, ref Array custom) - { - try - { - if (null != OnDisconnection) - OnDisconnection(RemoveMode, ref custom); - } - catch (NetRuntimeSystem.Exception exception) - { - NetOffice.DebugConsole.Default.WriteException(exception); - OnError(ErrorMethodKind.OnDisconnection, exception); - } - } - - private void RaiseOnConnection(object Application, ext_ConnectMode ConnectMode, object AddInInst, ref Array custom) - { - try - { - if (null != OnConnection) - OnConnection(Application, ConnectMode, AddInInst, ref custom); - } - catch (NetRuntimeSystem.Exception exception) - { - NetOffice.DebugConsole.Default.WriteException(exception); - OnError(ErrorMethodKind.OnConnection, exception); - } - } - - private void RaiseOnAddInsUpdate(ref Array custom) - { - try - { - if (null != OnAddInsUpdate) - OnAddInsUpdate(ref custom); - } - catch (NetRuntimeSystem.Exception exception) - { - NetOffice.DebugConsole.Default.WriteException(exception); - OnError(ErrorMethodKind.OnAddInsUpdate, exception); - } - } - - private void RaiseOnBeginShutdown(ref Array custom) - { - try - { - if (null != OnBeginShutdown) - OnBeginShutdown(ref custom); - } - catch (NetRuntimeSystem.Exception exception) - { - NetOffice.DebugConsole.Default.WriteException(exception); - OnError(ErrorMethodKind.OnBeginShutdown, exception); - } - } - - #endregion - - #region IDTExtensibility2 Members - - void NetOffice.Tools.Native.IDTExtensibility2.OnStartupComplete(ref Array custom) - { - try - { - LoadingTimeElapsed = (DateTime.Now - _creationTime); - Roots = OnCreateRoots(); - RaiseOnStartupComplete(ref custom); - } - catch (Exception exception) - { - Factory.Console.WriteException(exception); - OnError(ErrorMethodKind.OnStartupComplete, exception); - } - } - - void NetOffice.Tools.Native.IDTExtensibility2.OnConnection(object application, ext_ConnectMode ConnectMode, object AddInInst, ref Array custom) - { - try - { - this.Application = new Visio.Application(null, application); - TryCreateCustomObject(AddInInst); - RaiseOnConnection(this.Application, ConnectMode, AddInInst, ref custom); - } - catch (System.Exception exception) - { - Factory.Console.WriteException(exception); - OnError(ErrorMethodKind.OnConnection, exception); - } - } - - void NetOffice.Tools.Native.IDTExtensibility2.OnDisconnection(ext_DisconnectMode RemoveMode, ref Array custom) - { - try - { - try - { - RaiseOnDisconnection(RemoveMode, ref custom); - } - catch (NetRuntimeSystem.Exception exception) - { - NetOffice.DebugConsole.Default.WriteException(exception); - } - - try - { - if (!Application.IsDisposed) - Application.Dispose(); - } - catch (NetRuntimeSystem.Exception exception) - { - NetOffice.DebugConsole.Default.WriteException(exception); - } - } - catch (System.Exception exception) - { - Factory.Console.WriteException(exception); - OnError(ErrorMethodKind.OnDisconnection, exception); - } - } - - void NetOffice.Tools.Native.IDTExtensibility2.OnAddInsUpdate(ref Array custom) - { - try - { - RaiseOnAddInsUpdate(ref custom); - } - catch (System.Exception exception) - { - Factory.Console.WriteException(exception); - OnError(ErrorMethodKind.OnAddInsUpdate, exception); - } - } - - void NetOffice.Tools.Native.IDTExtensibility2.OnBeginShutdown(ref Array custom) - { - try - { - RaiseOnBeginShutdown(ref custom); - } - catch (System.Exception exception) - { - Factory.Console.WriteException(exception); - OnError(ErrorMethodKind.OnBeginShutdown, exception); - } - } - - #endregion - - #region ErrorHandler - - /// - /// Custom error handler - /// - /// origin method where the error comes from - /// occured exception - protected virtual void OnError(ErrorMethodKind methodKind, NetRuntimeSystem.Exception exception) - { - - } - - #endregion - - #region COM Register Functions - - /// - /// Called from regasm while register - /// - /// Type information for the class - [ComRegisterFunctionAttribute, Browsable(false), EditorBrowsable( EditorBrowsableState.Never)] - public static void RegisterFunction(Type type) - { - if (null == type) - throw new ArgumentNullException("type"); - if (null != type.GetCustomAttribute()) - return; - - COMAddinRegisterHandler.Proceed(type, new string[] { _addinOfficeRegistryKey }, InstallScope.System, OfficeRegisterKeyState.NeedToCreate); - } - - /// - /// Called from regasm while ungregister - /// - /// Type information for the class - [ComUnregisterFunctionAttribute, Browsable(false), EditorBrowsable(EditorBrowsableState.Never)] - public static void UnregisterFunction(Type type) - { - if (null == type) - throw new ArgumentNullException("type"); - if (null != type.GetCustomAttribute()) - return; - - COMAddinUnRegisterHandler.Proceed(type, new string[] { _addinOfficeRegistryKey }, InstallScope.System, OfficeUnRegisterKeyState.NeedToDelete); - } - - /// - /// Called from RegAddin while register - /// - /// Type information for the class - /// NetOffice.Tools.InstallScope enum value - /// NetOffice.Tools.OfficeRegisterKeyState enum value - [ComRegisterCall] - private static void OptimizedRegisterFunction(Type type, int scope, int keyState) - { - if (null == type) - throw new ArgumentNullException("type"); - if (null != type.GetCustomAttribute()) - return; - - InstallScope currentScope = (InstallScope)scope; - OfficeRegisterKeyState currentKeyState = (OfficeRegisterKeyState)keyState; - - COMAddinRegisterHandler.Proceed(type, new string[] { _addinOfficeRegistryKey }, currentScope, currentKeyState); - } - - /// - /// Called from RegAddin while unregister - /// - /// Type information for the class - /// NetOffice.Tools.InstallScope enum value - /// NetOffice.Tools.OfficeUnRegisterKeyState enum value - [ComUnregisterCall] - private static void OptimizedUnregisterFunction(Type type, int scope, int keyState) - { - if (null == type) - throw new ArgumentNullException("type"); - if (null != type.GetCustomAttribute()) - return; - - InstallScope currentScope = (InstallScope)scope; - OfficeUnRegisterKeyState currentKeyState = (OfficeUnRegisterKeyState)keyState; - - COMAddinUnRegisterHandler.Proceed(type, new string[] { _addinOfficeRegistryKey }, currentScope, currentKeyState); - } - - /// - /// Called from RegAddin while export registry information - /// - /// Type information for the class - /// NetOffice.Tools.InstallScope enum value - /// NetOffice.Tools.OfficeRegisterKeyState enum value - /// Registry keys/values to be add in the registry export or null - [ComRegExportCall] - private static RegExport RegExportFunction(Type type, int scope, int keyState) - { - if (null == type) - throw new ArgumentNullException("type"); - InstallScope currentScope = (InstallScope)scope; - OfficeRegisterKeyState currentKeyState = (OfficeRegisterKeyState)keyState; - - return RegExportHandler.Proceed(type, new string[] { _addinOfficeRegistryKey }, currentScope, currentKeyState); - } - - #endregion - } -} \ No newline at end of file diff --git a/Source/Visio/Utils/ProjectInfo.cs b/Source/Visio/Utils/ProjectInfo.cs deleted file mode 100644 index f5f60a3044..0000000000 --- a/Source/Visio/Utils/ProjectInfo.cs +++ /dev/null @@ -1,128 +0,0 @@ -using System; -using System.Reflection; -using NetOffice; -using NetOffice.Attributes; - -namespace VisioApi.Utils -{ - #pragma warning disable - /// - /// Necessary factory info, used from NetOffice.Core while Initialize() - /// - public class ProjectInfo : IFactoryInfo - { - #region Fields - - private string _name; - private string _namespace = "NetOffice.VisioApi"; - private Guid[] _componentGuid = new Guid[]{new Guid("00021A98-0000-0000-C000-000000000046")}; - private Assembly _assembly; - private NetOfficeAssemblyAttribute _assemblyAttribute; - private Type[] _exportedTypes; - private string[] _dependents; - - #endregion - - #region Ctor - - public ProjectInfo() - { - _assembly = typeof(ProjectInfo).Assembly; - _assemblyAttribute = _assembly.GetCustomAttributes(typeof(NetOfficeAssemblyAttribute), true)[0] as NetOfficeAssemblyAttribute; - _name = _assembly.GetName().Name; - } - - #endregion - - #region IFactoryInfo - - public string AssemblyName - { - get - { - return _name; - } - } - - public string AssemblyNamespace - { - get - { - return _namespace; - } - } - - public Guid[] ComponentGuid - { - get - { - return _componentGuid; - } - } - - public Assembly Assembly - { - get - { - return _assembly; - } - } - - public NetOfficeAssemblyAttribute AssemblyAttribute - { - get - { - return _assemblyAttribute; - } - } - - public string[] Dependencies - { - get - { - if(null == _dependents) - _dependents = new string[0]; - return _dependents; - } - } - - public bool IsDuck - { - get - { - return false; - } - } - - public bool Contains(Type type) - { - if (null == _exportedTypes) - _exportedTypes = Assembly.GetExportedTypes(); - - foreach (Type item in _exportedTypes) - { - if (item == type) - return true; - } - - return false; - } - - public bool Contains(string className) - { - if (null == _exportedTypes) - _exportedTypes = Assembly.GetExportedTypes(); - - foreach (Type item in _exportedTypes) - { - if (item.Name.EndsWith(className, StringComparison.InvariantCultureIgnoreCase)) - return true; - } - - return false; - } - - #endregion - } - #pragma warning restore -} diff --git a/Source/Visio/VisioApi.csproj b/Source/Visio/VisioApi.csproj deleted file mode 100644 index 6ee76ef361..0000000000 --- a/Source/Visio/VisioApi.csproj +++ /dev/null @@ -1,30 +0,0 @@ - - - Visio - Netoffice Visio Api - NetOffice.VisioApi - - - VisioApi_v4.0.snk - - - - - - $(AssemblySearchPaths);{GAC} - - - - - false - false - - - - - - - - - - diff --git a/Source/Visio/VisioApi_v4.0.snk b/Source/Visio/VisioApi_v4.0.snk deleted file mode 100644 index 1c3d580e616446a7a584850f50ece247c856c755..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONa50096Y{~RN@A)OWJus?O#pP3K<8xC!Y7_qcL z7DRiNv=VvJH3wzI=3aI$awg9I%@HB_x7iC6sD3xJB^Sq<5W6p|C33T79wGgpF{F1} zrwUG2qsPhCo7CMEoaS8VP0syd>u~g;_9YrP3mvAavfw2t5sh>EJN8pxUwO$gw(;EC z!{$W?%e4WF?n(T0nFQ!ba=(8@A`wY=L1O3&W<2?#%Lj$@9XRX)@*mHlOeg@Q(q#dF zC?N69hwHgoYl!f(H)^6_kSh6yhT;3ZG;J6*v=)f^FL8wg?{UeK$N2Lb-J`2= zajX8Qhtar)j*ht{GqPnaCAA7U)F$f-BQafQPEIOR6}Us;ct##D`&dl^64;hsh4L+i zHy@*-He1ocic|rs;C;zHWi}IOQ31fPr4vPp3^Q9^QoYS5D_Dcf8^HTOk?*Y<&MpEA z51O5j5dGVrRCLNWZYLy?(QA!E{SqhOD3GcFkW0EF{befIeT7T;W@69fv4*CPv#L5N zxtsCE6<$b>E}9dTW`y6}&zsW{td%t>R8$~^thQ|`ulk=^Nm#9Bm0mf)@4OO`8S>p; zQNZFTJsdaf`ZqZz5`P{M-gIlpC1NUA-#vyejJ!JC_Z9n%g$VOBWCh&WdDbK{Y{5Y< zXD``u=RPW_dGrmIBvjIZPX(WAc#ba=(J3h{pRDbPBNmzBP6Bf;*Fun^A{OS1ZO2bj i1r7t~1MF;Mful>@|2zKtqyHQ6QUdC4WTMuSsQ*~}G8J9` diff --git a/Tests/Concept Tests/CommonUtils/ConsoleApplication1.sln b/Tests/Concept Tests/CommonUtils/ConsoleApplication1.sln index 33167202f6..3f467b576a 100644 --- a/Tests/Concept Tests/CommonUtils/ConsoleApplication1.sln +++ b/Tests/Concept Tests/CommonUtils/ConsoleApplication1.sln @@ -29,8 +29,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerPointApi", "..\..\..\S EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VBIDEApi", "..\..\..\Source\VBIDE\VBIDEApi.csproj", "{ACD7DB2E-DDB2-4BBB-BDB9-C2FD953585C4}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VisioApi", "..\..\..\Source\Visio\VisioApi.csproj", "{581B0DB6-8146-4729-9AE6-61B27F53B3E6}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WordApi", "..\..\..\Source\Word\WordApi.csproj", "{5C457066-D488-4BC1-B7F8-1E90F2A80648}" EndProject Global @@ -173,16 +171,6 @@ Global {ACD7DB2E-DDB2-4BBB-BDB9-C2FD953585C4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {ACD7DB2E-DDB2-4BBB-BDB9-C2FD953585C4}.Release|Mixed Platforms.Build.0 = Release|Any CPU {ACD7DB2E-DDB2-4BBB-BDB9-C2FD953585C4}.Release|x86.ActiveCfg = Release|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Debug|x86.ActiveCfg = Debug|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Release|Any CPU.Build.0 = Release|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Release|x86.ActiveCfg = Release|Any CPU {5C457066-D488-4BC1-B7F8-1E90F2A80648}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {5C457066-D488-4BC1-B7F8-1E90F2A80648}.Debug|Any CPU.Build.0 = Debug|Any CPU {5C457066-D488-4BC1-B7F8-1E90F2A80648}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU diff --git a/Tests/Concept Tests/CommonUtils/ConsoleApplication1/ConsoleApplication1.csproj b/Tests/Concept Tests/CommonUtils/ConsoleApplication1/ConsoleApplication1.csproj index 01a09f08f4..9b0241b70c 100644 --- a/Tests/Concept Tests/CommonUtils/ConsoleApplication1/ConsoleApplication1.csproj +++ b/Tests/Concept Tests/CommonUtils/ConsoleApplication1/ConsoleApplication1.csproj @@ -95,10 +95,6 @@ {ACD7DB2E-DDB2-4BBB-BDB9-C2FD953585C4} VBIDEApi - - {581B0DB6-8146-4729-9AE6-61B27F53B3E6} - VisioApi - {5C457066-D488-4BC1-B7F8-1E90F2A80648} WordApi diff --git a/Tests/Concept Tests/CreateInstanceEvent/ConsoleApplication1.sln b/Tests/Concept Tests/CreateInstanceEvent/ConsoleApplication1.sln index da39e6badf..5584f57686 100644 --- a/Tests/Concept Tests/CreateInstanceEvent/ConsoleApplication1.sln +++ b/Tests/Concept Tests/CreateInstanceEvent/ConsoleApplication1.sln @@ -27,8 +27,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerPointApi", "..\..\..\S EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VBIDEApi", "..\..\..\Source\VBIDE\VBIDEApi.csproj", "{ACD7DB2E-DDB2-4BBB-BDB9-C2FD953585C4}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisioApi", "..\..\..\Source\Visio\VisioApi.csproj", "{581B0DB6-8146-4729-9AE6-61B27F53B3E6}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WordApi", "..\..\..\Source\Word\WordApi.csproj", "{5C457066-D488-4BC1-B7F8-1E90F2A80648}" EndProject Global @@ -171,16 +169,6 @@ Global {ACD7DB2E-DDB2-4BBB-BDB9-C2FD953585C4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {ACD7DB2E-DDB2-4BBB-BDB9-C2FD953585C4}.Release|Mixed Platforms.Build.0 = Release|Any CPU {ACD7DB2E-DDB2-4BBB-BDB9-C2FD953585C4}.Release|x86.ActiveCfg = Release|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Debug|x86.ActiveCfg = Debug|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Release|Any CPU.Build.0 = Release|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Release|x86.ActiveCfg = Release|Any CPU {5C457066-D488-4BC1-B7F8-1E90F2A80648}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {5C457066-D488-4BC1-B7F8-1E90F2A80648}.Debug|Any CPU.Build.0 = Debug|Any CPU {5C457066-D488-4BC1-B7F8-1E90F2A80648}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU diff --git a/Tests/Concept Tests/CreateInstanceEvent/ConsoleApplication1/ConsoleApplication1.csproj b/Tests/Concept Tests/CreateInstanceEvent/ConsoleApplication1/ConsoleApplication1.csproj index 01a09f08f4..9b0241b70c 100644 --- a/Tests/Concept Tests/CreateInstanceEvent/ConsoleApplication1/ConsoleApplication1.csproj +++ b/Tests/Concept Tests/CreateInstanceEvent/ConsoleApplication1/ConsoleApplication1.csproj @@ -95,10 +95,6 @@ {ACD7DB2E-DDB2-4BBB-BDB9-C2FD953585C4} VBIDEApi - - {581B0DB6-8146-4729-9AE6-61B27F53B3E6} - VisioApi - {5C457066-D488-4BC1-B7F8-1E90F2A80648} WordApi diff --git a/Tests/Concept Tests/Out Parameters2/Out Parameters2.sln b/Tests/Concept Tests/Out Parameters2/Out Parameters2.sln deleted file mode 100644 index ac10552b08..0000000000 --- a/Tests/Concept Tests/Out Parameters2/Out Parameters2.sln +++ /dev/null @@ -1,34 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.23107.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetOffice", "..\..\..\Source\NetOffice\NetOffice.csproj", "{65442327-D01F-4ECB-8C39-6D5C7622A80F}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisioApi", "..\..\..\Source\Visio\VisioApi.csproj", "{581B0DB6-8146-4729-9AE6-61B27F53B3E6}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Out Parameters2", "Out Parameters2\Out Parameters2.csproj", "{AC066F19-EE0B-4C30-A3AA-3BAAF34EC40F}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {65442327-D01F-4ECB-8C39-6D5C7622A80F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {65442327-D01F-4ECB-8C39-6D5C7622A80F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {65442327-D01F-4ECB-8C39-6D5C7622A80F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {65442327-D01F-4ECB-8C39-6D5C7622A80F}.Release|Any CPU.Build.0 = Release|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Release|Any CPU.Build.0 = Release|Any CPU - {AC066F19-EE0B-4C30-A3AA-3BAAF34EC40F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AC066F19-EE0B-4C30-A3AA-3BAAF34EC40F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {AC066F19-EE0B-4C30-A3AA-3BAAF34EC40F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {AC066F19-EE0B-4C30-A3AA-3BAAF34EC40F}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Tests/Concept Tests/Out Parameters2/Out Parameters2/Form1.Designer.cs b/Tests/Concept Tests/Out Parameters2/Out Parameters2/Form1.Designer.cs deleted file mode 100644 index 0781b1cd46..0000000000 --- a/Tests/Concept Tests/Out Parameters2/Out Parameters2/Form1.Designer.cs +++ /dev/null @@ -1,47 +0,0 @@ -namespace Out_Parameters2 -{ - partial class Form1 - { - /// - /// Required designer variable. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Windows Form Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - private void InitializeComponent() - { - this.SuspendLayout(); - // - // Form1 - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(338, 178); - this.Name = "Form1"; - this.Text = "Form1"; - this.ResumeLayout(false); - - } - - #endregion - } -} - diff --git a/Tests/Concept Tests/Out Parameters2/Out Parameters2/Form1.cs b/Tests/Concept Tests/Out Parameters2/Out Parameters2/Form1.cs deleted file mode 100644 index c754d423dc..0000000000 --- a/Tests/Concept Tests/Out Parameters2/Out Parameters2/Form1.cs +++ /dev/null @@ -1,57 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Text; -using System.Windows.Forms; -using System.Reflection; -using System.Runtime.InteropServices; -using NetOffice; -using Visio = NetOffice.VisioApi; -using NetOffice.VisioApi.Enums; - -namespace Out_Parameters2 -{ - public partial class Form1 : Form - { - public Form1() - { - InitializeComponent(); - - Visio.Application application = new Visio.Application(); - application.Visible = true; - var doc = application.Documents.Add(""); - Visio.IVPage page = application.ActivePage; - var shape = page.DrawRectangle(0, 0, 2, 3); - shape.Text = "With Microsoft.Office.Interop.Visio"; - doc.Saved = true; - - var SID_SRCStream = new short[4]; - SID_SRCStream[0] = (short)shape.ID16; - SID_SRCStream[1] = (short)VisSectionIndices.visSectionObject; - SID_SRCStream[2] = (short)VisRowIndices.visRowFill; - SID_SRCStream[3] = (short)VisCellIndices.visFillForegnd; - - try - { - object[] a = null;// new Array[4]; - page.GetFormulas(SID_SRCStream, out a); - // page.GetFormulas(SID_SRCStream, out a); - } - catch (Exception exception) - { - Console.WriteLine(exception.ToString()); - } - try - { - application.Quit(); - application.Dispose(); - } - catch - { - // may closed by user - } - } - } -} diff --git a/Tests/Concept Tests/Out Parameters2/Out Parameters2/Form1.resx b/Tests/Concept Tests/Out Parameters2/Out Parameters2/Form1.resx deleted file mode 100644 index 7080a7d118..0000000000 --- a/Tests/Concept Tests/Out Parameters2/Out Parameters2/Form1.resx +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/Tests/Concept Tests/Out Parameters2/Out Parameters2/IVPageExtensions.cs b/Tests/Concept Tests/Out Parameters2/Out Parameters2/IVPageExtensions.cs deleted file mode 100644 index ca49b7225b..0000000000 --- a/Tests/Concept Tests/Out Parameters2/Out Parameters2/IVPageExtensions.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System; -using System.Runtime.InteropServices; -using System.Reflection; -using System.Runtime.CompilerServices; -using Visio = NetOffice.VisioApi; - -namespace Out_Parameters2 -{ - public static class IVPageExtensions - { - [DefaultMember("Name"), Guid("000D0709-0000-0000-C000-000000000046"), TypeLibType(4176)] - [ComImport] - [ComVisible(true)] - public interface IVPageVTable - { - [DispId(32)] - [MethodImpl(MethodImplOptions.InternalCall)] - void GetFormulas( - [MarshalAs(UnmanagedType.SafeArray, SafeArraySubType = VarEnum.VT_I2)] [In] ref Array SID_SRCStream, - [MarshalAs(UnmanagedType.SafeArray, SafeArraySubType = VarEnum.VT_VARIANT)] [Out] out Array formulaArray - ); - } - - public static void GetFormulasEx(this Visio.IVPage page, Int16[] sID_SRCStream, out object[] formulaArray) - { - formulaArray = null; - - Array arg1 = sID_SRCStream as Array; - if(null == arg1) - arg1 = new Array[0]; - - IVPageVTable proxy = page.UnderlyingObject as IVPageVTable; - if (null != proxy) - { - Array formulas = null; - proxy.GetFormulas(ref arg1, out formulas); - if (null != formulas) - { - formulaArray = new object[formulas.Length]; - for (int i = 0; i < formulas.Length; i++) - formulaArray[i] = formulas.GetValue(i); - } - } - else - throw new InvalidCastException("Unable to cast underlying proxy into interop interface"); - } - } -} diff --git a/Tests/Concept Tests/Out Parameters2/Out Parameters2/Out Parameters2.csproj b/Tests/Concept Tests/Out Parameters2/Out Parameters2/Out Parameters2.csproj deleted file mode 100644 index a41adce2a1..0000000000 --- a/Tests/Concept Tests/Out Parameters2/Out Parameters2/Out Parameters2.csproj +++ /dev/null @@ -1,132 +0,0 @@ - - - - Debug - AnyCPU - 9.0.30729 - 2.0 - {AC066F19-EE0B-4C30-A3AA-3BAAF34EC40F} - WinExe - Properties - Out_Parameters2 - Out Parameters2 - v4.0 - 512 - - - 3.5 - - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AllRules.ruleset - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - - - - - - - - - - - - Form - - - Form1.cs - - - - - - Form1.cs - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - True - Resources.resx - True - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - - - - - {65442327-d01f-4ecb-8c39-6d5c7622a80f} - NetOffice - - - {581b0db6-8146-4729-9ae6-61b27f53b3e6} - VisioApi - - - - - \ No newline at end of file diff --git a/Tests/Concept Tests/Out Parameters2/Out Parameters2/Program.cs b/Tests/Concept Tests/Out Parameters2/Out Parameters2/Program.cs deleted file mode 100644 index 565c9b033d..0000000000 --- a/Tests/Concept Tests/Out Parameters2/Out Parameters2/Program.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Windows.Forms; - -namespace Out_Parameters2 -{ - static class Program - { - /// - /// The main entry point for the application. - /// - [STAThread] - static void Main() - { - Application.EnableVisualStyles(); - Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new Form1()); - } - } -} diff --git a/Tests/Concept Tests/Out Parameters2/Out Parameters2/Properties/AssemblyInfo.cs b/Tests/Concept Tests/Out Parameters2/Out Parameters2/Properties/AssemblyInfo.cs deleted file mode 100644 index 9bd5eaa43e..0000000000 --- a/Tests/Concept Tests/Out Parameters2/Out Parameters2/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("NetOffice Concept Test")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("http://netoffice.codeplex.com")] -[assembly: AssemblyProduct("NetOffice")] -[assembly: AssemblyCopyright("Copyright © 2011Sebastian Lange")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("98b8ef0f-ef57-40c4-93fe-6388688b4c1a")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Tests/Concept Tests/Out Parameters2/Out Parameters2/Properties/Resources.Designer.cs b/Tests/Concept Tests/Out Parameters2/Out Parameters2/Properties/Resources.Designer.cs deleted file mode 100644 index 741b85ca0e..0000000000 --- a/Tests/Concept Tests/Out Parameters2/Out Parameters2/Properties/Resources.Designer.cs +++ /dev/null @@ -1,63 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Out_Parameters2.Properties { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Out_Parameters2.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - } -} diff --git a/Tests/Concept Tests/Out Parameters2/Out Parameters2/Properties/Resources.resx b/Tests/Concept Tests/Out Parameters2/Out Parameters2/Properties/Resources.resx deleted file mode 100644 index af7dbebbac..0000000000 --- a/Tests/Concept Tests/Out Parameters2/Out Parameters2/Properties/Resources.resx +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/Tests/Concept Tests/Out Parameters2/Out Parameters2/Properties/Settings.Designer.cs b/Tests/Concept Tests/Out Parameters2/Out Parameters2/Properties/Settings.Designer.cs deleted file mode 100644 index b6d4181bd9..0000000000 --- a/Tests/Concept Tests/Out Parameters2/Out Parameters2/Properties/Settings.Designer.cs +++ /dev/null @@ -1,26 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Out_Parameters2.Properties { - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { - - private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default { - get { - return defaultInstance; - } - } - } -} diff --git a/Tests/Concept Tests/Out Parameters2/Out Parameters2/Properties/Settings.settings b/Tests/Concept Tests/Out Parameters2/Out Parameters2/Properties/Settings.settings deleted file mode 100644 index 39645652af..0000000000 --- a/Tests/Concept Tests/Out Parameters2/Out Parameters2/Properties/Settings.settings +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/Tests/Concept Tests/Out Parameters2/Out Parameters2/app.config b/Tests/Concept Tests/Out Parameters2/Out Parameters2/app.config deleted file mode 100644 index e2b607fc8c..0000000000 --- a/Tests/Concept Tests/Out Parameters2/Out Parameters2/app.config +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/Tests/Concept Tests/PerformanceTrace/ConsoleApplication1.sln b/Tests/Concept Tests/PerformanceTrace/ConsoleApplication1.sln index da39e6badf..5584f57686 100644 --- a/Tests/Concept Tests/PerformanceTrace/ConsoleApplication1.sln +++ b/Tests/Concept Tests/PerformanceTrace/ConsoleApplication1.sln @@ -27,8 +27,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerPointApi", "..\..\..\S EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VBIDEApi", "..\..\..\Source\VBIDE\VBIDEApi.csproj", "{ACD7DB2E-DDB2-4BBB-BDB9-C2FD953585C4}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisioApi", "..\..\..\Source\Visio\VisioApi.csproj", "{581B0DB6-8146-4729-9AE6-61B27F53B3E6}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WordApi", "..\..\..\Source\Word\WordApi.csproj", "{5C457066-D488-4BC1-B7F8-1E90F2A80648}" EndProject Global @@ -171,16 +169,6 @@ Global {ACD7DB2E-DDB2-4BBB-BDB9-C2FD953585C4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {ACD7DB2E-DDB2-4BBB-BDB9-C2FD953585C4}.Release|Mixed Platforms.Build.0 = Release|Any CPU {ACD7DB2E-DDB2-4BBB-BDB9-C2FD953585C4}.Release|x86.ActiveCfg = Release|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Debug|x86.ActiveCfg = Debug|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Release|Any CPU.Build.0 = Release|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {581B0DB6-8146-4729-9AE6-61B27F53B3E6}.Release|x86.ActiveCfg = Release|Any CPU {5C457066-D488-4BC1-B7F8-1E90F2A80648}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {5C457066-D488-4BC1-B7F8-1E90F2A80648}.Debug|Any CPU.Build.0 = Debug|Any CPU {5C457066-D488-4BC1-B7F8-1E90F2A80648}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU diff --git a/Tests/Concept Tests/PerformanceTrace/ConsoleApplication1/ConsoleApplication1.csproj b/Tests/Concept Tests/PerformanceTrace/ConsoleApplication1/ConsoleApplication1.csproj index 01a09f08f4..9b0241b70c 100644 --- a/Tests/Concept Tests/PerformanceTrace/ConsoleApplication1/ConsoleApplication1.csproj +++ b/Tests/Concept Tests/PerformanceTrace/ConsoleApplication1/ConsoleApplication1.csproj @@ -95,10 +95,6 @@ {ACD7DB2E-DDB2-4BBB-BDB9-C2FD953585C4} VBIDEApi - - {581B0DB6-8146-4729-9AE6-61B27F53B3E6} - VisioApi - {5C457066-D488-4BC1-B7F8-1E90F2A80648} WordApi diff --git a/Toolbox/Toolbox/NetOffice.DeveloperToolbox.csproj b/Toolbox/Toolbox/NetOffice.DeveloperToolbox.csproj index f112c19ae7..0112bc8c72 100644 --- a/Toolbox/Toolbox/NetOffice.DeveloperToolbox.csproj +++ b/Toolbox/Toolbox/NetOffice.DeveloperToolbox.csproj @@ -123,10 +123,6 @@ 3.5 - - ..\..\Assemblies\Any CPU\VisioApi.dll - False - ..\..\Assemblies\Any CPU\WordApi.dll False diff --git a/Toolbox/Toolbox/Program.cs b/Toolbox/Toolbox/Program.cs index c0863f42fc..e35ac501b2 100644 --- a/Toolbox/Toolbox/Program.cs +++ b/Toolbox/Toolbox/Program.cs @@ -43,7 +43,7 @@ internal static class Program "ExcelApi.dll", "MSComctlLibApi.dll", "MSDATASRCApi.dll", "NetOffice.dll", "OfficeApi.dll", "OutlookApi.dll", "OWC10Api.dll", - "PowerPointApi.dll", "VBIDEApi.dll", "VisioApi.dll", + "PowerPointApi.dll", "VBIDEApi.dll" "WordApi.dll", "PublisherApi.dll" }; diff --git a/Toolbox/Toolbox/ToolboxControls/ApplicationObserver/ApplicationObserverControl.Designer.cs b/Toolbox/Toolbox/ToolboxControls/ApplicationObserver/ApplicationObserverControl.Designer.cs index f01e403d1a..451936fc6a 100644 --- a/Toolbox/Toolbox/ToolboxControls/ApplicationObserver/ApplicationObserverControl.Designer.cs +++ b/Toolbox/Toolbox/ToolboxControls/ApplicationObserver/ApplicationObserverControl.Designer.cs @@ -35,9 +35,6 @@ private void InitializeComponent() System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem(new string[] { "WinProj", ""}, -1); - System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem(new string[] { - "Visio", - ""}, -1); this.labelNoOfficeAppRunning = new System.Windows.Forms.Label(); this.labelOneOrMoreIsRunning = new System.Windows.Forms.Label(); this.pictureBoxRunningOff = new System.Windows.Forms.PictureBox(); @@ -172,15 +169,13 @@ private void InitializeComponent() listViewItem4.StateImageIndex = 0; listViewItem5.StateImageIndex = 0; listViewItem6.StateImageIndex = 0; - listViewItem7.StateImageIndex = 0; this.listViewApps.Items.AddRange(new System.Windows.Forms.ListViewItem[] { listViewItem1, listViewItem2, listViewItem3, listViewItem4, listViewItem5, - listViewItem6, - listViewItem7}); + listViewItem6}); this.listViewApps.Location = new System.Drawing.Point(49, 52); this.listViewApps.Margin = new System.Windows.Forms.Padding(4); this.listViewApps.Name = "listViewApps"; @@ -393,7 +388,6 @@ private void InitializeComponent() this.imageList1.Images.SetKeyName(4, "PowerPoint.ico"); this.imageList1.Images.SetKeyName(5, "Access.ico"); this.imageList1.Images.SetKeyName(6, "project.PNG"); - this.imageList1.Images.SetKeyName(7, "visio.PNG"); // // pictureBox8 // diff --git a/Toolbox/Toolbox/ToolboxControls/ApplicationObserver/ApplicationObserverControl.cs b/Toolbox/Toolbox/ToolboxControls/ApplicationObserver/ApplicationObserverControl.cs index 7cd9c6a557..b95252dd59 100644 --- a/Toolbox/Toolbox/ToolboxControls/ApplicationObserver/ApplicationObserverControl.cs +++ b/Toolbox/Toolbox/ToolboxControls/ApplicationObserver/ApplicationObserverControl.cs @@ -158,9 +158,6 @@ public void LoadConfiguration(XmlNode configNode) val = configNode.SelectSingleNode("Project").Attributes[0].Value; listViewApps.Items[5].Checked = Convert.ToBoolean(val); - val = configNode.SelectSingleNode("Visio").Attributes[0].Value; - listViewApps.Items[6].Checked = Convert.ToBoolean(val); - val = configNode.SelectSingleNode("Tray").Attributes[0].Value; checkBoxAppsTray.Checked = Convert.ToBoolean(val); @@ -186,7 +183,6 @@ public void SaveConfiguration(XmlNode configNode) configNode.SelectSingleNode("PowerPnt").Attributes[0].Value = listViewApps.Items[3].Checked.ToString(); configNode.SelectSingleNode("MsAccess").Attributes[0].Value = listViewApps.Items[4].Checked.ToString(); configNode.SelectSingleNode("Project").Attributes[0].Value = listViewApps.Items[5].Checked.ToString(); - configNode.SelectSingleNode("Visio").Attributes[0].Value = listViewApps.Items[6].Checked.ToString(); configNode.SelectSingleNode("Tray").Attributes[0].Value = checkBoxAppsTray.Checked.ToString(); configNode.SelectSingleNode("HotKey").Attributes[0].Value = checkBoxAppKill.Checked.ToString(); configNode.SelectSingleNode("HotKey").Attributes[1].Value = ((int)_applicationObserver.HotKey).ToString(); @@ -229,8 +225,6 @@ private static int GetProcessImageIndex(string processName) return 5; case "WINPROJ": return 6; - case "VISIO": - return 6; default: return 0; } @@ -324,9 +318,6 @@ private void listViewApps_ItemChecked(object sender, ItemCheckedEventArgs e) case "WinProj": _applicationObserver.Project = e.Item.Checked; break; - case "Visio": - _applicationObserver.Visio = e.Item.Checked; - break; } } catch (Exception exception) diff --git a/Toolbox/Toolbox/ToolboxControls/ApplicationObserver/IconsAndConfig/DefaultConfiguration.txt b/Toolbox/Toolbox/ToolboxControls/ApplicationObserver/IconsAndConfig/DefaultConfiguration.txt index f9b8016fba..fe26cc6c1d 100644 --- a/Toolbox/Toolbox/ToolboxControls/ApplicationObserver/IconsAndConfig/DefaultConfiguration.txt +++ b/Toolbox/Toolbox/ToolboxControls/ApplicationObserver/IconsAndConfig/DefaultConfiguration.txt @@ -4,6 +4,5 @@ - diff --git a/Toolbox/Toolbox/ToolboxControls/ApplicationObserver/OfficeProcessKiller.cs b/Toolbox/Toolbox/ToolboxControls/ApplicationObserver/OfficeProcessKiller.cs index a19bde4027..766a1293f9 100644 --- a/Toolbox/Toolbox/ToolboxControls/ApplicationObserver/OfficeProcessKiller.cs +++ b/Toolbox/Toolbox/ToolboxControls/ApplicationObserver/OfficeProcessKiller.cs @@ -30,7 +30,6 @@ internal class OfficeApplicationObserver : IDisposable private Process[] _powerProcs; private Process[] _accessProcs; private Process[] _projectProcs; - private Process[] _visioProcs; private int _currentLanguageID = 1031; #endregion @@ -252,8 +251,6 @@ public bool WatchEnabled /// public bool Project { get; set; } - public bool Visio { get; set; } - #endregion #region Methods @@ -283,10 +280,6 @@ public void KillProcesses() if (Project) KillProcesses(_projectProcs); - - if (Visio) - KillProcesses(_visioProcs); - } private void KillProcesses(string name) @@ -368,9 +361,6 @@ private void ShowOfficeProcesses() procs = Process.GetProcessesByName("WINPROJ"); AttachedControl.Items[5].SubItems[1].Text = procs.Length.ToString(); - - procs = Process.GetProcessesByName("VISIO"); - AttachedControl.Items[6].SubItems[1].Text = procs.Length.ToString(); } } @@ -396,9 +386,6 @@ private int ProcessCount() if ((true == Project) && (null != _projectProcs)) result += _projectProcs.Length; - if ((true == Visio) && (null != _visioProcs)) - result += _visioProcs.Length; - return result; } @@ -413,7 +400,6 @@ private static bool IsOfficeProcess(Process process) case "POWERPNT": case "MSACCESS": case "WINPROJ": - case "VISIO": return true; default: return false; @@ -528,9 +514,6 @@ private void Timer_Tick(object sender, EventArgs e) _projectProcs = Process.GetProcessesByName("WINPROJ"); ShowProcesses("WINPROJ", _projectProcs); - _visioProcs = Process.GetProcessesByName("VISIO"); - ShowProcesses("VISIO", _visioProcs); - int procCount = ProcessCount(); if (procCount > 0) { diff --git a/Toolbox/Toolbox/ToolboxControls/OfficeCompatibility/AnalyzerResult.cs b/Toolbox/Toolbox/ToolboxControls/OfficeCompatibility/AnalyzerResult.cs index dc3be5d9d2..cedad58a8f 100644 --- a/Toolbox/Toolbox/ToolboxControls/OfficeCompatibility/AnalyzerResult.cs +++ b/Toolbox/Toolbox/ToolboxControls/OfficeCompatibility/AnalyzerResult.cs @@ -112,7 +112,6 @@ public class AnalyzerResult private SupportInfo[] _powerPoint; private SupportInfo[] _access; private SupportInfo[] _project; - private SupportInfo[] _visio; private SupportInfo[] _publisher; #endregion @@ -143,7 +142,6 @@ internal AnalyzerResult(XDocument report) _powerPoint = new SupportInfo[7]; _access = new SupportInfo[7]; _project = new SupportInfo[7]; - _visio = new SupportInfo[7]; _publisher = new SupportInfo[7]; RemoveDelegateTypes(); @@ -154,7 +152,6 @@ internal AnalyzerResult(XDocument report) SetupSupportInfo(_outlook, "Outlook"); SetupSupportInfo(_powerPoint, "PowerPoint"); SetupSupportInfo(_access, "Access"); - SetupSupportInfo(_visio, "Visio"); SetupSupportInfo(_publisher, "Publisher"); } @@ -261,17 +258,6 @@ public SupportInfo[] Project } } - /// - /// Visio support info - /// - public SupportInfo[] Visio - { - get - { - return _visio; - } - } - #endregion #region Methods diff --git a/Toolbox/Toolbox/ToolboxControls/OfficeCompatibility/AssemblyAnalyzer.cs b/Toolbox/Toolbox/ToolboxControls/OfficeCompatibility/AssemblyAnalyzer.cs index 2758c97f63..b4687f39d5 100644 --- a/Toolbox/Toolbox/ToolboxControls/OfficeCompatibility/AssemblyAnalyzer.cs +++ b/Toolbox/Toolbox/ToolboxControls/OfficeCompatibility/AssemblyAnalyzer.cs @@ -753,7 +753,6 @@ private static bool CheckNetOfficeReferencesExists(AssemblyDefinition assemblyDe case "PowerPointApi": case "AccessApi": case "OfficeApi": - case "VisioApi": case "PublisherApi": return true; } @@ -775,7 +774,6 @@ private static void ListReferences(List listReferences, M case "PowerPointApi": case "AccessApi": case "OfficeApi": - case "VisioApi": if (!listReferences.Contains(item)) listReferences.Add(item); break; diff --git a/Toolbox/Toolbox/ToolboxControls/OfficeCompatibility/NetOfficeSupportTable.cs b/Toolbox/Toolbox/ToolboxControls/OfficeCompatibility/NetOfficeSupportTable.cs index 2a14262c8c..ca1728231f 100644 --- a/Toolbox/Toolbox/ToolboxControls/OfficeCompatibility/NetOfficeSupportTable.cs +++ b/Toolbox/Toolbox/ToolboxControls/OfficeCompatibility/NetOfficeSupportTable.cs @@ -9,7 +9,6 @@ using System.IO.Compression; using Mono.Cecil; using Mono.Cecil.Cil; -using Visio = NetOffice.VisioApi; namespace NetOffice.DeveloperToolbox.ToolboxControls.OfficeCompatibility { @@ -21,7 +20,6 @@ class NetOfficeSupportTable AssemblyDefinition _assOutlook; AssemblyDefinition _assPowerPoint; AssemblyDefinition _assAccess; - AssemblyDefinition _assVisio; AssemblyDefinition _assPublisher; Assembly _thisAssembly = Assembly.GetExecutingAssembly(); @@ -74,12 +72,6 @@ public NetOfficeSupportTable() Stream stream = System.IO.File.OpenRead(assemblyPath); _assAccess = AssemblyDefinition.ReadAssembly(stream); } - else if (item.Name.StartsWith("VisioApi")) - { - string assemblyPath = GetPhysicalPath(item); - Stream stream = System.IO.File.OpenRead(assemblyPath); - _assVisio = AssemblyDefinition.ReadAssembly(stream); - } else if (item.Name.StartsWith("PublisherApi")) { string assemblyPath = GetPhysicalPath(item); @@ -244,8 +236,6 @@ private AssemblyDefinition GetAssembly(string name) return _assPowerPoint; case "Access": return _assAccess; - case "Visio": - return _assVisio; case "Publisher": return _assPublisher; default: diff --git a/Toolbox/Toolbox/ToolboxControls/OfficeCompatibility/OfficeCompatibilityControl.Designer.cs b/Toolbox/Toolbox/ToolboxControls/OfficeCompatibility/OfficeCompatibilityControl.Designer.cs index 5311436454..c36f0044a0 100644 --- a/Toolbox/Toolbox/ToolboxControls/OfficeCompatibility/OfficeCompatibilityControl.Designer.cs +++ b/Toolbox/Toolbox/ToolboxControls/OfficeCompatibility/OfficeCompatibilityControl.Designer.cs @@ -614,21 +614,6 @@ private void InitializeComponent() this.pictureBoxExcel11.TabIndex = 94; this.pictureBoxExcel11.TabStop = false; // - // labelVisio - // - this.labelVisio.AutoSize = true; - this.labelVisio.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(227)))), ((int)(((byte)(243))))); - this.labelVisio.Dock = System.Windows.Forms.DockStyle.Fill; - this.labelVisio.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.labelVisio.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.labelVisio.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.labelVisio.Location = new System.Drawing.Point(5, 242); - this.labelVisio.Name = "labelVisio"; - this.labelVisio.Size = new System.Drawing.Size(238, 28); - this.labelVisio.TabIndex = 111; - this.labelVisio.Text = "Visio"; - this.labelVisio.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - // // pictureBoxOffice11 // this.pictureBoxOffice11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(227)))), ((int)(((byte)(243))))); diff --git a/Toolbox/Toolbox/ToolboxControls/OfficeCompatibility/OfficeCompatibilityControl.cs b/Toolbox/Toolbox/ToolboxControls/OfficeCompatibility/OfficeCompatibilityControl.cs index 4d50678d9a..9c1be22f51 100644 --- a/Toolbox/Toolbox/ToolboxControls/OfficeCompatibility/OfficeCompatibilityControl.cs +++ b/Toolbox/Toolbox/ToolboxControls/OfficeCompatibility/OfficeCompatibilityControl.cs @@ -69,7 +69,7 @@ private void SetupVersionInfo(SupportInfo[] info, string name) PictureBox box15 = tableLayoutResult.Controls["pictureBox" + name + "15"] as PictureBox; PictureBox box16 = tableLayoutResult.Controls["pictureBox" + name + "16"] as PictureBox; - if (name != "Project" && name != "Visio") + if (name != "Project") { SetImage(box09, info[0].Support); SetImage(box10, info[1].Support); @@ -272,7 +272,6 @@ private void buttonRefresh_Click(object sender, EventArgs e) SetupVersionInfo(_result.PowerPoint, "PowerPoint"); SetupVersionInfo(_result.Access, "Access"); SetupVersionInfo(_result.Project, "Project"); - SetupVersionInfo(_result.Visio, "Visio"); } else { diff --git a/Toolbox/Toolbox/ToolboxControls/OfficeUI/ApplicationWrapper.cs b/Toolbox/Toolbox/ToolboxControls/OfficeUI/ApplicationWrapper.cs index cd36662dd2..22e8586612 100644 --- a/Toolbox/Toolbox/ToolboxControls/OfficeUI/ApplicationWrapper.cs +++ b/Toolbox/Toolbox/ToolboxControls/OfficeUI/ApplicationWrapper.cs @@ -9,7 +9,6 @@ using Outlook = NetOffice.OutlookApi; using PowerPoint = NetOffice.PowerPointApi; using Access = NetOffice.AccessApi; -using Visio = NetOffice.VisioApi; using Office = NetOffice.OfficeApi; namespace NetOffice.DeveloperToolbox.ToolboxControls.OfficeUI @@ -27,7 +26,6 @@ internal class ApplicationWrapper private Outlook.Application _outlookApplication; private PowerPoint.Application _powerpointApplication; private Access.Application _accessApplication; - private Visio.Application _visioApplication; #endregion @@ -69,8 +67,6 @@ public Office.CommandBars CommandBars return _powerpointApplication.CommandBars; case "Access": return _accessApplication.CommandBars; - case "Visio": - return _visioApplication.CommandBars as Office.CommandBars; default: throw new ArgumentOutOfRangeException("officeApp"); } @@ -103,9 +99,6 @@ public void Quit() case "Access": _accessApplication.Quit(); break; - case "Visio": - _visioApplication.Quit(); - break; default: throw new ArgumentOutOfRangeException("officeApp"); } @@ -133,9 +126,6 @@ public void Dispose() case "Access": _accessApplication.Dispose(); break; - case "Visio": - _accessApplication.Dispose(); - break; default: throw new ArgumentOutOfRangeException("officeApp"); } @@ -163,9 +153,6 @@ private void CreateOfficeApplication() case "Access": _accessApplication = new Access.Application("Access.Application"); break; - case "Visio": - _visioApplication = new Visio.Application("Visio.Application"); - break; default: throw new ArgumentOutOfRangeException("officeApp"); } diff --git a/Toolbox/Toolbox/ToolboxControls/OfficeUI/SelectOfficeAppControl.Designer.cs b/Toolbox/Toolbox/ToolboxControls/OfficeUI/SelectOfficeAppControl.Designer.cs index 7c2b922a8f..c34fcde968 100644 --- a/Toolbox/Toolbox/ToolboxControls/OfficeUI/SelectOfficeAppControl.Designer.cs +++ b/Toolbox/Toolbox/ToolboxControls/OfficeUI/SelectOfficeAppControl.Designer.cs @@ -35,7 +35,6 @@ private void InitializeComponent() System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("Power Point", 3); System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("Access", 4); System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("Project", 5); - System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem("Visio", 6); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectOfficeAppControl)); this.listView1 = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); @@ -72,8 +71,7 @@ private void InitializeComponent() listViewItem3, listViewItem4, listViewItem5, - listViewItem6, - listViewItem7}); + listViewItem6}); this.listView1.LargeImageList = this.imageList1; this.listView1.Location = new System.Drawing.Point(0, 48); this.listView1.MultiSelect = false; @@ -98,7 +96,6 @@ private void InitializeComponent() this.imageList1.Images.SetKeyName(3, "PowerPoint.ico"); this.imageList1.Images.SetKeyName(4, "Access.ico"); this.imageList1.Images.SetKeyName(5, "project.PNG"); - this.imageList1.Images.SetKeyName(6, "visio.PNG"); // // buttonSelect // diff --git a/Toolbox/Toolbox/ToolboxControls/ProjectWizard/Controls/HostControl.Designer.cs b/Toolbox/Toolbox/ToolboxControls/ProjectWizard/Controls/HostControl.Designer.cs index 30e529028e..8b37e74e65 100644 --- a/Toolbox/Toolbox/ToolboxControls/ProjectWizard/Controls/HostControl.Designer.cs +++ b/Toolbox/Toolbox/ToolboxControls/ProjectWizard/Controls/HostControl.Designer.cs @@ -63,20 +63,6 @@ private void InitializeComponent() this.labelHint.TabIndex = 119; this.labelHint.Text = "Use also number keys(1-7) on your keyboard to select/deselect an application"; // - // checkBoxVisio - // - this.checkBoxVisio.AutoSize = true; - this.checkBoxVisio.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.checkBoxVisio.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.checkBoxVisio.ForeColor = System.Drawing.Color.Black; - this.checkBoxVisio.Location = new System.Drawing.Point(40, 176); - this.checkBoxVisio.Name = "checkBoxVisio"; - this.checkBoxVisio.Size = new System.Drawing.Size(52, 21); - this.checkBoxVisio.TabIndex = 11; - this.checkBoxVisio.Text = "Visio"; - this.checkBoxVisio.UseVisualStyleBackColor = true; - this.checkBoxVisio.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged); - // // checkBoxProject // this.checkBoxProject.AutoSize = true; diff --git a/Toolbox/Toolbox/ToolboxControls/ProjectWizard/Controls/HostControl.cs b/Toolbox/Toolbox/ToolboxControls/ProjectWizard/Controls/HostControl.cs index 27c9cd77a7..5236e7d092 100644 --- a/Toolbox/Toolbox/ToolboxControls/ProjectWizard/Controls/HostControl.cs +++ b/Toolbox/Toolbox/ToolboxControls/ProjectWizard/Controls/HostControl.cs @@ -55,8 +55,6 @@ internal List HostApplications list.Add("PowerPoint"); if (checkBoxAccess.Checked) list.Add("Access"); - if (checkBoxVisio.Checked) - list.Add("Visio"); return list; } } @@ -143,24 +141,6 @@ public XmlDocument SettingsDocument public void Activate() { - foreach (var item in ProjectWizardControl.Singleton.WizardControls) - { - ProjectControl ctrl = item as ProjectControl; - if (null != ctrl) - { - // visio is not supported in NetOffice Tools because it works much different under the hood - if (ctrl.IsToolAddinProject) - { - checkBoxVisio.Checked = false; - checkBoxVisio.Enabled = false; - } - else - { - checkBoxVisio.Enabled = true; - } - return; - } - } } public void Deactivate() @@ -219,7 +199,6 @@ private void CreateSettingsDocument() _settings.FirstChild.AppendChild(_settings.CreateElement("PowerPoint")); _settings.FirstChild.AppendChild(_settings.CreateElement("Access")); _settings.FirstChild.AppendChild(_settings.CreateElement("Project")); - _settings.FirstChild.AppendChild(_settings.CreateElement("Visio")); _settings.FirstChild.ChildNodes.Item(0).Attributes.Append(_settings.CreateAttribute("Selected")); _settings.FirstChild.ChildNodes.Item(1).Attributes.Append(_settings.CreateAttribute("Selected")); @@ -227,7 +206,6 @@ private void CreateSettingsDocument() _settings.FirstChild.ChildNodes.Item(3).Attributes.Append(_settings.CreateAttribute("Selected")); _settings.FirstChild.ChildNodes.Item(4).Attributes.Append(_settings.CreateAttribute("Selected")); _settings.FirstChild.ChildNodes.Item(5).Attributes.Append(_settings.CreateAttribute("Selected")); - _settings.FirstChild.ChildNodes.Item(6).Attributes.Append(_settings.CreateAttribute("Selected")); } #endregion diff --git a/Toolbox/Toolbox/ToolboxControls/ProjectWizard/ProjectConverters/Converter.cs b/Toolbox/Toolbox/ToolboxControls/ProjectWizard/ProjectConverters/Converter.cs index aa35a356ed..5fa2f3830c 100644 --- a/Toolbox/Toolbox/ToolboxControls/ProjectWizard/ProjectConverters/Converter.cs +++ b/Toolbox/Toolbox/ToolboxControls/ProjectWizard/ProjectConverters/Converter.cs @@ -601,8 +601,6 @@ private static List CreateValidatedReferenceList(string[] officeApps) if (!dependecies.Any(a => a == "MSComctlLib")) dependecies.Add("MSComctlLib"); break; - case "Visio": - break; default: break; } diff --git a/Toolbox/Toolbox/ToolboxControls/ProjectWizard/ProjectOptions.cs b/Toolbox/Toolbox/ToolboxControls/ProjectWizard/ProjectOptions.cs index 4ff67b795c..558020a9ee 100644 --- a/Toolbox/Toolbox/ToolboxControls/ProjectWizard/ProjectOptions.cs +++ b/Toolbox/Toolbox/ToolboxControls/ProjectWizard/ProjectOptions.cs @@ -137,8 +137,6 @@ private void SetOfficeApps(HostControl control) list.Add("PowerPoint"); if (control.checkBoxAccess.Checked) list.Add("Access"); - if (control.checkBoxVisio.Checked) - list.Add("Visio"); OfficeApps = list.ToArray(); }