BrowseMode Class
Defines the BrowseMode Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is p14:browseMode.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class BrowseMode _
Inherits OpenXmlLeafElement
'Uso
Dim instance As BrowseMode
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class BrowseMode : OpenXmlLeafElement
Remarks
2.3.14 browseMode
Target namespace: https://schemas.microsoft.com/office/powerpoint/2007/7/12/main
A CT_BrowseMode element 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.14 CT_BrowseMode
Target namespace: https://schemas.microsoft.com/office/powerpoint/2007/7/12/main
Referenced by: browseMode
Represents the status bar in slide show browse mode.
Attributes:
showStatus : An xsd:boolean ([XMLSCHEMA2] section 3.2.2) attribute 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).
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.