<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>
|