2.1.12 The pageSetup Element

pageSetup
   :initial-page-number=int?
   :chart-size=(as-is | full-height | half-height | quarter-height | OTHER)?
   :margin-left=dimension?
   :margin-right=dimension?
   :margin-top=dimension?
   :margin-bottom=dimension?
   :paper-height=dimension?
   :paper-width=dimension?
   :reference-orientation?
   :space-after=dimension?
=> pageHeader pageFooter

pageHeader => pageParagraph?

pageFooter => pageParagraph?

pageParagraph => pageParagraph_text

The pageSetup element has the following attributes.

Attribute: initial-page-number

The page number to put on the first page of printed output. Usually 1.

Attribute: chart-size

One of the listed, self-explanatory chart sizes, quarter-height, or a localization (!) of one of these (e.g. dimensione attuale, Wie vorgegeben).

Attribute: margin-left
Attribute: margin-right
Attribute: margin-top
Attribute: margin-bottom

Margin sizes, e.g. 0.25in.

Attribute: paper-height
Attribute: paper-width

Paper sizes.

Attribute: reference-orientation

Indicates the orientation of the output page. Either 0deg (portrait) or 90deg (landscape),

Attribute: space-after

The amount of space between printed objects, typically 12pt.