Definition Type: ComplexType
Name: CT_PrintOptions
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into gridLinesSet in schema sml-sheet_xsd Drilldown into gridLines in schema sml-sheet_xsd Drilldown into headings in schema sml-sheet_xsd Drilldown into verticalCentered in schema sml-sheet_xsd Drilldown into horizontalCentered in schema sml-sheet_xsdXSD Diagram of CT_PrintOptions in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_PrintOptions">
    <xsd:attribute name="horizontalCentered" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Horizontal Centered</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="verticalCentered" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Vertical Centered</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="headings" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Print Headings</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="gridLines" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Print Grid Lines</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="gridLinesSet" type="xsd:boolean" use="optional" default="true">
        <xsd:annotation>
            <xsd:documentation>Grid Lines Set</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
horizontalCentered nsM:horizontalCentered false Optional
verticalCentered nsM:verticalCentered false Optional
headings nsM:headings false Optional
gridLines nsM:gridLines false Optional
gridLinesSet nsM:gridLinesSet true Optional
Collapse Derivation Tree:
Collapse References:
nsM:printOptions, nsM:printOptions, nsM:printOptions, nsM:printOptions