[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

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

handoutMasterIdLst4.3.1.12)

 

Child Elements

Subclause

extLst (Extension List)

§4.2.5

 

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 (§7.8.2.1).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_HandoutMasterIdListEntry">

   <sequence>

   <element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>

   </sequence>

   <attribute ref="r:id" use="required"/>

</complexType>