Worksheet::setFooter

Worksheet::setFooter – ページフッタの見出しおよびオプションで余白を設定する

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Worksheet::setFooter ( string $string , float $margin=0.5 )

Description

ページフッタの見出しおよびオプションで余白を設定します。

Parameter

  • string $string - フッタのテキストです。

  • float $margin - オプションで下部余白のインチ指定です。

Note

This function can not be called statically.

Example

setFooter() の使用法

<?php

?>