<prnPr>
(Printing Properties)
This element specifies the default printing properties associated with this presentation document.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
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). |
|
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. |
|
Specifies whether hidden slides should be printed. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
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). |
|
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>