CustomLayout Object Members

PowerPoint Developer Reference

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

Methods

  Name Description
Bb231233.methods(en-us,office.12).gif Copy Copies the specified object to the Clipboard.
Bb231233.methods(en-us,office.12).gif Cut Deletes the specified object and places it on the Clipboard.
Bb231233.methods(en-us,office.12).gif Delete Deletes the specified object.
Bb231233.methods(en-us,office.12).gif 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.
Bb231233.methods(en-us,office.12).gif MoveTo Moves the specified CustomLayout object to a different position in the CustomLayouts collection.
Bb231233.methods(en-us,office.12).gif Select Selects the specified CustomLayout object.

Properties

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