Posts by this author

Aug 24, 2018
0

Container, List and Callout API in Visio 2010

This post examines the programmability features for Containers, Lists and Callouts in Visio 2010.  It supplements an earlier post that describes how these special shapes are constructed and how they can be customized.

Microsoft 365 Developer
Aug 24, 2018
0

Visio 2010 Connectivity API

In this blog post, we introduce the new Visio 2010 methods used for working with connected diagrams. Then we will see these methods in action by doing a visual walk-through of a program that manipulates a flowchart.

Microsoft 365 Developer
Aug 24, 2018
0

Intelligent Diagrams in Visio

This is the sixth topic in a series discussing the essential features that make up the Visio application.

Microsoft 365 Developer
May 7, 2018
0

NPM package for Visio JavaScript APIs

Visio JavaScript APIs extend the capabilities of Visio Online by enabling developers to build rich mashup solutions to meet their organization’s specific needs. The solution needs to reference the Visio JavaScript library from the CDN location. This blog discusses how to install NPM and acquire IntelliSense definitions.

Microsoft 365 Developer
Sep 25, 2017
0

Migrate from Visio Web Access to Visio Online

Visio Online replaces Visio Web Access (also called Visio Services) in SharePoint Online. Visio Online is the new way to view, create and share Visio diagrams in SharePoint Online. As part of the Office Online ecosystem, Visio Online includes a modern UI, introduces performance improvements and has richer capabilities that aren’t available in Visio...

Office Add-ins
Jul 13, 2011
0

Working with Connected Diagrams Programmatically, part 1

In a previous blog post, we told you about the new Connectivity APIs in Visio 2010 that make it easier for developers to create and to move across a connected diagram. We’ve shown you how to use some of the new APIs to create new connected shapes; this blog will examine techniques for traversing connected diagrams. One of the most useful APIs for a...

Office Add-ins
May 31, 2010
0

Visio 2010 XML Schema Definition Released

Visio has published the XML Schema Definition (XSD) files for the Microsoft Visio 2010 XML Drawing (.vdx) format. This schema is also known as DatadiagramML. The .XSD files allow developers to better understand the structure of Visio XML documents and design solutions that work with the .VDX file format.

Office Add-ins
Mar 3, 2010
0

New Visio 2010 API for Configuring Raster Export

Visio developer typically want to automate the export a diagram as a raster image in the PNG, JPG, BMP, or TIFF format for use in a web page or other applications. In this post, we’ll talk about the additions to the Visio object model that let developers configure each of these raster export settings.

Office Add-ins
Feb 24, 2010
0

User Interface Extensibility in Visio 2010

Learn about RibbonX, a XML markup that allows developers to customize the Office UI. It enables 3rd party developers and solution providers to build custom tabs and groups on top of the Ribbon, and target scenarios unique to and optimized for their customers. As Visio adopts the Fluent UI, Visio developers now also have the opportunity to utilize t...

Office Add-ins
Feb 21, 2010
0

The Visio Services JavaScript Mashup API

If you need more flexibility in creating rich diagram mashups than offered out of the box by web part connections, you can use the Visio Services JavaScript Mashup API. In this post we'll review the breadth of possibilities by the Visio Services Mashup API and show you how to get started coding with a few simple examples.

Office Add-ins