Skip to main content

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

NameTypeDescriptionDefined By
orientationstringOrientation pdf:section
formatstringFormat pdf:section
heightfloatPage height pdf:section
widthfloatPage width pdf:section
leftmarginfloatLeft margin pdf:section
rightmarginfloatRight margin pdf:section
topmarginfloatTop margin pdf:section
bottommarginfloatBottom margin pdf:section

Children

pdf:templates

Anatomy of Templates

<pdf:templates filename="string">ixml</pdf:templates>

Attributes:

NameTypeDescription
filenamestringFilename/URL (local only)
pdf:header

Anatomy of Header

<pdf:header>ixml</pdf:header>
pdf:footer
<pdf:footer>ixml</pdf:footer>
pdf:body

Anatomy of Body

<pdf:body>ixml</pdf:body>