User Guide
cfdocumentsection 113
cfdocumentsection
Description
Divides a PDF or FlashPaper document into sections. By using this tag in conjunction with a
cfdocumentitem tag, each section can have unique headers, footers, and page numbers.
Category
Data output tags
Syntax
<cfdocument ...>
<cfdocumentsection
margintop = "number"
marginbottom = "number"
marginleft = "number"
marginright = "number">
HTML, CFML, and cfdocumentitem tags
</cfdocumentsection>
</cfdocument>
See also
cfreport
, cfdocument, cfdocumentitem
History
ColdFusion MX 7: Added this tag and the margintop, marginbottom, marginleft,
marginright attributes.
Attributes
Attribute Req/Opt Default Description
margintop Optional Specifies the top margin in inches (default) or
centimeters. To specify the top margin in centimeters,
include the
unit="cm" attribute in the parent cfdocument
tag.
marginbottom Optional Specifies the bottom margin in inches (default) or
centimeters. To specify the bottom margin in
centimeters, include the
unit="cm" attribute in the
parent
cfdocument tag.
marginleft Optional Specifies the left margin in inches (default) or
centimeters. To specify the left margin in centimeters,
include the
unit="cm" attribute in the parent cfdocument
tag.
marginright Optional Specifies the right margin in inches (default) or
centimeters. To specify the right margin in centimeters,
include the
unit="cm" attribute in the parent cfdocument
tag.