Namedshow Element (Microsoft PowerPoint)

Specifies the contents of a custom show that is a subset of a presentation.

Attribute Description
name Defines the name of the custom show.
slides Defines a list of slides for a custom show in a comma-delimited list of integer slide numbers.

Contained In

Presentation

Remarks

Named shows are called custom shows in Microsoft PowerPoint.

Example

This example shows a named show called "Custom Show 1" that consists of two slides numbered 256 and 259.

<p:namedshow slides="256,259" name="Custom Show 1">
</p:namedshow>