Design Members
Include Protected Members
Include Inherited Members
Represents an individual slide design template. The Design object is a member of the Designs and SlideRange collections and the Master and Slide objects.
The Design type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
HasTitleMaster | Reserved for internal use. | |
Index | Returns a 64-bit signed integer that represents the index number for an animation effect or design. Read-only. | |
Name | Returns or sets the name of the specified object. Read/write. | |
Parent | Returns the parent object for the specified object. | |
Preserved | Represents whether a design master is preserved from changes. Read/write. | |
SlideMaster | Returns a Master object that represents the slide master. Read-only. | |
TitleMaster | Reserved for internal use. |
Top
Methods
Name | Description | |
---|---|---|
AddTitleMaster | Reserved for internal use. | |
Delete | Deletes the specified Design object. | |
MoveTo | Moves the specified object to a specific location within the same collection, renumbering all other items in the collection appropriately. |
Top