SlideGuideList class
Defines the SlideGuideList Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is p15:sldGuideLst.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList
DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList
Namespace: DocumentFormat.OpenXml.Office2013.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.37 sldGuideLst
Target namespace: http://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.<11> 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.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.35 CT_ExtendedGuideList
Target namespace: http://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.<17>
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.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).