CustomLayouts Interface
Office 2010
Represents a set of custom layouts that are associated with a presentation design.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Use the CustomLayouts property of the slide MasterClass object to return a CustomLayouts collection. Use CustomLayouts(index), where index is the color scheme index number, to return a single CustomLayout object.
Use the Add method to create a new custom layout and add it to the CustomLayouts collection. Use the Paste method to past slides from the Clipboard as a CustomLayout object into the CustomLayouts collection.
Use the CustomLayout property of a Slide or SlideRange object to return a custom layout for a slide or set of slides.
Show: