Definition Type: ComplexType
Name: CT_PageSetUpPr
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into fitToPage in schema sml-sheet_xsd Drilldown into autoPageBreaks in schema sml-sheet_xsdXSD Diagram of CT_PageSetUpPr in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_PageSetUpPr">
    <xsd:attribute name="autoPageBreaks" type="xsd:boolean" use="optional" default="true">
        <xsd:annotation>
            <xsd:documentation>Show Auto Page Breaks</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="fitToPage" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Fit To Page</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
autoPageBreaks nsM:autoPageBreaks true Optional
fitToPage nsM:fitToPage false Optional
Collapse Derivation Tree:
Collapse References:
nsM:pageSetUpPr