次の方法で共有


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

'宣言
<ChildElementInfoAttribute(GetType(HeaderFooter))> _
<ChildElementInfoAttribute(GetType(ExtensionListWithModification))> _
<ChildElementInfoAttribute(GetType(NotesStyle))> _
<ChildElementInfoAttribute(GetType(CommonSlideData))> _
<ChildElementInfoAttribute(GetType(ColorMap))> _
Public Class NotesMaster _
    Inherits OpenXmlPartRootElement
'使用
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 初版]

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. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、ISO はこうした翻訳に対する責任を一切負いません。

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