Definition Type: ComplexType
Name: CT_CsPageSetup
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into id in schema shared-relationshipreference_xsd Drilldown into copies in schema sml-sheet_xsd Drilldown into verticalDpi in schema sml-sheet_xsd Drilldown into horizontalDpi in schema sml-sheet_xsd Drilldown into useFirstPageNumber in schema sml-sheet_xsd Drilldown into draft in schema sml-sheet_xsd Drilldown into blackAndWhite in schema sml-sheet_xsd Drilldown into usePrinterDefaults in schema sml-sheet_xsd Drilldown into orientation in schema sml-sheet_xsd Drilldown into firstPageNumber in schema sml-sheet_xsd Drilldown into paperSize in schema sml-sheet_xsdXSD Diagram of CT_CsPageSetup in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_CsPageSetup">
    <xsd:attribute name="paperSize" type="xsd:unsignedInt" use="optional" default="1">
        <xsd:annotation>
            <xsd:documentation>Paper Size</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="firstPageNumber" type="xsd:unsignedInt" use="optional" default="1">
        <xsd:annotation>
            <xsd:documentation>First Page Number</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="orientation" type="ST_Orientation" use="optional" default="default">
        <xsd:annotation>
            <xsd:documentation>Orientation</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="usePrinterDefaults" type="xsd:boolean" use="optional" default="true">
        <xsd:annotation>
            <xsd:documentation>Use Printer Defaults</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="blackAndWhite" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Black And White</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="draft" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Draft</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="useFirstPageNumber" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Use First Page Number</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="horizontalDpi" type="xsd:unsignedInt" use="optional" default="600">
        <xsd:annotation>
            <xsd:documentation>Horizontal DPI</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="verticalDpi" type="xsd:unsignedInt" use="optional" default="600">
        <xsd:annotation>
            <xsd:documentation>Vertical DPI</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="copies" type="xsd:unsignedInt" use="optional" default="1">
        <xsd:annotation>
            <xsd:documentation>Number Of Copies</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="r:id" use="optional">
        <xsd:annotation>
            <xsd:documentation>Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
paperSize nsM:paperSize 1 Optional
firstPageNumber nsM:firstPageNumber 1 Optional
orientation nsM:orientation default Optional
usePrinterDefaults nsM:usePrinterDefaults true Optional
blackAndWhite nsM:blackAndWhite false Optional
draft nsM:draft false Optional
useFirstPageNumber nsM:useFirstPageNumber false Optional
horizontalDpi nsM:horizontalDpi 600 Optional
verticalDpi nsM:verticalDpi 600 Optional
copies nsM:copies 1 Optional
id r:id Optional
Collapse Derivation Tree:
Collapse References:
nsM:pageSetup, nsM:pageSetup