Share via


NotesGuideList class

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

Inheritance hierarchy

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

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

Syntax

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

Remarks

2.3.38 notesGuideLst

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 notes page view. 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="notesGuideLst" type="CT_ExtendedGuideList"/>

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

NotesGuideList members

DocumentFormat.OpenXml.Office15.PowerPoint namespace