<handoutMasterIdLst> (List of Handout Master IDs)

This element specifies a list of identification information for the handout master slides that are available within the corresponding presentation. A handout master is a slide that is specifically designed for printing as a handout.

Parent Elements

<presentation>4.3.1.24)

Child Elements

Subclause

<handoutMasterId> (Handout Master ID)

§4.3.1.11

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

<complexType name="CT_HandoutMasterIdList">
	<sequence>
	<element name="handoutMasterId" type="CT_HandoutMasterIdListEntry" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>