[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

prnPr (Printing Properties)

This element specifies the default printing properties associated with this presentation document.

Parent Elements

presentationPr4.3.1.25)

 

Child Elements

Subclause

extLst (Extension List)

§4.2.5

 

Attributes

Description

clrMode (Print Color Mode)

Specifies the color mode to be used when printing.

 

The possible values for this attribute are defined by the ST_PrintColorMode simple type (§4.8.15).

frameSlides (Frame slides when printing)

Specifies whether slides should be framed when printing. When framed, an outline border is printed for each slide.

 

The possible values for this attribute are defined by the XML Schema boolean datatype.

hiddenSlides (Print Hidden Slides)

Specifies whether hidden slides should be printed.

 

The possible values for this attribute are defined by the XML Schema boolean datatype.

prnWhat (Print Output)

Specifies what the default print output will be in terms of content layout.

 

The possible values for this attribute are defined by the ST_PrintWhat simple type (§4.8.16).

scaleToFitPaper (Scale to Fit Paper when printing)

Specifies whether the print output should be scaled to fit the paper being used.

 

The possible values for this attribute are defined by the XML Schema boolean datatype.

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

<complexType name="CT_PrintProperties">

   <sequence>

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

   </sequence>

   <attribute name="prnWhat" type="ST_PrintWhat" use="optional" default="slides"/>

   <attribute name="clrMode" type="ST_PrintColorMode" use="optional" default="clr"/>

   <attribute name="hiddenSlides" type="xsd:boolean" use="optional" default="false"/>

   <attribute name="scaleToFitPaper" type="xsd:boolean" use="optional" default="false"/>

   <attribute name="frameSlides" type="xsd:boolean" use="optional" default="false"/>

</complexType>