landscape
Contained By
| Business Service XML Element |
|---|
| body-overlay, overlay, margins |
Contains
| Business Service XML Element |
|---|
| odd-overlay-file, even-overlay-file, right-margin, left-margin, header-margin, footer-margin |
Business Service XML Element
| Name | Description | Value Type | Req (Y/N) | Valid Value(s) | Default Value | Direction |
|---|---|---|---|---|---|---|
| landscape | Specifies the overlay files to be used when overlaying landscape pages. Overlay files can be specified for odd and even pages. If just odd overlays are specified then they will also be used for even pages.
Note: When used within the
margins element, it specifies the files' landscape page margins. If it is not specified, then the portait margins are used.
|
xml | N | in |
overlay landscape Example
<landscape>
<odd-overlay-file/>
<even-overlay-file/>
</landscape>
margins landscape Example
<landscape>
<right-margin/>
<left-margin/>
<header-margin/>
<footer-margin/>
</landscape>