19.2.1.14 handoutMasterId

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]

Attributes

Namespace: http://purl.oclc.or g/ooxml/officeDoc ument/relationshi ps

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

id (Relationship Identifier)

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.

[Note: The W3C XML Schema definition of this element’s content model (CT_HandoutMasterIdListEntry) is located in A.3. end note]

Last updated on