<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:
<p:presentationPr xmlns:a="" xmlns:r="" xmlns:p="">
  <p:showPr loop="1" showNarration="1">
    ..
    <p:kiosk/>
    ..
  </p:showPr>
</p:presentationPr>

Parent Elements

<showPr>4.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 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>