BrowseMode class
Defines the BrowseMode Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is p14:browseMode.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.26 browseMode
Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main
A CT_BrowseMode element (section 2.5.19) that specifies the status bar visibility when slide show is in browse mode. See section 2.2.6 for how this element integrates with [ISO/IEC-29500:2008].
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="browseMode" type="CT_BrowseMode"/>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.19 CT_BrowseMode
Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main
Referenced by: browseMode
A complex type that specifies the visibility of the status bar in slide show browse mode.
Attributes:
showStatus: An xsd:boolean attribute ([XMLSCHEMA2] section 3.2.2) that specifies the visibility of status bar when slide show is in browse mode.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_BrowseMode">
<xsd:attribute name="showStatus" type="xsd:boolean" use="optional" default="true"/>
</xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).