Definition Type: ComplexType
Name: CT_PrintProperties
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-presentationProperties.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema pml-presentationproperties_xsd Drilldown into frameSlides in schema pml-presentationproperties_xsd Drilldown into scaleToFitPaper in schema pml-presentationproperties_xsd Drilldown into hiddenSlides in schema pml-presentationproperties_xsd Drilldown into clrMode in schema pml-presentationproperties_xsd Drilldown into prnWhat in schema pml-presentationproperties_xsdXSD Diagram of CT_PrintProperties in schema pml-presentationproperties_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_PrintProperties">
    <xsd:sequence>
        <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
    <xsd:attribute name="prnWhat" type="ST_PrintWhat" use="optional" default="slides">
        <xsd:annotation>
            <xsd:documentation>Print Output</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="clrMode" type="ST_PrintColorMode" use="optional" default="clr">
        <xsd:annotation>
            <xsd:documentation>Print Color Mode</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="hiddenSlides" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Print Hidden Slides</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="scaleToFitPaper" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Scale to Fit Paper when printing</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="frameSlides" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Frame slides when printing</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
extLst p:extLst 0 1
Collapse Child Attributes:
Name Type Default Value Use
prnWhat p:prnWhat slides Optional
clrMode p:clrMode clr Optional
hiddenSlides p:hiddenSlides false Optional
scaleToFitPaper p:scaleToFitPaper false Optional
frameSlides p:frameSlides false Optional
Collapse Derivation Tree:
Collapse References:
p:prnPr