Next: The text
Element (Inside pageParagraph
), Previous: Path Elements, Up: Structure Member Format [Contents][Index]
pageSetup
ElementpageSetup :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.
initial-page-number
¶The page number to put on the first page of printed output. Usually
1
.
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
).
margin-left
¶margin-right
¶margin-top
¶margin-bottom
¶Margin sizes, e.g. 0.25in
.
reference-orientation
¶Indicates the orientation of the output page. Either 0deg
(portrait) or 90deg
(landscape),
space-after
¶The amount of space between printed objects, typically 12pt
.