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 | |
---|---|---|
![]() |
Application | Returns an Application object that represents the creator of the specified object. Read-only. |
![]() |
Background | Returns a ShapeRange object that represents the slide background. Read-only. |
![]() |
CustomerData | Returns a CustomerData object. |
![]() |
Design | Returns a Design object that represents the design template associated with the specified custom layout. |
![]() |
DisplayMasterShapes | Determines whether the specified custom layout displays background objects on the slide master. Read/write. |
![]() |
FollowMasterBackground | Determines whether the specified custom layout follows the slide master background. Read/write. |
![]() |
HeadersFooters | Returns a HeadersFooters collection that represents the header, footer, date and time, and slide number associated with the specified custom layout. |
![]() |
Height | Returns the height of the specified object, in points. Read-only. |
![]() |
Hyperlinks | Returns a Hyperlinks collection that represents all hyperlinks on the slide associated with the specified custom layout. Read-only. |
![]() |
Index | Returns the index position of the specified custom layout in the CustomLayouts collection. Read-only. |
![]() |
MatchingName | Represents the internal name of the specified custom layout. Read/write. |
![]() |
Name | Represents the display name of the specified custom layout. Read/write. |
![]() |
Parent | Returns a reference to the slide master object that is the parent of the specified CustomLayout object. Read-only. |
![]() |
Preserved | Determines whether the specified custom layout is preserved from changes. Read/write. |
![]() |
Shapes | Returns a Shapes collection representing all the layout elements included in the specified custom layout. Read-only. |
![]() |
SlideShowTransition | Returns a SlideShowTransition object that represents the special effects for the specified custom layout. Read-only. |
![]() |
ThemeColorScheme | Returns a ThemeColorScheme object that represents the color scheme of the theme associated with the specified custom layout. Read-only. |
![]() |
TimeLine | Returns a TimeLine object that represents the animation timeline for the slide associated with the specified custom layout. Read-only. |
![]() |
Width | Returns the width of the specified custom layout, in points. Read-only. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Copy | Copies the specified object to the Clipboard. |
![]() |
Cut | Deletes the specified object and places it on the Clipboard. |
![]() |
Delete | Deletes the specified object. |
![]() |
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. |
![]() |
MoveTo | Moves the specified CustomLayout object to a different position in the CustomLayoutS collection. |
![]() |
Select | Selects the specified CustomLayout object. |
Top