|
Home
|
VBA Section |
General Section |
Downloads |
Licensing |
Privacy Policy
|
|
Understanding Custom Layouts First there was a slide master with a title master till PPT 2002. PPT 2002 introduced the concept of multiple masters - Designs. Each design contained a slide master and possibly a title master. Several designs could be stored within a presentation. This is discussed in detail in - Multiple masters and how to access them. PowerPoint 2007 introduces a new concept - Custom Layouts. With it you can define any number of your own custom layouts associated with a slide master. Each design will contain one and only one slide master. But the slide master can contain several custom layouts which can be fully customized. Custom layouts inherit the slide masters properties like background, color etc. But these can be overidden. Let see how we can enumerate this information.
To assign a custom layout is equally straightforward. To assign the 4th custom layout to the slide, use - ActivePresentation.Slides(1).CustomLayout =ActivePresentation.SlideMaster.CustomLayouts(4) | ||||||||||||||
Copyright © 1999-2009 Shyam Pillai. All rights reserved.
|