DocumentItem
Component Signature
<bx:DocumentItem type=[string]
evalAtPrint=[string] />Attributes
Atrribute
Type
Required
Description
Default
Examples
Document Header
<bx:document format="pdf" filename="header-example.pdf">
<!-- Global Header -->
<bx:documentitem type="header">
<div style="text-align: center; border-bottom: 2px solid #333; padding: 10px;">
<h2>Company Annual Report</h2>
<p>Confidential - Internal Use Only</p>
</div>
</bx:documentitem>
<h1>Document Content</h1>
<p>This content will appear on every page with the header above.</p>
</bx:document>Document Footer
Page Break
Combined Header, Footer, and Page Breaks
Built-in Variables
Related Components
Last updated
Was this helpful?
