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: "Zack used the AfterNewPresentation event and developed a solution for it".

A block of code will be set as follows:

private void ThisAddIn_Startup(object sender, System.EventArgs e)
{
// Creating PowerPoint presentation with single slide in it
// Using the PowerPoint object instance adding the
// Slide with text title structure to the current Presentation
PowerPoint.Presentation PacktPresentation = this.Application. Presentations.Add(Microsoft.Office.Core.MsoTriState. msoTriStateMixed);
}

New terms and important ...

Get VSTO 3.0 for Office 2007 Programming 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.