Slide Element (Microsoft PowerPoint)

Defines the basic container for a PowerPoint slide.

Attribute Description
collapseoutline Determines whether an outline is collapsed in outline view. The default value is False.
href Defines a path to the slide HTML page.
id Defines the numeric identifier of a slide.
layout

Contains one of the following string constants specifying the layout of the slide.

Constant Description
2_columns Two columns
2_columns_row Two columns and one row
2_rows Two rows
2_rows_column Two rows and one column
4_objects Four objects
big_object One large object
blank Blank (default)
column_2_rows One column and two rows
handout Handout
notes Notes
row_2_columns One row and two columns
title_body Title only
title_only Title only
title_substitle Title and subtitle
v_2_rows Two vertical rows
v_title_body Vertical text and body
masterhref Defines a path to the slide master HTML page if it's not the default master page.
name Defines the name of the slide.
omitmastershapes Determines whether master shapes are omitted. The default value is False.
slots

Specifies the elements that are defined on the slide. This consists of a string that includes one or more of the following constants delimited by commas.

Constant Description
body Body
centerTitle Center title
clipart Clip art
dateTime Date and time
footer Footer
graph Graph
header Header
media Media
object Object
orgchart Organizational chart
slideImage Slide image
slideNumber Slide number
subtitle Subtitle
table Table
title Title
verticalBody Vertical body
verticalTitle Vertical title
xmlhref Defines a path to an XML page containing VML.

Contained In

Presentation

Subelements

Headersfooters, Media, Oleclientdata, Tag

Remarks

All subelements are optional. More than one Tag subelement can be specified.

Each slide in a presentation is converted to a Web page.

Example

This example shows a blank slide with the title and subtitle layout and slots for subtitle and centered title.



<p:slide id="1" href="slide0001.htm" layout="title_subtitle" slots= "centerTitle,subTitle"/>