p:prnPr
Printing Properties
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-presentationProperties.xsd
Type: p:CT_PrintProperties
Properties: Local, Qualified
Content
- p:extLst [0..1] Extension List
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
prnWhat | [0..1] | p:ST_PrintWhat | Print Output | Default value is "slides". |
clrMode | [0..1] | p:ST_PrintColorMode | Print Color Mode | Default value is "clr". |
hiddenSlides | [0..1] | xsd:boolean | Print Hidden Slides | Default value is "false". |
scaleToFitPaper | [0..1] | xsd:boolean | Scale to Fit Paper when printing | Default value is "false". |
frameSlides | [0..1] | xsd:boolean | Frame slides when printing | Default value is "false". |
Used in
- Type p:CT_PresentationProperties (Element p:presentationPr)
Sample instance
<p:prnPr> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:prnPr>