<printOptions>
(Print Options)
Print options for the sheet. Printer-specific settings are stored separately in the Printer Settings part as defined in Part 1.
Attributes |
Description |
---|---|
|
Used in conjunction with The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Used in conjunction with The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Print row and column headings. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Center on page horizontally when printing. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Center on page vertically when printing. The possible values for this attribute are defined by the XML Schema boolean datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_PrintOptions">
<attribute name="horizontalCentered" type="xsd:boolean" use="optional" default="false"/>
<attribute name="verticalCentered" type="xsd:boolean" use="optional" default="false"/>
<attribute name="headings" type="xsd:boolean" use="optional" default="false"/>
<attribute name="gridLines" type="xsd:boolean" use="optional" default="false"/>
<attribute name="gridLinesSet" type="xsd:boolean" use="optional" default="true"/>
</complexType>