header

Summary

Add title/header to PDF document

Usage

{pdf(header, hash( text, header_text,
   level, header_level,
   size, font_size,
           align, text_alignment,
   font, font_type ) )}

Parameters

NameTypeDescriptionRequired
text string Header text yes
level integer Header level yes
size integer Font size yes
align string Text alignment, default left no
font string Font name no

Returns

Description

Inserts Title/header into PDF document. The header is also added to the table of contents table.

Available in 3.3 and newer

Examples

{pdf(header, hash( level, 2,

                  text, "How to use pdf"|wash(pdf),

  size, 20,

  align, center ) )}

Comments

log in or create a user account to comment.

Contents

Reference

Database diagram
Template operators
    PDF
       anchor
       createIndex
       filled_circle
       filled_rectangle
       footer
       footer_block
       frame_header
       frontpage
       header
       header_block
       image
       keyword
       line
       link
       newline
       newpage
       set_font
       set_margin
       strike
       table
       text
       text_box
       text_frame
       toc
       ul
    Arrays
    Data extraction
    Formatting
    Images
    Logic
    Mathematics
    Miscellaneous
    Strings
    URLs
    Variables
Template functions
Data fetching
Modules
XML tags


Created

13/05/2004
4:27:06 pm
by Kåre Køhler Høvik

Last updated

13/05/2004
4:27:06 pm
by Kåre Køhler Høvik

Authors

Kåre Køhler Høvik



This page is part of the Exponential documentation. The documentation is available under the GNU Free Documentation License. All contributions will be released under the terms of this license.