次の方法で共有


HandoutMaster Class

Handout Master. It is the root element of HandoutMasterPart.When the object is serialized out as xml, its qualified name is p:handoutMaster.

Inheritance Hierarchy

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

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

Syntax

'宣言
<ChildElementInfoAttribute(GetType(HeaderFooter))> _
<ChildElementInfoAttribute(GetType(CommonSlideData))> _
<ChildElementInfoAttribute(GetType(ColorMap))> _
<ChildElementInfoAttribute(GetType(ExtensionListWithModification))> _
Public Class HandoutMaster _
    Inherits OpenXmlPartRootElement
'使用
Dim instance As HandoutMaster
[ChildElementInfoAttribute(typeof(HeaderFooter))]
[ChildElementInfoAttribute(typeof(CommonSlideData))]
[ChildElementInfoAttribute(typeof(ColorMap))]
[ChildElementInfoAttribute(typeof(ExtensionListWithModification))]
public class HandoutMaster : OpenXmlPartRootElement

Remarks

The following table lists the possible child types:

  • CommonSlideData <p:cSld>

  • ColorMap <p:clrMap>

  • HeaderFooter <p:hf>

  • ExtensionListWithModification <p:extLst>

[ISO/IEC 29500-1 初版]

19.3.1.24 handoutMaster (Handout 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 Handout 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

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

HandoutMaster Members

DocumentFormat.OpenXml.Presentation Namespace