Notes Element (Microsoft PowerPoint)

Specifies the storage of speaker notes.

Attribute Description
id Defines the numeric identifier of the notes.
name Defines the name of the notes.
layout

Contains one of the following string constants specifying the layout of the notes 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
omitmastershapes Determines whether master shapes are omitted. The default value is False.
slots

Specifies the elements that are defined on the notes 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 the notes XML page.

Contained In

Presentation

Subelements

Tag

Remarks

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

Speaker notes can be displayed under the main Web page in a separate frame. To display the speaker notes, Display speaker notes must be selected in the Publish as Web Page dialog box.

Example

This example shows a speaker note ("This is a speaker note for a slide.") that is saved to the Web.


<p:notes id="1" layout="notes" slots="slideImage,body">
<div>This is a speaker note for a slide.</div>
</p:notes>