NotesMaster Class

Notes Master. It is the root element of NotesMasterPart.When the object is serialized out as xml, its qualified name is p:notesMaster.

Inheritance Hierarchy

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

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

Syntax

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

Remarks

The following table lists the possible child types:

  • CommonSlideData <p:cSld>

  • ColorMap <p:clrMap>

  • HeaderFooter <p:hf>

  • NotesStyle <p:notesStyle>

  • ExtensionListWithModification <p:extLst>

[ISO/IEC 29500-1 1st Edition]

19.3.1.27 notesMaster (Notes Master)

This element specifies an instance of a handout master slide. Within a handout master slide are contained all elements that describe the objects and their corresponding formatting for within a handout slide. Within a handout master slide the cSld element specifies the common slide elements such as shapes and their attached text bodies. There are other properties within a handout master slide but cSld encompasses the majority of the intended purpose for a handoutMaster slide.

Parent Elements

Root element of PresentationML Notes Master part

Child Elements

Subclause

clrMap (Color Scheme Map)

§19.3.1.6

cSld (Common Slide Data)

§19.3.1.16

extLst (Extension List with Modification Flag)

§19.3.1.20

hf (Header/Footer information for a slide master)

§19.3.1.25

notesStyle (Notes Text Style)

§19.3.1.28

[Note: The W3C XML Schema definition of this element’s content model (CT_NotesMaster) 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

NotesMaster Members

DocumentFormat.OpenXml.Presentation Namespace