Presentation Element (Microsoft PowerPoint)

Defines the basic properties of a presentation.

Attribute Description
advisor Defines the advisor number of the presentation. The default value is False.
envelopevisible Determines whether the envelope is visible. The default value is False.
firstslidenumber Defines the first slide number.
hasautolinks Determines whether the presentation has automatically updated links. The default value is False.
hasenvelope Determines whether the presentation has an envelope. The default value is False.
hidecomments Determines whether the comments are hidden. The default value is False. Note that PowerPoint comments are saved as VML Rect elements and identified with the IsComment element.
notessizex Defines the width of the notes pane in pixels.
notessizey Defines the height of the notes pane in pixels.
omittitleplace Determines whether the title placeholder is omitted. The default value is False.
righttoleft Determines whether the slide text is oriented from right to left. The default value is False.
savewithfonts Determines whether fonts are saved with the presentation. The default value is False.
slidesizex Defines the width of a slide in pixels.
slidesizey Defines the height of a slide in pixels.

Subelements

Broadcastinfo, Font, Guide, Headersfooters, Htmlpublishsettings, Kinsoku, Master, Namedshow, Notes, Pptdocumentsettings, Printoptions, Recolorinfo, Routingslip, Slide, Slideshowsettings, Tag, Viewstate

Remarks

A presentation is the top-level document for a PowerPoint application. All other elements are contained between the start and end tags of a presentation.

All subelements are optional. The Broadcastinfo, Font, Guide, Kinsoku, Master, Namedshow, Notes, Slide, and Tag subelements can be specified more than once.

Example

This example shows the start and end tags for a presentation. Many other elements could be contained between the two tags for any presentation.


<p:presentation savewithfonts="t" hasautolinks="t" advisor="80">
</p:presentation>