[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
pageSetUpPr (Page Setup Properties)
Page setup properties of the worksheet
Parent Elements |
sheetPr (§3.3.1.79) |
Attributes |
Description |
autoPageBreaks (Show Auto Page Breaks) |
Flag indicating whether the sheet displays Automatic Page Breaks.
The possible values for this attribute are defined by the XML Schema boolean datatype. |
fitToPage (Fit To Page) |
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>