[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

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: Consider the following presentation that is set to be viewed in a browse mode.

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

<p:showPr>

..

<p:browse showScrollbar="0"/>

..

</p:showPr>

</p:presentationPr>

end example]

Parent Elements

showPr4.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>