<pageSetUpPr>
(Page Setup Properties)
Page setup properties of the worksheet
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Flag indicating whether the sheet displays Automatic Page Breaks. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Flag indicating whether the Fit to Page print option is enabled. 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_PageSetUpPr">
<attribute name="autoPageBreaks" type="xsd:boolean" use="optional" default="true"/>
<attribute name="fitToPage" type="xsd:boolean" use="optional" default="false"/>
</complexType>