Freigeben über


NotesMaster-Klasse

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

Vererbungshierarchie

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

Hinweise

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 1. Ausgabe]

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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

NotesMaster-Member

DocumentFormat.OpenXml.Presentation-Namespace