Share via


SlideGuideList class

Defines the SlideGuideList Class.This class is only available in O15. When the object is serialized out as xml, its qualified name is p15:sldGuideLst.

Inheritance hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office15.PowerPoint.ExtendedGuideList
        DocumentFormat.OpenXml.Office15.PowerPoint.SlideGuideList

Namespace:  DocumentFormat.OpenXml.Office15.PowerPoint
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office15)> _
Public Class SlideGuideList _
    Inherits ExtendedGuideList
'Usage
Dim instance As SlideGuideList
[OfficeAvailabilityAttribute(FileFormatVersions.Office15)]
public class SlideGuideList : ExtendedGuideList

Remarks

2.3.37 sldGuideLst

Target namespace: https://schemas.microsoft.com/office/powerpoint/2012/main

A CT_ExtendedGuideList element (section 2.5.35) that specifies a list of extended guides for a master slide, a slide layout or a slide view of the presentation. See section 2.2.11 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="sldGuideLst" type="CT_ExtendedGuideList"/>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

2.5.35 CT_ExtendedGuideList

Target namespace: https://schemas.microsoft.com/office/powerpoint/2012/main

Referenced by: sldGuideLst, notesGuideLst

A complex type that specifies a list of extended guides for a master slide, a slide layout, or a particular view of the presentation.

Child Elements:

guide: A CT_ExtendedGuide element (section 2.5.34) that specifies a guide in a presentation.

extLst: A CT_ExtensionList element ([ISO/IEC-29500-4] section A.3) that specifies the extension list. All future extensions to the guide list will be stored in the extension list.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_ExtendedGuideList">

<xsd:sequence>

<xsd:element name="guide" type="CT_ExtendedGuide" minOccurs="0" maxOccurs="unbounded"/>

<xsd:element name="extLst" type="p:CT_ExtensionList" minOccurs="0" maxOccurs="1"/>

</xsd:sequence>

</xsd:complexType>

See section 5.3 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.

See also

Reference

SlideGuideList members

DocumentFormat.OpenXml.Office15.PowerPoint namespace