Worksheet::setPrintScale
Worksheet::setPrintScale -- Set the scale factor for the printed page.
概要
require_once "Spreadsheet/Excel/Writer.php"; |
void Worksheet::setPrintScale ([integer $scale=100])
説明
Set the scale factor for the printed page. It turns off the "fit to page" option
注意
この関数は、スタティックにコールする
ことはできません。
例
例 37-1Using setPrintScale() |