CustomLayout Interface

Represents a custom layout associated with a presentation design. The CustomLayout object is a member of the CustomLayouts collection.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("914934F3-5A91-11CF-8700-00AA0060263B")> _
Public Interface CustomLayout
'Usage
Dim instance As CustomLayout
[GuidAttribute("914934F3-5A91-11CF-8700-00AA0060263B")]
public interface CustomLayout

Remarks

Use the CustomLayout property of the SlideRange object to access a CustomLayout object.

Use the Add(Int32) method of the CustomLayouts collection to add a new custom layout to the presentation design's custom layouts. Use the Item[Object] method to refer to a custom layout. Use the Paste(Int32) method to paste the slides on the Clipboard into a custom layout and add the custom layout to the CustomLayouts collection.

See Also

Reference

CustomLayout Members

Microsoft.Office.Interop.PowerPoint Namespace