Worksheet::setPrintScale

Worksheet::setPrintScale -- Set the scale factor for the printed page.

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Worksheet::setPrintScale ([integer $scale=100])

Beschreibung

Set the scale factor for the printed page. It turns off the "fit to page" option

Parameter

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Beispiel