HandoutMasterId Class

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

Inheritance Hierarchy

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

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

Syntax

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

Remarks

The following table lists the possible child types:

  • ExtensionList <p:extLst>

[ISO/IEC 29500-1 1st Edition]

19.2.1.14 handoutMasterId (Handout Master ID)

This element specifies a handout master that is available within the corresponding presentation. A handout master is a slide that is specifically designed for printing as a handout.

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

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

end example]

Parent Elements

handoutMasterIdLst (§19.2.1.15)

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 handoutMaster element defining this handout 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_HandoutMasterIdListEntry) 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

HandoutMasterId Members

DocumentFormat.OpenXml.Presentation Namespace