Section
Anatomy
<pdf:section orientation="P" format="A4" height="float" width="float" leftmargin="float" rightmargin="float" topmargin="float" bottommargin="float">
<pdf:templates filename="string">ixml</pdf:templates>
<pdf:header>ixml</pdf:header>
<pdf:footer>ixml</pdf:footer>
<pdf:body>ixml</pdf:body>
</pdf:section>
Parents: pdf:document
Description: PDF:SECTION represents a thematic grouping of content, with a header, a footer and a body.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| orientation | string | Orientation | pdf:section |
| format | string | Format | pdf:section |
| height | float | Page height | pdf:section |
| width | float | Page width | pdf:section |
| leftmargin | float | Left margin | pdf:section |
| rightmargin | float | Right margin | pdf:section |
| topmargin | float | Top margin | pdf:section |
| bottommargin | float | Bottom margin | pdf:section |
Children
pdf:templates
Anatomy of Templates
<pdf:templates filename="string">ixml</pdf:templates>
Attributes:
| Name | Type | Description |
|---|---|---|
| filename | string | Filename/URL (local only) |
pdf:header
Anatomy of Header
<pdf:header>ixml</pdf:header>
pdf:footer
Anatomy of Footer
<pdf:footer>ixml</pdf:footer>
pdf:body
Anatomy of Body
<pdf:body>ixml</pdf:body>