CustomLayout Members

Include Protected Members
Include Inherited Members

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

The CustomLayout type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the creator of the specified object. Read-only.
Public property Background Returns a ShapeRange object that represents the slide background. Read-only.
Public property CustomerData Returns a CustomerData object.
Public property Design Returns a Design object that represents the design template associated with the specified custom layout.
Public property DisplayMasterShapes Determines whether the specified custom layout displays background objects on the slide master. Read/write.
Public property FollowMasterBackground Determines whether the specified custom layout follows the slide master background. Read/write.
Public property HeadersFooters Returns a HeadersFooters collection that represents the header, footer, date and time, and slide number associated with the specified custom layout.
Public property Height Returns the height of the specified object, in points. Read-only.
Public property Hyperlinks Returns a Hyperlinks collection that represents all hyperlinks on the slide associated with the specified custom layout. Read-only.
Public property Index Returns the index position of the specified custom layout in the CustomLayouts collection. Read-only.
Public property MatchingName Represents the internal name of the specified custom layout. Read/write.
Public property Name Represents the display name of the specified custom layout. Read/write.
Public property Parent Returns a reference to the slide master object that is the parent of the specified CustomLayout object. Read-only.
Public property Preserved Determines whether the specified custom layout is preserved from changes. Read/write.
Public property Shapes Returns a Shapes collection representing all the layout elements included in the specified custom layout. Read-only.
Public property SlideShowTransition Returns a SlideShowTransition object that represents the special effects for the specified custom layout. Read-only.
Public property ThemeColorScheme Returns a ThemeColorScheme object that represents the color scheme of the theme associated with the specified custom layout. Read-only.
Public property TimeLine Returns a TimeLine object that represents the animation timeline for the slide associated with the specified custom layout. Read-only.
Public property Width Returns the width of the specified custom layout, in points. Read-only.

Top

Methods

  Name Description
Public method Copy Copies the specified object to the Clipboard.
Public method Cut Deletes the specified object and places it on the Clipboard.
Public method Delete Deletes the specified object.
Public method Duplicate Creates a duplicate of the specified custom layout, adds the new custom layout to the CustomLayouts collection immediately after the original custom layout, and returns a CustomLayout object that represents the duplicate layout.
Public method MoveTo Moves the specified CustomLayout object to a different position in the CustomLayoutS collection.
Public method Select Selects the specified CustomLayout object.

Top

See Also

Reference

CustomLayout Interface

Microsoft.Office.Interop.PowerPoint Namespace