Share via


NotesMasterId-Klasse

Notes Master ID.When the object is serialized out as xml, its qualified name is p:notesMasterId.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Presentation.NotesMasterId

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(ExtensionList))> _
Public Class NotesMasterId _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As NotesMasterId
[ChildElementInfoAttribute(typeof(ExtensionList))]
public class NotesMasterId : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • ExtensionList <p:extLst>

[ISO/IEC 29500-1 1. Ausgabe]

19.2.1.20 notesMasterId (Notes Master ID)

This element specifies a notes master that is available within the corresponding presentation. A notes master is a slide that is specifically designed for the printing of the slide along with any attached notes.

[Example: Consider the following specification of a notes master within a presentation

<p:presentation xmlns:a="" xmlns:r="" xmlns:p="" embedTrueTypeFonts="1">
  …
  <p:notesMasterIdLst>
    <p:notesMasterId r:id="rId8"/>
  </p:notesMasterIdLst>
  …
</p:presentation>

end example]

Parent Elements

notesMasterIdLst (§19.2.1.21)

Child Elements

Subclause

extLst (Extension List)

§19.2.1.12

Attributes

Description

id (Relationship Identifier)

Namespace: .../officeDocument/2006/relationships

Specifies the relationship identifier that is used in conjunction with a corresponding relationship file to resolve the location within a presentation of the notesMaster element defining this notes master.

The possible values for this attribute are defined by the ST_RelationshipId simple type (§22.8.2.1).

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

NotesMasterId-Member

DocumentFormat.OpenXml.Presentation-Namespace