NotesSlide Class

Notes Slide. It is the root element of NotesSlidePart.When the object is serialized out as xml, its qualified name is p:notes.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.OpenXmlPartRootElement
        DocumentFormat.OpenXml.Presentation.NotesSlide

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(CommonSlideData))> _
<ChildElementInfoAttribute(GetType(ColorMapOverride))> _
<ChildElementInfoAttribute(GetType(ExtensionListWithModification))> _
Public Class NotesSlide _
    Inherits OpenXmlPartRootElement
'Usage
Dim instance As NotesSlide
[ChildElementInfoAttribute(typeof(CommonSlideData))]
[ChildElementInfoAttribute(typeof(ColorMapOverride))]
[ChildElementInfoAttribute(typeof(ExtensionListWithModification))]
public class NotesSlide : OpenXmlPartRootElement

Remarks

The following table lists the possible child types:

  • CommonSlideData <p:cSld>

  • ColorMapOverride <p:clrMapOvr>

  • ExtensionListWithModification <p:extLst>

[ISO/IEC 29500-1 1st Edition]

19.3.1.26 notes (Notes Slide)

This element specifies the existence of a notes slide along with its corresponding data. Contained within a notes slide are all the common slide elements along with addition properties that are specific to the notes element.

[Example: Consider the following PresentationML notes slide

<p:notes>
  <p:cSld>
    …
  </p:cSld>
  …
</p:notes>

In the above example a notes element specifies the existence of a notes slide with all of its parts. Notice the cSld element, that specifies the common elements that can appear on any slide type and then any elements specify additional non-common properties for this notes slide. end example]

Parent Elements

Root element of PresentationML Notes Slide part

Child Elements

Subclause

clrMapOvr (Color Scheme Map Override)

§19.3.1.7

cSld (Common Slide Data)

§19.3.1.16

extLst (Extension List with Modification Flag)

§19.3.1.20

Attributes

Description

showMasterPhAnim (Show Master Placeholder Animations)

Specifies whether or not to display animations on placeholders from the master slide.

The possible values for this attribute are defined by the W3C XML Schema boolean datatype.

showMasterSp (Show Master Shapes)

Specifies if shapes on the master slide should be shown on slides or not.

The possible values for this attribute are defined by the W3C XML Schema boolean datatype.

[Note: The W3C XML Schema definition of this element’s content model (CT_NotesSlide) is located in §A.3. end note]

© ISO/IEC29500: 2008.

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

NotesSlide Members

DocumentFormat.OpenXml.Presentation Namespace