[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

kiosk (Kiosk Slide Show Mode)

This element specifies that the presentation slide show should be viewed in a full-screen kiosk mode. A presentation viewed in kiosk mode should have user input disabled and will restart after a specified interval.

[Example: Consider the following presentation that is set to be viewed in a looping kiosk mode.

<p:presentationPr xmlns:a="" xmlns:r="" xmlns:p="">

<p:showPr loop="1" showNarration="1">

..

<p:kiosk/>

..

</p:showPr>

</p:presentationPr>

end example]

Parent Elements

showPr4.3.1.28)

 

Attributes

Description

restart (Restart Show)

Specifies the time length that the presentation should run until it is to be restarted. That is, the presentation should loop back to the first slide specified in the presentation or custom show. This value is specified in 1/1000ths of a second and measured from the most recent time the presentation started or restarted.

 

[Note: The counter is reset when a presentation is restarted due to automatic looping at the end of a show, if specified by the loop attribute of showPr. end note]

 

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_ShowInfoKiosk">

   <attribute name="restart" type="xsd:unsignedInt" use="optional" default="300000"/>

</complexType>