NotesSlide class
Notes Slide. The root element of NotesSlidePart. When the object is serialized out as xml, its qualified name is p:notes.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.OpenXmlPartRootElement
DocumentFormat.OpenXml.Presentation.NotesSlide
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
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.