<browse> (Browse Slide Show Mode)

This element specifies that the presentation slide show should be viewed in a single window or browse mode, instead of full screen.

example:
<p:presentationPr xmlns:a="" xmlns:r="" xmlns:p="">
  <p:showPr>
    ..
    <p:browse showScrollbar="0"/>
    ..
  </p:showPr>
</p:presentationPr>

Parent Elements

<showPr>4.3.1.28)

Attributes

Description

<showScrollbar> (Show Scroll Bar in Window)

Specifies whether to show the scroll bar in the viewing window.

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

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

<complexType name="CT_ShowInfoBrowse">
	<attribute name="showScrollbar" type="xsd:boolean" use="optional" default="true"/>
</complexType>