[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
present (Presenter Slide Show Mode)
This element specifies that the presentation slide show should be viewed in a full-screen presenter mode. In this mode, the presentation is displayed on one monitor while a different monitor displays notes and provides navigation controls intended to be viewed only by the presenter.
[Example: Consider the following presentation that is set to be viewed in a present mode.
<p:presentationPr xmlns:a="" xmlns:r="" xmlns:p="">
<p:showPr>
..
<p:present/>
..
</p:showPr>
</p:presentationPr>
end example]
Parent Elements |
showPr (ยง4.3.1.28) |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Empty"/>