Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text are shown as follows: " The following class diagram displays the methods of the VEDocuments class."

A block of code is set as follows:

private void VisioEvents_Connect() { Globals.ThisAddIn.Application.DocumentOpened += new Visio.EApplication_DocumentOpenedEventHandler( VisioApplication_DocumentOpened); Globals.ThisAddIn.Application.DocumentCreated += new Visio.EApplication_DocumentCreatedEventHandler( VisioApplication_DocumentCreated); Globals.ThisAddIn.Application.BeforeDocumentClose += new Visio.EApplication_BeforeDocumentCloseEventHandler( ...

Get Microsoft Visio 2010 Business Process Diagramming and Validation now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.