Worksheet::setPaper (Previous) (Next) Worksheet::setFooter

View this page in Last updated: Mon, 02 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Worksheet::setHeader

Worksheet::setHeader -- Set the page header caption and optional margin.

Beschrijving

Set the page header caption and optional margin.

Parameter

  • string $string - The header text

  • float $margin - optional head margin in inches.

Note

Deze functie kan niet statisch worden aangeroepen.

Worksheet::setPaper (Previous) (Next) Worksheet::setFooter

Download Documentation Last updated: Mon, 02 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
Note by: martin@liga.dk
It is useful to know the control codes that can be used. I found these in a Perl module variant and they work fine :)

The available control character are:
------------------------------------

Control Category Description
======= ======== ===========
&L Justification Left
&C Center
&R Right

&P Information Page number
&N Total number of pages
&D Date
&T Time
&F File name
&A Worksheet name

&fontsize Font Font size
&"font,style" Font name and style
&U Single underline
&E Double underline
&S Strikethrough
&X Superscript
&Y Subscript

&& Miscellaneous Literal ampersand &